lp:~gz/goose/never_decrement_next_id

Created by Martin Packman and last modified
Get this branch:
bzr branch lp:~gz/goose/never_decrement_next_id
Only Martin Packman can upload to this branch. If you are Martin Packman please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Martin Packman
Project:
Go OpenStack Exchange
Status:
Merged

Recent revisions

68. By Martin Packman

Never decrement next id in nova testservice

67. By John A Meinel

[r=jameinel] http/client.go,version.go: Add User-agent: goose header

This changes the User-Agent supplied by goose from being a generic "Go http package" to stating it is goose and what version.

Along with that change, it adds a goose.Version to the package, and goose.VersionNumber.

I didn't try to do the complex work that juju-core/version/Version does. I didn't need a lot of version number parsing, so it made more sense to enter the version as integers, and have it build the string trivially.

66. By John A Meinel

[r=jameinel] test.py: add "go build" as part of running the test suite

I was running it for goose tests, but forgot to add it for juju-core.

65. By John A Meinel

[r=jameinel] test.py: small tweak for test.py to run on Windows

os.getcwd() returns paths with '\\' in them, but you can
use '/' for all operations. So we just replace them on
Windows.

64. By Dimiter Naydenov

[r=dimitern] follow-up trivial: fix FixedIP

This small fix includes the suggestion I missed from the previous CL:
https://codereview.appspot.com/7307046/diff/1/testservices/novaservice/service.go#newcode596

63. By Dimiter Naydenov

[r=dimitern] trivial: fix FloatingIP field types

As discussed before, these two fields of nova.FloatingIP should be
*string, rather than interface{}. It's simpler and more closely
matches the intent.

62. By Ian Booth

Merge rename-authMethod branch

61. By Dimiter Naydenov

[r=dimitern] nova: floating ip errors

Adds control points for addFloatingIP so the response can be tweaked
and error conditions tested. Added two errors - NoMoreFloatingIPs and
IPLimitExceeded, and added tests to handle them.

This is closely related to the other CL in juju-core:
https://codereview.appspot.com/7226068/

60. By John A Meinel

test.py: add --juju-core flag

Add the ability to run the juju-core test suite as part of
landing changes to trunk.
<email address hidden>

59. By John A Meinel

Merge goose-bot trunk to keep both trunks in sync.

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