Advertisement
Guest User

Untitled

a guest
Sep 1st, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.48 KB | None | 0 0
  1. doesntwork:
  2.   type: OS::Heat::ResourceGroup
  3.   properties:
  4.     count: 2
  5.     type: 'http://someplace/something.yaml'
  6.     properties:
  7.       myjson:
  8.         content:
  9.          # this never happens
  10.           get_file: 'http://place/where/i/get/this.sh'
  11.  
  12. alsodoesntwork:
  13.   type: OS::Heat::SoftwareConfig
  14.   properties:
  15.     group: ungrouped
  16.     config:
  17.       str_replace:
  18.         template:
  19.           get_file: 'http://place/where/i/get/this.sh'
  20.         params:
  21.            this: that
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement