Merge "Remove unnecesary spaces in log messages."

This commit is contained in:
Jenkins 2016-09-27 11:24:14 +00:00 committed by Gerrit Code Review
commit 2b9fc6b801
6 changed files with 16 additions and 16 deletions

View File

@ -333,8 +333,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 {

View File

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

View File

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

View File

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

View File

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

View File

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