diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2015-03-25 17:27:22 +0000 |
---|---|---|
committer | Daniel Watkins <daniel.watkins@canonical.com> | 2015-03-25 17:27:22 +0000 |
commit | 5ae131cad02f383c9f3109ad0f51d918787b0196 (patch) | |
tree | 1d3c2b85221bbe5f09a39635e9342dc44358440e | |
parent | f4eb74ccc512d12afbb17dd9c678a5308ca64e9f (diff) | |
download | vyos-cloud-init-5ae131cad02f383c9f3109ad0f51d918787b0196.tar.gz vyos-cloud-init-5ae131cad02f383c9f3109ad0f51d918787b0196.zip |
Add link to Joyent metadata specification.
-rw-r--r-- | cloudinit/sources/DataSourceSmartOS.py | 6 |
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 |