nova/releasenotes/notes/remove_security_group_api-6fefb1a355876e83.yaml
ChangBo Guo(gcb) 34eed4a4d4 Remove deprecated security_group_api config option
The security_group_api config option was deprecated in version 13.0.0
and functionality was replaced by a 'use_neutron' configuration
option. Uses of the deprecated security_group_api option have been
updated to 'use_neutron' for a more coherent user experience.

Co-Authored-By: Sarah Ulmer <Sarah.Ulmer@ibm.com>

Change-Id: I921650d8730201c2f14deb7e679647a892dbe48a
2016-08-19 16:22:12 -05:00

6 lines
252 B
YAML

---
upgrade:
- Removed the ``security_group_api`` configuration option that was deprecated
in Mitaka. The correct security_group_api option will be chosen based on
the value of ``use_neutron`` which provides a more coherent user experience.