summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/network/v2/fakes.py
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-04-23 08:12:25 +0000
committerGerrit Code Review <review@openstack.org>2018-04-23 08:12:25 +0000
commitb59de7b8494ddbde3570780214378cdb2208c482 (patch)
treec64e8ae3adafbd8e11a58d5efb4cc9c69f9a3fa1 /openstackclient/tests/unit/network/v2/fakes.py
parentfb68cccddd019c2421d256db1e05d40f0d539d09 (diff)
parent09a0916daeeb9c257d84175a43062d5b4a1d0b1a (diff)
downloadpython-openstackclient-b59de7b8494ddbde3570780214378cdb2208c482.tar.gz
Merge "Network: Add tag support for floating ip"
Diffstat (limited to 'openstackclient/tests/unit/network/v2/fakes.py')
-rw-r--r--openstackclient/tests/unit/network/v2/fakes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py
index 9f7941a7..0e21e2f8 100644
--- a/openstackclient/tests/unit/network/v2/fakes.py
+++ b/openstackclient/tests/unit/network/v2/fakes.py
@@ -1380,6 +1380,7 @@ class FakeFloatingIP(object):
'tenant_id': 'project-id-' + uuid.uuid4().hex,
'description': 'floating-ip-description-' + uuid.uuid4().hex,
'qos_policy_id': 'qos-policy-id-' + uuid.uuid4().hex,
+ 'tags': [],
}
# Overwrite default attributes.