Add more configuration parameters to DevStack

Add more common configuration parameters to DevStack plugin.
This might be handy in testing while not commonly done in
DevStack to parameters one need nto to change. More complete list
of all possible parameters usually added to real deployment
generated configuration files. This should come later when
'oslo-config-generator' will be supported.

Change-Id: Iaa73dbecd63f3d035cba7799a66c01593224f6c1
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
This commit is contained in:
Tomi Juvonen 2019-05-31 09:04:56 +03:00
parent 6abd7e8b65
commit 8236fa4f51
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ function configure_fenix {
iniset $FENIX_CONF_FILE DEFAULT transport_url $(get_notification_url)
iniset $FENIX_API_CONF_FILE DEFAULT transport_url $(get_notification_url)
iniset $FENIX_CONF_FILE DEFAULT wait_project_reply 120
iniset $FENIX_CONF_FILE DEFAULT project_maintenance_reply 40
iniset $FENIX_CONF_FILE DEFAULT project_scale_in_reply 60
iniset $FENIX_CONF_FILE DEFAULT live_migration_retries 5
iniset $FENIX_CONF_FILE DEFAULT live_migration_wait_time 600
iniset $FENIX_CONF_FILE database connection `database_connection_url fenix`
}