lp://staging/~justin-fathomdb/goose/keystone_improvements
- Get this branch:
- bzr branch lp://staging/~justin-fathomdb/goose/keystone_improvements
Branch merges
- Juju Engineering: Pending requested
-
Diff: 175 lines (+80/-8)5 files modifiedidentity/identity.go (+12/-1)
identity/keypair.go (+10/-3)
identity/keystone.go (+1/-1)
identity/tenants.go (+47/-0)
identity/userpass.go (+10/-3)
Branch information
Recent revisions
- 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().) - 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.
- 112. By Dave Cheney
-
[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
-
[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
-
[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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/goose