[openstack-dev] ml2 and vxlan configurations, neutron-server fails to start

Robert Kukura rkukura at redhat.com
Wed Dec 11 02:36:49 UTC 2013


On 11/28/2013 07:01 AM, Gopi Krishna B wrote:
> 
> Hi
> I am configuring Havana on fedora 19. Observing the below errors in case
> of neutron. 
> Please help me resolve this issue.
> <Note:> copied only few lines from the server.log, in case full log is
> required, let me know.

You may have resolved this by now, or given up, but a few comments (in
addition to the sqlalchemy version issues others have addressed).

> 
> /etc/neutron/plugins/ml2/ml2_conf.ini
> type_drivers = vxlan,local
> tenant_network_types = vxlan
> mechanism_drivers = neutron.plugins.ml2.drivers.OpenvswitchMechanismDriver

The type_drivers and mechanism_drivers lists are entry point names
rather than class names, so the above line should be:

mechanism_drivers = openvswitch

> network_vlan_ranges = physnet1:1000:2999

You don't need to set the above unless you've enabled the vlan type
driver, but it won't hurt anything. If used, it needs to be in the
[ml2_type_vlan] section.

> vni_ranges = 5000:6000
> vxlan_group = 239.10.10.1

The two lines above need to be in the [ml2_type_vxlan] section.

-Bob

> 
> 
> ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver
> 
> ERROR stevedore.extension [-] Could not load 'local': (SQLAlchemy 0.8.3
> (/usr/lib64/python2.7/site-packages),
> Requirement.parse('SQLAlchemy>=0.7.8,<=0.7.99'))
>  ERROR stevedore.extension [-] (SQLAlchemy 0.8.3
> (/usr/lib64/python2.7/site-packages),
> Requirement.parse('SQLAlchemy>=0.7.8,<=0.7.99'))
> 
> ERROR stevedore.extension [-] Could not load 'vxlan': (SQLAlchemy 0.8.3
> (/usr/lib64/python2.7/site-packages),
> Requirement.parse('SQLAlchemy>=0.7.8,<=0.7.99'))
> ERROR stevedore.extension [-] (SQLAlchemy 0.8.3
> (/usr/lib64/python2.7/site-packages),
> Requirement.parse('SQLAlchemy>=0.7.8,<=0.7.99'))
> TRACE stevedore.extension VersionConflict: (SQLAlchemy 0.8.3
> (/usr/lib64/python2.7/site-packages),
> Requirement.parse('SQLAlchemy>=0.7.8,<=0.7.99'))
> 
> ERROR neutron.common.config [-] Unable to load neutron from
> configuration file /etc/neutron/api-paste.ini.
> TRACE neutron.common.config LookupError: No section 'quantum' (prefixed
> by 'app' or 'application' or 'composite' or 'composit' or 'pipeline' or
> 'filter-app') found in config /etc/neutron/api-paste.ini
> 
> 
>  ERROR neutron.service [-] In serve_wsgi()
> TRACE neutron.service RuntimeError: Unable to load quantum from
> configuration file /etc/neutron/api-paste.ini.
> 
> Regards
> Gopi Krishna
> 
> 
> 
> 
> 
> 
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 




More information about the OpenStack-dev mailing list