From c4ec98b754c0e341e213b96b5fc1f600f64ccf1a Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 13 Oct 2016 18:29:44 +0000 Subject: [PATCH] Correct conf.py missing space Change-Id: Ie86169092dec09647d356b65c5eea76e49e7519e --- example.conf | 4 ++-- ironic_inspector/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example.conf b/example.conf index 5ef73a59a..c2d8a6b00 100644 --- a/example.conf +++ b/example.conf @@ -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 diff --git a/ironic_inspector/conf.py b/ironic_inspector/conf.py index efef8ba85..0ebc95a18 100644 --- a/ironic_inspector/conf.py +++ b/ironic_inspector/conf.py @@ -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',