Fix keystone API call

API call should use trove_service_net_endpoint_type

Change-Id: Ib25705c08787164d2f070cc4acbdc0837bc30c8b
Close-bug: #1738529
(cherry picked from commit 04aa9a527a)
This commit is contained in:
Kourosh Vivan 2019-11-13 15:00:39 +01:00 committed by Jonathan Rosser
parent 63718a4b3a
commit d9fed6ebe0
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@
validate_certs: "{{ trove_service_net_validate_certs }}"
wait: yes
name: "{{ trove_service_net_name }}"
endpoint_type: "{{ trove_service_net_endpoint_type }}"
run_once: true
- name: Fail if trove service network is not available