Merge "Rename db_manager command to valence-db-manager"

This commit is contained in:
Jenkins 2017-03-16 02:09:12 +00:00 committed by Gerrit Code Review
commit 6a0ae4e05b
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ Valence installation
6. Initialize etcd database
``$ db_manager init``
``$ valence-db-manager init``
Note: The TypeError exception "TypeError: NoneType object is not callable"
is caused by known python-etcd bug, which will not impact this db init

View File

@ -57,4 +57,4 @@ source-dir = releasenotes/source
[entry_points]
console_scripts =
valence = valence.cmd.api:main
db_manager = valence.cmd.db_manager:main
valence-db-manager = valence.cmd.db_manager:main