diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-06-06 13:36:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-06 13:36:06 +0000 |
commit | 6c6b03b310cf60b251a52127901431f7d059e45f (patch) | |
tree | a0af3097253a14de0052266e45adaa73b0c752d6 /functest/cli/cli_base.py | |
parent | 5e9320777016b10685b7edeecfd2b6d0f1ffabbe (diff) | |
parent | 81e3719bce31a74b027e5ba97b5b89d76e133e5e (diff) |
Merge "Remove call to fetch_os_creds.sh"
Diffstat (limited to 'functest/cli/cli_base.py')
-rw-r--r-- | functest/cli/cli_base.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/functest/cli/cli_base.py b/functest/cli/cli_base.py index 2104e125..2f085834 100644 --- a/functest/cli/cli_base.py +++ b/functest/cli/cli_base.py @@ -86,12 +86,6 @@ def os_show_credentials(): _openstack.show_credentials() -@openstack.command('fetch-rc', help="Fetch the OpenStack RC file from " - "the installer.") -def os_fetch_rc(): - _openstack.fetch_credentials() - - @env.command('prepare', help="Prepares the Functest environment. This step is " "needed run the tests.") def env_prepare(): |