Merge "doc: replace nova security_group_api option with use_neutron"
This commit is contained in:
commit
584cc54e79
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user