Summary of changes: - Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update config to default to caracal. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests - Update constraints file from -2024.1.txt to -noble.txt - Add charmbuild to .zuul.yaml Change-Id: I137461c8793d8d00bf98ac1d9cb2fa89c31185ea
21 lines
702 B
YAML
21 lines
702 B
YAML
name: keystone-ldap
|
|
subordinate: true
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
summary: Keystone Domain backend for LDAP or Active Directory
|
|
description: Keystone v3 deployments support the use of domain specific identity drivers,
|
|
allowing different types of authentication backend to be deployed in a single Keystone
|
|
deployment. . This charm supports use of LDAP or Active Directory domain backends,
|
|
with configuration details provided by charm configuration options.
|
|
tags:
|
|
- openstack
|
|
- ldap
|
|
- identity
|
|
provides:
|
|
domain-backend:
|
|
interface: keystone-domain-backend
|
|
scope: container
|
|
requires:
|
|
container:
|
|
interface: juju-info
|
|
scope: container
|