From ef2a0b21c5b8a431a12f54343cec59cb1126342d Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Wed, 17 Apr 2024 18:45:43 +0200 Subject: [PATCH] Cinder: Only talk about helper script upstream Conditionally include the helper script documentation only when building the upstream documentation. Jira: #OSPRH-5385 --- ...ly_preparing-the-block-storage-service-for-adoption.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs_user/assemblies/assembly_preparing-the-block-storage-service-for-adoption.adoc b/docs_user/assemblies/assembly_preparing-the-block-storage-service-for-adoption.adoc index 0a70d9b55..2729b2f76 100644 --- a/docs_user/assemblies/assembly_preparing-the-block-storage-service-for-adoption.adoc +++ b/docs_user/assemblies/assembly_preparing-the-block-storage-service-for-adoption.adoc @@ -62,4 +62,8 @@ it or doing it quick and dirty. There is no difference in how {block_storage} op include::../modules/proc_preparing-block-storage-service-by-customizing-configuration.adoc[leveloffset=+1] -include::../modules/proc_preparing-block-storage-service-by-using-agnostic-config-file.adoc[leveloffset=+1] \ No newline at end of file +include::../modules/proc_preparing-block-storage-service-by-using-agnostic-config-file.adoc[leveloffset=+1] + +ifeval::["{build}" == "upstream"] +include::../modules/con_block-storage-service-config-generation-helper-tool.adoc[leveloffset=+1] +endif::[]