From 194a4cdc9fb955168eb04a1ef62fa6177d7f2c15 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Tue, 7 Nov 2017 09:51:01 +1100 Subject: [PATCH] Use keystone's image for registering endpoints Change-Id: I21243d4af6c423b814e3028932496da2cd05cf31 --- tasks/bootstrap-service-endpoints.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tasks/bootstrap-service-endpoints.yml b/tasks/bootstrap-service-endpoints.yml index 2f218c8..513924e 100644 --- a/tasks/bootstrap-service-endpoints.yml +++ b/tasks/bootstrap-service-endpoints.yml @@ -8,7 +8,7 @@ state: present restart_policy: OnFailure containers: - - image: tripleoupstream/centos-binary-glance-api + - image: tripleoupstream/centos-binary-keystone name: '{{service_name}}-keystone-user' command: - openstack @@ -25,7 +25,7 @@ - name: clouds-yaml mountPath: /etc/openstack/ read_only: true - - image: tripleoupstream/centos-binary-glance-api + - image: tripleoupstream/centos-binary-keystone name: '{{service_name}}-keystone-service' command: - openstack @@ -38,7 +38,7 @@ - '{{service_name}}' - '{{service_type}}' volume_mounts: *volume_mounts - - image: tripleoupstream/centos-binary-glance-api + - image: tripleoupstream/centos-binary-keystone name: '{{service_name}}-keystone-internal-url' command: - openstack @@ -53,7 +53,7 @@ - 'internal' - '{{service_internal_url}}' volume_mounts: *volume_mounts - - image: tripleoupstream/centos-binary-glance-api + - image: tripleoupstream/centos-binary-keystone name: '{{service_name}}-keystone-public-url' command: - openstack @@ -68,7 +68,7 @@ - 'public' - '{{service_public_url}}' volume_mounts: *volume_mounts - - image: tripleoupstream/centos-binary-glance-api + - image: tripleoupstream/centos-binary-keystone name: '{{service_name}}-keystone-admin-url' command: - openstack