Hi everyone,
Recently as part of some cloud merging (trying to dent the backlog, etc) we merged a nova_group module.
This module used a dict comprehension though, which doesn’t fit our python requirements for modules.
Generally modules should require only python 2.4 or later, and this case we’re even breaking on CentOS 6.
If anyone is interested in OpenStack and would like to retool this, this would be very welcome, and we’d be happy to take a pull request and will get it merged back in quickly.
Here is the original version if folks would like to resurrect it: