dd missing memory.resident to NOVA_METERS

memory.resident is missing from NOVA_METERS list. This causes the
wrong metadata format for alarms on this meter if a heat stack
is used to create it. Basically, you will see the query in the
alarm generated by the heatstack will incorrect be set to
metadata.metering.stack instead of metadata.user_metadata.stack.

Change-Id: Ic95f8c98c020627c6c5322c905cbf1c160d8445b
Closes-Bug: #1623680
This commit is contained in:
Jeremy Pugh 2016-10-19 16:08:09 -07:00
parent d3828e85d2
commit a408ccd179
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ common_properties_schema = {
}
NOVA_METERS = ['instance', 'memory', 'memory.usage',
NOVA_METERS = ['instance', 'memory', 'memory.usage', 'memory.resident',
'cpu', 'cpu_util', 'vcpus',
'disk.read.requests', 'disk.read.requests.rate',
'disk.write.requests', 'disk.write.requests.rate',