From 0d1a2cab78e1538fe2513c9e81c59e7389b7999d Mon Sep 17 00:00:00 2001 From: Rajesh Tailor Date: Tue, 10 Jan 2023 17:48:07 +0530 Subject: [PATCH] trivial doc fix In cells-v2 doc, the templated URLs example for config-option `transport_url` uses : instead of @. This change corrects the example for the same. Change-Id: I521a9e648404825a798f568f8a88cf17af8880f3 --- doc/source/admin/cells.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/cells.rst b/doc/source/admin/cells.rst index d7e6b893a168..02f00bc7006d 100644 --- a/doc/source/admin/cells.rst +++ b/doc/source/admin/cells.rst @@ -599,7 +599,7 @@ of ``rabbit://bob:s3kret@otherhost/nova`` when used with the above example. The :oslo.config:option:`transport_url` option can contain an extended syntax for the "netloc" part of the URL - (i.e. ``userA:passwordA@hostA:portA,userB:passwordB:hostB:portB``). In this + (i.e. ``userA:passwordA@hostA:portA,userB:passwordB@hostB:portB``). In this case, substitutions of the form ``username1``, ``username2``, etc will be honored and can be used in the template URL.