Merge "Improve the help text for cells options (7)"

This commit is contained in:
Jenkins
2016-06-16 10:22:27 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -26,7 +26,3 @@ def get_cell_type():
if not CONF.cells.enable:
return
return CONF.cells.cell_type
def list_opts():
return []
-1
View File
@@ -28,7 +28,6 @@ packages =
oslo.config.opts =
nova = nova.opts:list_opts
nova.conf = nova.conf.opts:list_opts
nova.cells = nova.cells.opts:list_opts
nova.compute = nova.compute.opts:list_opts
nova.network.neutronv2 = nova.network.neutronv2.api:list_opts
nova.virt = nova.virt.opts:list_opts