aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/gnocchi/metricd.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-16 01:11:42 +0000
committerGerrit Code Review <review@openstack.org>2017-02-16 01:11:42 +0000
commit9ad8e263f7c6ef5304b4e8229e93c1d8add38596 (patch)
tree7d4c06d3311609f642e0f81362e1602dbbdd59ce /manifests/profile/base/gnocchi/metricd.pp
parentaafff78c8770a36bf97c6f6193a6f7b58665b179 (diff)
parentd545621e613f867ef84ba073588da79943f3bb61 (diff)
Merge "tuning: manage keystone resources only at step3"
Diffstat (limited to 'manifests/profile/base/gnocchi/metricd.pp')
-rw-r--r--manifests/profile/base/gnocchi/metricd.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/profile/base/gnocchi/metricd.pp b/manifests/profile/base/gnocchi/metricd.pp
index e69bbd5..f6f80cd 100644
--- a/manifests/profile/base/gnocchi/metricd.pp
+++ b/manifests/profile/base/gnocchi/metricd.pp
@@ -30,7 +30,5 @@ class tripleo::profile::base::gnocchi::metricd (
if $step >= 5 {
include ::gnocchi::metricd
- Keystone_endpoint<||> -> Service['gnocchi-metricd']
- Keystone_user_role<||> -> Service['gnocchi-metricd']
}
}