~xavpaice/charm-openstack-service-checks/+git/charm-openstack-service-checks:add_bindings

Last commit made on 2018-04-11
Get this branch:
git clone -b add_bindings https://git.launchpad.net/~xavpaice/charm-openstack-service-checks/+git/charm-openstack-service-checks
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Recent commits

62a604f... by Xav Paice

Add bindings for Openstack endpoints

If there are no routes to the networks where OpenStack endpoints live,
there is no way for the unit to connect to the endpoints. This change
adds extra bindings so we can deploy the unit on the correct networks.

02a7dfa... by Xav Paice

fix typo in nova service check command

accd51e... by Benard Okolie

Added option for skipping disabled hosts to allow operators
to disable the check for known-disabled services during maintenance

3c9d887... by Brad Marshall

Added description about how to disable host aggregate checks

3e76a80... by Brad Marshall

Added nova warning and critical configs

7eaff3a... by Xav Paice

[xavpaice, r=drewn3ss] add ssl cert config

3e6c9cb... by Xav Paice

Add support for Keystone v3

Preliminary support for Keystone v3, we need to get the domain passed by
the relation but currently that's not happening due to LP1719751, so
until then it uses service_domain as a default.

eb414c9... by Xav Paice

Fix bug in nova service check syntax

33ba83e... by Xav Paice

add jacekn change to fix params to type

5681c5a... by Xav Paice

Change nova_services check for more detail

Updates nova services check to give more granularity, particularly:
- check number of hosts available per host aggregate if used
- warn for disabled hosts regardless of their status (to prevent us
  forgetting to re-enable them)