heat/heat/engine/resources/openstack/heat
huangtianhua 4a79f7ca53 Migrate to aodh for OS::Ceilometer::Alarm
This changes:
1. use aodhclient to manage OS::Ceilometer::Alarm
resource, including create, update, delete, check, suspend,
resume and show.
2. rename OS::Ceilometer::Alarm to OS::Aodh::Alarm
3. considering to compatible with old templates with resource
OS::Ceilometer::Alarm, set resource_registry to map Ceilometer alarm
to Aodh alarm

Blueprint migrate-to-use-aodh-for-alarms

Change-Id: I6e2d14f15a345b927b53adc237cf2bf4010842f0
2016-06-29 02:50:27 +00:00
..
__init__.py Move heat resources 2015-03-06 11:05:27 +08:00
access_policy.py Add descriptions to openstack resources (Part 3) 2016-02-17 11:22:11 +00:00
autoscaling_group.py Added refs_map attribute to AutoScalingGroup 2016-06-22 10:25:25 -04:00
cloud_config.py Fix [H405] pep rule in heat/resources 2015-10-08 15:13:52 +03:00
cloud_watch.py Migrate to aodh for OS::Ceilometer::Alarm 2016-06-29 02:50:27 +00:00
ha_restarter.py Deprecate Stack.resource_restart() 2016-05-26 15:44:06 -04:00
instance_group.py Correct the usage of properties.get() with default value 2016-06-28 08:23:05 +00:00
multi_part.py Fix all properties errors for custom guidelines 2016-02-26 15:47:46 +03:00
none_resource.py Don't RESOLVE translate in resource init 2016-03-10 19:17:17 +05:30
random_string.py Stop using Hidden property for RandomString 2016-02-29 16:30:40 +00:00
remote_stack.py Merge "Use original request context for logging" 2016-05-19 06:54:51 +00:00
resource_chain.py Fix properties usage in ResourceChain update 2016-04-19 17:15:58 +02:00
resource_group.py Added refs_map attribute to resource groups 2016-05-19 10:14:20 -04:00
scaling_policy.py Don't try scaling when no change in size 2016-04-01 18:24:16 +05:30
software_component.py Correct the usage of properties.get() with default value 2016-06-28 08:23:05 +00:00
software_config.py Remove unused LOG variable with logging import 2015-12-08 05:08:33 -05:00
software_deployment.py Correct the usage of properties.get() with default value 2016-06-28 08:23:05 +00:00
structured_config.py Explicitly naming resources in "unsupported" warnings 2016-03-16 14:26:44 +00:00
swiftsignal.py Fix all attributes error for custom guidelines 2016-02-26 15:47:46 +03:00
test_resource.py Add in missing log translation hints 2016-06-20 05:24:31 -07:00
wait_condition.py Add descriptions to openstack resources (Part 3) 2016-02-17 11:22:11 +00:00
wait_condition_handle.py Add --insecure in CURL if set True in client option 2016-05-01 14:36:34 +08:00