openstack-chef-repo/roles/os-identity.json
Mark Vanderwiel 1e560bd5d1 update identity role for using apache as default
Use the new server-apache recipe as the default in the
identity role.

Change-Id: Ibac938b516383c82c43d49939c6825049e203920
Implements: blueprint keystone-apache
2015-09-01 14:01:37 -05:00

18 lines
354 B
JSON

{
"name": "os-identity",
"description": "Roll-up role for Identity",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-identity::server-apache]",
"recipe[openstack-identity::registration]"
],
"env_run_lists": {
}
}