]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Switch to using of oslo.db
authorRoman Podoliaka <rpodolyaka@mirantis.com>
Mon, 30 Jun 2014 08:20:35 +0000 (11:20 +0300)
committerRoman Podoliaka <rpodolyaka@mirantis.com>
Mon, 30 Jun 2014 11:07:59 +0000 (14:07 +0300)
commitabd1b652f7168befe4345b5dcb59a95ca7fa2773
tree54e19d6b3564214ce616dc116a829bb61a5c578f
parentfe57b966ac4b2bf8e19b66ac75e25981361d5e0c
Switch to using of oslo.db

oslo.db first stable release has been cut and we can start using it
instead of openstack/common/db/* code which is now marked obsolete.

Change-Id: I1ccf896922a5a762d37a1a3b93c56c8b8ae8c085
32 files changed:
neutron/common/config.py
neutron/db/agents_db.py
neutron/db/api.py
neutron/db/dhcp_rpc_base.py
neutron/db/loadbalancer/loadbalancer_db.py
neutron/db/model_base.py
neutron/openstack/common/db/__init__.py [deleted file]
neutron/openstack/common/db/api.py [deleted file]
neutron/openstack/common/db/exception.py [deleted file]
neutron/openstack/common/db/options.py [deleted file]
neutron/openstack/common/db/sqlalchemy/__init__.py [deleted file]
neutron/openstack/common/db/sqlalchemy/models.py [deleted file]
neutron/openstack/common/db/sqlalchemy/provision.py [deleted file]
neutron/openstack/common/db/sqlalchemy/session.py [deleted file]
neutron/openstack/common/db/sqlalchemy/test_base.py [deleted file]
neutron/openstack/common/db/sqlalchemy/utils.py [deleted file]
neutron/plugins/ml2/plugin.py
neutron/plugins/openvswitch/ovs_db_v2.py
neutron/plugins/vmware/dbexts/db.py
neutron/plugins/vmware/dbexts/lsn_db.py
neutron/plugins/vmware/dhcp_meta/lsnmanager.py
neutron/plugins/vmware/plugins/base.py
neutron/scheduler/dhcp_agent_scheduler.py
neutron/services/vpn/service_drivers/cisco_csr_db.py
neutron/tests/unit/db/test_agent_db.py
neutron/tests/unit/openvswitch/test_ovs_db.py
neutron/tests/unit/services/loadbalancer/drivers/embrane/test_plugin_driver.py
neutron/tests/unit/test_db_rpc_base.py
neutron/tests/unit/vmware/db/test_nsx_db.py
neutron/tests/unit/vmware/test_nsx_plugin.py
openstack-common.conf
requirements.txt