diff options
Diffstat (limited to 'heat/vVG/base_vvg.yaml')
-rw-r--r-- | heat/vVG/base_vvg.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/vVG/base_vvg.yaml b/heat/vVG/base_vvg.yaml index c20d4e48..a9644d8f 100644 --- a/heat/vVG/base_vvg.yaml +++ b/heat/vVG/base_vvg.yaml @@ -19,4 +19,4 @@ resources: type: OS::Cinder::VolumeAttachment properties: volume_id: { get_resource: cinder_volume } - instance_uuid: { get_param: nova_instance }
\ No newline at end of file + instance_uuid: { get_param: nova_instance } |