From 413ec01107c8e385240cae740a159d0cb919dc0e Mon Sep 17 00:00:00 2001 From: jjhua Date: Tue, 17 Dec 2013 20:50:58 -0500 Subject: [PATCH] add the role os-block-storage-volume for cinder --- .../grizzly-xcat/roles/os-block-storage-volume.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage-volume.rb diff --git a/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage-volume.rb b/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage-volume.rb new file mode 100644 index 000000000..76ff38425 --- /dev/null +++ b/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage-volume.rb @@ -0,0 +1,6 @@ +name "os-block-storage-volume" +description "OpenStack Block Storage volume service" +run_list( + "role[os-base]", + "recipe[openstack-block-storage::volume]" + )