remove verbose option in devstack plugin
This option is deprecated in Mitaka and has been removed in Newton, and its default value is True already. Let's remove it. Change-Id: I167713165bd96a4ccd423976f8fcad5ff8fc399c ref: https://review.openstack.org/#/c/314573/
This commit is contained in:
parent
58e8429e0f
commit
7e87adeecf
@ -82,7 +82,6 @@ function configure_zaqar {
|
||||
sudo chown $USER $ZAQAR_API_LOG_DIR
|
||||
|
||||
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 signed_url secret_key notreallysecret
|
||||
|
Loading…
Reference in New Issue
Block a user