openstack-chef-repo/roles/os-object-storage-account.json
Mark Vanderwiel db4b5d5e64 Fix object storage recipe names
The names are missing the "-server' for some the recipes.

Change-Id: Ief474de42d606acb6eb77e8343a5ce38b59d2902
2014-11-17 13:08:54 -06:00

17 lines
342 B
JSON

{
"name": "os-object-storage-account",
"description": "OpenStack object storage account service",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-object-storage::account-server]"
],
"env_run_lists": {
}
}