]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Allowing to pass network name to router gateway
authorBartosz Górski <bartosz.gorski@ntti3.com>
Wed, 14 Aug 2013 10:52:37 +0000 (03:52 -0700)
committerBartosz Górski <bartosz.gorski@ntti3.com>
Mon, 2 Sep 2013 15:07:52 +0000 (08:07 -0700)
commit9cf5a38a6e48a5c97dc552fcdd00c26b05bb2842
tree2e680336bfea73b10228e86fe6bef39691a8f94e
parent4fd744173f7f8ab5a0e4e825e85f2729bed18677
Allowing to pass network name to router gateway

This patch allows to pass newtork name instead of network id to create router
gateway. It is really useful feature because often router has gateway as public
network. It is easy to pass the name because id will change after deleting the
network and creating it again.

Change-Id: I5768408b86b509ecfd117f17b10db06af82369d8
heat/engine/resources/neutron/router.py
heat/tests/test_neutron.py