Merge "Minor doc fix in alembic_migrations.rst"

This commit is contained in:
Jenkins
2015-11-25 03:44:03 +00:00
committed by Gerrit Code Review

View File

@@ -218,7 +218,7 @@ You will often need to clear it to re-run operations from a blank database::
To work on the test database instead of the neutron database, point to it with
the ``--database-connection`` option::
neutron-db-manage --database-connection mysql+pymysql://root:secretmysql@127.0.0.1/testdb?charset=utf8
neutron-db-manage --database-connection mysql+pymysql://root:secretmysql@127.0.0.1/testdb?charset=utf8 <commands>
You may find it convenient to set up an alias (in your .bashrc) for this::