← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1520428] [NEW] User enable status consider everything as false except specific word 'true'

 

Public bug reported:

Issue:
While creating user using keystone command the optional parameter 'enable' consider every word as false except the word 'true'. Where as per the specification it should except either word 'false' or 'true' only, in other case it should give error.

steps:
1) use version V2 for authentication.
2) use following command to for creating user:
     #keystone user-create --name xyz123 --enable tru
3) list the user details
    #keystone user-get xyz123
    +----------+----------------------------------+
| Property |              Value               |
+----------+----------------------------------+
|  email   |                                  |
| enabled  |              False               |
|    id    | 2c0000e4b99547bd92921709730bf62e |
|   name   |              xyz123              |
| username |              xyz123              |
+----------+----------------------------------+

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1520428

Title:
  User enable status consider everything as false except specific word
  'true'

Status in OpenStack Identity (keystone):
  New

Bug description:
  Issue:
  While creating user using keystone command the optional parameter 'enable' consider every word as false except the word 'true'. Where as per the specification it should except either word 'false' or 'true' only, in other case it should give error.

  steps:
  1) use version V2 for authentication.
  2) use following command to for creating user:
       #keystone user-create --name xyz123 --enable tru
  3) list the user details
      #keystone user-get xyz123
      +----------+----------------------------------+
  | Property |              Value               |
  +----------+----------------------------------+
  |  email   |                                  |
  | enabled  |              False               |
  |    id    | 2c0000e4b99547bd92921709730bf62e |
  |   name   |              xyz123              |
  | username |              xyz123              |
  +----------+----------------------------------+

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1520428/+subscriptions


Follow ups