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:
@@ -22,7 +22,7 @@ describe 'openstack::cinder::all' do
|
||||
:rabbit_password => params[:rabbit_password],
|
||||
:rabbit_host => '127.0.0.1',
|
||||
:rabbit_port => '5672',
|
||||
:rabbit_hosts => nil,
|
||||
:rabbit_hosts => false,
|
||||
:rabbit_virtual_host => '/',
|
||||
:package_ensure => 'present',
|
||||
:api_paste_config => '/etc/cinder/api-paste.ini',
|
||||
|
@@ -22,7 +22,7 @@ describe 'openstack::cinder::controller' do
|
||||
:rabbit_password => params[:rabbit_password],
|
||||
:rabbit_host => '127.0.0.1',
|
||||
:rabbit_port => '5672',
|
||||
:rabbit_hosts => nil,
|
||||
:rabbit_hosts => false,
|
||||
:rabbit_virtual_host => '/',
|
||||
:package_ensure => 'present',
|
||||
:api_paste_config => '/etc/cinder/api-paste.ini',
|
||||
|
@@ -20,7 +20,7 @@ describe 'openstack::cinder::storage' do
|
||||
:rabbit_password => params[:rabbit_password],
|
||||
:rabbit_host => '127.0.0.1',
|
||||
:rabbit_port => '5672',
|
||||
:rabbit_hosts => nil,
|
||||
:rabbit_hosts => false,
|
||||
:rabbit_virtual_host => '/',
|
||||
:package_ensure => 'present',
|
||||
:api_paste_config => '/etc/cinder/api-paste.ini',
|
||||
|
Reference in New Issue
Block a user