summaryrefslogtreecommitdiffstats
path: root/nova/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/config.py')
-rw-r--r--nova/config.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/nova/config.py b/nova/config.py
index bee416cd3..37f58b2f0 100644
--- a/nova/config.py
+++ b/nova/config.py
@@ -87,15 +87,6 @@ global_opts = [
cfg.BoolOpt('use_cow_images',
default=True,
help='Whether to use cow images'),
- cfg.StrOpt('compute_api_class',
- default='nova.compute.api.API',
- help='The full class name of the compute API class to use'),
- cfg.StrOpt('network_api_class',
- default='nova.network.api.API',
- help='The full class name of the network API class to use'),
- cfg.StrOpt('volume_api_class',
- default='nova.volume.cinder.API',
- help='The full class name of the volume API class to use'),
]
cfg.CONF.register_opts(global_opts)