diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2017-11-29 11:17:19 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-12-07 08:10:23 -0600 |
| commit | 1d914dd9ad9cb9e5d7bba2dab50d9e292c149842 (patch) | |
| tree | 776776b6edb466075f1ac2dd66d6ed86692cbf12 /tox.ini | |
| parent | 396cde37a36890f1387695a90963f188fbb39c5a (diff) | |
| download | python-openstackclient-1d914dd9ad9cb9e5d7bba2dab50d9e292c149842.tar.gz | |
Fix SDK Connection creation alternative to Profile
Do a dummy import to determine which SDK is installed (Pre/post merge).
This solves the DevStack error "Cloud defaults was not found" in -tips jobs.
Depends-On: Ia111f127fbdceac2afe20fd9d1fe032145cdd72c
Change-Id: I60c2d418dd5a393eee2cc2a5c2fdebfffdabf2d3
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ commands = pip install -q -U -e "git+file://{toxinidir}/../keystoneauth#egg=keystoneauth" pip install -q -U -e "git+file://{toxinidir}/../osc-lib#egg=osc_lib" pip install -q -U -e "git+file://{toxinidir}/../os-client-config#egg=os_client_config" - pip install -q -U -e "git+file://{toxinidir}/../python-openstacksdk#egg=openstacksdk" + pip install -q -e "git+file://{toxinidir}/../python-openstacksdk#egg=openstacksdk" pip freeze ostestr {posargs} whitelist_externals = ostestr |
