summaryrefslogtreecommitdiff
path: root/openstackclient/tests/fakes.py
diff options
context:
space:
mode:
authorTerryHowe <terrylhowe@gmail.com>2015-07-04 09:32:16 -0600
committerTerryHowe <terrylhowe@gmail.com>2015-07-15 10:11:59 -0600
commit36391a81a3415d24c55d6bbc318157dc119da8a7 (patch)
treee460c472a29c15769a430bc0f0ca70f6b4fff7d8 /openstackclient/tests/fakes.py
parentee64c2fa6b9eb6f8d628e8899df39a4ee01c2bb3 (diff)
downloadpython-openstackclient-36391a81a3415d24c55d6bbc318157dc119da8a7.tar.gz
Rename endpoint type to interface
Change-Id: I4e21d09bc747e8210f4f79a1d6c4c7ccf2f25d1c Closes-Bug: #1454392
Diffstat (limited to 'openstackclient/tests/fakes.py')
-rw-r--r--openstackclient/tests/fakes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/fakes.py b/openstackclient/tests/fakes.py
index a9322ec3..ff69c190 100644
--- a/openstackclient/tests/fakes.py
+++ b/openstackclient/tests/fakes.py
@@ -27,7 +27,7 @@ USERNAME = "itchy"
PASSWORD = "scratchy"
PROJECT_NAME = "poochie"
REGION_NAME = "richie"
-ENDPOINT_TYPE = "catchy"
+INTERFACE = "catchy"
TEST_RESPONSE_DICT = fixture.V2Token(token_id=AUTH_TOKEN,
user_name=USERNAME)