diff --git a/doc/install-guide/ch_neutron.xml b/doc/install-guide/ch_neutron.xml index 47a06b9845..248bd6df75 100644 --- a/doc/install-guide/ch_neutron.xml +++ b/doc/install-guide/ch_neutron.xml @@ -3,8 +3,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="ch_neutron"> -
firewall_driver
option to
+ the firewall for the plug-in. For example, with
+ OVS, edit the file as
+ follows:firewall_driver=nova.virt.firewall.NoopFirewallDriver
.
+ Also, edit the
+ security_group_api=neutron
+ statement.firewall_driver
should be set according to
+ the specified plug-in. For example with
+ OVS, edit the
+ firewall_driver=nova.virt.firewall.NoopFirewallDriver
+ in both config files, and comment out or remove
+ security_group_api=neutron
in the
+ keystone_authtoken
, and the database. Use
- Plug-in | -core_plugin value in
- |
-
---|---|
neutron-server
automatically launches with
- firewall_driver
option to
- the firewall for the plug-in. For example, with
- OVS, edit the file as
- follows:firewall_driver=nova.virt.firewall.NoopFirewallDriver
.
- Also, edit the
- security_group_api=neutron
- statement.firewall_driver
should be set according to
- the specified plug-in. For example with
- OVS, edit the
- firewall_driver=nova.virt.firewall.NoopFirewallDriver
- in both config files, and comment out or remove
- security_group_api=neutron
in the
- keystone_authtoken
,
and the RabbitMQ credentials.