keystone/keystone_tempest_plugin/services/identity
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
..
v3 Fix issues with keystone-dsvm-py35-functional-v3-only on py35 2017-01-05 21:59:57 +00:00
__init__.py Add identity providers integration tests 2016-05-11 12:44:35 -03:00
clients.py Fix issues with keystone-dsvm-py35-functional-v3-only on py35 2017-01-05 21:59:57 +00:00