From 6e9e77d38c297d26a7642b6a8bb810447a0195b7 Mon Sep 17 00:00:00 2001 From: Alberto Contreras Date: Fri, 15 Apr 2022 12:43:21 +0200 Subject: [PATCH 1/2] Add "aciba90" as contributor --- tools/.github-cla-signers | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers index 3410815608f..746cec5b62a 100644 --- a/tools/.github-cla-signers +++ b/tools/.github-cla-signers @@ -1,3 +1,4 @@ +aciba90 ader1990 ajmyyra akutz From e98a166d2a6b4f6ead8999b944f61ce79ab3c105 Mon Sep 17 00:00:00 2001 From: Alberto Contreras Date: Fri, 15 Apr 2022 12:46:27 +0200 Subject: [PATCH 2/2] Fix typo in documentation. --- doc/rtd/topics/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rtd/topics/faq.rst b/doc/rtd/topics/faq.rst index 125ce9f459a..59138c1dc7d 100644 --- a/doc/rtd/topics/faq.rst +++ b/doc/rtd/topics/faq.rst @@ -60,7 +60,7 @@ to the most recently used instance-id directory. This folder contains the information cloud-init received from datasources, including vendor and user data. This can be helpful to review to ensure the correct data was passed. -It also contains the `datasource` file that containers the full information +It also contains the `datasource` file that contains the full information about what datasource was identified and used to setup the system. Finally, the `boot-finished` file is the last thing that cloud-init does.