From f001bfa157cb12753dc240fd68d014a86d80629c Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 15 Oct 2012 00:43:44 -0700 Subject: [PATCH] removed trailing whitespace. --- manifests/controller.pp | 4 ++-- manifests/nova/controller.pp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/controller.pp b/manifests/controller.pp index c689451..d0d54d8 100644 --- a/manifests/controller.pp +++ b/manifests/controller.pp @@ -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 diff --git a/manifests/nova/controller.pp b/manifests/nova/controller.pp index fa70373..187ef24 100644 --- a/manifests/nova/controller.pp +++ b/manifests/nova/controller.pp @@ -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,