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
|
To use the Compute security group APIs or use Compute to orchestrate the
|
||||||
creation of ports for instances on specific security groups, you must
|
creation of ports for instances on specific security groups, you must
|
||||||
complete additional configuration. You must configure the
|
complete additional configuration. You must configure the
|
||||||
``/etc/nova/nova.conf`` file and set the ``security_group_api=neutron``
|
``/etc/nova/nova.conf`` file and set the ``use_neutron=True``
|
||||||
option on every node that runs nova-compute and nova-api. After you make
|
option on every node that runs nova-compute, nova-conductor and nova-api.
|
||||||
this change, restart nova-api and nova-compute to pick up this change.
|
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
|
Then, you can use both the Compute and OpenStack Network security group
|
||||||
APIs at the same time.
|
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
|
If your plug-in implements Networking security groups, you can also
|
||||||
leverage Compute security groups by setting
|
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
|
you set this option, all Compute security group commands are proxied
|
||||||
to Networking.
|
to Networking.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user