nova/releasenotes/notes/deprecate_security_group_api-3d96d683a3723e2c.yaml
Sean Dague ef957eedde deprecate security_group_api config option
This deprecates the security_group_api config option and makes it
respect the new ``use_neutron`` option. This provides a much simpler
and consistent interface for enabling Neutron support in Nova.

Change-Id: I1c2eb51d10ba6370492a911f59370b9870646a38
2016-03-04 13:45:23 -05:00

8 lines
288 B
YAML

---
deprecations:
- Deprecate ``security_group_api`` configuration option. The current
values are ``nova`` and ``neutron``. In future the correct
security_group_api option will be chosen based on the value of
``use_neutron`` which provides a more coherent user experience.