[Openstack-operators] problem with neutron vlan network_type net-create on Havana
Ronald van der Pol
Ronald.vanderPol at rvdp.org
Fri Nov 1 21:57:36 UTC 2013
On Fri, Nov 01, 2013 at 21:17:47 +0000, Daneyon Hansen (danehans) wrote:
> Something is definitely going on with the db. It seems like maybe your
> not talking to it. Can you make sure the connection info in neutron.conf
> is working. For example:
Connection to th mysql db is working for user neutron.
> You may want to try dropping the neutron db, restart the neutron services
> and see if the tables get re-established.
I removed the two local nets and they were also gone from the db.
I dropped and created the db again. All tables are present again.
mysql> select * from ovs_network_bindings;
Empty set (0.00 sec)
mysql> select * from ovs_vlan_allocations;
Empty set (0.00 sec)
mysql>
# neutron net-create net300 --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id 300
400-{u'NeutronError': {u'message': u'Invalid input for operation: Unknown provider:physical_network physnet1.', u'type': u'InvalidInput', u'detail': u''}}
So, still not working.
I do not think I am using ml2. This is what I have:
core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
rvdp
More information about the OpenStack-operators
mailing list