8316f7e93b
Change-Id: I078d4fd77505677910496972d8fcba231770c7ae Closes-bug: #1431198
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"name": "os-bare-metal-api",
|
|
"description": "OpenStack Bare Metal API service",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"recipe[openstack-bare-metal::api]",
|
|
"recipe[openstack-bare-metal::identity_registration]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|