lp:~harlowja/cloud-init/url-ssl-fixings

Created by Joshua Harlow and last modified
Get this branch:
bzr branch lp:~harlowja/cloud-init/url-ssl-fixings
Only Joshua Harlow can upload to this branch. If you are Joshua Harlow please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Joshua Harlow
Project:
cloud-init
Status:
Merged

Recent revisions

710. By Joshua Harlow

Add doc about issue 1401 in boto.

709. By Joshua Harlow

Move back to using boto for now.

708. By Scott Moser

fix typo

707. By Scott Moser

make get_instance_userdata and get_instance_metadata more like botos

this shouldn't change anything, only the signatures of the methods.

706. By Scott Moser

set 'allow_redirects' to True by default

the previous implementation of url_helper.readurl() would default
to allow_redirects being true.

So, for backwards compat, we should keep that behavior.

705. By Scott Moser

do not bother retrying on ssl errors

if the error is an ssl error, its extremely unlikely that it would be fixed by
waiting a few seconds and trying again.

704. By Scott Moser

appease pylint and pep8

* cloudinit/distros/parsers/resolv_conf.py
  added some pylint overrides with 'plXXXXX' syntax.
  example: # pl51222 pylint: disable=E0102

  The pl51222 there means: http://www.logilab.org/ticket/51222

  This specific issue is present in 12.04 pylint, but not 13.04.

* pylint doesn't like the requests special handling we have.
  which makes sense as it is only checking versus one specific version.
* general pep8 and pylint cleanups.

703. By Scott Moser

merge from trunk rev 800

702. By Scott Moser

merge from trunk at revno 799

701. By Joshua Harlow

Fix how the http error doesn't always have the response attached
in earlier versions of requests (pre 0.10.8).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~cloud-init-dev/cloud-init/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers