Add retries to heat domain creation command

This fix retries to create heat domain.

Closes-bug: #1455902

Change-Id: I2fbb97adde6743153fc81f8dba153356c382cb52
This commit is contained in:
Vladimir Kuklin 2015-05-17 15:38:16 +03:00
parent 0caef65553
commit 1621cb350a
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ class heat::keystone::domain (
command => 'heat-keystone-setup-domain &>/dev/null',
environment => $cmd_evn,
require => Package['heat-common'],
tries => 10,
try_sleep => 3
}
heat_domain_id_setter { 'heat_domain_id':