Sorry for the delayed response. A certain company, Red Hat, threw this conference that I had to prepare a demo for :)
The IBM SmartCloud driver doesn't have special requirements beyond replying to the 401 challenge with your IBM SmartCloud credentials. A sentence like this would do: "When using the IBM SmartCloud driver, the credentials passed in response to the HTTP 401 authentication challenge should be your IBM SmartCloud username and password." As one of my first acts as committer, I can update the drivers.html accordingly. One more thing, almost everyone hits a problem when installing DeltaCloud for the first time with the rack gem. DeltaCloud expects rack-1.0.0 through rack 1.1.0, but most machines have a newer version. For someone new to ruby, it's their blocker. Documentation outlining the following fix should be added somewhere: 1) Uninstall your rack installation: gem uninstall rack 2) Install rack version 1.1.0: gem ins -r rack --version '1.1.0' Since this is typically the only problem people encounter, it could go on the either the contribution or download page. Thoughts? - Eric W.
