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