Gabriel Cocenza 1c9e662d78 Add support for HAProxy L7 checks
This change adds the haproxy options if defined by the
charm class to enable HTTP checks to the HAProxy
configuration, instead of the default TCP connection
checks.

options.ssl check if the environment is using http or
https mode. We disable certificate verification because
we are only interested in the health of the service.

Fix for tox4 compability

Closes-Bug: #1880610
Change-Id: Ie091fdfe560b6a060f0c29c6b92a99f5e564eddf
2023-02-03 18:19:20 -03:00
2016-07-01 10:29:08 +01:00
2019-04-19 19:33:01 +00:00
2018-11-30 15:36:26 +00:00
2016-07-01 10:04:45 +01:00
2017-08-28 21:20:46 +00:00
2016-07-13 08:29:24 +00:00
2023-02-03 18:19:20 -03:00

Overview

This layer provides the base OpenStack configuration options and dependencies for authoring OpenStack Charms. Typically you won't use this layer directly. The openstack-api or openstack-principle layers which consume this layer are probably more interesting as layers to directly use.

Where is the code?

The code for this module is held in the charms.openstack module which is developed at the following location:

S
Description
Charm Layer - OpenStack base layer
Readme 642 KiB
Languages
Python 96.1%
Shell 3.9%