From 2c6e401a96c3600862106c501b8228468e1034b4 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 6 Jul 2012 11:11:06 -0400 Subject: [PATCH] flags documentation to deprecate connection_type connection_type in nova.conf is deprecated for Folsom, provide additional documentation in the flags to indicate this, and the new compute_driver options Part of bp:virt-driver-cleanup Change has DocImpact for Folsom Change-Id: Iaff658771b1e992304454368e66ee53f9a0480ff --- nova/flags.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/flags.py b/nova/flags.py index cff3b46a..7b46b746 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -76,8 +76,8 @@ def _get_my_ip(): core_opts = [ cfg.StrOpt('connection_type', default=None, - help='Virtualization api connection type : libvirt, xenapi, ' - 'or fake'), + 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 '