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
This commit is contained in:
Mark Vanderwiel 2015-09-01 14:01:37 -05:00
parent ee980c55bf
commit 1e560bd5d1

View File

@ -9,7 +9,7 @@
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-identity::server]",
"recipe[openstack-identity::server-apache]",
"recipe[openstack-identity::registration]"
],
"env_run_lists": {