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