aodh/ceilometer/alarm/notifier
Mehdi Abaakouk fc9b416a47 Implement a https:// in REST alarm notification
This change adds schemes https:// to the alarm notifier.

By default, the server certificate is verified like a browser does
but with the system CA.

A client certificate can be set in the configuration file.

 [alarm]
 rest_notifier_certificate_file = /path/certificate.pem
 rest_notifier_certificate_key = /path/private_key.pem

Change-Id: Id06e0a45ef88c15674052faeb941d87b70c7b99b
Blueprint: alarm-notifier
2013-07-22 20:38:10 +02:00
..
__init__.py Implement a basic alarm notification service 2013-07-11 18:21:58 +02:00
log.py Implement a basic alarm notification service 2013-07-11 18:21:58 +02:00
rest.py Implement a https:// in REST alarm notification 2013-07-22 20:38:10 +02:00
test.py Implement a basic alarm notification service 2013-07-11 18:21:58 +02:00