forked from openstack/neutron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "Add --verbose to subset of cmds in neutron-db-manage"
- Loading branch information
Showing
3 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,12 @@ Instead of reading the DB connection from the configuration file(s) the | |
|
||
neutron-db-manage --database-connection mysql+pymysql://root:[email protected]/neutron?charset=utf8 <commands> | ||
|
||
The ``branches``, ``current``, and ``history`` commands all accept a | ||
``--verbose`` option, which, when passed, will instruct ``neutron-db-manage`` | ||
to display more verbose output for the specified command:: | ||
|
||
neutron-db-manage current --verbose | ||
|
||
For some commands the wrapper needs to know the entrypoint of the core plugin | ||
for the installation. This can be read from the configuration file(s) or | ||
specified using the ``--core_plugin`` option:: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters