using fatal deprecations only means you can't add new deprecations
to the code base, which isn't helpful in actually deprecating
features in a user friendly way.
Change-Id: I26468f4c221a14f2eea746439d46e5fa192cfc57
| ... | ... |
@@ -379,7 +379,6 @@ function create_nova_conf() {
|
| 379 | 379 |
iniset $NOVA_CONF DEFAULT metadata_workers "4" |
| 380 | 380 |
iniset $NOVA_CONF conductor workers "4" |
| 381 | 381 |
iniset $NOVA_CONF DEFAULT sql_connection `database_connection_url nova` |
| 382 |
- iniset $NOVA_CONF DEFAULT fatal_deprecations "True" |
|
| 383 | 382 |
iniset $NOVA_CONF DEFAULT instance_name_template "${INSTANCE_NAME_PREFIX}%08x"
|
| 384 | 383 |
iniset $NOVA_CONF osapi_v3 enabled "True" |
| 385 | 384 |
|