Add apache as a task requirement for task-keystone

Configuring apache after keystone led to broken apache
configuration, and it should be run before keystone task.

Change-Id: Ic0a1db21de97ad279fa452288defdea268634de3
Closes-Bug: #1522065
This commit is contained in:
Matthew Mosesohn 2015-12-02 18:51:23 +03:00
parent 2557bb01ac
commit 73d541228d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
type: puppet
role: [primary-standalone-keystone, standalone-keystone]
requires: [deploy_start, keystone-haproxy, keystone-vip, task-keystone-db,
memcached]
memcached, apache]
required_for: [openstack-controller]
parameters:
puppet_manifest: '/etc/puppet/modules/osnailyfacter/modular/keystone/keystone.pp'