Merge "Clean update endpoints task in keystone upgrade"

This commit is contained in:
Zuul 2017-11-15 05:11:56 +00:00 committed by Gerrit Code Review
commit 243a7a3967
2 changed files with 0 additions and 25 deletions

View File

@ -1,22 +0,0 @@
---
- name: Updating keystone endpoints
kolla_toolbox:
module_name: "kolla_keystone_service"
module_args:
service_name: "keystone"
service_type: "identity"
description: "Identity Service"
endpoint_region: "{{ openstack_region_name }}"
url: "{{ item.url }}"
interface: "{{ item.interface }}"
region_name: "{{ openstack_region_name }}"
auth: "{{ '{{ openstack_keystone_auth }}' }}"
endpoint_type: "{{ openstack_interface }}"
module_extra_vars:
openstack_keystone_auth: "{{ openstack_keystone_auth }}"
run_once: True
register: update
with_items:
- {'interface': 'admin', 'url': '{{ keystone_admin_url }}'}
- {'interface': 'internal', 'url': '{{ keystone_internal_url }}'}
- {'interface': 'public', 'url': '{{ keystone_public_url }}'}

View File

@ -5,6 +5,3 @@
- name: Flush handlers
meta: flush_handlers
#NOTE(egonzalez): Remove after Pike is released
- include: update_endpoints.yml