fuel-plugin-xenserver/plugin_source
Jianghua Wang b18fae72fc Add a patch for ceilometer to fit MOS9.2
In MOS9.2, it added a new function purge_inspection_cache() in
compute pollsters. Each pollsters' get_samples will invoke
self.inspector.purge_inspection_cache() firstly. But xenaip
doesn't define this function, so it will get the following error:
AttributeError: 'XenapiInspector' object has no attribute
'purge_inspection_cache'.
As this function doesn't exist in upstream, let's just apply a
patch to define a empty purge_inspection_cache(). So that it's
able to get samples successfully.

Change-Id: I1177c24651715566850c6fde67f74959b01c7e12
(cherry picked from commit 3eeb90cedb)
Signed-off-by: Bob Ball <bob.ball@citrix.com>
2017-03-02 13:02:57 +00:00
..
deployment_scripts Add a patch for ceilometer to fit MOS9.2 2017-03-02 13:02:57 +00:00
repositories Add branding and version number templating support 2016-08-08 10:03:01 +01:00
components.yaml Re-enable ceilometer service after applying some patches 2016-10-19 14:12:20 +00:00
deployment_tasks.yaml Increase timeout vlaue for installing guest utilities 2016-12-19 06:30:10 +00:00
environment_config.yaml Re-enable ceilometer service after applying some patches 2016-10-19 14:12:20 +00:00
metadata.yaml Upgrade to MOS 9 2016-08-12 16:55:26 +08:00