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
commit a99030962d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 4 deletions

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
@ -640,5 +654,3 @@ parts:
- etc/horizon/*.conf - etc/horizon/*.conf
stage: [$etc] stage: [$etc]
prime: [$etc] prime: [$etc]