From c992c4b1eb11f476ddf8057577a91f94c4cb3bde Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Mon, 6 Feb 2017 16:25:34 +0000 Subject: [PATCH] Fix pip install command in quickstart Change-Id: I3832d41260849adc4bb24de287c1dbb624cbe7eb --- doc/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index e1d4f74b3f..c1c8c175a8 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -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.