Fix ironic-conductor task dependencies

The ironic-conductor requires access to the ironic database which is
done in the ironic-db task. Previously we were just waiting for the
database task but we should require the ironic-db task which waits
for the database tasks to be completed and sets up the ironic database
user permissions.

Change-Id: I0a5d9007cf1fc286d4217faf977e54faf010eeb0
Closes-Bug: #1614473
This commit is contained in:
Alex Schultz 2016-08-19 15:20:27 -06:00 committed by Maksim Malchuk
parent dcb730a106
commit 7291f7385b
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
$.get('kombu_compression'))
cross-depends:
- name: ironic
- name: /^(primary-)?database$/
- name: ironic-db
- name: /^(primary-)?rabbitmq$/
parameters:
puppet_manifest: /etc/puppet/modules/openstack_tasks/examples/roles/ironic-conductor.pp