Merge "Fix sed command within external mariadb doc"

This commit is contained in:
Zuul 2018-02-12 07:35:17 +00:00 committed by Gerrit Code Review
commit c1e1c4cb3a
1 changed files with 1 additions and 1 deletions

View File

@ -211,6 +211,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