Merge "Fix nova_ssh container shell to allow instance resizes."

This commit is contained in:
Jenkins 2016-08-31 12:49:16 +00:00 committed by Gerrit Code Review
commit 7feed607f2
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ RUN mkdir -p /var/run/sshd \
{{ macros.install_packages(nova_ssh_packages | customizable("packages")) }}
RUN chsh -s /bin/bash nova
COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN chmod 755 /usr/local/bin/kolla_extend_start