]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
pass default l3_gateway_service_uuid if not specified
authorAaron Rosen <arosen@nicira.com>
Thu, 12 Sep 2013 19:42:29 +0000 (12:42 -0700)
committerAaron Rosen <arosen@nicira.com>
Thu, 12 Sep 2013 19:42:29 +0000 (12:42 -0700)
commit8372bbac08b296f632e5b743e3419d721b7abec1
tree28cea497bfdceb4a68b2601f41881bc138d35b9d
parent49ddd813d3fb9b04c2361f0677b655361ab43238
pass default l3_gateway_service_uuid if not specified

Previously, if one created an external network of type l3_ext and did
not specify the default_gw_service_uuid via --provider:physical_network
an exception would be raised on the backend as we need to specify the
l3_gw_service_uuid we want nvp to use.

Fixes bug: 1224660

Change-Id: I6312956528c17d6a704d4e4ef629916f6463312a
neutron/plugins/nicira/NeutronPlugin.py