Fix keystone API call
API call should use trove_service_net_endpoint_type Change-Id: Ib25705c08787164d2f070cc4acbdc0837bc30c8b Close-bug: #1738529
This commit is contained in:
parent
9c6059c514
commit
04aa9a527a
@ -74,6 +74,7 @@
|
|||||||
validate_certs: "{{ trove_service_net_validate_certs }}"
|
validate_certs: "{{ trove_service_net_validate_certs }}"
|
||||||
wait: yes
|
wait: yes
|
||||||
name: "{{ trove_service_net_name }}"
|
name: "{{ trove_service_net_name }}"
|
||||||
|
endpoint_type: "{{ trove_service_net_endpoint_type }}"
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Fail if trove service network is not available
|
- name: Fail if trove service network is not available
|
||||||
|
Loading…
Reference in New Issue
Block a user