jclouds create tenant in openstack -


I am using jclouds 1.8.0 to create a tenant in the openstack. "TenantAdminApi" is used to make a tenant.

The following is my code snippet:

  Optional  

But I can not make a tenant because the "isPresent" flag is false.

If I am not wrong, you need OS-KSADAM extension, and when you create references Check the endpoint of the administration (double check which you are using).


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -