commit | 1722f0b17c4adf78e388873f2b9f0dbc08fb7ae3 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Fri Apr 11 20:09:17 2014 +0000 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Fri Apr 11 20:13:06 2014 +0000 |
tree | 7d52dd17c5f4b2b243d857dc76cb1fb995c4caae | |
parent | 60dd4702f561d9fb162b2d213b2ae8db66a16de3 [diff] |
Fix url parsing for api version check This commit fixes a couple of oversights in the common api version check function. The previous version of the method would never work because the url wasn't passed to urlparse, and the resulting endpoint url would be missing a ':' even if it were. Change-Id: I4b6bb47f0601063aa8164ded386ca71adc6ccc80