mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #63] Unable to authenticate to compute instance #42
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @grebois on GitHub (Oct 22, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/63
I've created 2 users with saslpasswd2;
When adding a compute instance using TCP I'm getting;
Checking the logs ( /var/log/supervisor/webvirtcloud-stdout---supervisor-UIcT_0.log ) I see;
When adding a compute instance using socket I'm getting;
Any idea what might I be missing? Thanks!
@savichev commented on GitHub (Oct 22, 2015):
You use login fdqn ('root@vhstage02' or 'admin@vhstage02')?
@grebois commented on GitHub (Oct 22, 2015):
That worked perfectly, thanks.