From fcaf47c3ad36a7254123dd5219f3f887343a10f0 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 21 Feb 2019 21:10:16 +0000 Subject: [PATCH] Do not install heat service distro packages for source installs Change-Id: I4ee6522fe0526db162d38a4ea1b7f60976460be1 --- vars/source_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/source_install.yml b/vars/source_install.yml index b9df136..9a50e7b 100644 --- a/vars/source_install.yml +++ b/vars/source_install.yml @@ -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 %}