Fix keystone API call

API call should use trove_service_net_endpoint_type

Change-Id: Ib25705c08787164d2f070cc4acbdc0837bc30c8b
Close-bug: #1738529
This commit is contained in:
Kourosh Vivan 2019-11-13 15:00:39 +01:00
parent 9c6059c514
commit 04aa9a527a

View File

@ -74,6 +74,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