trunk port creation error in Brahamputra
Hi ,
I have installed OPNFV Brahmaputra (Fuel) in my lab.
I am trying to onboard SBGv on Brahmaputra release. While doing configuration hitting one issue related to trunk port. As per the SBGv installation document below are the trunk port creation CLIs which is verified on IceHouse not working on Brahmaputra (Liberty).
$ neutron port-create --name sbg1-PL3-eth1trunk sbg1-trunk --trunkport:type trunk --fixed-ip ipaddress=10.10.10.1
Error: Unrecognized attribute(s) 'trunkport:type'
$ neutron port-create --name sbg1-PL3-eth151 tenant51 --trunkport:type subport --trunkport:parentid neutron port-list | grep sbg1-PL3-eth1_trunk | awk '{print $2}'
--trunkport:vid 151 --fixed-ip ipaddress=10.50.170.158
Error: Unrecognized attribute(s) 'trunkport:vid, trunkport:parent_id, trunkport:type'
I verified neutron spec in Liberty from below link and found the new CLI to create trunk port in Liberty.
https://specs.openstack.org/openstack...
$ neutron trunk-port-create --name T
But unfortunately the above CLI also not working on OPNFV Brahmaputra.
I got error "Invalid command u'trunk-port-create --name'"
Could you please suggest what sets of CLI available in Brahmaputra release to support creation of trunk port.