Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.40 KB | None | 0 0
  1. heat_template_version: 2017-09-01
  2.  
  3. resources:
  4.   image_src:
  5.     type: OS::Glance::Image
  6.     properties:
  7.       container_format: bare
  8.       disk_format: qcow2
  9.       #visibility: true
  10.       location: http://(removed)/Installs/_Automation/_Images/_qcow2/boot.qcow2
  11.       #location: http://(removed)/Installs/_Automation/_Images/_qcow2/MultiVnicImage.qcow2
  12.       name: MultiVnic
  13.       protected: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement