neutron-sanity-check fails with NoSuchOptError: no such option vf_management
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Rodolfo Alonso |
Bug Description
High level description:
A critical error is thrown when running the neutron-
CRITICAL neutron [-] Unhandled error: oslo_config.
This was initially seen in a containerized environment configured by openstack-helm. The error causes the openstack_
It can also be reproduced in devstack
Step-By-Step:
- Grab the latest devstack as of 2020-07-24.
- Run neutron-
Analysis:
This line probably needs to be removed:
https:/
See related bug https:/
Logs:
neutron-
2020-07-25 03:34:41.484 21383 INFO neutron.
2020-07-25 03:34:41.484 21383 INFO neutron.
CRITICAL neutron [-] Unhandled error: oslo_config.
ERROR neutron Traceback (most recent call last):
ERROR neutron File "/usr/local/
ERROR neutron sys.exit(main())
ERROR neutron File "/opt/stack/
ERROR neutron enable_
ERROR neutron File "/opt/stack/
ERROR neutron cfg.CONF.
ERROR neutron File "/usr/local/
ERROR neutron result = f(self, *args, **kwargs)
ERROR neutron File "/usr/local/
ERROR neutron opt_info = self._get_
ERROR neutron File "/usr/local/
ERROR neutron raise NoSuchOptError(
ERROR neutron oslo_config.
ERROR neutron
Changed in neutron: | |
importance: | Undecided → Medium |
I have very similar issue when deploying openstack with starlingx(r3.0):
- https:/ /bugs.launchpad .net/starlingx/ +bug/1889023
Hope someone can figure out it is a bug or configuration mistake.