Fix client breakages

Change-Id: I5644041d51d33659247e0b48fdc51a47bff75b56
This commit is contained in:
Gary Kotton 2017-05-04 13:43:50 -07:00
parent fb54cc2839
commit 1c4a66ea31
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ six>=1.9.0 # MIT
stevedore>=1.20.0 # Apache-2.0
neutron-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.config>=3.22.0 # Apache-2.0
oslo.db>=4.15.0 # Apache-2.0

View File

@ -16,7 +16,7 @@
import mock
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 vmware_nsx.osc.v2 import security_group
@ -28,7 +28,7 @@ supported_extensions = ('security-group-logging',
class TestCreateSecurityGroup(
test_security_group_network.TestCreateSecurityGroupNetwork):
test_security_group.TestCreateSecurityGroupNetwork):
def setUp(self):
super(TestCreateSecurityGroup, self).setUp()
@ -110,7 +110,7 @@ class TestCreateSecurityGroup(
class TestSetSecurityGroup(
test_security_group_network.TestSetSecurityGroupNetwork):
test_security_group.TestSetSecurityGroupNetwork):
def setUp(self):
super(TestSetSecurityGroup, self).setUp()