After some debugging, I found something interesting : In neutronclient/osc/v2/networking_bgpvpn/resource_association.py line 78 to 84 does invalid tests.
When running openstack bgpvpn network association create ...,
self._assoc_res_name is equal to 'network' and the constants.NETWORK_ASSOC is 'network_association'. This is why the command is failing.
I suppose there is the same problem for port association.
After some debugging, I found something interesting : In neutronclient/ osc/v2/ networking_ bgpvpn/ resource_ association. py line 78 to 84 does invalid tests.
When running openstack bgpvpn network association create ..., res_name is equal to 'network' and the constants. NETWORK_ ASSOC is 'network_ association' . This is why the command is failing.
self._assoc_
I suppose there is the same problem for port association.