From f0be9c736c5c4912bcf16b2749292366165bc042 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 31 Mar 2016 09:48:43 -0400 Subject: [PATCH] Update Quickstart with example for distro and install type Make it a bit more clear on how to switch distro if needed TrivialFix Change-Id: I888c8310d11c8bc65f579df2cdc9d32f3928dc23 --- doc/quickstart.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 7df86e224a..0c759686ec 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -411,7 +411,17 @@ deployment. Optionally, the passwords may be populate in the file by hand. kolla-genpwd Start by editing /etc/kolla/globals.yml. Check and edit, if needed, these -parameters: kolla_base_distro, kolla_install_type. +parameters: kolla_base_distro, kolla_install_type. These parameters should +match what you used in the "kolla-build" command line. The default for +kolla_base_distro is "centos" and for kolla_install_type is "binary". If +you want to use ubuntu with source type, then you should make sure globals.yml +has the following entries + +:: + + kolla_base_distro: "ubuntu" + kolla_install_type: "source" + Please specify an unused IP address in the network to act as a VIP for kolla\_internal\_vip\_address. The VIP will be used with keepalived and