17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"name": "os-network-metadata-agent",
|
|
"description": "OpenStack network metadata-agent service",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"recipe[openstack-network::metadata_agent]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|