close http connections

Running full tempest one might run out of file descriptors. httplib2
does not close the connection by default. This patch adds
connection:close header to every request, so that sockets won't be
hanging around.

fixes bug 1215804

Change-Id: Iea19936c45add98fc66588f623854e629cf448fb
8 files changed