]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add a common implementation for fetching a URL
authorZane Bitter <zbitter@redhat.com>
Thu, 6 Dec 2012 18:35:05 +0000 (19:35 +0100)
committerZane Bitter <zbitter@redhat.com>
Thu, 6 Dec 2012 19:38:40 +0000 (20:38 +0100)
commitd7568d08b23488e9651b4fe1fc57815348c4f45c
tree55812395bb8406b700f63c038da7011ecbdd8a93
parent28ea091448efaeb26839845e4655f5fdd6ff8833
Add a common implementation for fetching a URL

There are multiple implementations of fetching a template from a URL, so
add a common one where changes can be shared.

Change-Id: I9c834efa71f97360dafb741e26713e3f3c124b6f
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/common/urlfetch.py [new file with mode: 0644]
heat/tests/test_urlfetch.py [new file with mode: 0644]