[Openstack-docs] Help with build

Andreas Jaeger aj at suse.com
Mon Aug 26 12:02:01 UTC 2013


On 08/26/2013 01:21 PM, Andreas Jaeger wrote:
> On 08/26/2013 04:32 AM, Tom Fifield wrote:
>> Hi,
>>
>> I've tried to fix this one https://review.openstack.org/#/c/43032
>>
>> for build for a bit, but it's hard without a line number for the
>> validation error. I've isolated it to the file
>> section_object-storage-features.xml.
>>
>> Any ideas?
> 
> 
> I found the culprit:
> Remove from line 748 this include:
> 
>             <xi:include
> href="../common/tables/swift-proxy-server-(filter:slo).xml"/>
> 
> I guess you need to wrap that in a section but can't debug further now,

Indeed, that's the fix - here's a diff that builds,

Andreas



diff --git a/doc/src/docbkx/openstack-config/section_object-storage-features.xml b/doc/src/docbkx/openstack-config/section_object-storage-features.xml
index abe7bc1..3813e0a 100644
--- a/doc/src/docbkx/openstack-config/section_object-storage-features.xml
+++ b/doc/src/docbkx/openstack-config/section_object-storage-features.xml
@@ -745,7 +745,11 @@ $ swift-dispersion-report -j
                     container and account metadata which can be used
                     for stats purposes.</para>
             </section>
-            <xi:include href="../common/tables/swift-proxy-server-(filter:slo).xml"/>
+            <section xml:id="object-storage-filter_slo">
+              <title>Configuration options for <literal>[filter:slo]</literal></title>
+              <xi:include href="../common/tables/swift-proxy-server-(filter:slo).xml"/>
+            </section>
+
         </section>
         <section xml:id="object-storage-container-quotas">
             <title>Container Quotas</title>

-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126



More information about the Openstack-docs mailing list