Correct inspector keystone endpoint name
The endpoint name for keystone was incorrect which resulted in the wrong endpoints being returned by keystone. Change-Id: I003ebd00ceee392db8614bc863eee786d8285aff
This commit is contained in:
parent
e226159b45
commit
460bc85304
@ -164,7 +164,7 @@
|
|||||||
--os-auth-url "{{ ironic.service_catalog.auth_url | default('http://127.0.0.1:5000/') }}"
|
--os-auth-url "{{ ironic.service_catalog.auth_url | default('http://127.0.0.1:5000/') }}"
|
||||||
--os-project-name admin
|
--os-project-name admin
|
||||||
endpoint create --region "{{ keystone.bootstrap.region_name | default('RegionOne') }}"
|
endpoint create --region "{{ keystone.bootstrap.region_name | default('RegionOne') }}"
|
||||||
baremetal internal "{{ ironic_inspector.keystone.internal_url | default('http://127.0.0.1:5050/') }}"
|
baremetal-introspection internal "{{ ironic_inspector.keystone.internal_url | default('http://127.0.0.1:5050/') }}"
|
||||||
no_log: true
|
no_log: true
|
||||||
when: test_ironic_inspector_internal_endpoint.rc != 0 or test_ironic_inspector_internal_endpoint.stdout == '[]'
|
when: test_ironic_inspector_internal_endpoint.rc != 0 or test_ironic_inspector_internal_endpoint.stdout == '[]'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user