Pin ARA to <1.0.0

ARA 1.0 will be released in the near future and isn't backwards
compatible. Pin it so it doesn't break things unexpectedly.

Change-Id: Ia98f8687b04667188f842ebfd847705eaee32fa7
This commit is contained in:
David Moreau Simard 2019-06-04 09:22:18 -04:00
parent 8845e100a1
commit 0faf82cc96
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621

View File

@ -225,7 +225,7 @@ sudo kill $pidof_tcpdump
{% if release not in ['newton', 'ocata', 'pike', 'queens', 'rocky'] %}
container_cli="{{ undercloud_container_cli | default('podman') }}"
cont=$(sudo $container_cli ps | grep executor | awk {'print $1'})
sudo $container_cli exec --user root $cont bash -c "easy_install pip && pip install ara"
sudo $container_cli exec --user root $cont bash -c "easy_install pip && pip install 'ara<1.0.0'"
# check it
sudo $container_cli exec --user root $cont ls /usr/lib/python2.7/site-packages/ | grep ara
{% endif %}