Added more parts to after param of templates part.

Fixes issue where lots of parts need to be rebuilt every time that we modify the templates, or configure or install hooks.
This commit is contained in:
Pete Vander Giessen 2018-10-31 14:53:48 +00:00
parent 4999a02de5
commit d0d3d47bba
1 changed files with 16 additions and 4 deletions

View File

@ -404,7 +404,21 @@ parts:
# Openstack Shared Parts
templates:
after: [keystone, nova, neutron, openvswitch, cinder, horizon]
after:
- keystone-config
- nova-config
- neutron-config
- glance-config
- ovs-wrapper
- qemu
- kvm-support
- libvirt
- mysql-server
- rabbitmq-server
- memcached
- cinder-config
- horizon-config
- python-openstackclient
plugin: dump
source: snap
@ -640,5 +654,3 @@ parts:
- etc/horizon/*.conf
stage: [$etc]
prime: [$etc]