Fixing update procedure and timeouts for services

This commit is contained in:
Dmitry Shulyak 2015-06-03 11:09:07 +02:00
parent 72e6dee46f
commit 88a25a6d74
3 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,3 @@
- {{ config_dir }}:/etc/keystone
- name: wait for keystone
wait_for: host={{ip}} port={{port}} timeout=20

View File

@ -4,7 +4,7 @@ version: 1.0.0
input:
image:
schema: str!
value: kollaglue/centos-rdo-j-keystone
value: kollaglue/centos-rdo-k-keystone
config_dir:
schema: str!
value: /etc/solar/keystone

View File

@ -16,3 +16,4 @@
until: result.rc == 0
retries: 30
delay: 0.5