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:
Julia Kreger 2016-12-06 00:39:59 +00:00 committed by Yolanda Robla Mota
parent e226159b45
commit 460bc85304

View File

@ -164,7 +164,7 @@
--os-auth-url "{{ ironic.service_catalog.auth_url | default('http://127.0.0.1:5000/') }}"
--os-project-name admin
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
when: test_ironic_inspector_internal_endpoint.rc != 0 or test_ironic_inspector_internal_endpoint.stdout == '[]'