summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-07-10 23:45:50 +0000
committerGerrit Code Review <review@openstack.org>2012-07-10 23:45:50 +0000
commit6fb05fe78555ec59ed36c4a3a1cb3f60e47c7ed3 (patch)
tree1086ce3c910f6b7742dccdc3d029abbdbcfaf05a /nova/flags.py
parent99c70dd3bec9d6556582aa6b6708f33ff66efdef (diff)
parent620682ac48f3240cbc17cee0a62563bfff9b572b (diff)
Merge "flags documentation to deprecate connection_type"
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/flags.py b/nova/flags.py
index ec91d8260..d62a9f67e 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 '