Hide Forgot
Description of problem: trying to connect to shell with wrong password: ovirt-shell --url='localhost:8080/api' --username='admin' --password='letmein' --connect error: 'NoneType' object has no attribute 'rfind'
cannot reproduce this
the reason for that is lack of protocol in your URL: it has to be http(s)://localhost:8080/api - will add support for such URL format
fixed in 2.1.1-1, but note the default protocol is https, so if your server not running ssl, it won't work - ALWAYS specify protocol explicitly in api URL
closing ON_QA bugs as oVirt 3.1 was released: http://www.ovirt.org/get-ovirt/