<div dir="ltr">Hi,<br><br>We've a Liberty/stable deployment from git repository using nova cells and nova-network on each compute cell. We are able to perform standard operations such as start, suspend, terminate vms, etc. but unable to associate a floating ip to it. Checking the [source code](<a href="https://github.com/openstack/nova/blob/master/nova/compute/cells_api.py#L438">https://github.com/openstack/nova/blob/master/nova/compute/cells_api.py#L438</a>) is clear that this operation is supported in Nova Cells although this method is not called in our setup - we've added logging to this method. <br><br>Investigating a bit further we found out that floating ip association is done via the [network api](<a href="https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/floating_ips.py#L236">https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/floating_ips.py#L236</a>) and it is not linked to the cell api call. We've tried to change the *network\_api\_class* in nova.conf on the API Cell pointing to ComputeCellsAPI as the documentation shows the same for *compute\_api\_class* but no luck. In our setup we've nova-network running on each compute cell and floating ip management is done on the api cell. <br><br>Here are my nova.conf files:<br><br>API Cell:<br><a href="http://paste.openstack.org/show/9lyKm3m3XrkJbT3toB0h/">http://paste.openstack.org/show/9lyKm3m3XrkJbT3toB0h/</a><br><br>Compute Cell (All-in-one installation):<br><a href="http://paste.openstack.org/show/iXQCviopyTdZIUs81NgG/">http://paste.openstack.org/show/iXQCviopyTdZIUs81NgG/</a><br> <br>Is there a way to enable floating ips association in a Nova Cell architecture using nova-network?<br><br>Many thanks,<br>Bruno.<br></div>