diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-11-10 18:09:24 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-11-10 18:09:24 +0000 |
| commit | 518fbf03970ac784c894bf1ab0d1bf56552d7b7a (patch) | |
| tree | a1df9c5f219400e34154f9ebe390dcfe0779821a /openstackclient/tests/unit/network/v2/fakes.py | |
| parent | 81c0129365d175eadafdcea9cd52d9d0b76d07b3 (diff) | |
| parent | 960b2658dc6ab1f82b78dbc531386544d302f09e (diff) | |
| download | python-openstackclient-518fbf03970ac784c894bf1ab0d1bf56552d7b7a.tar.gz | |
Merge "Support --provider-* options in the network list command"
Diffstat (limited to 'openstackclient/tests/unit/network/v2/fakes.py')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py index 0846af15..48cc181b 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -292,6 +292,8 @@ class FakeNetwork(object): 'shared': False, 'subnets': ['a', 'b'], 'provider_network_type': 'vlan', + 'provider_physical_network': 'physnet1', + 'provider_segmentation_id': "400", 'router:external': True, 'availability_zones': [], 'availability_zone_hints': [], |
