1e560bd5d1
Use the new server-apache recipe as the default in the identity role. Change-Id: Ibac938b516383c82c43d49939c6825049e203920 Implements: blueprint keystone-apache
18 lines
354 B
JSON
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": {
|
|
}
|
|
}
|