Add identity_api_version to packethost

Every "openstack" cli operation gives

 Ignoring domain related config project_domain_name because identity API version is 2.0
 Ignoring domain related config user_domain_name because identity API version is 2.0

I feel like this should be auto-detected to v3 but not sure how.  Add
the identity_api_version as done in the other clouds.

(I proposed making that message clearer in
https://review.openstack.org/577324)

Change-Id: I22f8d342968c9084d05d841d6e3ab660a62c3262
This commit is contained in:
Ian Wienand 2018-06-22 10:38:20 +10:00
parent 19ed6637b6
commit a05486fa22
3 changed files with 3 additions and 0 deletions

View File

@ -112,3 +112,4 @@ clouds:
project_name: <%= @packethost_project %>
user_domain_name: default
project_domain_name: default
identity_api_version: '3'

View File

@ -204,3 +204,4 @@ clouds:
project_name: <%= @puppetmaster_clouds['openstackzuul_packethost_project_name'] %>
user_domain_name: default
project_domain_name: default
identity_api_version: '3'

View File

@ -112,3 +112,4 @@ clouds:
project_name: <%= @puppetmaster_clouds['openstackci_packethost_project_name'] %>
user_domain_name: default
project_domain_name: default
identity_api_version: '3'