e2a01b790f
* Use bash to execute kolla-build * Remove backslashes from kolla-build command. YAML folded literal block avoids the need for this by replacing newlines with spaces * Distribution-specific package list when installing kolla Change-Id: Icad129aaafb17023f3c9d007fb63466b23b1395a Story: 2004960 Task: 41764
9 lines
140 B
YAML
9 lines
140 B
YAML
---
|
|
# List of packages to install.
|
|
kolla_package_dependencies:
|
|
- gcc
|
|
- libffi-devel
|
|
- openssl-devel
|
|
- python3-devel
|
|
- python3-pip
|