diff options
| author | Tang Chen <chen.tang@easystack.cn> | 2016-02-24 17:26:13 +0800 |
|---|---|---|
| committer | Tang Chen <chen.tang@easystack.cn> | 2016-02-24 17:26:13 +0800 |
| commit | f0960f0fef263298e56d7e81acf50597073becc7 (patch) | |
| tree | 4d1dad68b652d5b4e900fd434059256e4e5ad3ca /openstackclient/tests/compute | |
| parent | e5fe9a70718589b8ce7d455c3e2a3524f85510cb (diff) | |
| download | python-openstackclient-f0960f0fef263298e56d7e81acf50597073becc7.tar.gz | |
Floating IP: Neutron support for "ip floating show" command
Change-Id: I30350076621c83c758927444e5f8bcc2b7d0fc74
Partial-Bug: 1519502
Related-to: blueprint neutron-client
Diffstat (limited to 'openstackclient/tests/compute')
| -rw-r--r-- | openstackclient/tests/compute/v2/fakes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/compute/v2/fakes.py b/openstackclient/tests/compute/v2/fakes.py index d2341ccc..a522aa65 100644 --- a/openstackclient/tests/compute/v2/fakes.py +++ b/openstackclient/tests/compute/v2/fakes.py @@ -622,6 +622,7 @@ class FakeFloatingIP(object): info=copy.deepcopy(floating_ip_attrs), methods=copy.deepcopy(floating_ip_methods), loaded=True) + return floating_ip @staticmethod |
