openstack-chef-repo/roles/os-compute-api-ec2.json

17 lines
300 B
JSON

{
"name": "os-compute-api-ec2",
"description": "EC2 API for Compute",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-compute::api-ec2]"
],
"env_run_lists": {
}
}