Fix new lint errors
Fix "WARNING: there should be a single space before '=>'" newly detected by new puppet-lint. Change-Id: I06e2839b3fc6348d97453c95c6bf223f0a2d3694
This commit is contained in:
parent
296b623fc3
commit
2fe578de0e
@ -22,7 +22,7 @@
|
||||
# sudo pcs constraint colocation add cinder_api_service with cinder_vip
|
||||
|
||||
class { 'cinder':
|
||||
database_connection => 'mysql://cinder:secret_block_password@openstack-controller.example.com/cinder',
|
||||
database_connection => 'mysql://cinder:secret_block_password@openstack-controller.example.com/cinder',
|
||||
}
|
||||
|
||||
class { 'cinder::api':
|
||||
|
@ -244,7 +244,7 @@ class cinder::keystone::authtoken(
|
||||
|
||||
keystone::resource::authtoken {
|
||||
'cinder_config':
|
||||
* => $params;
|
||||
* => $params;
|
||||
default:
|
||||
username => $username,
|
||||
password => $password,
|
||||
|
Loading…
x
Reference in New Issue
Block a user