implement SUSE platform support

Change-Id: Ief3e20dd27f262d742db04549b5ac2213dc725fe
This commit is contained in:
Ionuț Arțăriși
2013-07-17 18:22:06 +02:00
parent 4949b57572
commit 10765fd76e
10 changed files with 179 additions and 15 deletions

View File

@@ -91,7 +91,7 @@ describe "openstack-block-storage::volume" do
expect(@chef_run).to set_service_to_start_on_boot "cinder-volume"
end
expect_creates_cinder_conf "service[cinder-volume]"
expect_creates_cinder_conf "service[cinder-volume]", "cinder", "cinder"
it "starts iscsi target on boot" do
expect(@chef_run).to set_service_to_start_on_boot "tgt"