From c8d4c29a62fcfd124e202a20aa69cf8d0765b61f Mon Sep 17 00:00:00 2001 From: Pierre Le Fevre Date: Mon, 10 Apr 2023 14:05:10 +0200 Subject: [PATCH] Update README.md --- contributions/opensource/pierrelf/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/contributions/opensource/pierrelf/README.md b/contributions/opensource/pierrelf/README.md index a2cd48d324..27595b3c89 100644 --- a/contributions/opensource/pierrelf/README.md +++ b/contributions/opensource/pierrelf/README.md @@ -31,4 +31,11 @@ https://github.com/apache/cloudstack/issues/7363 **Relevance** -CloudStack being a cloud platform is highly relevant for DevOps. CloudStack also provides adapters for Terraform, Kubernetes and other widely used DevOps tools. \ No newline at end of file +CloudStack being a cloud platform is highly relevant for DevOps. CloudStack also provides adapters for Terraform, Kubernetes and other widely used DevOps tools. + +--- +Pull request: https://github.com/apache/cloudstack/pull/7386 + +The new feature was approved by one maintainer. It consisted of making the API and GUI more uniform as the "domainpath" was not included in this route. + +Fixing it took some time as I had to get the whole Apache CloudStack project to build on my local machine, and then figure out where in the quite large codebase I had to make the changes.