Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
Loading