Fix pip install command in quickstart

Change-Id: I3832d41260849adc4bb24de287c1dbb624cbe7eb
This commit is contained in:
Paul Bourke 2017-02-06 16:25:34 +00:00
parent 161491edc5
commit c992c4b1eb

View File

@ -329,11 +329,11 @@ For mounting /run and /var/lib/nova/mnt as shared upon startup, edit
Install Kolla for deployment or evaluation
==========================================
Install Kolla and its dependencies using pip.
Install kolla-ansible and its dependencies using pip.
::
pip install kolla
pip install kolla-ansible
Copy the configuration files globals.yml and passwords.yml to /etc directory.