db4b5d5e64
The names are missing the "-server' for some the recipes. Change-Id: Ief474de42d606acb6eb77e8343a5ce38b59d2902
17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"name": "os-object-storage-object",
|
|
"description": "OpenStack object storage object service",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"recipe[openstack-object-storage::object-server]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|