lp://staging/~michael.nelson/goose/test-instance-state

Created by Michael Nelson and last modified
Get this branch:
bzr branch lp://staging/~michael.nelson/goose/test-instance-state
Only Michael Nelson can upload to this branch. If you are Michael Nelson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Nelson
Project:
Go OpenStack Exchange
Status:
Merged

Recent revisions

102. By Michael Nelson

Reword status comment and reuse var in test.

101. By Michael Nelson

GREEN: addServer can be used with a control point to control the status of the added server.

100. By Michael Nelson

RED: addServer can be used with a control point to control the status of the added server.

99. By John A Meinel

[r=jameinel] Update more copyright headers.

98. By Ian Booth

[r=wallyworld],[bug=1188815] Support string id for SecurityGroup et al

Openstack with Quantum/Grizzly uses string ids for SecurityGroup
and other similar data structures. Goose was written for deployments
that use int ids. This branch fixes that issue using the pattern
already in palce to deal with HP Cloud vs Canonistack for
ServerDetail et al ids.

https://codereview.appspot.com/10527043/

97. By John A Meinel

[r=jameinel],[bug=1124561] http/client: Set Content-Length

The net/http.Request object takes a Reader
so you have to set ContentLength as an attribute
or it will not set in in the POST request.

Fixes bug #1124561.

Oddly enough, we always buffer everything anyway,
(probably to handle retries?). I would have thought
for at least BinaryRequest we would have not
touched the io.Reader that we got.

https://codereview.appspot.com/10465043/

96. By Ian Booth

[r=wallyworld] Support null tenant description

Go 1.0.3 has a bug which means that if an encoded json string
value is null, unmarshalling fails unless the receiving field
is defined as a string pointer. This bug is fixed in Go 1.1.

This branch tweaks the tokenResponse struct so that auth can
still work under Go 1.0.3. A few driveby tests fixes were also
made since some tests we not setting up control hooks properly.

https://codereview.appspot.com/10478044/

95. By Ian Booth

Add juju-tools keystone endpoint and fix tests

94. By John A Meinel

[r=jameinel] Add copyright header to version.go

93. By John A Meinel

[r=jameinel] Add copyright header to goose.go

Branch metadata

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

Subscribers