powervc-driver/neutron-powervc
Terry Yao d38a6f0d51 Change to use alembic to create db table schema
neutron removed the capability to auto generating the table schema and
use the alembic as the only way to create the db tables. powervc neutron
agent needs to follow the same way to create the tables schema and it
also added the db schema migration capability for powervc neutron agent.

As db2 alembic has problem at this time, I still retain the auto create
the table schema during startup, once db2 alembic is enabled, then we
can totally switch to use alembic to create the db schema

Change-Id: I4b5982b2f67b33aae3b8acc65b91fc6247b9b8a4
2014-08-29 15:28:32 +08:00
..
bin Change to use alembic to create db table schema 2014-08-29 15:28:32 +08:00
etc Initial code base commit. 2014-05-08 22:00:29 +08:00
init Initial code base commit. 2014-05-08 22:00:29 +08:00
powervc Change to use alembic to create db table schema 2014-08-29 15:28:32 +08:00
test Fix flake8 warning and error report 2014-07-22 14:35:24 +08:00
.project Initial code base commit. 2014-05-08 22:00:29 +08:00
.pydevproject Initial code base commit. 2014-05-08 22:00:29 +08:00
run_tests.sh Initial code base commit. 2014-05-08 22:00:29 +08:00