]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
auth: drop service dependency for Keystone_user_role
authorEmilien Macchi <emilien@redhat.com>
Fri, 2 Oct 2015 20:17:25 +0000 (16:17 -0400)
committerEmilien Macchi <emilien@redhat.com>
Fri, 2 Oct 2015 20:17:25 +0000 (16:17 -0400)
commit183b62b35a32390285c454cc35dbfc7721150944
tree34531446d0549319295fb902567b188390191c65
parent919020ed4c42ef90a7066c9f428dbf1509a7f332
auth: drop service dependency for Keystone_user_role

Drop service dependency for Keystone_user_role.

Without that patch, Ceilometer & Keystone running in WSGI will fail to compile
the catalog because a dependency cycle:
Anchor[keystone_started] => Keystone_user_role[ceilometer@services] =>
Service[ceilometer-api] => Service[httpd] => Anchor[keystone_started]

The dependency is not really useful because it does not prevent the
service to start.

Change-Id: Id8366cd5d2ddf6da468ecc7adb7d55eb8be4c8d8
manifests/keystone/auth.pp