From 83e37980dcd0b2bad6d64dd2cb23bcd2891cafca Mon Sep 17 00:00:00 2001 From: jingliuqing Date: Sat, 27 Jun 2015 13:41:54 +0800 Subject: [PATCH] Use REST rather than ReST Change-Id: I06c9deaab58c5ec13bfeec39fb8fd4b1fe21f42d --- neutron/plugins/ml2/drivers/freescale/README.fslsdn | 2 +- neutron/tests/api/test_allowed_address_pair.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/plugins/ml2/drivers/freescale/README.fslsdn b/neutron/plugins/ml2/drivers/freescale/README.fslsdn index 09017284c..06e50642c 100644 --- a/neutron/plugins/ml2/drivers/freescale/README.fslsdn +++ b/neutron/plugins/ml2/drivers/freescale/README.fslsdn @@ -29,7 +29,7 @@ Basic work flow | | Mechanism Driver | +-+--------+----------------------+ | - | ReST API + | REST API | +----------+-------------+ | CRD server | diff --git a/neutron/tests/api/test_allowed_address_pair.py b/neutron/tests/api/test_allowed_address_pair.py index 5302912eb..5209a8fdf 100644 --- a/neutron/tests/api/test_allowed_address_pair.py +++ b/neutron/tests/api/test_allowed_address_pair.py @@ -26,7 +26,7 @@ class AllowedAddressPairTestJSON(base.BaseNetworkTest): """ Tests the Neutron Allowed Address Pair API extension using the Tempest - ReST client. The following API operations are tested with this extension: + REST client. The following API operations are tested with this extension: create port list ports -- 2.45.2