From a721e6d7b91c6837a65d3e43992b64d29871e8c3 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 4 Feb 2019 11:02:31 -0500 Subject: [PATCH] doc: replace nova security_group_api option with use_neutron The "security_group_api" config option in nova was deleted in the Newton release: I921650d8730201c2f14deb7e679647a892dbe48a The use_neutron option should be used instead. This updates the docs where the security_group_api option was mentioned. Change-Id: Ie53a5498e1a2152157d5b2a56abb97ba36cbf86c --- doc/source/admin/archives/adv-features.rst | 6 +++--- doc/source/admin/archives/use.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/archives/adv-features.rst b/doc/source/admin/archives/adv-features.rst index c714f662775..d39c9b4bdb8 100644 --- a/doc/source/admin/archives/adv-features.rst +++ b/doc/source/admin/archives/adv-features.rst @@ -326,9 +326,9 @@ to change the behavior. To use the Compute security group APIs or use Compute to orchestrate the creation of ports for instances on specific security groups, you must complete additional configuration. You must configure the -``/etc/nova/nova.conf`` file and set the ``security_group_api=neutron`` -option on every node that runs nova-compute and nova-api. After you make -this change, restart nova-api and nova-compute to pick up this change. +``/etc/nova/nova.conf`` file and set the ``use_neutron=True`` +option on every node that runs nova-compute, nova-conductor and nova-api. +After you make this change, restart those nova services to pick up this change. Then, you can use both the Compute and OpenStack Network security group APIs at the same time. diff --git a/doc/source/admin/archives/use.rst b/doc/source/admin/archives/use.rst index 2954e5c24ce..21f553087ac 100644 --- a/doc/source/admin/archives/use.rst +++ b/doc/source/admin/archives/use.rst @@ -342,6 +342,6 @@ you are using. If you are using a plug-in that: If your plug-in implements Networking security groups, you can also leverage Compute security groups by setting - ``security_group_api = neutron`` in the ``nova.conf`` file. After + ``use_neutron = True`` in the ``nova.conf`` file. After you set this option, all Compute security group commands are proxied to Networking.