Merge lp://staging/~gnuoy/charms/precise/nova-compute/control-mtu into lp://staging/~charmers/charms/precise/nova-compute/trunk
Proposed by
Liam Young
Status: | Rejected |
---|---|
Rejected by: | James Page |
Proposed branch: | lp://staging/~gnuoy/charms/precise/nova-compute/control-mtu |
Merge into: | lp://staging/~charmers/charms/precise/nova-compute/trunk |
Diff against target: |
540 lines (+150/-33) 6 files modified
config.yaml (+5/-0) hooks/charmhelpers/core/hookenv.py (+78/-23) hooks/charmhelpers/core/host.py (+49/-9) hooks/nova_compute_hooks.py (+3/-0) hooks/nova_compute_utils.py (+14/-0) revision (+1/-1) |
To merge this branch: | bzr merge lp://staging/~gnuoy/charms/precise/nova-compute/control-mtu |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Page | Disapprove | ||
Review via email: mp+195231@code.staging.launchpad.net |
Description of the change
Add ability to control mtu on nics and sync core charmhelpers (to pull in nic mtu functions).
To post a comment you must log in.
Unmerged revisions
- 50. By Liam Young
-
Add ability to control mtu on nics and sync charmhelpers (to pull in nic mtu functions). I've only pulled in the charmhelpers core update
Discussed with liam and we agreed that the correct way todo this was during network interface configuration during install via MAAS.