Merge lp://staging/~patrick-hetu/jrapi/ssh-master-key into lp://staging/jrapi
Proposed by
Patrick Hetu
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~patrick-hetu/jrapi/ssh-master-key |
Merge into: | lp://staging/jrapi |
Diff against target: |
400 lines (+46/-151) 6 files modified
debian/jrapi.postinst (+6/-0) jrapi/api/base.py (+1/-10) jrapi/api/environment.py (+23/-28) jrapi/storage/dummy.py (+1/-4) jrapi/storage/filesystem.py (+9/-82) tests/test_environment.py (+6/-27) |
To merge this branch: | bzr merge lp://staging/~patrick-hetu/jrapi/ssh-master-key |
Related bugs: | |
Related blueprints: |
Deploy with an ssh master key
(Undefined)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juan L. Negron | Pending | ||
Review via email: mp+121345@code.staging.launchpad.net |
Description of the change
1. Minor fix to get the environment tests to work
2. Use an ssh master key for bootstraping
To post a comment you must log in.
Unmerged revisions
- 80. By Patrick Hetu
-
use a master ssh key for bootstraping
- 79. By Patrick Hetu
-
fix environment tests