Currently, stable/icehouse devstack uses the latest version of
python-openstackclient which uses the new oslo form of imports
with underscores (e.g. import oslo_config). The new oslo
libraries that contain the new underscore imports are not used
in stable/icehouse so we need to pin python-openstackclient to
0.4.1.
Closes-Bug: #1427823
Change-Id: I363251c8d32a33e81a25c7279a202baf0eeb5cd3
| ... | ... |
@@ -785,7 +785,7 @@ else |
| 785 | 785 |
# https://review.openstack.org/#/c/157606/ |
| 786 | 786 |
pip_install "python-neutronclient>=2.3.4,<2.3.11" |
| 787 | 787 |
|
| 788 |
- pip_install "python-openstackclient<=1.0.1" |
|
| 788 |
+ pip_install "python-openstackclient<=0.4.1" |
|
| 789 | 789 |
fi |
| 790 | 790 |
|
| 791 | 791 |
if [[ $TRACK_DEPENDS = True ]]; then |