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

This commit is contained in:
Zuul 2017-12-09 03:00:23 +00:00 committed by Gerrit Code Review
commit 080a708f62
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.