summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/network
diff options
context:
space:
mode:
authorSindhu Devale <sindhu.devale@intel.com>2016-11-02 10:11:54 -0500
committerSindhu Devale <sindhu.devale@intel.com>2016-11-03 14:54:11 +0000
commit86a3c7a4159b8e978c5a90c66ded1f30944c1f45 (patch)
treef10112ae01e3fddf475b2eced9183e4024d79c03 /openstackclient/tests/unit/network
parent70cb628278642e0e275c3e8d294bb73c17a97f5e (diff)
downloadpython-openstackclient-86a3c7a4159b8e978c5a90c66ded1f30944c1f45.tar.gz
SDK refactor: Prepare floating ip commands
Prepare the OSC "floating ip" commands for the SDK refactor. Change-Id: I02052185b3ce0b053acdcf76a0f68d49e6f7e608 Partially-Implements: blueprint network-command-sdk-support
Diffstat (limited to 'openstackclient/tests/unit/network')
-rw-r--r--openstackclient/tests/unit/network/v2/test_floating_ip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/network/v2/test_floating_ip.py b/openstackclient/tests/unit/network/v2/test_floating_ip.py
index 1f30f2e9..10aaca34 100644
--- a/openstackclient/tests/unit/network/v2/test_floating_ip.py
+++ b/openstackclient/tests/unit/network/v2/test_floating_ip.py
@@ -296,7 +296,7 @@ class TestShowFloatingIPNetwork(TestFloatingIPNetwork):
floating_ip.floating_network_id,
floating_ip.id,
floating_ip.port_id,
- floating_ip.tenant_id,
+ floating_ip.project_id,
floating_ip.router_id,
floating_ip.status,
)