Merge "Remove the suffix of *console*" into stable/wallaby

This commit is contained in:
Zuul 2022-04-15 20:02:01 +00:00 committed by Gerrit Code Review
commit 816cdb5ad6
1 changed files with 2 additions and 2 deletions

View File

@ -24,14 +24,14 @@ To create images for a specific plugin follow these steps:
cloud images for all versions of supported plugins and all operating systems
(subset of Ubuntu, Fedora, and CentOS depending on plugin).
.. sourcecode:: console
.. sourcecode::
tox -e venv -- sahara-image-create -u
If you want to build a image for ``<plugin>`` with ``<version>`` on a specific
``<distribution>`` just execute:
.. sourcecode:: console
.. sourcecode::
tox -e venv -- sahara-image-create -p <plugin> -v <version> -i <distribution>