diff options
| author | Kyrylo Romanenko <kromanenko@mirantis.com> | 2016-12-07 18:13:32 +0200 |
|---|---|---|
| committer | Kyrylo Romanenko <kromanenko@mirantis.com> | 2016-12-12 17:31:55 +0200 |
| commit | c100a552f5480befd1ecd0dd7c448f6eefac78a5 (patch) | |
| tree | f3c1dbf287b7e9ab7666239dd5c3d463337047a9 /tools | |
| parent | 56f19eef8be36c984ed5f3282d88dddad6d4c019 (diff) | |
| download | python-ironicclient-c100a552f5480befd1ecd0dd7c448f6eefac78a5.tar.gz | |
Use identity api version 3 for OSC plugin tests
Explicitly use `--os-identity-api-version` option
for Baremetal OSC plugin functional tests
taking it's value from config.
Change-Id: I3eeb7cd029fe440684a5736eeb3b5788d1666a08
Closes-Bug: #1646837
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/run_functional.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_functional.sh b/tools/run_functional.sh index 1024a04..a789573 100755 --- a/tools/run_functional.sh +++ b/tools/run_functional.sh @@ -16,6 +16,7 @@ cat <<END >$CONFIG_FILE [functional] api_version = 1 os_auth_url=$OS_AUTH_URL +os_identity_api_version = $OS_IDENTITY_API_VERSION os_username=$OS_USERNAME os_password=$OS_PASSWORD os_tenant_name=$OS_TENANT_NAME |
