Remove default=None when set value in Config

By default oslo.cfg sets the default values as None, There is
no need to explicitly do this.

Change-Id: I524f0016df3fb237bf41961a6e22ec88c1a46f06
This commit is contained in:
Lu lei 2016-09-25 15:53:33 +08:00
parent 0e46efa848
commit 53285cfb1a
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ MagnumGroup = [
help="Flavor id to use for ClusterTemplate."),
cfg.StrOpt("magnum_url",
default=None,
help="Bypass URL for Magnum to skip service catalog lookup"),
cfg.StrOpt("master_flavor_id",