9e668902c2
This makes it possible for services to fetch the Elasticsearch endpoint from Keystone. It is useful for both operators and Monasca Tempest. Change-Id: Id60298582496a8959e82b970676669ca17e2e9d4
13 lines
238 B
YAML
13 lines
238 B
YAML
---
|
|
- import_tasks: config-host.yml
|
|
|
|
- import_tasks: config.yml
|
|
|
|
- import_tasks: check-containers.yml
|
|
|
|
- include_tasks: register.yml
|
|
when: elasticsearch_enable_keystone_registration | bool
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|