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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user