Merge "Fix sed command within external mariadb doc"
This commit is contained in:
commit
c1e1c4cb3a
@ -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
|
Loading…
Reference in New Issue
Block a user