~gnuoy/charms/trusty/neutron-openvswitch/workloadstatus

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Edward Hope-Morley
  • Date: 2015-08-20 09:27:14 UTC
  • mfrom: (81.1.3 neutron-openvswitch.next.2)
  • Revision ID: edward.hope-morley@canonical.com-20150820092714-l2s9z3hf20imcxg8
[hopem,r=gnuoy]

Ensure all nics are included when resolving mac addresses
and filter out virtual interfaces. Also fixes ability to
provide multiple bridge:mac configs so as to be able to
use MAC adderesses instead of port names and still be able
to configure multiple hosts.

Closes-Bug: 1485655

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
      their corresponding bridge. The bridges will allow usage of flat or
46
46
      VLAN network types with Neutron and should match this defined in
47
47
      bridge-mappings.
 
48
      .
 
49
      Ports provided can be the name or MAC address of the interface to be
 
50
      added to the bridge. If MAC addresses are used, you may provide multiple
 
51
      bridge:mac for the same bridge so as to be able to configure multiple
 
52
      units. In this case the charm will run through the provided MAC addresses
 
53
      for each bridge until it finds one it can resolve to an interface name.
48
54
  disable-security-groups:
49
55
    type: boolean
50
56
    default: false