Change check_latest_version default value
Sets the default value to False. Change-Id: Ie242a075f502b417b96a5927896b68ed296af056
This commit is contained in:
parent
24365043e3
commit
f9c15d2214
@ -36,7 +36,7 @@ class GlobalOptions(conf_base.Options):
|
||||
help='In case of execution as a service, specifies if the '
|
||||
'service must be gracefully stopped before exiting'),
|
||||
cfg.BoolOpt(
|
||||
'check_latest_version', default=True,
|
||||
'check_latest_version', default=False,
|
||||
help='Check if there is a newer version of cloudbase-init '
|
||||
'available. If this option is activated, a log '
|
||||
'message will be emitted if there is a newer version '
|
||||
|
Loading…
x
Reference in New Issue
Block a user