]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
implementation for bug 1008180
authorxchenum <xchenum@gmail.com>
Sun, 12 Aug 2012 05:11:05 +0000 (01:11 -0400)
committerxchenum <xchenum@gmail.com>
Mon, 13 Aug 2012 20:16:01 +0000 (16:16 -0400)
commit1a9717a8cbd2fe405ccde25fa21214553deee635
tree6225dddca84d3a6337abce8972944147bcc04799
parent91330cffc9056633f0f71a164b7cb6b870ea2695
implementation for bug 1008180

implement the database models for the v2 db plugin base to store dns + additional routes
also handles the dns/route remote/update

Change-Id: I06c585b47668ee963324a5064e40a24471da28c4
quantum/api/v2/attributes.py
quantum/api/v2/base.py
quantum/common/config.py
quantum/common/exceptions.py
quantum/db/db_base_plugin_v2.py
quantum/db/models_v2.py
quantum/tests/unit/test_db_plugin.py