Fix client breakages
Change-Id: I5644041d51d33659247e0b48fdc51a47bff75b56
This commit is contained in:
parent
fb54cc2839
commit
1c4a66ea31
@ -13,7 +13,7 @@ six>=1.9.0 # MIT
|
|||||||
stevedore>=1.20.0 # Apache-2.0
|
stevedore>=1.20.0 # Apache-2.0
|
||||||
neutron-lib>=1.2.0 # Apache-2.0
|
neutron-lib>=1.2.0 # Apache-2.0
|
||||||
osc-lib>=1.2.0 # Apache-2.0
|
osc-lib>=1.2.0 # Apache-2.0
|
||||||
python-openstackclient>=3.10.0 # Apache-2.0
|
python-openstackclient>=3.3.0,!=3.10.0 # Apache-2.0
|
||||||
oslo.concurrency>=3.8.0 # Apache-2.0
|
oslo.concurrency>=3.8.0 # Apache-2.0
|
||||||
oslo.config>=3.22.0 # Apache-2.0
|
oslo.config>=3.22.0 # Apache-2.0
|
||||||
oslo.db>=4.15.0 # Apache-2.0
|
oslo.db>=4.15.0 # Apache-2.0
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
import mock
|
import mock
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from openstackclient.tests.unit.network.v2 import test_security_group_network
|
from openstackclient.tests.unit.network.v2 import test_security_group
|
||||||
from openstackclient.tests.unit import utils as tests_utils
|
from openstackclient.tests.unit import utils as tests_utils
|
||||||
|
|
||||||
from vmware_nsx.osc.v2 import security_group
|
from vmware_nsx.osc.v2 import security_group
|
||||||
@ -28,7 +28,7 @@ supported_extensions = ('security-group-logging',
|
|||||||
|
|
||||||
|
|
||||||
class TestCreateSecurityGroup(
|
class TestCreateSecurityGroup(
|
||||||
test_security_group_network.TestCreateSecurityGroupNetwork):
|
test_security_group.TestCreateSecurityGroupNetwork):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(TestCreateSecurityGroup, self).setUp()
|
super(TestCreateSecurityGroup, self).setUp()
|
||||||
@ -110,7 +110,7 @@ class TestCreateSecurityGroup(
|
|||||||
|
|
||||||
|
|
||||||
class TestSetSecurityGroup(
|
class TestSetSecurityGroup(
|
||||||
test_security_group_network.TestSetSecurityGroupNetwork):
|
test_security_group.TestSetSecurityGroupNetwork):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(TestSetSecurityGroup, self).setUp()
|
super(TestSetSecurityGroup, self).setUp()
|
||||||
|
Loading…
Reference in New Issue
Block a user