diff options
| author | Josh Kearney <josh@jk0.org> | 2011-03-09 14:55:36 -0600 |
|---|---|---|
| committer | Josh Kearney <josh@jk0.org> | 2011-03-09 14:55:36 -0600 |
| commit | 75f7a73735957d5ddf04c7c9a23decf1a6fa7f9f (patch) | |
| tree | 8d3b084782cd81174e832a329c1feddbb3093c18 | |
| parent | e3488722b4df10d7f5c8f63ec750523792420a7d (diff) | |
Added naming scheme comment
| -rw-r--r-- | nova/virt/xenapi_conn.py | 6 |
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 |
