Comment 1 for bug 2064286

Revision history for this message
Vinetos (vinetos) wrote :

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.