2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

add the role os-block-storage-volume for cinder

This commit is contained in:
jjhua
2013-12-17 20:50:58 -05:00
parent 83f82660ca
commit 413ec01107

View File

@@ -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]"
)