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

enhanced the role for cinder

This commit is contained in:
jjhua
2013-12-17 15:12:10 -05:00
parent df0ec5b14b
commit 83f82660ca

View File

@@ -2,5 +2,7 @@ name "os-block-storage"
description "Configures OpenStack block storage, configured by attributes."
run_list(
"role[os-base]",
"recipe[openstack-block-storage]"
"role[os-block-storage-api]",
"role[os-block-storage-scheduler]",
"role[os-block-storage-volume]",
)