Files
python-keystoneclient/keystoneclient
Bhuvan Arumugam 06916aab53 Allow empty description for tenants.
Bug: 1025929

(based on the patch submitted by Ivan Bondarev)

* keystoneclient/v2_0/shell.py
  do_tenant_update(): Update description if it is defined.

* keystoneclient/v2_0/tenants.py
  Token.update(), TokenManager.update():
  Update description if it is defined, even if it's empty.

* tests/v2_0/test_tenants.py
  test_update_empty_description(): New test case for empty
  description.

Change-Id: I4c4e93f6bd5d38828685fd55eb1e694f521928e9
2012-09-27 22:31:09 +00:00
..
2012-06-01 18:07:26 -07:00
2012-09-27 22:31:09 +00:00
2011-10-25 16:50:08 -07:00
2012-06-01 18:07:26 -07:00
2012-08-23 16:09:38 +00:00