diff options
| author | Sean Dague <sdague@linux.vnet.ibm.com> | 2012-10-01 11:44:55 -0400 |
|---|---|---|
| committer | Sean Dague <sdague@linux.vnet.ibm.com> | 2012-10-01 15:14:39 -0400 |
| commit | 625996722f08b57b2926cf4d6aff5fe03abc196c (patch) | |
| tree | 247b519b74c6a026aaba46ff2ebb1b77106cadaf /nova/flags.py | |
| parent | 878dd9c0e29aeff4b485c28c63ba6c607fa7ca10 (diff) | |
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
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 4 |
1 files changed, 0 insertions, 4 deletions
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 ' |
