Fix Puppet error for compute and cinder nodes

Change-Id: Ibdaee0df027aeaab202c20ab7c7d8253e86dda1c
Closes-Bug: #1525831
(cherry picked from commit b20cf4d60f)
This commit is contained in:
Simon Pasquier 2015-12-14 10:28:20 +01:00
parent 9222061063
commit cb53c8e305
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ $lma_collector = hiera_hash('lma_collector')
if $lma_collector['elasticsearch_mode'] != 'disabled' {
class { 'lma_collector::logs::openstack': }
class { 'lma_collector::logs::openstack_7_0': }
}
if $ceilometer['enabled'] {

View File

@ -19,7 +19,7 @@ $lma_collector = hiera_hash('lma_collector')
if $lma_collector['elasticsearch_mode'] != 'disabled' {
class { 'lma_collector::logs::openstack': }
class { 'lma_collector::logs::openstack_7_0': }
class { 'lma_collector::logs::libvirt': }
}