From: Bo Chi Date: Tue, 24 Nov 2015 08:30:09 +0000 (-0500) Subject: Minor doc fix in alembic_migrations.rst X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c9dd52a8344c3ec43c463406c721a5967aa115ad;p=openstack-build%2Fneutron-build.git Minor doc fix in alembic_migrations.rst Added after neutron-db-manage in doc/source/devref/alembic_migrations.rst Change-Id: Id5af332e10424378f6fd8eeed1c8aa14846c1169 --- diff --git a/doc/source/devref/alembic_migrations.rst b/doc/source/devref/alembic_migrations.rst index fbdba620c..5873f7a06 100644 --- a/doc/source/devref/alembic_migrations.rst +++ b/doc/source/devref/alembic_migrations.rst @@ -217,7 +217,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 You may find it convenient to set up an alias (in your .bashrc) for this::