dashboard: keep cache_server_ip key in hash

keep cache_server_ip in cloud::dashboard expected parameters.
This commit is contained in:
Gonéri Le Bouder 2014-02-17 16:30:20 +01:00
parent 94987ddab9
commit 57cb3dc114

View File

@ -42,6 +42,7 @@ describe 'cloud::dashboard' do
:fqdn => '10.0.0.1', :fqdn => '10.0.0.1',
:bind_address => '10.0.0.1', :bind_address => '10.0.0.1',
:swift => true, :swift => true,
:cache_server_ip => false,
:keystone_url => 'http://keystone.openstack.org:5000/v2.0', :keystone_url => 'http://keystone.openstack.org:5000/v2.0',
:django_debug => true :django_debug => true
) )