From 3347876e716f01d6d6a60f104bd386518b6db661 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 12 May 2016 10:20:39 -0700 Subject: [PATCH] Add BHS1 region to openstackjenkins-ovh all-clouds This region is missing from the region list for the openstackjenkins-ovh cloud definition in all-clouds.yaml. Add it in as we use that region too. Change-Id: Ie292b2ee50dc57da2a9e8f6997368b116c045326 --- .../openstack_project/templates/puppetmaster/all-clouds.yaml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb index 369626b073..cbd34fd081 100644 --- a/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb @@ -87,6 +87,7 @@ clouds: regions: - GRA1 - SBG1 + - BHS1 profile: ovh auth: username: <%= @puppetmaster_clouds['openstackjenkins_ovh_username'] %>