From f8a06c0f56e356f5ddfe57674b2a9a650906ded2 Mon Sep 17 00:00:00 2001 From: Vasyl Saienko Date: Fri, 17 Mar 2017 15:19:13 +0200 Subject: [PATCH] Update ref for puppet-ironic module Recently 'ironic:drivers:interface' class was backported to Newton by https://review.openstack.org/#/c/445799/ And ability to convert network name to UUID was added by https://review.openstack.org/#/c/449804/ This patch update ref for puppet-ironic module to use that commit. Related-Bug: #1588380 Change-Id: I4043bb406aafaf9fb46509f8a2542e5b6c3d9d7d --- deployment/puppet/openstack_tasks/Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/puppet/openstack_tasks/Puppetfile b/deployment/puppet/openstack_tasks/Puppetfile index 5e9b84d31b..87074d4e2b 100644 --- a/deployment/puppet/openstack_tasks/Puppetfile +++ b/deployment/puppet/openstack_tasks/Puppetfile @@ -54,7 +54,7 @@ mod 'horizon', # Pull in puppet-ironic mod 'ironic', :git => 'https://github.com/fuel-infra/puppet-ironic.git', - :ref => '9.5.0' + :ref => '79f7749b4a500e685c0c785f8ccf74dc4ed40e53' # Pull in puppet-keystone mod 'keystone',