Updating readme code example.

Change-Id: I3ce0d1a003fcd2493fff719a1c0c5007ef2b8e01
This commit is contained in:
Wayne Foley
2014-06-02 09:01:33 -07:00
parent 8d36c9a4a1
commit 9c82ee9e9e

View File

@@ -13,7 +13,7 @@ The following code will connect to Openstack, and print out all of the container
using Openstack.Identity;
using Openstack.Storage;
var authUri = new Uri("https://region.identity.host.com:12345/v2.0/tokens");
var authUri = new Uri("https://region.identity.host.com:12345/v2.0");
var userName = "user name";
var password = "password";
var tenantId = "XXXXXXXXXXXXXX-Project";