From d8aaec88d64661955fdf053995267d310378ed3b Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 8 Mar 2016 11:24:57 +0000 Subject: [PATCH] Add release note for apt sources components change Related patch: https://review.openstack.org/278033 Change-Id: I1d7db3f96387a165253025c6e1afb133ab01da41 --- ...pt-sources-reduction-8e047a75ac555663.yaml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 releasenotes/notes/apt-sources-reduction-8e047a75ac555663.yaml diff --git a/releasenotes/notes/apt-sources-reduction-8e047a75ac555663.yaml b/releasenotes/notes/apt-sources-reduction-8e047a75ac555663.yaml new file mode 100644 index 0000000000..8e140f174a --- /dev/null +++ b/releasenotes/notes/apt-sources-reduction-8e047a75ac555663.yaml @@ -0,0 +1,39 @@ +--- +features: + - | + Ubuntu has 4 different 'components' - main, universe, multiverse and + restricted: + + * Main: Officially supported software. + * Restricted: Supported software that is not available under a completely + free license. + * Universe: Community maintained software, i.e. not officially supported + software. + * Multiverse: Software that is not free. + + The default apt sources configuration is now set to only include the + ``main`` and ``universe`` components as those are the only required + components for a functional deployment. If deployers wish to include + other components then the variable + ``lxc_container_template_apt_components`` may be set in + ``/etc/openstack_deploy/user_variables.yml`` with the full list of + desired components. +upgrade: + - | + Ubuntu has 4 different 'components' - main, universe, multiverse and + restricted: + + * Main: Officially supported software. + * Restricted: Supported software that is not available under a completely + free license. + * Universe: Community maintained software, i.e. not officially supported + software. + * Multiverse: Software that is not free. + + The default apt sources configuration is now set to only include the + ``main`` and ``universe`` components as those are the only required + components for a functional deployment. If deployers wish to include + other components then the variable + ``lxc_container_template_apt_components`` may be set in + ``/etc/openstack_deploy/user_variables.yml`` with the full list of + desired components.