Comment 4 for bug 1693710

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/python-cinderclient (openstack-ci/fuel-8.0/liberty)

Reviewed: https://review.fuel-infra.org/35511
Submitter: Pkgs Jenkins <email address hidden>
Branch: openstack-ci/fuel-8.0/liberty

Commit: 055e2a0d19fd8f3253c2e8888c24b0f8476ccd4b
Author: Alexey Stupnikov <email address hidden>
Date: Tue Jun 6 08:44:53 2017

Cleared type restrictions for metadata option

It turns out that it is impossible to send Unicode metadata
values with some cinder commands. The reason is a type restriction
that demands all values to be a 'str' type. As a result, it is
impossible to use Unicode.

This patch is based on upstream review
https://review.openstack.org/#/c/467553/

Change-Id: I1213b0d3b8177b670cd3e5d587fee9dabd971923
Closes-bug: #1693710