We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
common_config
2 parents 5d4d692 + 821970b commit b3aa2ccCopy full SHA for b3aa2cc
neutron/cmd/remove_duplicated_port_bindings.py
@@ -20,15 +20,14 @@
20
from oslo_db import options as db_options
21
from oslo_log import log as logging
22
23
-from neutron.common import config as common_config
+from neutron.common import config as common_config # noqa
24
from neutron.objects import ports as ports_obj
25
26
27
LOG = logging.getLogger(__name__)
28
29
30
def setup_conf(conf):
31
- common_config.register_common_config_options()
32
db_group, neutron_db_opts = db_options.list_opts()[0]
33
conf.register_cli_opts(neutron_db_opts, db_group)
34
conf()
0 commit comments