Merge "Do not install heat service distro packages for source installs"

This commit is contained in:
Zuul 2019-02-27 12:07:19 +00:00 committed by Gerrit Code Review
commit f96c2208e0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
heat_package_list: |-
{% set packages = heat_service_distro_packages %}
{% set packages = heat_distro_packages %}
{% if heat_oslomsg_amqp1_enabled | bool %}
{% set _ = packages.extend(heat_oslomsg_amqp1_distro_packages) %}
{% endif %}