Merge lp://staging/~alexlist/charms/trusty/nova-compute/nonstandard-authkeys-path into lp://staging/~openstack-charmers-archive/charms/trusty/nova-compute/next
Proposed by
Alexander List
Status: | Merged |
---|---|
Merged at revision: | 89 |
Proposed branch: | lp://staging/~alexlist/charms/trusty/nova-compute/nonstandard-authkeys-path |
Merge into: | lp://staging/~openstack-charmers-archive/charms/trusty/nova-compute/next |
Diff against target: |
115 lines (+38/-7) 5 files modified
config.yaml (+9/-0) hooks/nova_compute_hooks.py (+2/-0) hooks/nova_compute_utils.py (+12/-7) unit_tests/test_nova_compute_hooks.py (+9/-0) unit_tests/test_nova_compute_utils.py (+6/-0) |
To merge this branch: | bzr merge lp://staging/~alexlist/charms/trusty/nova-compute/nonstandard-authkeys-path |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Liam Young | Pending | ||
Review via email: mp+243159@code.staging.launchpad.net |
This proposal supersedes a proposal from 2014-11-28.
Description of the change
Allow configuring nonstandard authorized_keys path, including unit test, take two
To post a comment you must log in.
This looks good to me but please add a unit test(s) to test the new feature