Remove whitespace from cfg options
This extra whitespace will cause warnings in the openstack-manuals, thus remove it. Change-Id: I8364ea0a52093f6dd3abeb6913790401e6ec112f
This commit is contained in:
parent
65399e0b3c
commit
2c31a183b8
@ -2252,7 +2252,7 @@
|
||||
#xenapi_agent_path=usr/sbin/xe-update-networking
|
||||
|
||||
# Disables the use of the XenAPI agent in any image regardless
|
||||
# of what image properties are present. (boolean value)
|
||||
# of what image properties are present. (boolean value)
|
||||
#xenapi_disable_agent=false
|
||||
|
||||
# Determines if the xenapi agent should be used when the image
|
||||
|
@ -66,7 +66,7 @@ xenapi_agent_opts = [
|
||||
cfg.BoolOpt('xenapi_disable_agent',
|
||||
default=False,
|
||||
help='Disables the use of the XenAPI agent in any image '
|
||||
'regardless of what image properties are present. '),
|
||||
'regardless of what image properties are present.'),
|
||||
cfg.BoolOpt('xenapi_use_agent_default',
|
||||
default=False,
|
||||
help='Determines if the xenapi agent should be used when '
|
||||
|
Loading…
x
Reference in New Issue
Block a user