diff --git a/doc/networking-guide/section_networking_adv_agent.xml b/doc/networking-guide/section_networking_adv_agent.xml
index 42de024bc1..79ae00260d 100644
--- a/doc/networking-guide/section_networking_adv_agent.xml
+++ b/doc/networking-guide/section_networking_adv_agent.xml
@@ -288,7 +288,7 @@ gateway_external_network_id = 2118b11c-011e-4fa5-a6f1-2ca34d372c35
external_network_bridge = br-ex
$python /opt/stack/neutron/bin/neutron-l3-agent
--config-file /etc/neutron/neutron.conf
- --config-file=/etc/neutron/l3_agent.ini
+ --config-file /etc/neutron/l3_agent.ini
For the second (or later) agent, invoke it with the following
l3_agent.ini where the
option is set to
diff --git a/doc/networking-guide/section_networking_adv_features.xml b/doc/networking-guide/section_networking_adv_features.xml
index 7254cec141..24d906a6f0 100644
--- a/doc/networking-guide/section_networking_adv_features.xml
+++ b/doc/networking-guide/section_networking_adv_features.xml
@@ -395,7 +395,7 @@
Creates external networks.
- #neutron net-create public --router:external=True
+ #neutron net-create public --router:external True$neutron subnet-create public 172.16.1.0/24
@@ -469,7 +469,7 @@
the VM NIC to which the floating IP should map.
- $neutron port-list -c id -c fixed_ips -- --device_id=INSTANCE_ID
+ $neutron port-list -c id -c fixed_ips -- --device_id INSTANCE_IDThis port must be on an Networking subnet that is attached to a
router uplinked to the external network used to create the floating
IP. Conceptually, this is because the router must be able to perform
@@ -511,7 +511,7 @@
Finds floating IP for a specified VM port.
@@ -1353,10 +1353,10 @@
VMware NSX L3 extension operationsCreate external network and map it to a specific NSX gateway
service:
- $neutron net-create public --router:external=True --provider:network_type l3_ext \
+ $neutron net-create public --router:external True --provider:network_type l3_ext \
--provider:physical_network L3_GATEWAY_SERVICE_UUIDTerminate traffic on a specific VLAN from a NSX gateway service:
- $neutron net-create public --router:external=True --provider:network_type l3_ext \
+ $neutron net-create public --router:external True --provider:network_type l3_ext \
--provider:physical_network L3_GATEWAY_SERVICE_UUID --provider:segmentation_id VLAN_ID
@@ -1755,4 +1755,4 @@ source=10.10.10.0/24,destination=10.20.20.20/24,action=deny
-
\ No newline at end of file
+