View difference between Paste ID: LHLVKY73 and A8AJawr7
SHOW: | | - or go back to the newest paste.
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_%index%
9+
          name: agent_%num%