diff options
author | Mark Esler <eslerm@umn.edu> | 2022-02-10 15:44:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 15:44:37 -0600 |
commit | cbe840ac7247c9bf79cf63100b7f85ef38758763 (patch) | |
tree | 5f48726760d9ac688004db0c39586edd154c52d4 /doc/rtd/topics/integration_tests.rst | |
parent | 217ef6ba6c52788f4363b998b6da08863fea5cd9 (diff) | |
download | vyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.tar.gz vyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.zip |
minor improvements to documentation (#1259)
* Primarily improved grammar for clarity.
* A few Sphinx/RST syntax fixes.
* Set text width to 79 characters per footer documentation
where needed.
* Changed "yaml" to "YAML" when used in sentences.
Diffstat (limited to 'doc/rtd/topics/integration_tests.rst')
-rw-r--r-- | doc/rtd/topics/integration_tests.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/integration_tests.rst b/doc/rtd/topics/integration_tests.rst index 1e910af6..f9f719da 100644 --- a/doc/rtd/topics/integration_tests.rst +++ b/doc/rtd/topics/integration_tests.rst @@ -91,7 +91,7 @@ tests against the image in question. If it's a RHEL8 image, then we would expect Ubuntu-specific tests to fail (and vice versa). To address this, a full image specification can be given. This is of -the form: ``<image_id>[::<os>[::<release]]`` where ``image_id`` is a +the form: ``<image_id>[::<os>[::<release>]]`` where ``image_id`` is a cloud's image ID, ``os`` is the OS name, and ``release`` is the OS release name. So, for example, Ubuntu 18.04 (Bionic Beaver) on LXD is ``ubuntu:bionic::ubuntu::bionic`` or RHEL 8 on Amazon is |