Skip to content

Commit 08d02a7

Browse files
committed
[PIDONE DT] Enable heat service
1 parent 5c58abb commit 08d02a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dt/pidone/kustomization.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ patches:
3838
subnets:
3939
- _replaced_
4040
mtu: 1500
41+
# Enable heat
42+
- target:
43+
kind: OpenStackControlPlane
44+
name: controlplane
45+
patch: |-
46+
- op: replace
47+
path: /spec/heat/enabled
48+
value: true
4149
4250
replacements:
4351
- source:

0 commit comments

Comments
 (0)