Merge lp:~frankban/launchpad/setuplxc-scripts-shh-keys into lp:launchpad
Proposed by
Francesco Banconi
on 2012-03-05
| Status: | Rejected |
|---|---|
| Rejected by: | William Grant on 2012-10-02 |
| Proposed branch: | lp:~frankban/launchpad/setuplxc-scripts-shh-keys |
| Merge into: | lp:launchpad |
| Diff against target: |
105 lines (+33/-19) 1 file modified
utilities/setuplxc.py (+33/-19) |
| To merge this branch: | bzr merge lp:~frankban/launchpad/setuplxc-scripts-shh-keys |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Graham Binns (community) | code | 2012-03-05 | Approve on 2012-03-06 |
|
Review via email:
|
|||
Description of the Change
== Changes ==
This branch changes the way the management scripts are created in setuplxc:
- the scripts now use the ssh key given as argument when running setuplxc
- the scripts are now dynamically generated
- the scripts are now generated in a separate setuplxc "action"
- updated the arguments passed to lxc-start-ephemeral
To post a comment you must log in.
lp:~frankban/launchpad/setuplxc-scripts-shh-keys
updated
on 2012-03-05
- 14905. By Francesco Banconi on 2012-03-05
-
Fixed args parsing.
- 14906. By Francesco Banconi on 2012-03-05
-
Checkout directory in scripts is now correctly quoted.
| Francesco Banconi (frankban) wrote : | # |
Thanks Graham.
lp:~frankban/launchpad/setuplxc-scripts-shh-keys
updated
on 2012-03-06
- 14907. By Francesco Banconi on 2012-03-06
-
Fixes from review.
Unmerged revisions
- 14907. By Francesco Banconi on 2012-03-06
-
Fixes from review.
- 14906. By Francesco Banconi on 2012-03-05
-
Checkout directory in scripts is now correctly quoted.

Hi Francesco,
Nice branch, r=me with just one change:
[1]
35 + mapping = { join(directory, LP_CHECKOUT),
36 + 'user': user,
37 + 'lxcname': lxcname,
38 + 'ssh_key_path': ssh_key_path,
39 + 'checkout_dir': os.path.
40 + }
Nitpick: these should be alphabetised.