summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/virt/libvirt/imagecache.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/virt/libvirt/imagecache.py b/nova/virt/libvirt/imagecache.py
index 5e9b985fe..a70842a3b 100644
--- a/nova/virt/libvirt/imagecache.py
+++ b/nova/virt/libvirt/imagecache.py
@@ -43,9 +43,6 @@ from nova.virt.libvirt import utils as virtutils
LOG = logging.getLogger('nova.compute.imagecache')
imagecache_opts = [
- cfg.StrOpt('instances_path',
- default='$state_path/instances',
- help='Where instances are stored on disk'),
cfg.BoolOpt('remove_unused_base_images',
default=False,
help='Should unused base images be removed?'),