]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Cleaning up CONF.register_opts() in compute/__init__.py
authorKendall Nelson <kjnelson@us.ibm.com>
Fri, 21 Aug 2015 18:15:25 +0000 (13:15 -0500)
committerKendall Nelson <kjnelson@us.ibm.com>
Fri, 21 Aug 2015 19:17:25 +0000 (14:17 -0500)
commit86197acd3622ff122e727f56f41a79c4c098fe77
tree01a1f2782e6716c9543ed19f5713e743f7bc1b0a
parentfdcc2278a099da40544480f2c374fa286c0c3a61
Cleaning up CONF.register_opts() in compute/__init__.py

This patch makes the import of oslo_config and registration
of _compute_opts consistent with all other imports and
registration statements in other files. In a future patch
that dynamically generates Cinder config options, it will now
be possible to get the options being registered in this file.

Change-Id: Ifaae49dd6d0163b5cde44df7b3ca904fb550f211
cinder/compute/__init__.py