Increase sleep timeout for 'waiting-for-neutron-api' for CI stabilization

Deployment on the CI stand fails with an error - the neutron server does
not manage successfully start, need increase check timeout.

Change-Id: Ifefe0c3b7425ddfcfd30c5d8d947575749c913ab
This commit is contained in:
Artem Savinov 2016-04-28 11:41:48 +03:00
parent 2717f0a005
commit ab0db2e127
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if 'primary-controller' in hiera('roles') {
],
path => '/usr/sbin:/usr/bin:/sbin:/bin',
tries => '30',
try_sleep => '4',
try_sleep => '15',
command => 'neutron net-list --http-timeout=4 2>&1 > /dev/null',
provider => 'shell',
subscribe => Service['neutron-server'],