openstack-chef-repo/roles/os-compute-api.json
Darren Birkett d96f0d4768 convert roles from ruby to json
test-kitchen/chef-zero does not like ruby roles. Converting them to json
makes test-kitchen happy, and doesn't really hurt anything/anyone else.

Change-Id: Id716c5459103ce340dae4ddef05e16c1a37374fd
2014-04-30 09:01:36 +01:00

20 lines
436 B
JSON

{
"name": "os-compute-api",
"description": "Roll-up role for all the Compute APIs",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"role[os-compute-api-ec2]",
"role[os-compute-api-os-compute]",
"role[os-compute-api-metadata]",
"recipe[openstack-compute::identity_registration]"
],
"env_run_lists": {
}
}