Move the pools from the subnet to local subnet
Multiple DHCP servers can serve the same subnet. Imagine a setup where two servers do some kind of load balancing and each of the servers uses different set of pools. The current Stork data model does not facilitate such a use case because pools are the direct property of the subnet. It means that all servers must have the same pools configured for the subnet. We should move the pools definitions from the subnet
table to the local_subnet
table. This data model change requires the changes in the REST API calls and in the UI.