Remove redundant usage of integration_enable
The parameter can be easily replaced by the backend parameter. Change-Id: I6aa92f859fd07963d4a821fbf5983406a9210054
This commit is contained in:
@@ -14,7 +14,7 @@ describe 'basic gnocchi' do
|
|||||||
include openstack_integration::redis
|
include openstack_integration::redis
|
||||||
include openstack_integration::keystone
|
include openstack_integration::keystone
|
||||||
class { 'openstack_integration::gnocchi':
|
class { 'openstack_integration::gnocchi':
|
||||||
integration_enable => false,
|
backend => 'file'
|
||||||
}
|
}
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user