summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <daniel.watkins@canonical.com>2015-03-25 17:27:22 +0000
committerDaniel Watkins <daniel.watkins@canonical.com>2015-03-25 17:27:22 +0000
commit5ae131cad02f383c9f3109ad0f51d918787b0196 (patch)
tree1d3c2b85221bbe5f09a39635e9342dc44358440e
parentf4eb74ccc512d12afbb17dd9c678a5308ca64e9f (diff)
downloadvyos-cloud-init-5ae131cad02f383c9f3109ad0f51d918787b0196.tar.gz
vyos-cloud-init-5ae131cad02f383c9f3109ad0f51d918787b0196.zip
Add link to Joyent metadata specification.
-rw-r--r--cloudinit/sources/DataSourceSmartOS.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/cloudinit/sources/DataSourceSmartOS.py b/cloudinit/sources/DataSourceSmartOS.py
index d299cf26..ec2d10ae 100644
--- a/cloudinit/sources/DataSourceSmartOS.py
+++ b/cloudinit/sources/DataSourceSmartOS.py
@@ -309,6 +309,12 @@ class JoyentMetadataFetchException(Exception):
class JoyentMetadataClient(object):
+ """
+ A client implementing v2 of the Joyent Metadata Protocol Specification.
+
+ The full specification can be found at
+ http://eng.joyent.com/mdata/protocol.html
+ """
def __init__(self, serial):
self.serial = serial