Correct conf.py missing space
Change-Id: Ie86169092dec09647d356b65c5eea76e49e7519e
This commit is contained in:
parent
95928b4680
commit
c4ec98b754
@ -770,8 +770,8 @@
|
||||
# Comma-separated list of default hooks for processing pipeline. Hook
|
||||
# 'scheduler' updates the node with the minimum properties required by
|
||||
# the Nova scheduler. Hook 'validate_interfaces' ensures that valid
|
||||
# NIC data was provided by the ramdisk.Do not exclude these two unless
|
||||
# you really know what you're doing. (string value)
|
||||
# NIC data was provided by the ramdisk. Do not exclude these two
|
||||
# unless you really know what you're doing. (string value)
|
||||
#default_processing_hooks = ramdisk_error,root_disk_selection,scheduler,validate_interfaces,capabilities,pci_devices
|
||||
|
||||
# Comma-separated list of enabled hooks for processing pipeline. The
|
||||
|
@ -86,7 +86,7 @@ PROCESSING_OPTS = [
|
||||
'pipeline. Hook \'scheduler\' updates the node with the '
|
||||
'minimum properties required by the Nova scheduler. '
|
||||
'Hook \'validate_interfaces\' ensures that valid NIC '
|
||||
'data was provided by the ramdisk.'
|
||||
'data was provided by the ramdisk. '
|
||||
'Do not exclude these two unless you really know what '
|
||||
'you\'re doing.')),
|
||||
cfg.StrOpt('processing_hooks',
|
||||
|
Loading…
Reference in New Issue
Block a user