diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2015-02-23 09:36:36 +0000 |
---|---|---|
committer | Daniel Watkins <daniel.watkins@canonical.com> | 2015-02-23 09:36:36 +0000 |
commit | 9ab6bbab42ffb5cadbe0afb36aa6967ed94459c3 (patch) | |
tree | dd1e470d82b4867f83fc422ebce7c644831b75bf /cloudinit | |
parent | ef84bd214a1d5e0b922c0dd38096f694f8ff406e (diff) | |
download | vyos-cloud-init-9ab6bbab42ffb5cadbe0afb36aa6967ed94459c3.tar.gz vyos-cloud-init-9ab6bbab42ffb5cadbe0afb36aa6967ed94459c3.zip |
Add documentation about upstream CloudStack HTTP fix.
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/sources/DataSourceCloudStack.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cloudinit/sources/DataSourceCloudStack.py b/cloudinit/sources/DataSourceCloudStack.py index 996076b1..7b32e1fa 100644 --- a/cloudinit/sources/DataSourceCloudStack.py +++ b/cloudinit/sources/DataSourceCloudStack.py @@ -54,6 +54,9 @@ class CloudStackPasswordServerClient(object): writes the text of its response on to the socket, without a status line or any HTTP headers. This makes HTTP libraries sad, which explains the screwiness of the implementation of this class. + + This should be fixed in CloudStack by commit + a72f14ea9cb832faaac946b3cf9f56856b50142a in December 2014. """ def __init__(self, virtual_router_address): |