From 3aaa0b103447d56f8d3b259c693cd9a3a8dcbe36 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Mon, 25 Jun 2012 14:06:08 -0700 Subject: Cleanup of image service code * Remove image_service flag * Move nova.image.fake to nova.tests.image.fake * Move nova.image.get_default_image_service to nova.image.glance.get_default_image_service * Move nova.image.get_image_service to nova.image.glance.get_remote_image_service * Related to bp integrate-python-glanceclient Change-Id: Iea6db7898328a9060fb88586e042efbc0a4351fc --- nova/flags.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'nova/flags.py') diff --git a/nova/flags.py b/nova/flags.py index c427a7e94..bb769c4dd 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -322,9 +322,6 @@ global_opts = [ cfg.StrOpt('firewall_driver', default='nova.virt.firewall.IptablesFirewallDriver', help='Firewall driver (defaults to iptables)'), - cfg.StrOpt('image_service', - default='nova.image.glance.GlanceImageService', - help='The service to use for retrieving and searching images.'), cfg.StrOpt('host', default=socket.gethostname(), help='Name of this node. This can be an opaque identifier. ' -- cgit