Skip to content

Commit ca9f79b

Browse files
committed
Fix Heat syntax issue with NodeNet2
1 parent 1de961c commit ca9f79b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

files/resources/nodenet-2.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,7 @@ conditions:
3232
cluster_net: { get_param: [ cluster_net, 0 ] }
3333

3434
resources:
35-
node_ports:
36-
type: OS::Heat::ResourceGroup
37-
properties:
38-
count:
39-
yaql:
40-
data:
41-
cluster_groups: { get_param: nodegroup_networks }
42-
expression: $.data.cluster_groups.len()
43-
35+
4436
port1:
4537
type: OS::Neutron::Port
4638
properties:

0 commit comments

Comments
 (0)