From 1e560bd5d103577d6dad373832e03d0cf7d2ce7c Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Tue, 1 Sep 2015 14:01:37 -0500 Subject: [PATCH] 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 --- roles/os-identity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/os-identity.json b/roles/os-identity.json index a494ded..8aa80bb 100644 --- a/roles/os-identity.json +++ b/roles/os-identity.json @@ -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": {