From 625996722f08b57b2926cf4d6aff5fe03abc196c Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 1 Oct 2012 11:44:55 -0400 Subject: remove deprecated connection_type flag Fixes bug #1025712 connection_type was deprecated in Folsom and should now be removed in Grizzly as early as possible to shake out any fallout. This removes all references to it, changes the config sample and tests appropriately. Remove old default fixtures for flavors that specify ephemeral disks if the connection_type flag was set to 'libvirt' Change-Id: I8af831600a1931ae92c6d06c5105bd1bd81debe3 --- nova/flags.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nova/flags.py') diff --git a/nova/flags.py b/nova/flags.py index e39f94457..34dbc72ef 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -74,10 +74,6 @@ def _get_my_ip(): core_opts = [ - cfg.StrOpt('connection_type', - default=None, - help='Deprecated (use compute_driver instead): Virtualization ' - 'api connection type : libvirt, xenapi, or fake'), cfg.StrOpt('sql_connection', default='sqlite:///$state_path/$sqlite_db', help='The SQLAlchemy connection string used to connect to the ' -- cgit