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.
1 parent fa66dcf commit cbbc38aCopy full SHA for cbbc38a
1 file changed
python/neutron-understack/neutron_understack/config.py
@@ -1,5 +1,3 @@
1
-import contextlib
2
-
3
from keystoneauth1 import loading as ks_loading
4
from keystoneauth1 import session as ks_session
5
from oslo_config import cfg
@@ -162,8 +160,7 @@ def register_l3_svc_cisco_asa_opts(config):
162
160
163
161
164
def register_understack_vni_opts(config):
165
- with contextlib.suppress(cfg.DuplicateOptError):
166
- config.register_opts(_understack_vni_opts, _OPT_GRP_UNDERSTACK_VNI)
+ config.register_opts(_understack_vni_opts, _OPT_GRP_UNDERSTACK_VNI)
167
168
169
def get_session(group: str) -> ks_session.Session:
0 commit comments