Merge "Remove kuryr-lib in upper-constraints.txt file when install master kuryr"
This commit is contained in:
commit
87e2afa68d
@ -9,7 +9,10 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
{% elif install_type == 'source' %}
|
||||
|
||||
ADD kuryr-base-archive /kuryr-base-source
|
||||
# NOTE(Jeffrey4l): remove kuryr-lib constraint in upper-constraints.txt file.
|
||||
# Otherwise, it will be failed.
|
||||
RUN ln -s kuryr-base-source/* kuryr-base \
|
||||
&& sed -i 's|^kuryr-lib===.*$||g' requirements/upper-constraints.txt \
|
||||
&& /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt /kuryr-base
|
||||
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user