Skip to content

Commit f9d7fc1

Browse files
committed
Use new name of Tempest container when following logs
1 parent 1d3f31a commit f9d7fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/deploy-openstack.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ sudo -E docker run --detach --rm --network host -v $${config_directories[kayobe]
145145
# Therefore, we must wait a reasonable amount time before attempting to do so.
146146
sleep 360
147147

148-
ssh -oStrictHostKeyChecking=no ${ ssh_user }@${ seed_addr } 'sudo docker logs --follow $(sudo docker ps -q | head -n 1)'
148+
ssh -oStrictHostKeyChecking=no ${ ssh_user }@${ seed_addr } 'sudo docker logs --follow tempest'

0 commit comments

Comments
 (0)