Enable admin mode by default
Zaqar has an admin mode which enables certain endpoints. This mode should be enabled by default in devstack so that tests environments can rely on those endpoints to be present. Change-Id: Ic50875f4515bb631a6bf800c9338d3b6bbeaafae
This commit is contained in:
parent
59bfc08489
commit
b64738f1c9
@ -112,6 +112,7 @@ function configure_zaqar {
|
||||
sudo chown $USER $ZAQAR_API_LOG_DIR
|
||||
|
||||
iniset $ZAQAR_CONF DEFAULT verbose True
|
||||
iniset $ZAQAR_CONF DEFAULT admin_mode True
|
||||
iniset $ZAQAR_CONF DEFAULT use_syslog $SYSLOG
|
||||
iniset $ZAQAR_CONF DEFAULT log_file $ZAQAR_API_LOG_FILE
|
||||
iniset $ZAQAR_CONF 'drivers:transport:wsgi' bind $ZAQAR_SERVICE_HOST
|
||||
|
Loading…
Reference in New Issue
Block a user