db4b5d5e64
The names are missing the "-server' for some the recipes. Change-Id: Ief474de42d606acb6eb77e8343a5ce38b59d2902
17 lines
342 B
JSON
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": {
|
|
}
|
|
}
|