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:
parent
8845e100a1
commit
0faf82cc96
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user