Comment 17 for bug 1271571

Revision history for this message
Dima Shulyak (dshulyak) wrote :

I see only one way how we can properly solve this issue in 5.1:

1. Use network handlers part from @rmoe patch
   https://review.openstack.org/#/c/99179/1/nailgun/nailgun/api/v1/handlers/network.py,unified
Also it should be under v2 api.

2. Add additional action in fuel cli, which will allow to list all networks and update it.

such approach feels solid and safe to me.

So, should we do this? Or it can be postponed?

Patch with reusing dhcp address helps, but dont solves root issue.