~charmers/charms/wily/ubuntu/trunk

« back to all changes in this revision

Viewing changes to templates/lxc-bridge.conf

  • Committer: Tim Van Steenburgh
  • Date: 2015-05-01 10:12:08 UTC
  • mfrom: (10.1.4 ubuntu)
  • Revision ID: tim.van.steenburgh@canonical.com-20150501101208-7jvqc9dtmlfz7kvk
[1chb1n] Remove hooks and lxc stuff; update tests

Revert charm to have no hooks and no config options; add functional tests for all currently-supported Ubuntu releases; add bundletester usage examples.

Charm is now compatible with both 'juju test' and bundletester.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
    
2
 
{% if new_network -%}
3
 
auto eth0
4
 
iface eth0 inet manual
5
 
 
6
 
auto lxcbr0
7
 
iface lxcbr0 inet dhcp
8
 
    bridge_ports eth0
9
 
 
10
 
{% endif -%}