You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Arunagiri (JIRA)" <ji...@apache.org> on 2015/06/01 14:52:17 UTC

[jira] [Created] (JCLOUDS-919) Keystone users are not listed under tenants

Arunagiri created JCLOUDS-919:
---------------------------------

             Summary: Keystone users are not listed under tenants
                 Key: JCLOUDS-919
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-919
             Project: jclouds
          Issue Type: Bug
         Environment: JClouds version: 1.9.0
OS version: Ubuntu 14.01
Java version: java version "1.7.0"
Java(TM) SE Runtime Environment (build pxa6470sr8fp10-20141219_01(SR8 FP10))
IBM J9 VM (build 2.6, JRE 1.7.0 Linux amd64-64 Compressed References 20141216_227497 (JIT enabled, AOT enabled)
J9VM - R26_Java726_SR8_20141216_0955_B227497
JIT  - r11.b07_20141003_74578.05
GC   - R26_Java726_SR8_20141216_0955_B227497_CMPRSS
J9CL - 20141216_227497)
JCL - 20141217_01 based on Oracle jdk7u75-b12

            Reporter: Arunagiri


Hi,

I created a new tenant and a user for that tenant. Upon querying for the users associated with that tenant it lists empty.

I used the example /openstack-examples/src/main/java/org/jclouds/examples/openstack/identity/CreateTenantAndUser.java.

[root@ip9-114-192-35 ~]# keystone tenant-list
+----------------------------------+-------------+---------+
|                id                |     name    | enabled |
+----------------------------------+-------------+---------+
| 180ff309a56f489d9746c1c12670c10b |    admin    |   True  |
| d8751d128e2b4e80adebc62ed938b013 |     demo    |   True  |
| 22d34e93b3d54753b99ec5f6052ba578 |  newTenant  |   True  |
| 1a60eb316a3647dc96255bd86fc6fc76 |   service   |   True  |
| 77d946932d6942a3b66c236e610e8f05 | test-tenant |   True  |
+----------------------------------+-------------+---------+
[root@ip9-114-192-35 ~]# keystone user-list
+----------------------------------+---------+---------+-----------------------+
|                id                |   name  | enabled |         email         |
+----------------------------------+---------+---------+-----------------------+
| 0bdf72cbe5294340b4df6ba137ec1f0d |  admin  |   True  |                       |
| 4692e31da0cc456786390db6688ccde6 |   demo  |   True  |                       |
| 43a124f9f4b44f978e23989936480c16 | newUser |   True  | new.email@example.com |
| 3805eb0004094ed6a3499b61969d2dd1 |  swift  |   True  |                       |
| ba19e0977f4c45e19e88c122e30e652b |  tester |   True  |                       |
+----------------------------------+---------+---------+-----------------------+
[root@ip9-114-192-35 ~]# keystone user-list --tenant newTenant




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)