← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1769868] Re: neutron-sanity-check fails with no such group [ml2]

 

Reviewed:  https://review.openstack.org/566961
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=db22f5bfa81df10ce4a30cae725b6e11c843ee30
Submitter: Zuul
Branch:    master

commit db22f5bfa81df10ce4a30cae725b6e11c843ee30
Author: Brian Haley <bhaley@xxxxxxxxxx>
Date:   Tue May 8 14:06:30 2018 -0400

    Fix exception in neutron-sanity-check
    
    When the config options were all moved to neutron/conf
    the neutron-sanity-check script was not updated.  Have
    it use the registration methods directly.
    
    Change-Id: Ie45ce0faa17ee4cfe8d2a1dce442b032efea0041
    Closes-bug: #1769868


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1769868

Title:
  neutron-sanity-check fails with no such group [ml2]

Status in neutron:
  Fix Released

Bug description:
  neutron-sanity-check fails in Queens.

  ubuntu@devstack-controller:~$ neutron-sanity-check
  Traceback (most recent call last):
    File "/usr/local/bin/neutron-sanity-check", line 10, in <module>
      sys.exit(main())
    File "/opt/stack/neutron/neutron/cmd/sanity_check.py", line 396, in main
      setup_conf()
    File "/opt/stack/neutron/neutron/cmd/sanity_check.py", line 38, in setup_conf
      cfg.CONF.import_group('ml2', 'neutron.conf.plugins.ml2.config')
    File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2740, in import_group
      self._get_group(group)
    File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 3076, in _get_group
      raise NoSuchGroupError(group_name)
  oslo_config.cfg.NoSuchGroupError: no such group [ml2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1769868/+subscriptions


References