The "password" parameter of std.ssh action has to be specified although it's optional

Bug #1756272 reported by Renat Akhmerov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mistral
Fix Released
Low
Hardik Jasani

Bug Description

When using std.ssh with empty password we still have to specify it with an empty value.

Example

action: std.ssh username="myuser" cmd="ls -l"

doesn't work.

But

action: std.ssh username="myuser" password="" cmd="ls -l"

works.

Changed in mistral:
milestone: none → rocky-1
importance: Undecided → Medium
importance: Medium → Low
status: New → Confirmed
assignee: nobody → Hardik Jasani (hjasani)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to mistral (master)

Fix proposed to branch: master
Review: https://review.openstack.org/555248

Changed in mistral:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to mistral (master)

Reviewed: https://review.openstack.org/555248
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=f5c0be6ee900b9c933a9fa3c5f2dc0cd1045b198
Submitter: Zuul
Branch: master

commit f5c0be6ee900b9c933a9fa3c5f2dc0cd1045b198
Author: hardikj <email address hidden>
Date: Thu Mar 22 13:57:11 2018 +0530

    Fix std.ssh "password" parameter

    Fixes the bug where calling std.ssh action without "password" input was resulting in error.
    Closes-bug: #1756272

    Change-Id: I5f7af13326933658014a9c42c495d779bec7f14f

Changed in mistral:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/mistral 7.0.0.0b1

This issue was fixed in the openstack/mistral 7.0.0.0b1 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.