Allow containers to write to ~/.ssh
This is required to connect to overcloud nodes by fetching SSH keys from remote hypervisor host. Change-Id: I55d28644e8a24e3e421768610682688af19f2016
This commit is contained in:
parent
44af2753d4
commit
7e5308c36d
@ -13,7 +13,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./report:/report
|
- ./report:/report
|
||||||
- .:/tobiko
|
- .:/tobiko
|
||||||
- ~/.ssh:/root/.ssh:ro
|
- ~/.ssh:/root/.ssh
|
||||||
|
|
||||||
lower-constraints:
|
lower-constraints:
|
||||||
extends:
|
extends:
|
||||||
|
Loading…
Reference in New Issue
Block a user