Merge "Create ansible home directory in kolla-toolbox container"

This commit is contained in:
Jenkins 2016-06-14 11:52:29 +00:00 committed by Gerrit Code Review
commit e6c1d41782
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
pyudev \
shade==1.4.0
RUN useradd --user-group ansible --groups kolla \
RUN useradd -m --user-group ansible --groups kolla \
&& mkdir -p /etc/ansible /usr/share/ansible \
&& echo 'localhost ansible_connection=local' > /etc/ansible/hosts \
&& sed -i 's| "identity_api_version": "2.0",| "identity_api_version": "3",|' {{ os_client_config }}