unable to create networks [closed]
I have installed openstack on centos. I have followed the section "installing network on dedicated compute node" . While executing the netwrok create command on the compute node, the following error is shown :
[root@compute-gk ~]# neutron --os-username=neutron --os-password=password --os-tenant-name=service --os-auth-url=http://controller-gk:35357/v2.0 net-create ext-net -- --router:external=True --provider:network_type gre --provider:segmentation_id 2
Connection to neutron failed: [Errno 113] No route to host
What could be the problem ?
Please check your logs and provide more information. You can also turn on debug and verbose in your neutron.conf to give you more information.
Do you have this problem still ? Is it resolved ?