Skip to content

Commit caf7d39

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

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
@@ -136,7 +136,7 @@ spec:
136136
replicas: 1
137137
hasAPIAccess: true
138138
heat:
139-
enabled: false
139+
enabled: true
140140
template:
141141
databaseInstance: openstack
142142
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)