From cbd6480f8e604c17f6d3a658651fb855a2f4e796 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 12 Apr 2018 15:03:48 +0800 Subject: [PATCH] Remove the unnecessary "'" Change-Id: Ie677294ce5db40232d051e6a49687ce1687ac8c1 --- doc/source/reference/external-mariadb-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/reference/external-mariadb-guide.rst b/doc/source/reference/external-mariadb-guide.rst index 9fb288a41b..d396479bdc 100644 --- a/doc/source/reference/external-mariadb-guide.rst +++ b/doc/source/reference/external-mariadb-guide.rst @@ -183,11 +183,11 @@ all you need to do is the following steps: .. end -#. Set the common password for all components within ``/etc/kolla/passwords.yml```. +#. Set the common password for all components within ``/etc/kolla/passwords.yml``. In order to achieve that you could use the following command: .. code-block:: console sed -i -r -e 's/([a-z_]{0,}database_password:+)(.*)$/\1 mycommonpass/gi' /etc/kolla/passwords.yml - .. end \ No newline at end of file + .. end