
A recent update to common/scheduler/filters/extra_specs_ops.py in Oslo added new 'is' operator to allow Boolean check. The original commit message was: "Boolean values for capabilities don't work because extra_specs are all converted to unicode. The scheduler will then check, for example, if the boolean 'True' is equal to the unicode string 'True', and will always return False. This patch allows admins to specify '<is> True' in extra_specs, which will compare successfully to boolean True." Notice extra_specs_ops now relies on strutils from Olso, so this change pull strutils from Oslo as well. Fix bug: # 1146306 Change-Id: I83adf707c30274a3862aa8034e72c3361fd19952
The Choose Your Own Adventure README for Cinder
You have come across a storage service for an open cloud computing service. It has identified itself as "Cinder." It was abstracted from the Nova project.
To monitor it from a distance: follow @openstack on twitter.
To tame it for use in your own cloud: read http://docs.openstack.org
To study its anatomy: read http://cinder.openstack.org
To dissect it in detail: visit http://github.com/openstack/cinder
To taunt it with its weaknesses: use http://bugs.launchpad.net/cinder
To watch it: http://jenkins.openstack.org
To hack at it: read HACKING
To cry over its pylint problems: http://jenkins.openstack.org/job/cinder-pylint/violations
Description
Languages
Python
99.7%
Smarty
0.3%