From 357ffa7d3aa2124d9d7697a4bd492b7819646ba9 Mon Sep 17 00:00:00 2001 From: Dan Wendlandt Date: Fri, 10 Aug 2012 11:29:52 -0700 Subject: remove nova code related to Quantum v1 API bug 1034692 Quantum team is removing all v1 support in Folsom, so this code will not be used or supported with Quantum Folsom release. Change-Id: I4c397d5238fcc3a15320e052bdc4735dfec1f176 --- nova/flags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/flags.py') diff --git a/nova/flags.py b/nova/flags.py index 588ecfe5f..4960e9c35 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -410,7 +410,7 @@ global_opts = [ default='nova.volume.api.API', help='The full class name of the volume API class to use'), cfg.StrOpt('security_group_handler', - default='nova.network.quantum.sg.NullSecurityGroupHandler', + default='nova.network.sg.NullSecurityGroupHandler', help='The full class name of the security group handler class'), cfg.StrOpt('default_access_ip_network_name', default=None, -- cgit