<div dir="ltr">Hi Ronald,<div><br></div><div>It seems the configurations related to provider network are not loaded as expected.<br><div>Could you check network_vlan_ranges and related settings belong to<br></div><div>[ovs] section in your ovs_neutron_plugin.ini?</div>

<div><br></div><div>If the debug level of neutron-server is DEBUG, you can check your configurations.</div><div>You should have "OVS.network_vlan_ranges" in the log file.</div><div><br></div><div>Thanks,</div><div>

Akihiro</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Nov 2, 2013 at 7:25 PM, Ronald van der Pol <span dir="ltr"><<a href="mailto:Ronald.vanderPol@rvdp.org" target="_blank">Ronald.vanderPol@rvdp.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">When restarting neutron services, I see this in server.log:<br>
<br>
2013-11-02 11:01:<a href="tel:28.351%2019796" value="+12835119796">28.351 19796</a> INFO neutron.manager [-] Loading Plugin: neutron.p<br>
lugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2<br>
2013-11-02 11:01:28.436 19796 INFO neutron.plugins.openvswitch.ovs_neutron_plugi<br>
n [-] Network VLAN ranges: {}<br>
<br>
So it looks like this gets not loaded:<br>
<br>
tenant_network_type = vlan<br>
<div class="im">network_vlan_ranges = physnet1:300:305<br>
integration_bridge = br-int<br>
bridge_mappings = physnet1:br-eth3<br>
<br>
</div>Also:<br>
<br>
root@helium:~# neutron agent-show 0a853aca-0881-4c83-a1a4-4b83db0b8a6b<br>
+---------------------+--------------------------------------+<br>
| Field               | Value                                |<br>
+---------------------+--------------------------------------+<br>
| admin_state_up      | True                                 |<br>
| agent_type          | Open vSwitch agent                   |<br>
| alive               | True                                 |<br>
| binary              | neutron-openvswitch-agent            |<br>
| configurations      | {                                    |<br>
|                     |      "tunnel_types": [],             |<br>
|                     |      "tunneling_ip": "",             |<br>
|                     |      "bridge_mappings": {},          |<br>
|                     |      "l2_population": false,         |<br>
|                     |      "devices": 7                    |<br>
|                     | }                                    |<br>
| created_at          | 2013-11-01 21:48:28                  |<br>
| description         |                                      |<br>
| heartbeat_timestamp | 2013-11-02 10:19:58                  |<br>
| host                | helium                               |<br>
| id                  | 0a853aca-0881-4c83-a1a4-4b83db0b8a6b |<br>
| started_at          | 2013-11-02 10:01:30                  |<br>
| topic               | N/A                                  |<br>
+---------------------+--------------------------------------+<br>
root@helium:~#<br>
<div class="HOEnZb"><div class="h5"><br>
        rvdp<br>
<br>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
</div></div></blockquote></div><br></div>