lp:~axwalk/goose/close-response
- Get this branch:
- bzr branch lp:~axwalk/goose/close-response
Branch merges
- Juju Engineering: Pending requested 2014-04-23
-
Diff: 12 lines (+2/-0)1 file modifiedhttp/client.go (+2/-0)
Branch information
Recent revisions
- 117. By Andrew Wilkins on 2014-04-23
-
http: close response body if unused
Was causing sockets to be left open.
- 116. By Martin Packman on 2014-01-24
-
[r=gz] Add networks attribute to RunServer params
This enables the starting of a server on a specific
network, which is required for some situations where
multiple networks exist.This is not well tested at present, to do a proper job some
more network related operations need to be added so the
tests can do real operations.https:/
/codereview. appspot. com/56670043/ R=natefinch
- 115. By Martin Packman on 2014-01-20
-
[r=gz] Add support for network listing api call
Lists networks using the os-networks extension, which may backend
onto either neutron or nova-network. This should provide a baseline
of support even where the neutron api is not available.Goose doesn't yet support detecting if a given extension is supported,
that would be nice here as we'll want to know which of neutron,
os-networks, and os-tenant-networks are usable.https:/
/codereview. appspot. com/50630044/ R=dimitern
- 114. By Ian Booth on 2013-12-23
-
[r=wallyworld] The nova service test double was incorrectly ignoring the default security group when starting an instance. It assumed that the default group did not need to be in the list of groups specified when starting, but this is not the case.
- 113. By Dave Cheney on 2013-11-26
-
[r=dave-cheney],[bug=1254564] Split out implementation specific behaviour
Use conditional compilation rather than switching on runtime.Compiler. When the upstream bugs are resolved, we can remove these hacks.
- 112. By Dave Cheney on 2013-11-26
-
[r=dave-cheney],[bug=1250253],[bug=1254564] Fix assignment to private struct member
This was detected by the Go 1.2 compiler, but is an issue regardless of compiler or revision. The core problem was assignment to a private struct member in a different package.
- 111. By Michael Hudson-Doyle on 2013-11-26
-
[r=dave-cheney],[bug=1254564] The currentServiceM
ethodName changes are foul, but this branch passes all tests with gccgo. You'll need the nil-related changes to have goose work with go 1.2. - 110. By Patrick Carlos on 2013-11-01
-
[r=wallyworld],[bug=1209003],[bug=1246517] This is to fix bug #1209003 (bug #1246517 duplicate), and bug #1246517
It splits container creation in two parts:
i) the container is created with a PUT request
ii) the ACL is set with a subsequent POST request.The Swift listing requests in JSON format is addressed as follows:
i) append the parameter "format=json" in swift.List.Without this merge 'juju bootstrap' does not work in Havana using ceph-radosgw as a Swift back-end.
- 109. By Ian Booth on 2013-10-18
-
[r=wallyworld] Do not overwrite http.Client's transport
Ensure that http.Client's transport has DisableKeepAliv
es=true
without ovwrwriting the transport itself. - 108. By Ian Booth on 2013-10-17
-
[r=wallyworld],[bug=1239558] Set Close = true on all http requests.
This is needed to avoid this bug in Go's http lib:
https://code.google. com/p/go/ issues/ detail? id=4677
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:goose