Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5747)

Issue 7073060: nova double: list server filters and run server. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by dimitern
Modified:
11 years, 3 months ago
Reviewers:
mp+142758
Visibility:
Public.

Description

nova double: list server filters and run server. Implemented filters by status and name (others not implemented, but probably also not needed), as well as creating a server (RunServer). Added a few needed things: serverByName and generateUUID + tests. With this, the nova double will be up-to-date with the nova client and functional. https://code.launchpad.net/~dimitern/goose/nova-double-list-filters-run-server/+merge/142758 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 49

Patch Set 2 : nova double: list server filters and run server. #

Total comments: 14

Patch Set 3 : nova double: list server filters and run server. #

Total comments: 6

Patch Set 4 : nova double: list server filters and run server. #

Patch Set 5 : nova double: list server filters and run server. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+545 lines, -81 lines) Patch
M .bzrignore View 1 chunk +1 line, -0 lines 0 comments Download
A [revision details] View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M testservices/novaservice/service.go View 1 2 chunks +46 lines, -8 lines 0 comments Download
M testservices/novaservice/service_http.go View 1 2 3 6 chunks +146 lines, -3 lines 0 comments Download
M testservices/novaservice/service_http_test.go View 1 2 20 chunks +203 lines, -41 lines 0 comments Download
M testservices/novaservice/service_test.go View 1 14 chunks +147 lines, -29 lines 0 comments Download

Messages

Total messages: 11
dimitern
Please take a look.
11 years, 3 months ago (2013-01-10 19:01:16 UTC) #1
fwereade
I'm a bit uncertain about the order of some of the operations -- expand a ...
11 years, 3 months ago (2013-01-11 12:29:20 UTC) #2
rog
looks reasonable. a few comments below (mostly trivials) https://codereview.appspot.com/7073060/diff/1/testservices/novaservice/service.go File testservices/novaservice/service.go (right): https://codereview.appspot.com/7073060/diff/1/testservices/novaservice/service.go#newcode187 testservices/novaservice/service.go:187: // ...
11 years, 3 months ago (2013-01-11 12:51:11 UTC) #3
dimitern
Please take a look. https://codereview.appspot.com/7073060/diff/1/testservices/novaservice/service.go File testservices/novaservice/service.go (right): https://codereview.appspot.com/7073060/diff/1/testservices/novaservice/service.go#newcode187 testservices/novaservice/service.go:187: // filterServer returns true if ...
11 years, 3 months ago (2013-01-11 14:02:10 UTC) #4
rog
LGTM with a few trivial suggestions below. https://codereview.appspot.com/7073060/diff/1/testservices/novaservice/service_http.go File testservices/novaservice/service_http.go (right): https://codereview.appspot.com/7073060/diff/1/testservices/novaservice/service_http.go#newcode453 testservices/novaservice/service_http.go:453: uuid[4] = ...
11 years, 3 months ago (2013-01-11 14:35:34 UTC) #5
dimitern
Please take a look. https://codereview.appspot.com/7073060/diff/8002/testservices/novaservice/service_http.go File testservices/novaservice/service_http.go (right): https://codereview.appspot.com/7073060/diff/8002/testservices/novaservice/service_http.go#newcode444 testservices/novaservice/service_http.go:444: // generateUUID generates a random ...
11 years, 3 months ago (2013-01-11 14:53:42 UTC) #6
rog
LGTM
11 years, 3 months ago (2013-01-11 14:57:52 UTC) #7
fwereade
LGTM assuming fix or explanation for the below. https://codereview.appspot.com/7073060/diff/12001/testservices/novaservice/service_http.go File testservices/novaservice/service_http.go (right): https://codereview.appspot.com/7073060/diff/12001/testservices/novaservice/service_http.go#newcode492 testservices/novaservice/service_http.go:492: } ...
11 years, 3 months ago (2013-01-11 15:02:52 UTC) #8
dimitern
Please take a look. https://codereview.appspot.com/7073060/diff/12001/testservices/novaservice/service_http.go File testservices/novaservice/service_http.go (right): https://codereview.appspot.com/7073060/diff/12001/testservices/novaservice/service_http.go#newcode492 testservices/novaservice/service_http.go:492: } On 2013/01/11 15:02:52, fwereade ...
11 years, 3 months ago (2013-01-11 15:09:05 UTC) #9
fwereade
LGTM
11 years, 3 months ago (2013-01-11 15:10:52 UTC) #10
dimitern
11 years, 3 months ago (2013-01-11 15:14:09 UTC) #11
*** Submitted:

nova double: list server filters and run server.

Implemented filters by status and name (others not implemented, but
probably also not needed), as well as creating a server (RunServer).

Added a few needed things: serverByName and generateUUID + tests.

With this, the nova double will be up-to-date with the nova client
and functional.

R=fwereade, rog
CC=
https://codereview.appspot.com/7073060
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b