Add 'extra' test dep
python-subunit 1.4.3+ requires 'extras' otherwise an error
occures:
"'run --slowest' is not a stestr command."
Switch to using self-signed-certificates-operator as the
self signed functionality has been removed from
tls-certificates-operator charm *1
*1 2cb418cd2e
Change-Id: I47139a8d3203b4dc0953bc64491a9f58533d6a10
This commit is contained in:
parent
adc3d92c99
commit
4eba42280b
@ -10,4 +10,5 @@ jsonschema
|
|||||||
lightkube
|
lightkube
|
||||||
lightkube-models
|
lightkube-models
|
||||||
ops
|
ops
|
||||||
|
|
||||||
git+https://opendev.org/openstack/charm-ops-sunbeam#egg=ops_sunbeam
|
git+https://opendev.org/openstack/charm-ops-sunbeam#egg=ops_sunbeam
|
||||||
|
@ -8,3 +8,5 @@ coverage
|
|||||||
mock
|
mock
|
||||||
stestr
|
stestr
|
||||||
ops
|
ops
|
||||||
|
# Subunit 1.4.3+ requires extras
|
||||||
|
extras
|
||||||
|
@ -67,11 +67,10 @@ applications:
|
|||||||
resources:
|
resources:
|
||||||
ovn-sb-db-server-image: ghcr.io/openstack-snaps/ovn-consolidated:23.03
|
ovn-sb-db-server-image: ghcr.io/openstack-snaps/ovn-consolidated:23.03
|
||||||
tls-operator:
|
tls-operator:
|
||||||
charm: tls-certificates-operator
|
charm: self-signed-certificates
|
||||||
channel: edge
|
channel: edge
|
||||||
scale: 1
|
scale: 1
|
||||||
options:
|
options:
|
||||||
generate-self-signed-certificates: true
|
|
||||||
ca-common-name: internal-ca
|
ca-common-name: internal-ca
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user