Switch to Antelope
Switch charm to antelope rock(s). Change-Id: I6602bf31730791d4a9e55b42bca2249ed34c9a53
This commit is contained in:
parent
0b38ad063f
commit
072bdc89d2
@ -52,7 +52,7 @@ run:
|
|||||||
|
|
||||||
To deploy the local test instance:
|
To deploy the local test instance:
|
||||||
|
|
||||||
juju deploy ./keystone-k8s_ubuntu-20.04-amd64.charm --trust --resource keystone-image=kolla/ubuntu-binary-keystone:xena
|
juju deploy ./keystone-k8s_ubuntu-20.04-amd64.charm --trust --resource keystone-image=ghcr.io/openstack-snaps/keystone:2023.1
|
||||||
|
|
||||||
<!-- LINKS -->
|
<!-- LINKS -->
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ developers:
|
|||||||
|
|
||||||
## OCI Images
|
## OCI Images
|
||||||
|
|
||||||
The charm by default uses `docker.io/kolla/ubuntu-binary-keystone:xena` image.
|
The charm by default uses `ghcr.io/openstack-snaps/keystone:2023.1` image.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -75,5 +75,5 @@ resources:
|
|||||||
keystone-image:
|
keystone-image:
|
||||||
type: oci-image
|
type: oci-image
|
||||||
description: OCI image for OpenStack Keystone
|
description: OCI image for OpenStack Keystone
|
||||||
# docker.io/kolla/ubuntu-binary-keystone:yoga
|
# ghcr.io/openstack-snaps/keystone:2023.1
|
||||||
upstream-source: docker.io/kolla/ubuntu-binary-keystone@sha256:05bc029e63ec06da8f5351f08196c549ecce371fc2236ea53dabb994f2e246b7
|
upstream-source: ghcr.io/openstack-snaps/keystone:2023.1
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
build_type: charmcraft
|
build_type: charmcraft
|
||||||
publish_charm: true
|
publish_charm: true
|
||||||
charmcraft_channel: 2.0/stable
|
charmcraft_channel: 2.0/stable
|
||||||
publish_channel: yoga/edge
|
publish_channel: 2023.1/edge
|
||||||
|
@ -32,7 +32,7 @@ applications:
|
|||||||
fernet-keys: 5M
|
fernet-keys: 5M
|
||||||
credential-keys: 5M
|
credential-keys: 5M
|
||||||
resources:
|
resources:
|
||||||
keystone-image: kolla/ubuntu-binary-keystone:yoga
|
keystone-image: ghcr.io/openstack-snaps/keystone:2023.1
|
||||||
# NOTE: should be in sync with resources described in ../../metadata.yaml
|
# NOTE: should be in sync with resources described in ../../metadata.yaml
|
||||||
|
|
||||||
glance:
|
glance:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user