Skip to content

Commit 1615723

Browse files
committed
Enable Heat in Kuttl tests
Signed-off-by: Brendan Shephard <[email protected]>
1 parent 48d49da commit 1615723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/samples/core_v1beta1_openstackcontrolplane_galera.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
replicas: 1
126126
hasAPIAccess: true
127127
heat:
128-
enabled: false
128+
enabled: true
129129
template:
130130
databaseInstance: openstack
131131
heatAPI:

tests/kuttl/tests/ctlplane-galera-basic/01-assert-galera.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
template:
105105
secret: osp-secret
106106
heat:
107-
enabled: false
107+
enabled: true
108108
template:
109109
databaseInstance: openstack
110110
heatAPI:

0 commit comments

Comments
 (0)