Skip to content

openstack command using -it (interactive) leads into issues in certain cases #121

@kucerakk

Description

@kucerakk

exec docker run -it --rm \ -v/etc/openstack:/etc/openstack \ quay.io/opentelekomcloud/python-openstackclient \ openstack $@

The -it in docker run causes errors in the following invocation:

bash#openstack --os-cloud otcapimon-probes13 dns zone list -c id -f value |while read aa; do openstack --os-cloud otcapimon-probes13 dns zone show $aa;done

the input device is not a TTY

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions