keystone/keystone_tempest_plugin/services
Davanum Srinivas b4012e8085 Fix issues with keystone-dsvm-py35-functional-v3-only on py35
keystone/token/providers/fernet/token_formatters.py
* decode payload[2] from bytes to string before comparing
  with a string (CONF.identity.default_domain_id)

keystone_tempest_plugin/services/identity/clients.py
keystone_tempest_plugin/services/identity/v3/auth_client.py
keystone_tempest_plugin/services/identity/v3/identity_providers_client.py
* decode the response body from bytes to string before we
  try to parse the json using json.loads

Change-Id: I98053bc498d78c5f0076a66e725ff2d634f5b663
2017-01-05 21:59:57 +00:00
..
identity Fix issues with keystone-dsvm-py35-functional-v3-only on py35 2017-01-05 21:59:57 +00:00
__init__.py Base for keystone tempest plugin 2016-03-31 11:41:13 -03:00