From d7d67e409accf705e28865a65ad1191fc7471592 Mon Sep 17 00:00:00 2001 From: Esra Celik Date: Thu, 11 Feb 2016 10:29:02 +0200 Subject: [PATCH] Improve the help text for cells options (7) Some comments on `Improve the help text for cells options` reviews are implemented with this patch. - nova.cells.opts:list_ops function removed. Implements blueprint centralize-config-options-newton Change-Id: Idcaf66f0db1695d4fff34a656df2934c1b6d2ede --- nova/cells/opts.py | 4 ---- setup.cfg | 1 - 2 files changed, 5 deletions(-) diff --git a/nova/cells/opts.py b/nova/cells/opts.py index 027524e8c8..f9d122d5e4 100644 --- a/nova/cells/opts.py +++ b/nova/cells/opts.py @@ -26,7 +26,3 @@ def get_cell_type(): if not CONF.cells.enable: return return CONF.cells.cell_type - - -def list_opts(): - return [] diff --git a/setup.cfg b/setup.cfg index 56ad9298f7..53105b4b45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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