From 1a1f4e616dfadc4eef09c7cebf088c768b537f30 Mon Sep 17 00:00:00 2001 From: JuPing Date: Wed, 7 Oct 2015 18:13:03 +0800 Subject: [PATCH] Fix the bug of "Error spelling of 'AMPQ'" The word "AMPQ" should be spelled as "AMQP", so it is changed. Change-Id: I7b93824c0adf7a7fef7c2b827607eccdfa7f3608 Closes-Bug: #1503504 --- doc/source/dev/manual_install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/dev/manual_install.rst b/doc/source/dev/manual_install.rst index f18c5b16d3..16fea5d0be 100644 --- a/doc/source/dev/manual_install.rst +++ b/doc/source/dev/manual_install.rst @@ -56,7 +56,7 @@ The following information about the existing environment is required: - Cinder URL - Swift URL - Heat URL - - AMPQ connection credentials (server URL, user, password) + - AMQP connection credentials (server URL, user, password) - Trove's controller backend connection string (MySQL, SQLite, PostgreSQL) --------------------