2013-11-12 15:24:04 +00:00
|
|
|
name "os-object-storage"
|
|
|
|
description "OpenStack object storage roll-up role"
|
|
|
|
run_list(
|
|
|
|
"role[os-base]",
|
2013-12-24 20:16:11 +00:00
|
|
|
"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]"
|
2013-11-12 15:24:04 +00:00
|
|
|
)
|