Update git submodules

* Update openstack-ansible-repo_server from branch 'master'
  to 52aaea359aa8d14d1589f57035027a59eaba237f
  - Set 'Cache-Control: no-cache' in repo server response headers
    
    Currently, when the repo server stores files like OpenStack's
    upper-constraints.txt, the cache settings cause pip to cache this
    file. When updating this file or experimenting with different
    constraints, this cache can cause unexpected results as pip may
    deploy different versions to those currently specified in the file.
    
    This change instructs pip or other clients not to cache responses,
    and matches the OpenDev origin's response headers for requirements
    files.
    
    Similar issues could apply for wheels and similar if experimental
    changes are made without adjusting version numbers.
    
    Change-Id: I7fdb62f79590deb118ecac2aac71984bd32685f1
This commit is contained in:
Andrew Bonney 2024-04-29 10:33:24 +01:00 committed by Gerrit Code Review
parent eb1b3734bf
commit 0c1bf21913
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 27078e06e8398d0a2030b77f32089277206957de
Subproject commit 52aaea359aa8d14d1589f57035027a59eaba237f