Fix test for new fixtures

This fix needed for new fixtures
https://review.openstack.org/#/c/330625/
and after this fix https://review.openstack.org/#/c/354106/

Change-Id: Id18c4d945b0efe2e4afa3f2177c2087d18560e23
Partial-Bug: #1541849
Related-Bug: #1535339
This commit is contained in:
Alexander Arzhanov 2016-09-26 17:17:16 +03:00
parent 22116add36
commit db0f5227f9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ describe manifest do
%r{\n\s*vmware_image_transfer_timeout_secs=7200\n}
)
should contain_file('/etc/cinder/cinder.d/vmware-vcenter.conf').with_content(
%r{\n\s*vmware_insecure = True\n}
%r{\n\s*vmware_insecure=true\n}
)
should contain_file('/etc/cinder/cinder.d/vmware-vcenter.conf').with_content(
%r{\n\s*vmware_max_objects_retrieval=100\n}