Switch the floating ip source to neutron for rh1
RH1 has been redeployed with mitaka, neutron should be used as its floating IP source. Change-Id: I9c2c29c1b5612eaaf73e9dc8a1ba0d75974404f0
This commit is contained in:
parent
1fab67de2c
commit
945370f7a7
@ -29,7 +29,7 @@ clouds:
|
||||
password: '<%= @tripleo_password %>'
|
||||
project_name: '<%= tripleo_project %>'
|
||||
auth_url: 'https://ci-overcloud.rh1.tripleo.org:13000/v2.0'
|
||||
floating_ip_source: nova
|
||||
floating_ip_source: neutron
|
||||
tripleo-test-cloud-rh2:
|
||||
region_name: regionOne
|
||||
auth:
|
||||
|
@ -109,7 +109,7 @@ clouds:
|
||||
username: <%= @puppetmaster_clouds['openstack_nodepool_tripleo_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstack_nodepool_tripleo_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstack_nodepool_tripleo_project_name'] %>
|
||||
floating_ip_source: nova
|
||||
floating_ip_source: neutron
|
||||
openstackjenkins-osic-cloud1:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
|
Loading…
Reference in New Issue
Block a user