]> xenbits.xensource.com Git - osstest/openstack-nova.git/commitdiff
Remove duplicate instances_path option
authorMark McLoughlin <markmc@redhat.com>
Fri, 3 Feb 2012 19:14:09 +0000 (19:14 +0000)
committerMark McLoughlin <markmc@redhat.com>
Fri, 3 Feb 2012 19:16:26 +0000 (19:16 +0000)
Change-Id: Ic5b4fd0fd5360ca6f9d029e8eb4d751a3ea36262

nova/virt/libvirt/imagecache.py

index 5e9b985feba9b8e8894a068b7bc47b57642191e8..a70842a3b0d3b06341fe2d40dd997f2e5b65d4eb 100644 (file)
@@ -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?'),