openstack-ansible-openstack.../releasenotes/notes/apt_repo-097cb34c12e60207.yaml
Dmitriy Rabotyagov 04949ede51 Use debian OpenStack repos
Debian has their own OpenStack repositories [1] which we should use
for delivering modern software and for distro deployments.

This patch also renames uca related variable to apt to correspond
the needs of these variables.

[1] https://wiki.debian.org/OpenStack

Change-Id: I7b613d50027a3e55500c5de4823268a290e04ffb
2020-02-06 17:47:56 +02:00

8 lines
315 B
YAML

---
upgrade:
- |
Variable `uca_repo` has been removed. Deployers are appreciated to use
`user_external_repos_list` instead if they want to define extra repository
Variable `uca_apt_repo_url` was renamed to `apt_repo_url` in order
to correspond it's usage as it also affect Debian deployments now.