diff --git a/manifests/plugins/ovs/opendaylight.pp b/manifests/plugins/ovs/opendaylight.pp index 9f88609d8..71161b8d7 100644 --- a/manifests/plugins/ovs/opendaylight.pp +++ b/manifests/plugins/ovs/opendaylight.pp @@ -130,11 +130,11 @@ class neutron::plugins::ovs::opendaylight ( "vif_details": {\ "uuid": "${::ovs_uuid}",\ "has_datapath_type_netdev": true,\ - "port_prefix": "vhu_",\ + "port_prefix": "vhu",\ "vhostuser_socket_dir": "${vhostuser_socket_dir}",\ "vhostuser_ovs_plug": true,\ "vhostuser_mode": "${vhostuser_mode}",\ - "vhostuser_socket": "${vhostuser_socket_dir}/vhu_\$PORT_ID"\ + "vhostuser_socket": "${vhostuser_socket_dir}/vhu\$PORT_ID"\ }\ }],\ "allowed_network_types": ${json_network_types},\ diff --git a/releasenotes/notes/fix-opendaylight-ovs-vhostuser-prefix-b20936f45a37d644.yaml b/releasenotes/notes/fix-opendaylight-ovs-vhostuser-prefix-b20936f45a37d644.yaml new file mode 100644 index 000000000..5821b12e8 --- /dev/null +++ b/releasenotes/notes/fix-opendaylight-ovs-vhostuser-prefix-b20936f45a37d644.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Fixes vhostuser port prefix to be the correct value of 'vhu'.