Fix HAProxy mapping table

nova-api-1 is the Nova EC2 API and nova-api-2 is the Nova OpenStack API.

Change-Id: Ib7505ddf0cb7760369dac5cae583702d3824396e
This commit is contained in:
Simon Pasquier 2015-06-02 13:26:45 +02:00
parent 2d166f2543
commit 4ce272a4f4

View File

@ -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',