2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-19 09:40:21 +00:00
Files
xcat-core/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage-volume.rb

7 lines
161 B
Ruby

name "os-block-storage-volume"
description "OpenStack Block Storage volume service"
run_list(
"role[os-base]",
"recipe[openstack-block-storage::volume]"
)