xcat-core/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-object-storage-account.rb
2013-12-26 13:06:40 -05:00

7 lines
174 B
Ruby

name "os-object-storage-account"
description "OpenStack object storage account service"
run_list(
"role[os-base]",
"recipe[openstack-object-storage::account-server]"
)