diff options
| author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2016-09-26 11:12:07 +0100 |
|---|---|---|
| committer | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2016-11-28 09:35:00 +0000 |
| commit | 4132392c2fd8337d18296c33f07c4a89b8a58bda (patch) | |
| tree | 96b03036cdaaf32304f7e742b09a69c463fb3997 /openstackclient/tests/unit/network/v2/fakes.py | |
| parent | f4536e708dff37edcaf79ea85c9f68206315edea (diff) | |
| download | python-openstackclient-4132392c2fd8337d18296c33f07c4a89b8a58bda.tar.gz | |
Add QoS support to Network object.
Added "qos_policy" parameter to Network class.
Change-Id: Idc00f2792eef5b1f0910084d95cf9a8e83fe818c
Closes-Bug: 1627069
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 e96abc09..11e3873d 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -299,6 +299,7 @@ class FakeNetwork(object): 'availability_zone_hints': [], 'is_default': False, 'port_security_enabled': True, + 'qos_policy_id': 'qos-policy-id-' + uuid.uuid4().hex, } # Overwrite default attributes. |
