Add infracloud oscc to nodepool clouds

Change-Id: I099b1de6740d78e8651cf3f956d96977310c468e
This commit is contained in:
Ricardo Carrillo Cruz 2016-08-25 10:30:19 +02:00
parent 6e98c5abaf
commit 9b197d9baf

View File

@ -80,3 +80,13 @@ clouds:
username: '<%= @vexxhost_username %>' username: '<%= @vexxhost_username %>'
password: '<%= @vexxhost_password %>' password: '<%= @vexxhost_password %>'
project_name: '<%= @vexxhost_project %>' project_name: '<%= @vexxhost_project %>'
infracloud:
auth:
auth_url: https://controller00.vanilla.ic.openstack.org:5000
username: '<%= @infracloud_username %>'
password: '<%= @infracloud_password %>'
project_name: '<%= @infracloud_project %>'
project_domain_name: default
user_domain_name: default
identity_api_version: '3'
cacert: /home/nodepool/.config/openstack/infracloud_vanilla_cacert.pem