Merge "Fix openstack-client support as a new version was released"

This commit is contained in:
Zuul 2020-02-25 08:12:28 +00:00 committed by Gerrit Code Review
commit eddbbf8f49
1 changed files with 1 additions and 1 deletions

View File

@ -16,9 +16,9 @@
"""Security group action implementations with nsx extensions"""
from osc_lib import utils as osc_utils
from osc_lib.utils import tags as _tag
from openstackclient.identity import common as identity_common
from openstackclient.network.v2 import _tag
from openstackclient.network.v2 import security_group
from vmware_nsx._i18n import _