Guest User

Untitled

a guest
Sep 9th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. type: OS::Heat::ResourceGroup
  2.     depends_on: private_subnet
  3.     properties:
  4.       count: 3
  5.       index_var: num
  6.       resource_def:
  7.         type: OS::Nova::Server
  8.         properties:
  9.           name: agent_%num%
Advertisement
Add Comment
Please, Sign In to add comment