From e0aaa17a3047f2091490434308256a69edd93e1f Mon Sep 17 00:00:00 2001 From: Adam Gandelman Date: Wed, 1 Jun 2011 11:59:03 -0700 Subject: [PATCH] fix some defaults --- nova/tests/all.pp | 4 ++-- nova/tests/canonical/all.pp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nova/tests/all.pp b/nova/tests/all.pp index d91376cdf..43c8bdc6b 100644 --- a/nova/tests/all.pp +++ b/nova/tests/all.pp @@ -32,8 +32,8 @@ class { 'nova::all': rabbit_port => '5672', rabbit_userid => 'rabbit_user', rabbit_virtual_host => '/', - state_path => 'var/lib/nova', - lock_path => 'var/lock/nova', + state_path => '/var/lib/nova', + lock_path => '/var/lock/nova', service_down_time => '180000000', quota_instances => '1000000', quota_cores => '1000000', diff --git a/nova/tests/canonical/all.pp b/nova/tests/canonical/all.pp index 382e4533c..268b1a48d 100644 --- a/nova/tests/canonical/all.pp +++ b/nova/tests/canonical/all.pp @@ -23,7 +23,7 @@ class { 'nova::canonical::all': #network_manager=nova.network.manager.FlatManager verbose => 'true', logdir => '/var/log/nova', - sql_connection => 'mysql://nova:nova@127.0.0.1/nova', + sql_connection => 'mysql://root:password@127.0.0.1/nova', network_manager => 'nova.network.manager.FlatManager', image_service => 'nova.image.glance.GlanceImageService', flat_network_bridge => 'xenbr0', @@ -35,8 +35,8 @@ class { 'nova::canonical::all': rabbit_port => '5672', rabbit_userid => 'rabbit_user', rabbit_virtual_host => '/', - state_path => 'var/lib/nova', - lock_path => 'var/lock/nova', + state_path => '/var/lib/nova', + lock_path => '/var/lock/nova', service_down_time => '180000000', host => $ipaddress,