Hi,
At last nights Quantum meeting I brought up the issue of a number of
functions that have not been implemented and just wanted to bring these
to peoples attention (I am in the process of trying to fill in the gaps
- maybe some do not need to be filled):
1. Missing implementations:
i. Network deletion -
https://github.com/openstack/nova/blob/master/nova/network/quantumv2/api.py#L433
ii. Network disassociation -
https://github.com/openstack/nova/blob/master/nova/network/quantumv2/api.py#L436.
There is no support for something like this in Quantum.
iii. Get fixed IP -
https://github.com/openstack/nova/blob/master/nova/network/quantumv2/api.py#L439.
Is the ID here the port ID?
iv. Get VIF's for instance -
https://github.com/openstack/nova/blob/master/nova/network/quantumv2/api.py#L541
v. Get VIF by MAC -
https://github.com/openstack/nova/blob/master/nova/network/quantumv2/api.py#L544
2. Bugs:
i. https://bugs.launchpad.net/nova/+bug/1117770 -
https://review.openstack.org/#/c/21414/
ii. https://bugs.launchpad.net/nova/+bug/1122899 -
https://review.openstack.org/21751
Thanks
Gary