Skip to content
Snippets Groups Projects
Commit 80257983 authored by SamYaple's avatar SamYaple
Browse files

Fix missing 14.04 info

Change-Id: Iee3f14c002bc0f9242d341842e5c88630bf5f485
parent 8c0da193
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,12 @@ and restart the docker service: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment