From 94ae0293ec28135d2211019d77f7d926c4728a60 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 25 Jun 2026 10:24:30 -0500 Subject: [PATCH] chore: fix the generation of the neutron plugin docs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c4d325cfc..17fa91cd7 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ component-docs-check: ## Validate component docs coverage for ArgoCD app templat $(NEUTRON_SAMPLE_CONFIG): ## Generate neutron-understack sample configuration docs @mkdir -p docs/design-guide + @uv sync --directory python/neutron-understack @{ printf '# neutron-understack Sample Configuration\n\n```ini\n'; \ uv run --directory python/neutron-understack oslo-config-generator \ --config-file tools/config/neutron-understack-config-generator.conf; \