Updated from OpenStack Ansible Tests

Change-Id: I7d1ca774080d47ccef43954ed81dcc027452f282
This commit is contained in:
OpenStack Proposal Bot 2019-09-04 15:12:26 +00:00 committed by Dmitriy Rabotyagov
parent 71e16fca3a
commit 81c342a995
2 changed files with 6 additions and 0 deletions

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:

View File

@ -67,3 +67,7 @@
src: https://opendev.org/openstack/ansible-role-python_venv_build
scm: git
version: master
- name: uwsgi
src: https://opendev.org/openstack/ansible-role-uwsgi
scm: git
version: master