The 'verbose' option has been deprecated by oslo_log. Using it
results in a warning for the 'nova-manage' command and likely
many other OpenStack commands.
Change-Id: Icc11b25f56ebc62443c6afa90b9572d5c63b3882
Partial-bug: #1511505
| ... | ... |
@@ -480,7 +480,6 @@ function create_nova_conf {
|
| 480 | 480 |
|
| 481 | 481 |
# (Re)create ``nova.conf`` |
| 482 | 482 |
rm -f $NOVA_CONF |
| 483 |
- iniset $NOVA_CONF DEFAULT verbose "True" |
|
| 484 | 483 |
iniset $NOVA_CONF DEFAULT debug "$ENABLE_DEBUG_LOG_LEVEL" |
| 485 | 484 |
if [ "$NOVA_ALLOW_MOVE_TO_SAME_HOST" == "True" ]; then |
| 486 | 485 |
iniset $NOVA_CONF DEFAULT allow_resize_to_same_host "True" |