support for swift

This commit is contained in:
jjhua 2013-12-24 15:16:11 -05:00
parent 1afea00f08
commit f3aae68777

View File

@ -2,5 +2,9 @@ name "os-object-storage"
description "OpenStack object storage roll-up role"
run_list(
"role[os-base]",
"recipe[openstack-object-storage]"
"role[os-object-storage-account]",
"role[os-object-storage-container]",
"role[os-object-storage-management]",
"role[os-object-storage-object]",
"role[os-object-storage-proxy]"
)