Trove client root enabled should not return a User object
Bug #1249045 reported by
Joe Cruz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-troveclient |
In Progress
|
Medium
|
Masaki Matsushita |
Bug Description
Currently the trove client call "is_root_enabled" returns a User resource class. I think this is the incorrect object to return and a new "Root"resource class should be created and returned.
Changed in python-troveclient: | |
assignee: | nobody → miguel quintero (migmaqer) |
Changed in python-troveclient: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in python-troveclient: | |
assignee: | miguel quintero (migmaqer) → Masaki Matsushita (mmasaki) |
To post a comment you must log in.
Also the old behavior of this call was to return a boolean value (True/False). Not sure if the behavior should be reverted back.