openstack-ansible-os_nova/releasenotes/notes/apt-source-filenamed-e710006ed93a9c67.yaml
Jean-Philippe Evrard 68a7db92e9 Allow override of the repo filename
Apt cannot have 2 mirrors with the same content in 2 different files.
If a deployer has an apt mirror with uca, the deployer
still need to add a repository, but will also need to define the
filename used, in order to avoid clashes.

This commit makes possible to decide the filename for the repo.

Change-Id: I0302b9aea379b9b1974b4479bf85d45d1a052f65
2017-01-09 13:08:21 +00:00

6 lines
157 B
YAML

---
features:
- The filename of the apt source for the ubuntu
cloud archive can now be defined with the
variable ``uca_apt_source_list_filename``.