Set unreliable True

We won't likely have a reliable cluster set up in devstack in the short
term. Set unreliable=True as the default for now.

Change-Id: Ifc8f9d49edc09b736699fc14e06481d1552a6e9b
This commit is contained in:
Flavio Percoco
2015-05-07 09:03:56 +02:00
parent 9e0735444c
commit c09f24ee5d

View File

@@ -115,6 +115,7 @@ function configure_zaqar {
iniset $ZAQAR_CONF DEFAULT debug True
iniset $ZAQAR_CONF DEFAULT verbose True
iniset $ZAQAR_CONF DEFAULT unreliable True
iniset $ZAQAR_CONF DEFAULT admin_mode True
iniset $ZAQAR_CONF DEFAULT use_syslog $SYSLOG
iniset $ZAQAR_CONF 'drivers:transport:wsgi' bind $ZAQAR_SERVICE_HOST