-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
33 lines (24 loc) · 1.17 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
options:
image-registry:
type: string
description: |
Source registry of Cloud Controller images.
By setting to a value, each image listed in the releases manifest
has its image-registry replaced.
If unset, the manifests will use the image registry from the kube-control relation
example)
juju config openstack-cloud-controller image-registry='rocks.canonical.com:443/cdk'
juju config openstack-cloud-controller --reset image-registry
manager-release:
type: string
description: |
Specify the version of controller-manager-release as defined by the `release`
tags of https://github.com/kubernetes/cloud-provider-openstack
example)
juju config openstack-cloud-controller manager-release='v1.7.3'
A list of supported versions is available through the action:
juju run-action openstack-cloud-controller/leader list-releases --wait
To reset by to the latest supported by the charm use:
juju config openstack-cloud-controller --reset manager-release
The current release deployed is available by viewing
juju status openstack-cloud-controller