First time here? Check out the FAQ!
![]() | 1 | initial version |
Now this issue I have fixed,, The neutron server didn't started due to configuration issue for the link file..
ln -s /etc/neutron/plugins/ml2/ml2_conf.ini /etc/neutron/plugin.ini
Now the server got started and I am able to create the initial network..
@control ~]# neutron net-create ext-net --shared --router:external=True
Created a new network:
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| id | 760febd5-5f21-4783-9e8f-f672bde8f360 |
| name | ext-net |
| provider:network_type | gre |
| provider:physical_network | |
| provider:segmentation_id | 1 |
| router:external | True |
| shared | True |
| status | ACTIVE |
| subnets | |
| tenant_id | f87792686f494a959c7c312ecba2f233 |
+---------------------------+--------------------------------------+
Please request don't close this issue for this time, Because I am still working on this issue. I will close this once configure network server successfully.
![]() | 2 | No.2 Revision |
Now this issue I have fixed,, The neutron server didn't started due to configuration issue for the link file..
ln -s /etc/neutron/plugins/ml2/ml2_conf.ini /etc/neutron/plugin.ini
Now the server got started and I am able to create the initial network..
@control ~]# neutron net-create ext-net --shared --router:external=True
Created a new network:
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| id | 760febd5-5f21-4783-9e8f-f672bde8f360 |
| name | ext-net |
| provider:network_type | gre |
| provider:physical_network | |
| provider:segmentation_id | 1 |
| router:external | True |
| shared | True |
| status | ACTIVE |
| subnets | |
| tenant_id | f87792686f494a959c7c312ecba2f233 |
+---------------------------+--------------------------------------+
Please request don't close this issue for this time, Because I am still working on this issue. neutronpart . I will close this once configure network server successfully.