From c4418499a24b78dc423fc065e6784fdb919da173 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 5 May 2016 21:07:43 +0100 Subject: [PATCH] Ensure that the sources-branch-updater updates the Ironic role This includes the ironic service in the list of services to check for updates for the rootwrap filters and other carried files. Change-Id: I4abe7a699cff82fb22a1562d9bd9c6e479778e26 --- scripts/sources-branch-updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sources-branch-updater.sh b/scripts/sources-branch-updater.sh index 47e85658ba..78d7442df6 100755 --- a/scripts/sources-branch-updater.sh +++ b/scripts/sources-branch-updater.sh @@ -21,7 +21,7 @@ OS_BRANCH=${OS_BRANCH:-"master"} OSA_BRANCH=${OSA_BRANCH:-"$OS_BRANCH"} SERVICE_FILE=${SERVICE_FILE:-"playbooks/defaults/repo_packages/openstack_services.yml"} -OPENSTACK_SERVICE_LIST=${OPENSTACK_SERVICE_LIST:-"aodh ceilometer cinder glance heat keystone neutron nova"} +OPENSTACK_SERVICE_LIST=${OPENSTACK_SERVICE_LIST:-"aodh ceilometer cinder glance heat ironic keystone neutron nova"} IFS=$'\n'