charm-keystone-openidc:stable/2023.1

Last commit made on 2023-05-02
Get this branch:
git clone -b stable/2023.1 https://git.launchpad.net/charm-keystone-openidc

Branch merges

Branch information

Name:
stable/2023.1
Repository:
lp:charm-keystone-openidc

Recent commits

6ed22a1... by Alex Kavanagh

Stable artefacts for stable/2023.1 (antelope)

This patch is to lock the stable/2023.1 (antelope release) charms
down so that as much as possible.
In particular, this patch does:

- set the .gitreview to stable/2023.1
- lock zaza and zaza-openstack-tests to stable/antelope branches
- for reactive charms Add build.lock files to lock the layers
  and python modules used to build the charm.
- for ops framework charms, extract a pip freeze from the
  charmcraft container after building the charm to lock the
  modules used to build the charm.
- drop the kinetic bundles if the exist. (Note the updates to
  tests.yaml is in another batch (topic: antelope-voting)
- update the bundles so that they point to the antelope specific
  channels. e.g. 2023.1/edge for OpenStack charms, 23.03/edge for
  OVN charms, quincy/edge for Ceph charms and generally, the
  appropriate LTS Jammy branch for the various support charms.

Change-Id: If048b4edea572699e05cb66bad8193fb574fd517

d539796... by Corey Bryant

Enable jammy-antelope voting and drop kinetic-zed tests

* Voting was turned on for jammy-antelope in the
  project-template for charm-functional-jobs in zosci-config
* Voting for jammy-antelope bundles with non-standard names
  is turned on in individual charms
* Kinetic-zed bundles/tests are removed

Change-Id: Ie2cd5ecefbf43df0a0626827ad6fe4ca179bc60d
(cherry picked from commit 4566d5b8a07d0397fcf8ede4f09308cfc74bbcf7)

cd85d0e... by Corey Bryant

Add Antelope support

* sync charm-helpers to classic charms
* change openstack-origin/source default to antelope
* align testing with antelope
* add new antelope bundles
* add antelope bundles to tests.yaml
* add antelope tests to osci.yaml and .zuul.yaml
* update build-on and run-on bases

Change-Id: Ia9503d4cb5a597e67d6cd1f089bcbb297d0f9d54

959a4e6... by Liam Young

Fix charm for tox4 compatibility

Related-Bug: 2002788
Change-Id: I5946abcea5608c35842a3253bca16e33ee67b375

20576d9... by Felipe Reyes

Update README.md

- Align the README file with the template available in the charm-guide
- Add a section to explain how to authenticate using the OpenStack
  client.

Change-Id: Iac6fadab1c19ffa9f8da60ccd37d7c81328b51db

061b4b0... by Felipe Reyes

Add OpenID Connect specific classes to the list of zaza testing.

These tests take care of validating a user backed by a OpenID Connect
provider is capable of accessing cloud resources.

Func-Test-Pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/925
Change-Id: I0a6c53e5f34f4747b3ec6635f41daa898726068c

43a2215... by Felipe Reyes

Add support for websso-fid-service-provider relation.

This change adds support to relate the keystone-openidc charm to
openstack-dashboard allowing it expose a OpenID Connect backend for
logging into Horizon.

The configuration option 'user-facing-name' allows operator to set a
user friendly name that gets displayed in the list of choices available
for logging in.

Change-Id: Ia09cb5b68bc35d25f5b012f0011697966827eb03

0dd5f38... by Felipe Reyes

Drop @when_data_ready()

Move the functionlity provided by the decorator into the even handlers
that neeeded it, this favors simplicity, the long term solution will be
to define and use custom events (on.connected, on.ready and
on.goneaway).

Change-Id: I0264dc9cef3c90f5dc99b0dfc9b1d3a97007d64e

afeb2eb... by Felipe Reyes

Enable Zed.

Changes:

- Drop focal-*
- Add jammy-zed and kinetic-zed
- Update target deploy status for keystone-openidc
- Reorder setup functions to configure keystone-openidc earlier
- Drop OVN in favor of neutron-openvswitch in the testing bundles
- Set constraints for nova-compute machines

Change-Id: Ifbab960704eeeb2170bf4d314548f3620fd0cd83

510de73... by Felipe Reyes

Add py36 target to tox.ini

Change-Id: Ifc4c6246fe72a08bb605b78bee73abc673e0bb7c