From 203d9b469108c072fb850d877a67fde0206ac0d2 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Fri, 31 Jan 2014 11:30:32 -0500 Subject: [PATCH] image.pp: Edit unit tests --- spec/classes/cloud_image_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/classes/cloud_image_spec.rb b/spec/classes/cloud_image_spec.rb index 9d9ea527..ad01eb94 100644 --- a/spec/classes/cloud_image_spec.rb +++ b/spec/classes/cloud_image_spec.rb @@ -28,6 +28,7 @@ describe 'cloud::image' do :glance_db_password => 'secrete', :ks_keystone_internal_host => '10.0.0.1', :ks_glance_internal_host => '10.0.0.1', + :openstack_vip => '10.0.0.42', :ks_glance_api_internal_port => '9292', :ks_glance_password => 'secrete', :rabbit_host => '10.0.0.1', @@ -43,7 +44,7 @@ describe 'cloud::image' do should contain_class('glance::api').with( :sql_connection => 'mysql://glance:secrete@10.0.0.1/glance', :keystone_password => 'secrete', - :registry_host => '10.0.0.1', + :registry_host => '10.0.0.42', :keystone_tenant => 'services', :keystone_user => 'glance', :verbose => true,