Fix missing 14.04 info

Change-Id: Iee3f14c002bc0f9242d341842e5c88630bf5f485
This commit is contained in:
SamYaple 2016-02-17 21:43:17 +00:00
parent 8c0da19313
commit 8025798379

View File

@ -137,6 +137,12 @@ and restart the docker service:
systemctl daemon-reload systemctl daemon-reload
systemctl restart docker 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 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. recommends installing the OpenStack python clients if they are not installed.
This could be a completely different machine then the deployment host or This could be a completely different machine then the deployment host or