diff --git a/deployment_scripts/puppet/modules/lma_collector/manifests/params.pp b/deployment_scripts/puppet/modules/lma_collector/manifests/params.pp index 94958415d..23674232c 100644 --- a/deployment_scripts/puppet/modules/lma_collector/manifests/params.pp +++ b/deployment_scripts/puppet/modules/lma_collector/manifests/params.pp @@ -128,8 +128,8 @@ class lma_collector::params { 'murano' => 'murano-api', 'mysqld' => 'mysqld-tcp', 'neutron' => 'neutron-api', - 'nova-api-1' => 'nova-api', - 'nova-api-2' => 'nova-ec2-api', + 'nova-api-1' => 'nova-ec2-api', + 'nova-api-2' => 'nova-api', 'nova-novncproxy' => 'nova-novncproxy-websocket', 'nova-metadata-api' => 'nova-metadata-api', 'sahara' => 'sahara-api',