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
This commit is contained in:
Matt Riedemann 2019-02-04 11:02:31 -05:00
parent b86fa161ed
commit a721e6d7b9
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.