ca511dd747
Several people use Kolla behind firewall/proxy. Internal mirrors are
often in use then. We do not provide a way to replace repos.yaml file in
an easy way which may lead to complicated solutions or template
overrides.
This patch adds a way to provide own copy of repos.yaml file.
Change-Id: I0b07da22fea27e0ff4e90aaad19e50d84ff9a121
(cherry picked from commit 213190ae03
)
7 lines
230 B
YAML
7 lines
230 B
YAML
---
|
|
features:
|
|
- |
|
|
Added an `--repos-yaml` argument to allow user to provide own file with
|
|
definitions of external package repositories. Useful for those building
|
|
in offline environments with set of internal mirrors.
|