Add CLI for kingbird management

Version information as well as database migration tools
are now available via manage.py.

Change-Id: I201b82502840b55f7b0534fc9465a4bea63dd8b4
This commit is contained in:
Dimitri Mazmanov
2016-02-24 11:13:06 +01:00
parent 9763df7187
commit b0ae3071be
10 changed files with 112 additions and 19 deletions

View File

@@ -134,7 +134,7 @@ auth_strategy = noauth
# connection = mysql://root:pass@127.0.0.1:3306/neutron
# Replace 127.0.0.1 above with the IP address of the database used by the
# main neutron server. (Leave it as is if the database runs on this host.)
# connection = sqlite://
connection = sqlite:///kingbird.db
# NOTE: In deployment the [database] section and its connection attribute may
# be set in the corresponding core plugin '.ini' file. However, it is suggested
# to put the [database] section and its connection attribute in this

View File

@@ -42,7 +42,7 @@ rpc_backend=rabbit
# connection = mysql+pymysql://root:pass@127.0.0.1:3306/neutron
# Replace 127.0.0.1 above with the IP address of the database used by the
# main neutron server. (Leave it as is if the database runs on this host.)
# connection = sqlite://
connection = sqlite:///kingbird.db
# NOTE: In deployment the [database] section and its connection attribute may
# be set in the corresponding core plugin '.ini' file. However, it is suggested
# to put the [database] section and its connection attribute in this