Advertisement
ioggstream

heat_reproduce_issue

Jul 13th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. heat_template_version: newton
  2.  
  3. resources:
  4. a_file:
  5. type: OS::Heat::SoftwareConfig
  6. properties:
  7. group: script
  8. config: {get_file: "https://google.com/robots.txt"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement