diff options
| author | Abhishek Raut <rauta@vmware.com> | 2016-11-19 17:14:58 -0800 |
|---|---|---|
| committer | Abhishek Raut <rauta@vmware.com> | 2016-11-19 22:42:07 -0800 |
| commit | 77ea8baafe69cd7da6e0dfa0075da9f6cf12c164 (patch) | |
| tree | 4815d7bf62ac1fbe4cc9a3c31573c9df09ced46a /openstackclient/tests/unit | |
| parent | d6e058fa1f6323ef73354f0aea0e09efb647bc7e (diff) | |
| download | python-openstackclient-77ea8baafe69cd7da6e0dfa0075da9f6cf12c164.tar.gz | |
SDK Refactor: Prepare network qos policy commands
Prepare the OSC "network qos policy" commands for the SDK refactor.
See [1] for details.
[1] https://etherpad.openstack.org/p/osc-network-command-sdk-support
Change-Id: I12dd8bda40801c26176a73646ed87aea66f09fcc
Partially-Implements: blueprint network-command-sdk-support
Diffstat (limited to 'openstackclient/tests/unit')
| -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 37f10147..8fa66a2e 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -746,6 +746,7 @@ class FakeNetworkQosPolicy(object): loaded=True) # Set attributes with special mapping in OpenStack SDK. + qos_policy.is_shared = qos_policy_attrs['shared'] qos_policy.project_id = qos_policy_attrs['tenant_id'] return qos_policy |
