Move domain-config interface ownership to keystone charm
Change-Id: I9af9ad07aa4f1363b7b170738fa327c466cb0a66
This commit is contained in:
parent
b670a356cf
commit
fe138ccce1
@ -23,7 +23,7 @@ import base64
|
|||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
# The unique Charmhub library identifier, never change it
|
# The unique Charmhub library identifier, never change it
|
||||||
LIBID = "589e0b16e4164e829aa8eb232628429c"
|
LIBID = "dfeee73ed0b248c29ed905aeda6fd417"
|
||||||
|
|
||||||
# Increment this major API version when introducing breaking changes
|
# Increment this major API version when introducing breaking changes
|
||||||
LIBAPI = 0
|
LIBAPI = 0
|
@ -39,10 +39,10 @@ from typing import (
|
|||||||
List,
|
List,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
import charms.keystone_k8s.v0.domain_config as sunbeam_dc_svc
|
||||||
import charms.keystone_k8s.v0.identity_credentials as sunbeam_cc_svc
|
import charms.keystone_k8s.v0.identity_credentials as sunbeam_cc_svc
|
||||||
import charms.keystone_k8s.v0.identity_resource as sunbeam_ops_svc
|
import charms.keystone_k8s.v0.identity_resource as sunbeam_ops_svc
|
||||||
import charms.keystone_k8s.v1.identity_service as sunbeam_id_svc
|
import charms.keystone_k8s.v1.identity_service as sunbeam_id_svc
|
||||||
import charms.keystone_ldap_k8s.v0.domain_config as sunbeam_dc_svc
|
|
||||||
import jinja2
|
import jinja2
|
||||||
import ops.charm
|
import ops.charm
|
||||||
import ops.pebble
|
import ops.pebble
|
||||||
|
Loading…
x
Reference in New Issue
Block a user