Change default for update_status_on_fail

Default 'update_status_on_fail' to True so that instances do not get
stuck in the BUILD state.

When this option is set, instances that remain in BUILD for longer than
the datastore's configured 'usage_timeout' will be considered failed and
moved to the ERROR state.

Change-Id: I67e3ca8f652581cd504affedbe518472b0051ccd
Related-Bug: #1339826
This commit is contained in:
Ionuț Arțăriși 2014-07-24 11:32:37 +02:00
parent 4f6595941d
commit 54fd6d6bf3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ verbose = <%= node["openstack"]["database"]["verbose"] %>
debug = <%= node["openstack"]["database"]["debug"] %>
# Updates service and instance task statuses if instance failed become active
update_status_on_fail = False
update_status_on_fail = True
# AMQP Connection info
rabbit_host = <%= @rabbit['host'] %>