Comment 1 for bug 1081861

Revision history for this message
Wu Wenxiang (wu-wenxiang) wrote :

I couldn't reproduce this bug which you reported.
pear@U64-1204:~$ keystone --token 231 --endpoint http://localhost:35357/v2.0 tenant-create --name=test
+-------------+----------------------------------+
| Property | Value |
+-------------+----------------------------------+
| description | |
| enabled | True |
| id | b2eb5f262ed34aacb9b2993ec76c2f4d |
| name | test |
+-------------+----------------------------------+
pear@U64-1204:~$ keystone --token 231 --endpoint http://localhost:35357/v2.0 user-create --name=test --pass=231 --tenant-id=b2eb5f262ed34aacb9b2993ec76c2f4d
+----------+----------------------------------+
| Property | Value |
+----------+----------------------------------+
| email | |
| enabled | True |
| id | 1ae36ae1e1b54bdab8ba3fd79a5e2124 |
| name | test |
| tenantId | b2eb5f262ed34aacb9b2993ec76c2f4d |
+----------+----------------------------------+

1. Which version did you meet this issue?
2. How could you reproduce this issue?

Thanks