commit | 0e4082164cc06006dc79d1d35a75cf8e960c4872 | [log] [tgz] |
---|---|---|
author | Anna Babich <ababich@mirantis.com> | Mon Sep 19 12:30:56 2016 +0300 |
committer | Anna Babich <ababich@mirantis.com> | Mon Sep 19 12:30:56 2016 +0300 |
tree | 72ed928d96a59b95896ac3b0072579d4bdd5f707 | |
parent | 05640decce8055e6844bdcc5a2c9bb18c1e3b2cb [diff] |
Fix with using oslo_serialization base64 module The test_can_create_server_with_max_number_personality_files Tempest test is expected to use base64 module from oslo serialization package, but the b64decode() from std Python lib is called. The current patch fixes it. Change-Id: Icf23aa128b8f857f98096e86ff945241efa96b9a Closes-Bug: #1625079