From 3aa668460467683f72955cbfd8064a64e4c50b76 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Mon, 13 Oct 2014 22:01:21 +0800 Subject: [PATCH] Fix the doc typo marconi is renamed to zaqar Change-Id: Ic3eced9199ede8075a14f0c547988b1732b95d2d --- zaqar/common/schemas/flavors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaqar/common/schemas/flavors.py b/zaqar/common/schemas/flavors.py index 3ac7cb757..ea254defc 100644 --- a/zaqar/common/schemas/flavors.py +++ b/zaqar/common/schemas/flavors.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""flavors: JSON schema for marconi-queues flavors resources.""" +"""flavors: JSON schema for zaqar-queues flavors resources.""" # NOTE(flaper87): capabilities can be anything. These will be unique to # each storage driver, so we don't perform any further validation at