diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-19 23:37:52 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-19 23:37:52 +0000 |
| commit | 4639148b1dc059efab0d00a886e3f05f547a439f (patch) | |
| tree | b8142d0b2a5faeffae7af21b5296da5ec4361baa /openstackclient/tests | |
| parent | 6cbbcfa3da20b5b87bdee5efd5a2bf043f846bf9 (diff) | |
| parent | 530fe42589a2138278f100f791d8c6d3fbed8950 (diff) | |
| download | python-openstackclient-2.4.0.tar.gz | |
Merge "Rename --profile to --os-profile"2.4.0
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) } |
