diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-04-18 14:39:21 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-04-19 07:50:42 -0500 |
| commit | 530fe42589a2138278f100f791d8c6d3fbed8950 (patch) | |
| tree | 35ae1868125e9facb4ffd5b32262cfbd2882deff /openstackclient/tests | |
| parent | 3f2ed7d19f53b0950152e4f233797f13627f4986 (diff) | |
| download | python-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')
| -rw-r--r-- | openstackclient/tests/test_shell.py | 2 |
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) } |
