Install openstack-heat-agents instead of python-heat-agent*

Use the openstack-heat-agents package to install all of the
python-heat-agent packages in the image, instead of having to specify
each individually.

Change-Id: I72caf6ff0dfa3f164737b92e89c1cc6043845864
Closes-Bug: #1737163
This commit is contained in:
James Slagle 2017-12-08 07:38:37 -05:00
parent a6f37f3742
commit 21a3e81b1a
2 changed files with 6 additions and 6 deletions

View File

@ -28,12 +28,7 @@ disk_images:
- sos
- ntp
- device-mapper-multipath
- python-heat-agent-puppet
- python-heat-agent-hiera
- python-heat-agent-apply-config
- python-heat-agent-ansible
- python-heat-agent-docker-cmd
- python-heat-agent-json-file
- openstack-heat-agents
options:
- "--min-tmpfs 5"
environment:

View File

@ -0,0 +1,5 @@
---
fixes:
- Use the openstack-heat-agents package to install all of the
python-heat-agent packages in the image, instead of having to specify each
individually.