mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-19 09:40:21 +00:00
7 lines
161 B
Ruby
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]"
|
|
)
|