
This patch includes 2 fix for the following issues: 1) ast.literal_eval() doesn't work with int and float values See comment inline 2) Do not traverse and modify the same dict: while traversing filters dict, we're modifying it inside the loop which distorts the order of elements (adding modified elements in the end). to fix this, i've used a temp dict that will be used to traverse and modification will be done in the filters dict. Closes-Bug: #1883490 Change-Id: I18b4b0b1b71904b766f7b89df49f5539e3c7662a
OpenStack Cinder
OpenStack Cinder is a storage service for an open cloud computing service.
You can learn more about Cinder at:
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/cinder
If you'd like to contribute, please see the information in CONTRIBUTING.rst
You can raise bugs on Launchpad
Python client
Description
Languages
Python
99.7%
Smarty
0.3%