Fix failing tests

This commit fixes tests that were failing as a result of:

  https://review.openstack.org/#/c/34046/

This updates the cinder defaults to fix the tests.

Change-Id: I9def5d2eb2b8229fedabe92f6bdceefbf4d8fcf3
This commit is contained in:
bodepd
2013-06-25 12:24:06 -07:00
parent 96dee96fe6
commit 75723ff7c4
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ describe 'openstack::cinder::all' do
:rabbit_password => params[:rabbit_password], :rabbit_password => params[:rabbit_password],
:rabbit_host => '127.0.0.1', :rabbit_host => '127.0.0.1',
:rabbit_port => '5672', :rabbit_port => '5672',
:rabbit_hosts => nil, :rabbit_hosts => false,
:rabbit_virtual_host => '/', :rabbit_virtual_host => '/',
:package_ensure => 'present', :package_ensure => 'present',
:api_paste_config => '/etc/cinder/api-paste.ini', :api_paste_config => '/etc/cinder/api-paste.ini',

View File

@@ -22,7 +22,7 @@ describe 'openstack::cinder::controller' do
:rabbit_password => params[:rabbit_password], :rabbit_password => params[:rabbit_password],
:rabbit_host => '127.0.0.1', :rabbit_host => '127.0.0.1',
:rabbit_port => '5672', :rabbit_port => '5672',
:rabbit_hosts => nil, :rabbit_hosts => false,
:rabbit_virtual_host => '/', :rabbit_virtual_host => '/',
:package_ensure => 'present', :package_ensure => 'present',
:api_paste_config => '/etc/cinder/api-paste.ini', :api_paste_config => '/etc/cinder/api-paste.ini',

View File

@@ -20,7 +20,7 @@ describe 'openstack::cinder::storage' do
:rabbit_password => params[:rabbit_password], :rabbit_password => params[:rabbit_password],
:rabbit_host => '127.0.0.1', :rabbit_host => '127.0.0.1',
:rabbit_port => '5672', :rabbit_port => '5672',
:rabbit_hosts => nil, :rabbit_hosts => false,
:rabbit_virtual_host => '/', :rabbit_virtual_host => '/',
:package_ensure => 'present', :package_ensure => 'present',
:api_paste_config => '/etc/cinder/api-paste.ini', :api_paste_config => '/etc/cinder/api-paste.ini',