Comment 1 for bug 1564447

Revision history for this message
Reedip (reedip-banerjee-deactivatedaccount) wrote :

Hey Richard,
I have a query

Consider for example, that user has set allocation_pools as 1.1.1.2/24 to 1.1.1.254/24 for his subnet.
Now he wants to change this.

Earlier, he could simply Update( in Neutronclient) or Set ( in OSC) to correct this
Now, in order to fix this, he has to run 2 commands ,
a) Unset
b) Set

I think that this use case should also be handled that allows user to Overwrite the existing information than append!

What do you think?