Change check_latest_version default value

Sets the default value to False.

Change-Id: Ie242a075f502b417b96a5927896b68ed296af056
This commit is contained in:
Alessandro Pilotti 2018-06-24 14:43:10 +03:00
parent 24365043e3
commit f9c15d2214
1 changed files with 1 additions and 1 deletions

View File

@ -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 '