Fix SshHostPubKeyDeployment on containerized nova-compute.

This is failing since https://review.openstack.org/458672 merged
because the ssh host keys are not mapped to the container.

Change-Id: Ie868654f13bee04da642337cc344871903f40473
Closes-bug: #1690911
This commit is contained in:
Oliver Walsh 2017-05-15 21:21:57 +01:00
parent 7cd92c1b53
commit 9f272bda18
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ AGENT_COMMAND_MOUNTS="\
-v /usr/lib64/libseccomp.so.2:/usr/lib64/libseccomp.so.2 \
-v /usr/bin/docker:/usr/bin/docker \
-v /usr/bin/docker-current:/usr/bin/docker-current \
-v /var/lib/os-collect-config:/var/lib/os-collect-config"
-v /var/lib/os-collect-config:/var/lib/os-collect-config \
-v /etc/ssh:/etc/ssh"
# heat-docker-agents service
cat <<EOF > /etc/systemd/system/heat-docker-agents.service