Remove unnecesary spaces in log messages.
Spaces added by mistake in some log messages. Change-Id: I89b8cd92387b2ccc9bb6da95f1f8be6a036b415a
This commit is contained in:
parent
2cad97c97a
commit
13044b09e3
@ -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 {
|
||||
|
@ -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'
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user