diff options
| author | Zuul <zuul@review.openstack.org> | 2018-03-23 14:10:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-03-23 14:10:42 +0000 |
| commit | 350b545201bd6f5d3bc525ecef3a6ab1f7ced30e (patch) | |
| tree | d4633a3cfe5056fa55c7d876b4743daa8a8f9f35 /openstackclient | |
| parent | 6361e5e121d6ea058aa1c5c20ec897929b7a9c05 (diff) | |
| parent | f6688986fc8e32976a84ce4a6e86c08e58a1718a (diff) | |
| download | python-openstackclient-350b545201bd6f5d3bc525ecef3a6ab1f7ced30e.tar.gz | |
Merge "Remove duplicated network attributes"
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py index 4291dd1d..08f00d0e 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -347,7 +347,6 @@ class FakeNetwork(object): 'availability_zone_hints': [], 'is_default': False, 'port_security_enabled': True, - 'tags': ['test'], 'qos_policy_id': 'qos-policy-id-' + uuid.uuid4().hex, 'ipv4_address_scope': 'ipv4' + uuid.uuid4().hex, 'ipv6_address_scope': 'ipv6' + uuid.uuid4().hex, |
