OVS agent fails with "ovs-vsctl: unrecognized option '--may-exist'" error trying to create a GRE tunnel
Bug #1227675 reported by
Roman Podoliaka
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Roman Podoliaka |
Bug Description
When OVS agent creates a GRE tunnel, it fails with error "ovs-vsctl: unrecognized option '--may-exist'".
Command:
sudo ovs-vsctl --timeout=2 --may-exist add-port br-tun gre-1
is produced instead of correct one:
sudo ovs-vsctl --timeout=2 -- --may-exist add-port br-tun gre-1
Please also see http://
Changed in neutron: | |
assignee: | nobody → Roman Podolyaka (rpodolyaka) |
Changed in neutron: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
description: | updated |
Changed in neutron: | |
milestone: | none → havana-rc1 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-rc1 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/47401
Review: https:/