aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/gnocchi/statsd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/base/gnocchi/statsd.pp')
-rw-r--r--manifests/profile/base/gnocchi/statsd.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/profile/base/gnocchi/statsd.pp b/manifests/profile/base/gnocchi/statsd.pp
index 775b043..1fe4067 100644
--- a/manifests/profile/base/gnocchi/statsd.pp
+++ b/manifests/profile/base/gnocchi/statsd.pp
@@ -28,7 +28,9 @@ class tripleo::profile::base::gnocchi::statsd (
) {
include ::tripleo::profile::base::gnocchi
- if $step >= 4 {
+ if $step >= 5 {
include ::gnocchi::statsd
+ Keystone_endpoint<||> -> Service['gnocchi-statsd']
+ Keystone_user_role<||> -> Service['gnocchi-statsd']
}
}