charm-placement:stable/20.10

Last commit made on 2020-11-02
Get this branch:
git clone -b stable/20.10 https://git.launchpad.net/charm-placement

Branch merges

Branch information

Name:
stable/20.10
Repository:
lp:charm-placement

Recent commits

73e725a... by Aurelien Lourot

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: I19bc335c62095730d8ee73726f6fe77de567f405

1740c1c... by Alex Kavanagh

Rebuild reactive charms to pick up latest charm-helpers release.

v0.20.18 has been released and needs incorporating into the reactive charms.

Change-Id: I8239bf7d7dfb5555598429525b7ffa711bca73f8

ada9af3... by Zuul <email address hidden>

Merge "Fix race in http <-> https switch"

c37081f... by Liam Young

Fix race in http <-> https switch

If the charm switches the service from http to https (or vice versa)
and the default identity-service handler has already run during this
hook execution then keystone is not informed of the change until a
subsequant hook execution. This subsequant hook could be
update-status as the charm currently does not disable any of its
methods during update-status hooks.

Change-Id: I5f11c2439b74f893b757951cab3da4d49888375c

ddb12d4... by Alex Kavanagh

Sync libraries & common files prior to freeze

* charm-helpers sync for classic charms
* charms.ceph sync for ceph charms
* rebuild for reactive charms
* sync tox.ini files as needed
* sync requirements.txt files to sync to standard

Change-Id: Id87dd403aafbfec18b9a463468e9712ef607ceab

fda2c40... by Liam Young

Pass certs interface to configure_tls

If the certificates interface is present then it should be passed
to configure_tls otherwise it is ignored.

Change-Id: I3ba5432d3fd4f9481dadb49586a7bab938a0c4ff
Closes-Bug: 1896227

2399854... by Aurelien Lourot

Let placement log to syslog

Before this patch only placement-api accesses and errors were
logged. placement's internals weren't logged anywhere.

https://docs.openstack.org/placement/latest/configuration/config.html

Change-Id: I98a32cdcdaf05d72da82dd5bfa85f2f8e27aa35d

96ef842... by Aurelien Lourot

Add focal-victoria to the test gate

Also sync latest release-tools templates

Change-Id: Iea3536fc83e5ab5865ecf10ca04c7914a8bac2be

ad8cf2c... by Alex Kavanagh

Release sync for 20.08

- Classic charms: sync charm-helpers.
- Classic ceph based charms: also sync charms.ceph
- Reactive charms: trigger a rebuild
- sync tox.ini
- sync requirements.txt and test-requirements.txt

Change-Id: I487b03725a7c0f14ac51624abde83ddd5c8080a1

ace85da... by James Page

Trigger openstack upgrades

Ensure that openstack upgrades are triggered if the openstack-origin
configuration option is changed and configuration of the placement
service is complete.

Change-Id: Ifad5ab8e187fa8ad092223dbc91679badbcc5b17
Closes-Bug: 1884064