Manual upgrade doc fix

Add missing double quotes to below command playbook execution.
openstack-ansible "${UPGRADE_PLAYBOOKS}/db-collation-alter.yml

Change-Id: I9771e499682a13a6e16d803b4855d8f115d5a77a
This commit is contained in:
Anthony Washington
2016-08-12 18:50:41 +00:00
parent e1c2f89808
commit e9e79a6c5f

View File

@@ -128,7 +128,7 @@ performs a conversion on existing databases and tables.
.. code-block:: console
# openstack-ansible "${UPGRADE_PLAYBOOKS}/db-collation-alter.yml
# openstack-ansible "${UPGRADE_PLAYBOOKS}/db-collation-alter.yml"
Upgrade hosts
~~~~~~~~~~~~~