image.pp: Edit unit tests
This commit is contained in:
parent
b0982834e0
commit
203d9b4691
@ -28,6 +28,7 @@ describe 'cloud::image' do
|
|||||||
:glance_db_password => 'secrete',
|
:glance_db_password => 'secrete',
|
||||||
:ks_keystone_internal_host => '10.0.0.1',
|
:ks_keystone_internal_host => '10.0.0.1',
|
||||||
:ks_glance_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_api_internal_port => '9292',
|
||||||
:ks_glance_password => 'secrete',
|
:ks_glance_password => 'secrete',
|
||||||
:rabbit_host => '10.0.0.1',
|
:rabbit_host => '10.0.0.1',
|
||||||
@ -43,7 +44,7 @@ describe 'cloud::image' do
|
|||||||
should contain_class('glance::api').with(
|
should contain_class('glance::api').with(
|
||||||
:sql_connection => 'mysql://glance:secrete@10.0.0.1/glance',
|
:sql_connection => 'mysql://glance:secrete@10.0.0.1/glance',
|
||||||
:keystone_password => 'secrete',
|
:keystone_password => 'secrete',
|
||||||
:registry_host => '10.0.0.1',
|
:registry_host => '10.0.0.42',
|
||||||
:keystone_tenant => 'services',
|
:keystone_tenant => 'services',
|
||||||
:keystone_user => 'glance',
|
:keystone_user => 'glance',
|
||||||
:verbose => true,
|
:verbose => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user