diff --git a/doc/quickstart.rst b/doc/quickstart.rst index ed87c62b30acc8ea878203c95707030221d2c4a8..05b7a3ad42162fbb54a0a8aea70679a209807d80 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