From 41bfe5ab219f057223280f8bf1f1d81252f2fcd4 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Thu, 25 Jul 2024 15:54:36 -0600 Subject: [PATCH] comments --- doc/rtd/reference/datasources/nocloud.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rtd/reference/datasources/nocloud.rst b/doc/rtd/reference/datasources/nocloud.rst index 1a8a49f031e..ad587fb33ac 100644 --- a/doc/rtd/reference/datasources/nocloud.rst +++ b/doc/rtd/reference/datasources/nocloud.rst @@ -60,7 +60,7 @@ Discovery configuration The purpose of the discovery configuration is to tell cloud-init where it can find the runtime configurations described above. -There are two methods for cloud-init to receive a meta-configuration. +There are two methods for cloud-init to receive a discovery configuration. Method 1: Line configuration ---------------------------- @@ -107,7 +107,7 @@ that it can find configurations at ``https://10.42.42.42/configs/``. The scope of this section is limited to its use for selecting the source of its configuration, however it is worth mentioning that the system configuration -provides more than just the meta-configuration. +provides more than just the discovery configuration. In addition to defining where cloud-init can find runtime configurations, the system configuration also controls many of cloud-init's default behaviors.