3 Commits

Author SHA1 Message Date
Stephen Finucane
0e1734b9c2 conf: Deprecate yet more nova-net options
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
2017-01-09 09:47:37 +00:00
Stephen Finucane
463a2b604d conf: Deprecate more nova-net options
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
2016-12-15 16:24:36 +00:00
Stephen Finucane
b19511ad8a conf: Deprecate all nova-net related opts
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
2016-12-07 11:59:05 +00:00