Do not install heat service distro packages for source installs

Change-Id: I4ee6522fe0526db162d38a4ea1b7f60976460be1
This commit is contained in:
Jonathan Rosser 2019-02-21 21:10:16 +00:00
parent d94ca42619
commit fcaf47c3ad
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 %}