xcat-core/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-block-storage.rb

7 lines
169 B
Ruby

name "os-block-storage"
description "Configures OpenStack block storage, configured by attributes."
run_list(
"role[os-base]",
"recipe[openstack-block-storage]"
)