[Openstack-operators] problem with neutron vlan network_type net-create on Havana
Ronald van der Pol
Ronald.vanderPol at rvdp.org
Sat Nov 2 10:25:59 UTC 2013
When restarting neutron services, I see this in server.log:
2013-11-02 11:01:28.351 19796 INFO neutron.manager [-] Loading Plugin: neutron.p
lugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
2013-11-02 11:01:28.436 19796 INFO neutron.plugins.openvswitch.ovs_neutron_plugi
n [-] Network VLAN ranges: {}
So it looks like this gets not loaded:
tenant_network_type = vlan
network_vlan_ranges = physnet1:300:305
integration_bridge = br-int
bridge_mappings = physnet1:br-eth3
Also:
root at helium:~# neutron agent-show 0a853aca-0881-4c83-a1a4-4b83db0b8a6b
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| admin_state_up | True |
| agent_type | Open vSwitch agent |
| alive | True |
| binary | neutron-openvswitch-agent |
| configurations | { |
| | "tunnel_types": [], |
| | "tunneling_ip": "", |
| | "bridge_mappings": {}, |
| | "l2_population": false, |
| | "devices": 7 |
| | } |
| created_at | 2013-11-01 21:48:28 |
| description | |
| heartbeat_timestamp | 2013-11-02 10:19:58 |
| host | helium |
| id | 0a853aca-0881-4c83-a1a4-4b83db0b8a6b |
| started_at | 2013-11-02 10:01:30 |
| topic | N/A |
+---------------------+--------------------------------------+
root at helium:~#
rvdp
More information about the OpenStack-operators
mailing list