vs_port: interface_type does not work

Bug #1771134 reported by oleg
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-vswitch
Confirmed
Medium
Unassigned

Bug Description

I'm trying to create an internal interface in vswitch ( latest version from github: df78b576 ) via:

vs_bridge { 'br-default':
    ensure => present,
  } ->
vs_port { 'int-iface':
    ensure => present,
    interface_type => 'internal',
    bridge => 'br-default',
}

however 'ovs-vsctl show' return:
...
     Port int-iface
            Interface br-default
                error: "could not open network device int-iface (No such device)"
...

Looks like interface_type value is broken for vs_port.

Revision history for this message
Takashi Kajinami (kajinamit) wrote :

I can reproduce the problem even with the latest version.

Changed in puppet-vswitch:
status: New → Confirmed
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.