Skip to content

Commit b3aa2cc

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[stable-only] Load config options importing common_config" into stable/yoga
2 parents 5d4d692 + 821970b commit b3aa2cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

neutron/cmd/remove_duplicated_port_bindings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@
2020
from oslo_db import options as db_options
2121
from oslo_log import log as logging
2222

23-
from neutron.common import config as common_config
23+
from neutron.common import config as common_config # noqa
2424
from neutron.objects import ports as ports_obj
2525

2626

2727
LOG = logging.getLogger(__name__)
2828

2929

3030
def setup_conf(conf):
31-
common_config.register_common_config_options()
3231
db_group, neutron_db_opts = db_options.list_opts()[0]
3332
conf.register_cli_opts(neutron_db_opts, db_group)
3433
conf()

0 commit comments

Comments
 (0)