Merge pull request #14 from CanonicalLtd/fix-dirty-build

Added more parts to after param of templates part.
This commit is contained in:
James Page
2018-10-31 14:55:43 +00:00
committed by GitHub

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
@@ -612,7 +626,7 @@ parts:
- etc/cinder/*.templates
stage: [$etc]
prime: [$etc]
# Horizon
horizon:
after: [keystone]
@@ -640,5 +654,3 @@ parts:
- etc/horizon/*.conf
stage: [$etc]
prime: [$etc]