Resolve Sphinx build warnings 17/72617/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 3 Jun 2018 02:09:47 +0000 (22:09 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 3 Jun 2018 02:09:52 +0000 (22:09 -0400)
Change-Id: I3f8de157183acf818d7fbe9451b2968ec3d5b1d4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/favicon.ico [new file with mode: 0644]
docs/specs/fluorine/index.rst
docs/specs/fluorine/vpn_vmac_movement.rst
docs/user-guide/port-status-update-debugging.rst

diff --git a/docs/favicon.ico b/docs/favicon.ico
new file mode 100644 (file)
index 0000000..c9b3888
Binary files /dev/null and b/docs/favicon.ico differ
index 4730045b407f60c0819822ce117efac2386fd6a9..85d9e700cfe9b0496636bb095b04aa3d933a2cb7 100644 (file)
@@ -10,8 +10,8 @@ Contents:
    OVS Based NA Responder for IPv6 default Gateway <ovs_based_na_responder_for_gw>
    Retain Earlier Elected Napt Switch After Upgrade for SNAT<retain-napt-switch-after-upgrade-for-snat>
    Subnet routing for hidden IPv6 addresses <subnet-routing-for-hidden-ipv6>
-   Support Neutron BGPVPN API on OpenDaylight L3VPN Service
+   Support Neutron BGPVPN API on OpenDaylight L3VPN Service <neutron-bgpvpn-api-support>
    Tap as a Service <Tap-as-a-Service>
    EVPN and l2gw integration <evpn-l2gw-integration>
-   Enable discovery of Virtual IPs (or Movable IPs) holding Virtual MACs
+   Enable discovery of Virtual IPs (or Movable IPs) holding Virtual MACs <vpn_vmac_movement>
    Evpn Route Type 3 support <evpn-rt3-support>
index 2de65d160206b47d9b29092f4d98bd51d690812b..f1a6588b51d259e545a05f877b569f82151dae5b 100644 (file)
@@ -1,5 +1,5 @@
 Enable discovery of Virtual IPs (or Movable IPs) holding Virtual MACs
-==========================================
+=====================================================================
 
 https://git.opendaylight.org/gerrit/#/q/topic:vpn_vmac_movement
 
@@ -82,7 +82,7 @@ Use Cases
    connectivity established for such Virtual IPs.
 
 8. All the above steps will be certified for discovered IPv6 addresses with Virtual
-   MAC too as the following spec addresses IPv6 address discovery: 
+   MAC too as the following spec addresses IPv6 address discovery:
    https://git.opendaylight.org/gerrit/70912
 
 Proposed change
@@ -219,4 +219,3 @@ none
 
 References
 ==========
-
index a9bd9af9e5a8c23fafececc427c471ff11c9aff8..6f704169a2a74900db451c075722a37b631bbc30 100644 (file)
@@ -28,6 +28,7 @@ things happen before a port is transitioned to ACTIVE:
 If the DHCP provisioning does not succeed, e.g., if the dhcp agent is down, the port will not
 transition to active. In order to determine if DHCP provisioning worked look for *either* of
 the following two lines in the neutron logs:
+
   ``Provisioning for port <uuid of port> completed by entity DHCP.``
 
   ``Provisioning complete for port <uuid of port> triggered by entity DHCP.``