Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nova: allow empty schemes at python 2.7.3 | Bruce Ashfield | 2014-11-05 | 1 | -0/+34 |
The upstream project is concerned with a bug in empty schemes with 2.7.3. But since Yocto is 2.7.3 and we get an empty scheme via websockify, no VNC consoles are possible. Rather than upreving python (big change), we aren't being hit by the referenced bug, so we simply make sure that the condition can never be true. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |