From 8025798379b8092d55d5bdce523e0303a1bc2dc0 Mon Sep 17 00:00:00 2001 From: SamYaple <sam@yaple.net> Date: Wed, 17 Feb 2016 21:43:17 +0000 Subject: [PATCH] Fix missing 14.04 info Change-Id: Iee3f14c002bc0f9242d341842e5c88630bf5f485 --- doc/quickstart.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index ed87c62b3..05b7a3ad4 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -137,6 +137,12 @@ and restart the docker service: systemctl daemon-reload systemctl restart docker +For Ubuntu 14.04 which uses upstart insted of systemd, run the following: + +:: + + mount --make-shared /run + On the system where the OpenStack CLI/Python code is run, the Kolla community recommends installing the OpenStack python clients if they are not installed. This could be a completely different machine then the deployment host or -- GitLab