GitHub user InAnimaTe opened a pull request: https://github.com/apache/libcloud/pull/874
[LIBCLOUD-850] Docker Driver missing '/' prior to URI ## Fix missing '/' in driver uri's ### Description This is a quick 2 line change that enables a proper check for prepending slash on a uri so drivers can successfully still work without explicitly defining a `/`. This change was inspired by the `docker` driver not working when I first instantiated it. See [this](https://issues.apache.org/jira/browse/LIBCLOUD-850) issue for more. ### Status - done, ready for review ### Checklist (tick everything that applies) - [x] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ArroyoNetworks/libcloud slash_fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/874.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #874 ---- commit 053d57469b502e5e548e2bbfa0322ec018387764 Author: Mario Loria <ma...@arroyonetworks.com> Date: 2016-09-28T20:11:23Z fix LIBCLOUD-850 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---