Fixed duplicate key name
(That's not proper yaml)
This commit is contained in:
parent
5cbab0e12a
commit
8aff8d97e1
@ -110,7 +110,7 @@ resources:
|
||||
networks:
|
||||
- network: {get_resource: internal_net}
|
||||
|
||||
volume_attachment:
|
||||
vcompute_01_volume_attachment:
|
||||
type: OS::Cinder::VolumeAttachment
|
||||
properties:
|
||||
volume_id: {get_resource: vcompute01-volume}
|
||||
@ -130,7 +130,7 @@ resources:
|
||||
networks:
|
||||
- network: {get_resource: internal_net}
|
||||
|
||||
volume_attachment:
|
||||
vcompute_02_volume_attachment:
|
||||
type: OS::Cinder::VolumeAttachment
|
||||
properties:
|
||||
volume_id: {get_resource: vcompute02-volume}
|
||||
|
Loading…
Reference in New Issue
Block a user