From 13044b09e32b77492987563a1a1a8cc6203f6ed1 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Mon, 26 Sep 2016 09:45:46 +0200 Subject: [PATCH] Remove unnecesary spaces in log messages. Spaces added by mistake in some log messages. Change-Id: I89b8cd92387b2ccc9bb6da95f1f8be6a036b415a --- manifests/api.pp | 4 ++-- manifests/backend/dellsc_iscsi.pp | 8 ++++---- manifests/backend/hp3par_iscsi.pp | 4 ++-- manifests/backend/vmdk.pp | 8 ++++---- manifests/backup/swift.pp | 4 ++-- manifests/volume/hp3par_iscsi.pp | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/manifests/api.pp b/manifests/api.pp index b5199073..1f0533b9 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -327,8 +327,8 @@ class cinder::api ( # we need to make sure cinder-api/eventlet is stopped before trying to start apache Service['cinder-api'] -> Service[$service_name] } else { - fail('Invalid service_name. Either cinder-api/openstack-cinder-api for \ - running as a standalone service, or httpd for being run by a httpd server') + fail("Invalid service_name. Either cinder-api/openstack-cinder-api for \ +running as a standalone service, or httpd for being run by a httpd server") } cinder_config { diff --git a/manifests/backend/dellsc_iscsi.pp b/manifests/backend/dellsc_iscsi.pp index 9b51f5a2..e24bf977 100644 --- a/manifests/backend/dellsc_iscsi.pp +++ b/manifests/backend/dellsc_iscsi.pp @@ -74,13 +74,13 @@ define cinder::backend::dellsc_iscsi ( include ::cinder::deps if $dell_sc_server_folder == 'srv' { - warning('The OpenStack default value of dell_sc_server_folder differs from the puppet module \ - default of "srv" and will be changed to the upstream OpenStack default in N-release.') + warning("The OpenStack default value of dell_sc_server_folder differs from the puppet module \ +default of \"srv\" and will be changed to the upstream OpenStack default in N-release.") } if $dell_sc_volume_folder == 'vol' { - warning('The OpenStack default value of dell_sc_volume_folder differs from the puppet module \ - default of "vol" and will be changed to the upstream OpenStack default in N-release.') + warning("The OpenStack default value of dell_sc_volume_folder differs from the puppet module \ +default of \"vol\" and will be changed to the upstream OpenStack default in N-release.") } $driver = 'dell.dell_storagecenter_iscsi.DellStorageCenterISCSIDriver' diff --git a/manifests/backend/hp3par_iscsi.pp b/manifests/backend/hp3par_iscsi.pp index f5400ad6..ff25ac0c 100644 --- a/manifests/backend/hp3par_iscsi.pp +++ b/manifests/backend/hp3par_iscsi.pp @@ -89,8 +89,8 @@ define cinder::backend::hp3par_iscsi( fail ('hp3par_snapshot_expiration must be greater than hp3par_snapshot_retention') } - warning('The define cinder::backend::hp3par_iscsi is deprecated and will be \ - removed after Newton cycle, pleasse use the new define cinder::backend::hpe3par_iscsi.') + warning("The define cinder::backend::hp3par_iscsi is deprecated and will be \ +removed after Newton cycle, pleasse use the new define cinder::backend::hpe3par_iscsi.") cinder_config { "${name}/volume_backend_name": value => $volume_backend_name; diff --git a/manifests/backend/vmdk.pp b/manifests/backend/vmdk.pp index 00e1a19c..c79d5f51 100644 --- a/manifests/backend/vmdk.pp +++ b/manifests/backend/vmdk.pp @@ -79,13 +79,13 @@ define cinder::backend::vmdk ( include ::cinder::deps if $volume_folder == 'cinder-volumes' { - warning('The OpenStack default value of volume_folder differs from the puppet module \ - default of "cinder-volumes" and will be changed to the upstream OpenStack default in N-release.') + warning("The OpenStack default value of volume_folder differs from the puppet module \ +default of \"cinder-volumes\" and will be changed to the upstream OpenStack default in N-release.") } if $task_poll_interval == 5 { - warning('The OpenStack default value of task_poll_interval differs from the puppet \ - module default of "5" and will be changed to the upstream OpenStack default in N-release.') + warning("The OpenStack default value of task_poll_interval differs from the puppet \ +module default of \"5\" and will be changed to the upstream OpenStack default in N-release.") } cinder_config { diff --git a/manifests/backup/swift.pp b/manifests/backup/swift.pp index 6c7dd517..f49baf6a 100644 --- a/manifests/backup/swift.pp +++ b/manifests/backup/swift.pp @@ -91,8 +91,8 @@ class cinder::backup::swift ( include ::cinder::deps if ($backup_swift_container == 'volumes_backup') { - warning('The OpenStack default value of backup_swift_container differs from the puppet module \ - default of "volumes_backup" and will be changed to the upstream OpenStack default in N-release.') + warning("The OpenStack default value of backup_swift_container differs from the puppet module \ +default of \"volumes_backup\" and will be changed to the upstream OpenStack default in N-release.") } cinder_config { diff --git a/manifests/volume/hp3par_iscsi.pp b/manifests/volume/hp3par_iscsi.pp index ad4ec124..f9c76aae 100644 --- a/manifests/volume/hp3par_iscsi.pp +++ b/manifests/volume/hp3par_iscsi.pp @@ -66,8 +66,8 @@ class cinder::volume::hp3par_iscsi( include ::cinder::deps - warning('The class cinder::volume::hp3par_iscsi is deprecated and will be removed \ - after Newton cycle, pleasse use the new class cinder::volume::hpe3par_iscsi.') + warning("The class cinder::volume::hp3par_iscsi is deprecated and will be removed \ +after Newton cycle, pleasse use the new class cinder::volume::hpe3par_iscsi.") cinder::backend::hpe3par_iscsi { 'DEFAULT': volume_driver => $volume_driver,