summaryrefslogtreecommitdiffstats
path: root/nova/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/config.py')
-rw-r--r--nova/config.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/nova/config.py b/nova/config.py
index 47e8b2486..bee416cd3 100644
--- a/nova/config.py
+++ b/nova/config.py
@@ -64,21 +64,6 @@ global_opts = [
cfg.StrOpt('vpn_key_suffix',
default='-vpn',
help='Suffix to add to project name for vpn key and secgroups'),
- cfg.StrOpt('compute_manager',
- default='nova.compute.manager.ComputeManager',
- help='full class name for the Manager for compute'),
- cfg.StrOpt('console_manager',
- default='nova.console.manager.ConsoleProxyManager',
- help='full class name for the Manager for console proxy'),
- cfg.StrOpt('cert_manager',
- default='nova.cert.manager.CertManager',
- help='full class name for the Manager for cert'),
- cfg.StrOpt('network_manager',
- default='nova.network.manager.VlanManager',
- help='full class name for the Manager for network'),
- cfg.StrOpt('scheduler_manager',
- default='nova.scheduler.manager.SchedulerManager',
- help='full class name for the Manager for scheduler'),
cfg.StrOpt('host',
default=socket.getfqdn(),
help='Name of this node. This can be an opaque identifier. '