summaryrefslogtreecommitdiffstats
path: root/nova/cells
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-06-06 09:32:49 +0000
committerGerrit Code Review <review@openstack.org>2013-06-06 09:32:49 +0000
commit8df26b725bfcf417540ad27f3a0cb5a399973a99 (patch)
tree194f33d33d36d8fa8834be10e5f50a5c0d87ad2c /nova/cells
parent86e12403ccb851199457bd0eaadc3f1d3c75679f (diff)
parent40c6c1a9d29608a04f2062e63dcc395acbb0dffd (diff)
downloadnova-8df26b725bfcf417540ad27f3a0cb5a399973a99.tar.gz
nova-8df26b725bfcf417540ad27f3a0cb5a399973a99.tar.xz
nova-8df26b725bfcf417540ad27f3a0cb5a399973a99.zip
Merge "Deprecate compute_api_class option in the config"
Diffstat (limited to 'nova/cells')
-rw-r--r--nova/cells/opts.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/cells/opts.py b/nova/cells/opts.py
index 203f98687..4e3d75de4 100644
--- a/nova/cells/opts.py
+++ b/nova/cells/opts.py
@@ -43,6 +43,9 @@ cells_opts = [
default=10.0,
help='Percentage of cell capacity to hold in reserve. '
'Affects both memory and disk utilization'),
+ cfg.StrOpt('cell_type',
+ default=None,
+ help='Type of cell: api or compute'),
]
cfg.CONF.register_opts(cells_opts, group='cells')