Added <commands> after neutron-db-manage
in doc/source/devref/alembic_migrations.rst
Change-Id: Id5af332e10424378f6fd8eeed1c8aa14846c1169
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::