diff options
| author | Zuul <zuul@review.openstack.org> | 2018-01-11 21:03:18 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-01-11 21:03:18 +0000 |
| commit | 8abf6bf5ba389a0ebbd202d69d0dbf8b64bb30d6 (patch) | |
| tree | cf1de6ec8e717e30658c5ee3449c5170e3102d12 /openstackclient/tests/unit/network/v2/fakes.py | |
| parent | cc47c075a067e3f4f3bb80dd933cdd4d483b8105 (diff) | |
| parent | cf91d7a2f46b4a8546169a4836cc64476fce44d8 (diff) | |
| download | python-openstackclient-8abf6bf5ba389a0ebbd202d69d0dbf8b64bb30d6.tar.gz | |
Merge "Add floating IP qos_policy actions"
Diffstat (limited to 'openstackclient/tests/unit/network/v2/fakes.py')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 1 |
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 bdc1c1fb..a77cab8b 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -1378,6 +1378,7 @@ class FakeFloatingIP(object): 'port_id': 'port-id-' + uuid.uuid4().hex, 'tenant_id': 'project-id-' + uuid.uuid4().hex, 'description': 'floating-ip-description-' + uuid.uuid4().hex, + 'qos_policy_id': 'qos-policy-id-' + uuid.uuid4().hex, } # Overwrite default attributes. |
