From 4578266020deca284a170a8f633a15b9ff26ad1c Mon Sep 17 00:00:00 2001 From: LingxianKong Date: Tue, 2 Jun 2015 16:07:42 +0800 Subject: [PATCH] Remove description about l3 agent calling networking api The L3 agent communicates with the OpenStack Networking server through the RPC mechanism, not through Networking API. Change-Id: I98a74c20d4ffc3bc50c1da1bbfacf50a43742bf6 Closes-Bug: #1460953 --- .../networking/section_networking-adv-config.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/doc/admin-guide-cloud/networking/section_networking-adv-config.xml b/doc/admin-guide-cloud/networking/section_networking-adv-config.xml index 5419093717..cbb2e9819a 100644 --- a/doc/admin-guide-cloud/networking/section_networking-adv-config.xml +++ b/doc/admin-guide-cloud/networking/section_networking-adv-config.xml @@ -190,22 +190,6 @@ - The L3 agent communicates with the OpenStack Networking server through the OpenStack - Networking API, so the following configuration is required: - - - OpenStack Identity authentication: - auth_url="$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_AUTH_HOST:$KEYSTONE_AUTH_PORT/v2.0" - For example: - http://10.56.51.210:5000/v2.0 - - - Administrative user details: - admin_tenant_name $SERVICE_TENANT_NAME -admin_user $Q_ADMIN_USERNAME -admin_password $SERVICE_PASSWORD - -
Namespace By default, the L3 agent uses Linux network namespaces to support overlapping IP