From 3cac8158505937364b41c5c56b994513addfdf6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Mon, 25 Oct 2021 19:51:59 +0200 Subject: [PATCH] add changelog --- changelogs/fragments/90-cs_instance-project-id-volume-query.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/90-cs_instance-project-id-volume-query.yml diff --git a/changelogs/fragments/90-cs_instance-project-id-volume-query.yml b/changelogs/fragments/90-cs_instance-project-id-volume-query.yml new file mode 100644 index 00000000..1899fbdf --- /dev/null +++ b/changelogs/fragments/90-cs_instance-project-id-volume-query.yml @@ -0,0 +1,2 @@ +bugfixes: +- cs_instance - Fixed missing project ID to volume query when checking root disk size. (https://github.com/ngine-io/ansible-collection-cloudstack/pull/90).