charm-helpers:stable/py27

Last commit made on 2021-12-06
Get this branch:
git clone -b stable/py27 https://git.launchpad.net/charm-helpers

Branch merges

Branch information

Name:
stable/py27
Repository:
lp:charm-helpers

Recent commits

b121bca... by Felipe Reyes

Add log statement to gain visibility on resolved addresses. (#661)

This change should allow the debugging of the bug LP: #1952414 which
seems to be related to situations where the endpoint is resolved to a
hostname and later in different calls to an IP address.

Related-Bug: #1952414

618bf5a... by Aurelien Lourot

Merge pull request #659 from ajkavanagh/fix-get_mon_map

Fix get_mon_map() for octopus and later

1cf0226... by Alex Kavanagh

Fix get_mon_map() for octopus and later

The "ceph mon_status" command seems to have disappeared on octopus and
later, and is replaced by "ceph quorum_status". This changes the
get_mon_map() function to detect the underlying ceph version and do the
right thing.

f46d355... by Aurelien Lourot

Make ows_check_services_running() public (#658)

71633ab... by Aurelien Lourot

Merge pull request #653 from facundofc/mysql8helper-dont-use-private-attribute

Avoid using a private attribute from MySQLdb

4240100... by James Page

Merge pull request #645 from nobuto-m/keep-alive

Ease KeepAliveTimeout in line with keystoneauth1.session.Session

8f6b67c... by Aurelien Lourot

Make apt_cache().dpkg_list() public (#657)

* Make apt_cache().dpkg_list() public

* Keep _dpkg_list() as deprecated

d16a0a3... by Frode Nordahl

Merge pull request #655 from odufourc/action_undeprecated

undeprecate action-* functions (#459)

9693106... by Aurelien Lourot

Fix test failure when local time is not UTC (#656)

When run on a system in CET timezone, the failure
looked like:

    Expected call: log('Restart still required, svcA was started at 2021-02-02 10:10:55, restart was requested after that at 2021-02-02 10:19:55', level='DEBUG')
    Actual call: log('Restart still required, svcA was started at 2021-02-02 10:10:55, restart was requested after that at 2021-02-02 11:19:55', level='DEBUG')

87e0b60... by DUFOUR Olivier

undeprecate action-* functions (#459)

From LP #1926317 also, the action functions should not be set as
deprecated anymore. It also set instead the function-get/set/fail
as deprecated.
It fixes misleading and unnecessary warning logs.