From 12bacae4f8f663db0de5dc46a2f75855815cfd6f Mon Sep 17 00:00:00 2001 From: Madhuri Kumari Date: Mon, 6 Mar 2017 08:10:24 +0000 Subject: [PATCH] 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 --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c85d344..2f57733 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.cfg b/setup.cfg index 008092b..61a9f50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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