cinder/cinder/config
Gorka Eguileor ea0fcc9858 Fix config generator issue with OVO decorators
Using an OVO decorator in cinder directly from cinder.objects makes the
configuration generator fail with an Attribute error.

The reason for this is that the OVOs have not been registered as they
should.

This patch fixes this by registering the OVOs first thing in the
cinder/opts.py file.

Change-Id: Id50330b9dc4b7a86a23b3c0fccef55aadfd09044
Closes-Bug: #1639199
2016-11-04 11:34:34 +01:00
..
cinder-config-generator.conf Fix the issue that osprofiler opts not in cinder.conf.sample 2016-10-11 22:59:52 -04:00
generate_cinder_opts.py Fix config generator issue with OVO decorators 2016-11-04 11:34:34 +01:00