Fix sed command within external mariadb doc

Change-Id: Ib88df5f5fc03027e6bf582153c90fca83ec5d0c8
This commit is contained in:
Alexandru Bogdan Pica 2018-02-08 20:55:34 +02:00
parent 5110b81b22
commit ebf00883c8

View File

@ -206,6 +206,6 @@ all you need to do is the following:
.. code-block:: console
sed -i -r -e 's/([a-z_]{0,}database_password:+)$/\1 mycommonpass/gi' /etc/kolla/passwords.yml
sed -i -r -e 's/([a-z_]{0,}database_password:+)(.*)$/\1 mycommonpass/gi' /etc/kolla/passwords.yml
.. end