Updated from OpenStack Ansible Tests
Change-Id: I669237b64b87bcd5ec3a09de571574b2eb31c39a
This commit is contained in:
parent
af767a4c2a
commit
61b21fe9c7
@ -29,6 +29,7 @@
|
||||
mysql_db:
|
||||
name: "{{ item.name }}"
|
||||
loop: "{{ _oslodb_databases }}"
|
||||
no_log: true
|
||||
|
||||
- name: Grant access to the database for the service
|
||||
mysql_user:
|
||||
|
@ -94,6 +94,7 @@
|
||||
with_items: "{{ _service_users }}"
|
||||
retries: 5
|
||||
delay: 10
|
||||
no_log: True
|
||||
|
||||
- name: Add service users
|
||||
os_user:
|
||||
@ -140,6 +141,7 @@
|
||||
with_items: "{{ _service_users }}"
|
||||
retries: 5
|
||||
delay: 10
|
||||
no_log: True
|
||||
|
||||
- name: Add endpoints to keystone endpoint catalog
|
||||
os_keystone_endpoint:
|
||||
|
Loading…
Reference in New Issue
Block a user