Merge lp://staging/~waigani/juju-core/suspend-resume-local-plugin into lp://staging/~go-bot/juju-core/trunk
Proposed by
Jesse Meek
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~waigani/juju-core/suspend-resume-local-plugin |
Merge into: | lp://staging/~go-bot/juju-core/trunk |
Prerequisite: | lp://staging/~thumper/juju-core/local-update-template |
Diff against target: |
149 lines (+117/-0) (has conflicts) 4 files modified
cmd/plugins/local/main.go (+2/-0) cmd/plugins/local/main_test.go (+3/-0) cmd/plugins/local/resume.go (+56/-0) cmd/plugins/local/suspend.go (+56/-0) Text conflict in cmd/plugins/local/main.go |
To merge this branch: | bzr merge lp://staging/~waigani/juju-core/suspend-resume-local-plugin |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju Engineering | Pending | ||
Review via email: mp+212743@code.staging.launchpad.net |
Description of the change
Local plugins suspend, resume
Add two plugins to the local provider: suspend and resume.
This branch sets up the boilerplate and help docs for the plugins.
The functionality of suspend and resume will be added in a later
branch once the following branch is landed:
lp:~waigani/juju-core/add-start-stop-to-container-manager-interface
To post a comment you must log in.
Unmerged revisions
- 2419. By Jesse Meek
-
Add suspend and resume plugins to the local provider
- 2418. By Tim Penhey
-
Use the new function.
- 2417. By Tim Penhey
-
Merged local-ensure-root into local-update-
template. - 2416. By Tim Penhey
-
Merged pipe-base into local-update-
template. - 2415. By Tim Penhey
-
More scaffolding
- 2414. By Tim Penhey
-
Merged pipe-base into local-update-
template. - 2413. By Tim Penhey
-
boilerplate
Reviewers: mp+212743_ code.launchpad. net,
Message:
Please take a look.
Description:
Local plugins suspend, resume
Add two plugins to the local provider: suspend and resume.
This branch sets up the boilerplate and help docs for the plugins.
The functionality of suspend and resume will be added in a later
branch once the following branch is landed:
lp:~waigani/juju-core/add-start-stop-to-container-manager-interface
https:/ /code.launchpad .net/~waigani/ juju-core/ suspend- resume- local-plugin/ +merge/ 212743
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/80160043/
Affected files (+119, -0 lines): local/main. go local/main_ test.go local/resume. go local/suspend. go
A [revision details]
M cmd/plugins/
M cmd/plugins/
A cmd/plugins/
A cmd/plugins/