summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Kearney <josh@jk0.org>2011-03-09 14:55:36 -0600
committerJosh Kearney <josh@jk0.org>2011-03-09 14:55:36 -0600
commit75f7a73735957d5ddf04c7c9a23decf1a6fa7f9f (patch)
tree8d3b084782cd81174e832a329c1feddbb3093c18
parente3488722b4df10d7f5c8f63ec750523792420a7d (diff)
Added naming scheme comment
-rw-r--r--nova/virt/xenapi_conn.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/nova/virt/xenapi_conn.py b/nova/virt/xenapi_conn.py
index b63a5f8c3..bfe290be3 100644
--- a/nova/virt/xenapi_conn.py
+++ b/nova/virt/xenapi_conn.py
@@ -49,6 +49,12 @@ reactor thread if the VM.get_by_name_label or VM.get_record calls block.
address for the nova-volume host
:target_port: iSCSI Target Port, 3260 Default
:iqn_prefix: IQN Prefix, e.g. 'iqn.2010-10.org.openstack'
+
+**Variable Naming Scheme**
+
+- suffix "_ref" for opaque references
+- suffix "_uuid" for UUIDs
+- suffix "_rec" for record objects
"""
import sys