]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Implement a load balancer resource using new neutron pool
authorThomas Herve <th@rackspace.com>
Mon, 12 Aug 2013 16:08:04 +0000 (18:08 +0200)
committerThomas Herve <th@rackspace.com>
Fri, 23 Aug 2013 08:41:04 +0000 (10:41 +0200)
commite9d1298e9266380fc501cdb8c02fe25fe07802d2
tree65257b1c2560a02c67d62ee03b882d67124a2ce1
parent8c74053cd9a225604f208b2b6da2c1d32ffd5e17
Implement a load balancer resource using new neutron pool

It creates a new resource linking to a neutron pool, and taking a list
of servers to be linked to it.

Implements: blueprint lbaas-resource
Change-Id: Ie1590e12449a8e086eee7e7960a45103cbf20860
heat/engine/resources/neutron/loadbalancer.py
heat/tests/test_neutron_loadbalancer.py