diff --git a/packstack/puppet/modules/packstack/manifests/gnocchi.pp b/packstack/puppet/modules/packstack/manifests/gnocchi.pp index 26575159a..6005dd120 100644 --- a/packstack/puppet/modules/packstack/manifests/gnocchi.pp +++ b/packstack/puppet/modules/packstack/manifests/gnocchi.pp @@ -8,7 +8,7 @@ class packstack::gnocchi () $redis_host = hiera('CONFIG_REDIS_HOST_URL') $redis_port = hiera('CONFIG_REDIS_PORT') $coordination_url = "redis://${redis_host}:${redis_port}" - Service<| name == 'redis' |> -> Service<| name == 'gnocchi-metricd' |> + Service<| title == 'redis' |> -> Anchor['gnocchi::service::begin'] } else { $coordination_url = '' }