Updating readme code example.
Change-Id: I3ce0d1a003fcd2493fff719a1c0c5007ef2b8e01
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user