Fix openstack upgrade package text

Docs currently state that charms will only upgrade the
software packages that a charm is associated with.

Fix this. A charm will change a machine's apt sources
and any packages that can be upgraded for a co-located
service will also be upgraded.

Change-Id: Iecd0273ba976b1b5823cf8e9f272267b65dd8977
This commit is contained in:
Peter Matulis 2022-04-06 11:56:26 -04:00
parent a87be35efe
commit dd49cc5a79
1 changed files with 4 additions and 3 deletions

View File

@ -247,10 +247,11 @@ tree. Those services that have the most potential impact on other services are
upgraded first and those services that have the least potential impact on other
services are upgraded last.
In the below table charms are listed in the order in which their corresponding
In the below table, charms are listed in the order in which their corresponding
OpenStack services should be upgraded. Each service represented by a charm will
need to be upgraded individually, and only the packages associated with a
charm's OpenStack service will be updated.
need to be upgraded individually. Note that since charms merely modify a
machine's apt sources, any co-located service will have their packages updated
along with those of the service being targeted.
.. warning::