Bump Ironic ref to 7.0.0-rc2

Currently during executing Ironic manifests on non-primary
controllers after installing main ironic-common package it notifies
db sync from db/sync class, which are not in catalog. And as a result
we have resource not found error. Upstream patch [1] fixes this problem
and we need to update ref on top.

[1] I29939384bf96b82d9124307222a239b8aa95336b

Change-Id: Ia9b17e84e7747e069a679649a1f35ebad8614b79
Closes-bug: #1529046
This commit is contained in:
Denis Egorenko 2015-12-24 18:57:12 +03:00
parent b8dd8e3961
commit 12646476cb
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ mod 'tftp',
# Pull in puppet-ironic
mod 'ironic',
:git => 'https://review.fuel-infra.org/p/puppet-modules/puppet-ironic.git',
:ref => '7.0.0-rc1'
:ref => '7.0.0-rc2'
# Pull in puppet-murano
mod 'murano',