aodh/ceilometer/compute
Cyril Roelandt be1dab2224 compute: virt: Fix Instance creation
Instance is a namedtuple defined in ceilometer/compute/virt/inspector.py. Its
fields are 'name' and 'UUID'. Therefore, the 'uuid' field used in
inspect_instances should be 'UUID'.

Change-Id: I844b457bc75603d6325bfe3eb239012cec12c6b9
2013-10-22 15:22:45 +00:00
..
pollsters Handle inst not found exceptions in pollsters 2013-09-12 09:52:22 -04:00
virt compute: virt: Fix Instance creation 2013-10-22 15:22:45 +00:00
__init__.py Remove disabled_compute_pollsters option 2013-06-12 16:09:56 +02:00
manager.py Catch exceptions from nova client in poll_and_publish 2013-09-12 13:36:22 +03:00
notifications.py Change counter to sample vocable in cm.compute 2013-08-21 13:36:44 +02:00
nova_notifier.py Fix empty metadata issue of instance 2013-08-29 19:38:23 +08:00
plugin.py Apply six for metaclass 2013-10-08 15:22:30 +09:00