Comment 3 for bug 1849505

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

Reviewed: https://review.opendev.org/690913
Committed: https://git.openstack.org/cgit/starlingx/clients/commit/?id=63d1a87a6cf78c688170715ecdfd87ccaf7c2fec
Submitter: Zuul
Branch: master

commit 63d1a87a6cf78c688170715ecdfd87ccaf7c2fec
Author: Stefan Dinescu <email address hidden>
Date: Thu Oct 24 13:19:16 2019 +0300

    Allow forcing shell prompt option

    Some commands are designed to leave you in a shell prompt once
    executed, but it is hard to identify all such commands in the
    context of remote CLI.

    In order to allow users to use such commands, they can force
    the shell option or force disable the shell options using the
    FORCE_SHELL and FORCE_NO_SHELL variables before the command.

    The README has been updated with examples on the use of
    these variables

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