Fix 'variable access via ... ' deprecated messages
Change-Id: I7fb3a73510cb4f99271ca8c9f5e35ee6e76f0016 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f46e0e4c01
commit
5651563d42
@ -29,7 +29,7 @@ clouds:
|
||||
auth_url: https://ci-overcloud.rh1.tripleo.org:13000
|
||||
username: '<%= @tripleo_username %>'
|
||||
password: '<%= @tripleo_password %>'
|
||||
project_name: '<%= tripleo_project %>'
|
||||
project_name: '<%= @tripleo_project %>'
|
||||
project_domain_name: default
|
||||
user_domain_name: default
|
||||
floating_ip_source: neutron
|
||||
@ -37,9 +37,9 @@ clouds:
|
||||
tripleo-test-cloud-rh2:
|
||||
region_name: regionOne
|
||||
auth:
|
||||
username: '<%= tripleo_username %>'
|
||||
password: '<%= tripleo_password %>'
|
||||
project_name: '<%= tripleo_project %>'
|
||||
username: '<%= @tripleo_username %>'
|
||||
password: '<%= @tripleo_password %>'
|
||||
project_name: '<%= @tripleo_project %>'
|
||||
auth_url: 'https://ci-overcloud.rh2.tripleo.org:13000/v2.0'
|
||||
floating_ip_source: neutron
|
||||
bluebox-sjc1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user