tempest/releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml
Kris Stercxk d8152de0da Fix RemoteClient having bad default ssh_shell_prologue
Change-Id: I0e73b8deedf4bf78481cdf09b863dc149a70e9be
Closes-Bug: #1707478
2017-08-22 11:43:37 +02:00

8 lines
201 B
YAML

---
fixes:
- |
Fix RemoteClient default ssh_shell_prologue: Bug#1707478
The default ssh_shell_proloque has been modified from
specifying erroneous PATH=$$PATH:/sbin to PATH=$PATH:/sbin.