Actions
Bug #8093
closedTest connection doesn't seem to attempt Docker connection
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
I tried to add a Docker CR with a unix:/// URL which pointed to a non-existent socket (I didn't have Docker installed), however the Test Connection button appears to succeed. Only when I save the CR and try to view it or containers do I get an error:
There was an error listing VMs: No such file or directory - connect(2) (Errno::ENOENT)
Updated by Daniel Lobato Garcia about 10 years ago
- Status changed from New to Closed
This should be fixed as of now.
@Setting the url to a non docker server results in:
Unable to save
No such file or directory - connect(2) (Errno::ENOENT)@
I tested it with a wrong username/pass and it does 'the right thing' but Fog doesn't really return that info. Should be automatically fixed when this gets to Foreman's Fog: https://github.com/fog/fog/pull/3268
Actions