]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Support native naming in InstanceGroup
authorThomas Herve <th@rackspace.com>
Mon, 26 Aug 2013 12:46:49 +0000 (14:46 +0200)
committerThomas Herve <th@rackspace.com>
Mon, 26 Aug 2013 13:20:37 +0000 (15:20 +0200)
commit4a790e347e1c598a479bd5d591df9a65392c1c60
tree6d20a18b5025e2155b05d95d91d7d53b4b0e2ff1
parent4c1bfe32a5e2cead15a9cb03668bf439a867af7e
Support native naming in InstanceGroup

The branch adds support for the native neutron load balancer resource in
in InstanceGroup. It also raises an error if a non load balancer
resource is passed.

Implements: blueprint lbaas-resource
Change-Id: I9b6e7341e2d3c9f14be704c7fbce1e318efbc2d4
heat/engine/resources/autoscaling.py
heat/engine/resources/neutron/loadbalancer.py
heat/tests/test_autoscaling.py