commit 7291f7385b4e38004a0ecf1e7a147ae96d83ca6a
Author: Alex Schultz <email address hidden>
Date: Fri Aug 19 15:20:27 2016 -0600
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.
Reviewed: https:/ /review. openstack. org/358126 /git.openstack. org/cgit/ openstack/ fuel-library/ commit/ ?id=7291f7385b4 e38004a0ecf1e7a 147ae96d83ca6a
Committed: https:/
Submitter: Jenkins
Branch: master
commit 7291f7385b4e380 04a0ecf1e7a147a e96d83ca6a
Author: Alex Schultz <email address hidden>
Date: Fri Aug 19 15:20:27 2016 -0600
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: I0a5d9007cf1fc2 86d4217faf977e5 4faf010eeb0
Closes-Bug: #1614473