Rename db_manager command to valence-db-manager

This patch renamed the command `db_manager` to `valence-db-manager`
to make it more relevant to Valence

Change-Id: Ib8a3ff00e8af882ec5650662a13d3b1300e12fbd
This commit is contained in:
Madhuri Kumari 2017-03-06 08:10:24 +00:00
parent b494488945
commit 12bacae4f8
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