Update git submodules

* Update devstack from branch 'master'
  to 0ae279b54aa53953f4cf48e2c2aa386b5bc0f2c0
  - Merge "Fix doc and user create script to set homedir permissions"
  - Fix doc and user create script to set homedir permissions
    
    RHEL based distros set homedir permissions to 700,
    and Ubuntu 21.04+ to 750[1], i.e missing executable
    permission for group or others, this results into failures
    as defined in the below bug.
    
    Since in doc we add useradd command, it's good to
    add instructions to fix the permissions there itself
    instead of getting failures during installation and then
    fixing it.
    
    Also update user create script to fix permissions
    by adding executable bit to DEST directory if missing.
    
    [1] https://discourse.ubuntu.com/t/private-home-directories-for-ubuntu-21-04-onwards/19533
    
    Closes-Bug: #1966858
    Change-Id: Id2787886433281238eb95ee11a75eddeef514293
This commit is contained in:
Zuul 2022-05-31 21:15:55 +00:00 committed by Gerrit Code Review
parent 3912ab9c3a
commit b804f6d7ca
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit d0657a02e59b706b3063d3a6941421ccf3762c36
Subproject commit 0ae279b54aa53953f4cf48e2c2aa386b5bc0f2c0