Merge "Add a note to the revisions page on how to get a charm"

This commit is contained in:
Zuul 2023-11-10 15:05:24 +00:00 committed by Gerrit Code Review
commit fc1682f4ef
1 changed files with 14 additions and 0 deletions

View File

@ -29,6 +29,20 @@ architecture, if applicable). Information is categorised by charm groups:
* OVN charms
* miscellaneous support charms
To use these revisions, the charm needs to be downloaded and then deployed
locally. Furthermore, the download must be done with version 2.x of the
charm-tools snap.
For example, to deploy revision 46 of the aodh charm:
.. code-block:: none
sudo snap install charm --channel=2.x/stable --classic
cd <some-temporary-dir>
charm pull aodh-46
juju deploy ./aodh
OpenStack
~~~~~~~~~