summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0/tenants.py
Commit message (Expand)AuthorAgeFilesLines
* Replace six.iteritems() with .items()M V P Nitesh2017-04-031-3/+2
* Use AUTH_INTERFACE object from keystoneauthJamie Lennox2016-08-241-2/+2
* Fixing D105 PEP257Navid Pustchi2016-05-041-0/+1
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-1/+0
* Fixing D204, D205, and D207 PEP257 violation.Navid Pustchi2016-05-041-0/+2
* Fix D400 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* Remove "deprecated" internal methodBrant Knudson2015-12-291-2/+2
* Change unscoped token fallback to be session awareJamie Lennox2014-08-121-9/+12
* Pass user and roles manager to tenant managerJamie Lennox2014-07-041-13/+18
* Update keystoneclient code to account for hacking 0.9.2Steve Martinelli2014-06-191-2/+2
* Python3: replace urllib by six.moves.urllibCyril Roelandt2013-12-121-3/+2
* Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-171-1/+1
* python3: Make iteritems py3k compatChuck Short2013-10-101-2/+4
* Fix and enable Gating on H404Dirk Mueller2013-08-151-12/+4
* Adds support for passing extra tenant attributes to keystoneCharles V Bock2013-08-121-2/+13
* Fix and enable gating on H402Dirk Mueller2013-07-121-4/+4
* Fix and enable H401Dirk Mueller2013-06-271-3/+3
* removing repeat attempt at authorization in clientJoe Heck2012-11-091-1/+10
* Allow empty description for tenants.Bhuvan Arumugam2012-09-271-2/+5
* Merge "Updated Sphinx documentation"Jenkins2012-06-071-0/+17
|\
| * Updated Sphinx documentationLorin Hochstein2012-06-011-0/+17
* | pep8 1.1 changes and updatesJoe Heck2012-06-011-2/+2
|/
* Fix Tenant.update() for enabled=FalseDean Troyer2012-05-141-1/+1
* Removed unused imports and variables.Josh Kearney2012-04-051-1/+1
* Fix inconsistient method names and add testsDean Troyer2012-02-201-12/+12
* Add tenant commands to cliDean Troyer2012-02-171-3/+14
* Correct tenant update HTTP method.Gabriel Hurley2012-01-301-2/+2
* Updates client to work with keystone essex roles API routes.Gabriel Hurley2012-01-281-3/+29
* Add limit and marker to user_list and tenant_listAnthony Young2012-01-261-2/+15
* more pep8 cleanupJoe Heck2011-11-101-2/+3
* Initial commit.Gabriel Hurley2011-10-251-0/+76