-
Notifications
You must be signed in to change notification settings - Fork 122
vm list recursive - bug! #490
Copy link
Copy link
Open
Labels
Triage: ConfirmedIndicates and issue has been confirmed as described.Indicates and issue has been confirmed as described.Type: BugDoes not work as expected.Does not work as expected.
Description
Version:
Chef Workstation version: 0.12.20
knife-vsphere (4.0.7)
Environment:
ubuntu server 18.04 lts
Scenario:
trying to list the vms in vcenter using the recursive option
Steps to Reproduce:
knife vsphere vm list -r
ERROR: RbVmomi::Fault: InvalidLogin: Cannot complete login due to an incorrect user name
or password.
knife vsphere vm list --recursive
(works correctly)
Expected Result:
I expected the '-r' option to work as in the documentation
"-r, --recursive - Recurse down through sub-folders to the specified folder"
Actual Result:
the error message is shown instead of vm listing
"ERROR: RbVmomi::Fault: InvalidLogin: Cannot complete login due to an incorrect user name
or password."
the exact same command works with "--recursive" instead or "-r"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Triage: ConfirmedIndicates and issue has been confirmed as described.Indicates and issue has been confirmed as described.Type: BugDoes not work as expected.Does not work as expected.