Devref: Add inline codeblock to upgrade command

Change-Id: I7498e80c2d28b97adc9d9801bcda7d8a49027ca2
Closes-Bug: #1588880
This commit is contained in:
Sean M. Collins 2016-06-03 11:39:58 -04:00
parent 658e99d7cd
commit 49b96b4ec2
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ Database upgrades are implemented with alembic migration chains.
Database upgrade is split into two parts:
#. neutron-db-manage upgrade --expand
#. neutron-db-manage upgrade --contract
#. ``neutron-db-manage upgrade --expand``
#. ``neutron-db-manage upgrade --contract``
Each part represents a separate alembic branch.