removed trailing whitespace.
This commit is contained in:
@@ -260,11 +260,11 @@ class openstack::controller (
|
||||
sql_connection => "mysql://${cinder_db_user}:${cinder_db_password}@${db_host}/${cinder_db_dbname}?charset=utf8",
|
||||
rabbit_password => $rabbit_password,
|
||||
}
|
||||
|
||||
|
||||
class { 'cinder::api':
|
||||
keystone_password => $cinder_user_password,
|
||||
}
|
||||
|
||||
|
||||
class { 'cinder::scheduler': }
|
||||
} else {
|
||||
# Set up nova-volume
|
||||
|
@@ -133,7 +133,7 @@ class openstack::nova::controller (
|
||||
$really_create_networks = false
|
||||
}
|
||||
|
||||
if $quantum == false {
|
||||
if $quantum == false {
|
||||
class { 'nova::network':
|
||||
private_interface => $private_interface,
|
||||
public_interface => $public_interface,
|
||||
|
Reference in New Issue
Block a user