Re: [openstack-dev] [heat] Update behavior for CFN compatible resources

2014-07-08 Thread Pavlo Shchelokovskyy
Hi all, from what I can tell after inspecting the code, these are the only AWS resources in master branch (if I haven't missed something) that have updatable properties that are not supported in AWS: a) AWS::EC2::Volume - must not support any updates [1], size update is in master but not in

Re: [openstack-dev] [heat] Update behavior for CFN compatible resources

2014-07-08 Thread Zane Bitter
On 08/07/14 08:06, Pavlo Shchelokovskyy wrote: Hi all, from what I can tell after inspecting the code, these are the only AWS resources in master branch (if I haven't missed something) that have updatable properties that are not supported in AWS: Many thanks for doing this audit Pavlo! :)

Re: [openstack-dev] [heat] Update behavior for CFN compatible resources

2014-07-07 Thread Thomas Spatzier
From: Steven Hardy sha...@redhat.com To: openstack-dev@lists.openstack.org Date: 07/07/2014 10:39 Subject: [openstack-dev] [heat] Update behavior for CFN compatible resources Hi all, Recently I've been adding review comments, and having IRC discussions about changes to update behavior for

Re: [openstack-dev] [heat] Update behavior for CFN compatible resources

2014-07-07 Thread Steve Baker
On 07/07/14 20:37, Steven Hardy wrote: Hi all, Recently I've been adding review comments, and having IRC discussions about changes to update behavior for CloudFormation compatible resources. In several cases, folks have proposed patches which allow non-destructive update of properties which