Merge lp:~jaypipes/glance/glance-combined into lp:~glance-coresec/glance/cactus-trunk
Proposed by
Jay Pipes
Status: | Merged |
---|---|
Approved by: | Devin Carlen |
Approved revision: | 63 |
Merged at revision: | 59 |
Proposed branch: | lp:~jaypipes/glance/glance-combined |
Merge into: | lp:~glance-coresec/glance/cactus-trunk |
Prerequisite: | lp:~jaypipes/glance/use-optparse |
Diff against target: |
125 lines (+121/-0) 1 file modified
bin/glance-combined (+121/-0) |
To merge this branch: | bzr merge lp:~jaypipes/glance/glance-combined |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Devin Carlen (community) | Approve | ||
Rick Harris (community) | Approve | ||
Review via email: mp+47919@code.launchpad.net |
Commit message
Adds a glance-combined program that starts API and registry service together. Useful in testing.
Description of the change
Adds a glance-combined program that starts API and registry service together. Useful in testing.
To post a comment you must log in.
Patch looks good. Can you fill me in on why you're moving from gflags to optparse? I know there was discussion about moving away from gflags at the bexar design summit, but I haven't followed closely what came of it. Have a link to a blueprint or any other material I can review to get up to speed on what we're doing with this?