Merge "Retry Keystone's default user role creation"

This commit is contained in:
Jenkins 2017-06-26 14:57:06 +00:00 committed by Gerrit Code Review
commit 9e88df11ab

View File

@ -15,4 +15,8 @@
auth: "{{ '{{ openstack_keystone_auth }}' }}"
module_extra_vars:
openstack_keystone_auth: "{{ openstack_keystone_auth }}"
register: default_role
until: default_role|success
retries: 10
delay: 5
run_once: True