Updated from OpenStack Ansible Tests

Change-Id: I786e4b155e7d4505a840c97821bf04c065438084
This commit is contained in:
OpenStack Proposal Bot
2019-09-04 15:15:48 +00:00
parent 065d15c42c
commit bdd8997f11
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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:
+2
View File
@@ -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: