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:
Andreas Jaeger 2013-10-10 21:02:19 +02:00
parent 65399e0b3c
commit 2c31a183b8
2 changed files with 2 additions and 2 deletions
etc/nova
nova/virt/xenapi

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