]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix L3 HA network creation to allow user to create router
authorSachi King <sachi.king@anchor.com.au>
Sun, 2 Nov 2014 13:35:51 +0000 (00:35 +1100)
committerSachi King <sachi.king@anchor.com.au>
Sun, 9 Nov 2014 19:55:35 +0000 (20:55 +0100)
commitcc9bc24229f1d79dc99303db1affc03c030c011e
treea4de500b1022f1bc65ea5ed15638b9985cb72fba
parent7ff98a9eefa68a0526f53b009552f2cd351aa35d
Fix L3 HA network creation to allow user to create router

Update HA Network creation to use an admin context to allow Neutron
to create the tenant-less network required for the HA router when
it does not yet exist and is being created by a non-admin user.

Neutron creates these resources without a tenant so users cannot see
or modify the HA network, ports, etc.  Port creation and association
already use elivated admin contexts to allow their function when
an user attempts to create a HA L3 router.

Change-Id: I36166158a0970b8d08d6702054b11a43fb684281
Closes-Bug: #1388716
neutron/db/l3_hamode_db.py
neutron/tests/unit/db/test_l3_ha_db.py