Hi,

My tenant creation is failing with error -
http://pastie.org/9036408

My code is -

private void createTenants(){
      System.out.println("Creating tenant..");
       TenantAdminApi tenantAdminApi =
keystoneApi.getTenantAdminApi().get();
      Tenant firstTenant = tenantAdminApi.create("FirstTenant",

CreateTenantOptions.Builder.enabled(true).description("FirstTenant"));
       System.out.println(firstTenant);
  }

Please tell where it is going wrong

Thank you

Reply via email to