Merge "Fix omfra admin creds in all-clouds.yaml"

This commit is contained in:
Jenkins 2016-02-24 21:45:14 +00:00 committed by Gerrit Code Review
commit 889fc08657

View File

@ -103,9 +103,9 @@ clouds:
region_name: RegionOne
auth:
auth_url: https://controller00.hpuswest.ic.openstack.org:35357/
username: <%= @puppetmaster_clouds['openstackci_infracloud_username'] %>
password: <%= @puppetmaster_clouds['openstackci_infracloud_password'] %>
project_name: <%= @puppetmaster_clouds['openstackci_infracloud_project_name'] %>
username: <%= @puppetmaster_clouds['admin_infracloud_username'] %>
password: <%= @puppetmaster_clouds['admin_infracloud_password'] %>
project_name: <%= @puppetmaster_clouds['admin_infracloud_project_name'] %>
cacert: '/etc/openstack/infracloud_west_cacert.pem'
identity_api_version: '3'
openstackjenkins-rax: