Update git submodules

* Update tripleo-docs from branch 'master'
  to f94d72545188e68fb687cfcfe85cea68afc8c9cd
  - Fixed yaml for cloud config chpasswd
    
    It's adding a \n into the password when set. Using |- will trim the last
    \n and prevent it from being added to the actual password.
    
    In the user data we see:
    {
      "ssh_pwauth": true,
      "disable_root": false,
      "chpasswd": {
        "list": "root:password\\n",
        "expire": false
      },
      ...SNIP...
    }
    
    So the password ends up being set as "password\n" instead of "password"
    
    Change-Id: I1f28b12d8793db33e2653b739318d36a503633f5
This commit is contained in:
Alex Schultz 2021-06-09 11:01:19 -06:00 committed by Gerrit Code Review
parent bbc4942a82
commit affb4bf37a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 25c4b896526f5a23b834c352b10a29d575662f39
Subproject commit f94d72545188e68fb687cfcfe85cea68afc8c9cd