summaryrefslogtreecommitdiff
path: root/openstackclient/tests/test_shell.py
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2016-04-18 14:39:21 -0500
committerDean Troyer <dtroyer@gmail.com>2016-04-19 07:50:42 -0500
commit530fe42589a2138278f100f791d8c6d3fbed8950 (patch)
tree35ae1868125e9facb4ffd5b32262cfbd2882deff /openstackclient/tests/test_shell.py
parent3f2ed7d19f53b0950152e4f233797f13627f4986 (diff)
downloadpython-openstackclient-530fe42589a2138278f100f791d8c6d3fbed8950.tar.gz
Rename --profile to --os-profile
* The --profile global option is deprecated but will be supported through at least April 2017. * Update man page Closes-bug: #1571812 Change-Id: I2e623411a56096b4cc352f4eedbf770632ae2cc3
Diffstat (limited to 'openstackclient/tests/test_shell.py')
-rw-r--r--openstackclient/tests/test_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/test_shell.py b/openstackclient/tests/test_shell.py
index ab97dd91..90454fc2 100644
--- a/openstackclient/tests/test_shell.py
+++ b/openstackclient/tests/test_shell.py
@@ -112,7 +112,7 @@ global_options = {
'--os-default-domain': (DEFAULT_DOMAIN_NAME, True, True),
'--os-cacert': ('/dev/null', True, True),
'--timing': (True, True, False),
- '--profile': ('SECRET_KEY', True, False),
+ '--os-profile': ('SECRET_KEY', True, False),
'--os-interface': (DEFAULT_INTERFACE, True, True)
}