diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-08-04 21:57:57 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-08-04 21:57:57 -0500 |
commit | 328cc7fbaf4d60b51193fb8c14e52d8c6f3273f2 (patch) | |
tree | ebfa101aecd8fe426004751e8d13576e2629bb4d /cloudinit/sources | |
parent | 0d85766423073c7af17750e9faaafdd33c63ae08 (diff) | |
download | vyos-cloud-init-328cc7fbaf4d60b51193fb8c14e52d8c6f3273f2.tar.gz vyos-cloud-init-328cc7fbaf4d60b51193fb8c14e52d8c6f3273f2.zip |
pep8 fixes
Diffstat (limited to 'cloudinit/sources')
-rw-r--r-- | cloudinit/sources/DataSourceCloudStack.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cloudinit/sources/DataSourceCloudStack.py b/cloudinit/sources/DataSourceCloudStack.py index d0cac5bb..64595020 100644 --- a/cloudinit/sources/DataSourceCloudStack.py +++ b/cloudinit/sources/DataSourceCloudStack.py @@ -41,10 +41,12 @@ class CloudStackPasswordServerClient(object): """ Implements password fetching from the CloudStack password server. - http://cloudstack-administration.readthedocs.org/en/latest/templates.html#adding-password-management-to-your-templates + http://cloudstack-administration.readthedocs.org/ + en/latest/templates.html#adding-password-management-to-your-templates has documentation about the system. This implementation is following that found at - https://github.com/shankerbalan/cloudstack-scripts/blob/master/cloud-set-guest-password-debian + https://github.com/shankerbalan/cloudstack-scripts/ + blob/master/cloud-set-guest-password-debian """ def __init__(self, virtual_router_address): |