Merge "Remove unnecessary package install duplication"

This commit is contained in:
Zuul
2018年11月02日 11:25:32 +00:00
committed by Gerrit Code Review

View File

@@ -42,7 +42,6 @@
vars:
venv_build_distro_package_list:"{{ nova_devel_distro_packages }}"
venv_install_destination_path:"{{ nova_bin | dirname }}"
venv_install_distro_package_list:"{{ nova_distro_packages }}"
venv_pip_install_args:"{{ nova_pip_install_args }}"
venv_pip_packages:>-
{{ nova_pip_packages +

View File

@@ -45,7 +45,6 @@ nova_package_list: |-
{% if nova_oslomsg_amqp1_enabled | bool %}
{% set _ = packages.extend(nova_compute_oslomsg_amqp1_distro_packages) %}
{% endif %}
{% set _ = packages.extend(nova_devel_distro_packages) %}
{{ packages }}
_nova_bin:"/openstack/venvs/nova-{{ nova_venv_tag }}/bin"
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.