Install git into placement containers

If venv_wheel_build_enable is defined to False, placement will fail to
clone and install repositories due to missing git binary.

Change-Id: If1e3eec0c558d1472da7bc3a4e87825e36ba4fdc
Related-Bug: #1989506
Closes-Bug: #1995536
This commit is contained in:
Dmitriy Rabotyagov 2022-11-15 13:57:42 +01:00 committed by Dmitriy Rabotyagov
parent 211a527a7f
commit 74cf65fd75
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
cache_timeout: 600
heat_distro_packages:
- git
- rsync
- libxslt1.1
- libopenmpi-dev

View File

@ -14,6 +14,7 @@
# limitations under the License.
heat_distro_packages:
- git-core
- rsync
- libxslt
- which