Comment 4 for bug 1849131

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to clients (master)

Reviewed: https://review.opendev.org/690927
Committed: https://git.openstack.org/cgit/starlingx/clients/commit/?id=9a068d8d6f70864089336251f2e66105044ec073
Submitter: Zuul
Branch: master

commit 9a068d8d6f70864089336251f2e66105044ec073
Author: Stefan Dinescu <email address hidden>
Date: Thu Oct 24 14:33:05 2019 +0300

    Fix broken windows 10 remote cli

    Kubectl and helm commands didn't properly work under
    Windows 10 by using remote CLI.

    Changes included:
    - add winpty dependency for windows 10 to properly use
      interactive prompt commands
    - change Unix paths to full Windows paths to be passed
      to docker only if scripts are run under cygwin
    - add information to README file about the new dependency

    Change-Id: I4509941e051552133a77dd5c2a7922b2cade3858
    Closes-bug: 1849131
    Signed-off-by: Stefan Dinescu <email address hidden>