lp:~bigkevmcd/goose/fix-for-swift-headers

Created by Kevin McDermott and last modified
Get this branch:
bzr branch lp:~bigkevmcd/goose/fix-for-swift-headers
Only Kevin McDermott can upload to this branch. If you are Kevin McDermott please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Kevin McDermott
Project:
Go OpenStack Exchange
Status:
Merged

Recent revisions

122. By Kevin McDermott

Implement GET in the fake server and ensure we get the headers back when HEADing the object.

121. By Kevin McDermott

GetReader returns the headers now.

120. By Kevin McDermott

Fix for missing response headers.

119. By Andrew Wilkins

[r=axwalk] http: close response body if unused

BinaryRequest calls may discard the response
without closing it. This was causing sockets
to be left open in juju-core/provider/openstack
tests, leading to test failures.

https://codereview.appspot.com/90540043/

118. By John A Meinel

[r=jameinel],[bug=1226996] panic if we get bad requests

It turns out that if you don't supply CIDR or GroupId Openstack just
sets CIDR to 0.0.0.0/0. We don't want to rely on that behavior, so
this just changes the goose test double to panic if it got that
situation.

This can't land until we land my updated Juju branch (or the test
suite will appropriately fail with panic().)

https://codereview.appspot.com/13781043/

117. By Dave Cheney

[r=dave-cheney] Make test pass on gccgo 4.8

gccgo 4.8 and 4.9 have a different view on the number of callers on the call stack.

Attempt to detect the correct value automatically.

116. By Martin Packman

[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

[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

[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

[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.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:goose
This branch contains Public information 
Everyone can see this information.

Subscribers