update doc for root is needed when deploying

Update ansible-deployment to note that root privilege is needed
when deploying.

Change-Id: I80d3792de69c16c05c5285e8113d5924d6192735
Closes-Bug: #1471824
This commit is contained in:
Kuo-tung Kao 2015-10-08 15:21:36 +08:00
parent 7fc632794b
commit fd4f3747a0
1 changed files with 13 additions and 0 deletions

View File

@ -31,6 +31,19 @@ also have the Python library docker-py>=1.2.0 installed.
On the target nodes you must have docker>=1.6.0 and docker-py>=1.2.0
installed.
When deploying, the following directories will be modified. Make sure
kolla-ansible have permission to access them.
- /etc/kolla/
When deploying, the following directories may be modified. But the path
could be changed in `/etc/kolla/globals.yml`.
- /usr/share/kolla
The sysctl(ansible module) may create temporary file in `/etc/` for
updating sysctl.
Deploying
---------