charm-keystone-openidc:stable/2023.2

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

Branch merges

Branch information

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

Recent commits

6bb1110... by Alex Kavanagh

Updates for testing period for 23.10 release

* charm-helpers sync for classic charms
* build.lock file for reactive charms
* ensure tox.ini is from release-tools
* Locked requirements using pip-compile:
  * existing (test-)requirements.txt ->
    (test-)requirements.in
  * pip-compile to *-py3[8|10].txt using python3.8
    and python3.10.
  * Updated tox.ini to use the appropriate merged
    requirements-*.txt files.
* Removal of lunar from metadata, charmcraft.yaml
  osci.yaml, tests.yaml and associated bundles.
* Locked libs and tests to stable/bobcat branches for:
  * charm-helpers
  * charms.openstack
  * zaza
  * zaza-openstack-tests

Change-Id: Ieb2a706ad6624aab31d868ed033abe70f777e21d

f0f593e... by Corey Bryant

Add 2023.2 Bobcat support

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

Change-Id: I2be9b758a038aad799c834f9a868f89751979413

4566d5b... 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

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