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: I8f4da8528cd31b37a8b83e5eab873ebf0e138643
This commit is contained in:
parent
529d83a6a4
commit
291f79c459
@ -9,3 +9,5 @@ mock
|
|||||||
flake8
|
flake8
|
||||||
stestr
|
stestr
|
||||||
ops
|
ops
|
||||||
|
# Subunit 1.4.3+ requires extras
|
||||||
|
extras
|
||||||
|
@ -47,11 +47,10 @@ applications:
|
|||||||
scale: 1
|
scale: 1
|
||||||
trust: true
|
trust: true
|
||||||
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…
Reference in New Issue
Block a user