| commit | df09c433867a9ce204d1b14807cb5510c0bd0385 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Jan 19 18:24:52 2017 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Jan 19 18:24:52 2017 +0000 |
| tree | 984c1f8ccdc9f4ae2d0aacd682dd27c02fd919c6 | |
| parent | e19c8c34c56257b31b2d8f8a30ce928d76a65d45 [diff] | |
| parent | f80e2cfee85a200ba204ac00bada74695abcd964 [diff] |
Merge "add install_devstack_tools"
diff --git a/inc/python b/inc/python index 04cde34..5afc07f 100644 --- a/inc/python +++ b/inc/python
@@ -441,6 +441,13 @@ fi } +function install_devstack_tools { + # intentionally old to ensure devstack-gate has control + local dstools_version=${DSTOOLS_VERSION:-0.1.2} + install_python3 + sudo pip3 install -U devstack-tools==${dstools_version} +} + # Restore xtrace $INC_PY_TRACE