These things are everywhere.
Floating IP, fixed IP and security group quotas are only applicable when
using nova-net as neutron takes care of quotas itself [1]. This means
these features, like nova-net itself, can be deprecated.
http://docs.openstack.org/admin-guide/cli-networking-advanced-quotas.html
Change-Id: If66ad25e52374733be19fe4d39cd34c5c627c69a
Implements: bp centralize-config-options-ocata
They're multiplying!
Or not. A few nova-net options were removed in I4a6d534c9. Remove some
that we missed, updating the release note in the process.
Note that the 'auto_assign_floating_ip' is only used in the FloatingIP
mixin, which in turn is only used with various nova-network managers.
This means the option is dependent on the 'use_neutron' configuration
option like mostly ever other option in the file. As such, the help text
for that option is updated accordingly.
Change-Id: If396a7b10562e2fa43cdf4b09e4632cc6e57391a
Implements: bp centralize-config-options-ocata
Group the non-deprecated options to allow us to move the remaining
options to a group in the future.
Change-Id: I4a6d534c9992f3e318631a293736d56549feef68
Implements: bp centralize-config-options-ocata