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.