[openstack-dev] [Heat] referencing the index of a ResourceGroup

2014-09-10 Thread Jason Greathouse
} mountpoint: /dev/xvdg volume_id: { get_attr: [group_volumes, refs, 0] } #properties: #instance_uuid: { get_attr: [group_servers, refs, "%index%"] } #This doesn't work # mountpoint: /dev/xvdg

Re: [openstack-dev] [Heat] referencing the index of a ResourceGroup

2014-09-11 Thread Jason Greathouse
at 3:21 AM, Steven Hardy wrote: > On Wed, Sep 10, 2014 at 04:44:01PM -0500, Jason Greathouse wrote: > >I'm trying to find a way to create a set of servers and attach a new > >volume to each server. > >I first tried to use block_device_mapping but that requi