[OpenStack-docs] Bug report against OpenStack governance pages?

Csatari, Gergely (Nokia - HU/Budapest) gergely.csatari at nokia.com
Sun Feb 19 13:35:27 UTC 2017


Hi, 

The list under " These projects already deploy devstack with API service via WSGI" was formulated badly. 

Now it is displayed correctly on the webpages (with VERSION:     '2014.1.0.dev2108').
Sorry previously I've miscopyed the versions, now the versions are the same in the master and in the pages. 

Br, 
Getg0

-----Original Message-----
From: Jeremy Stanley [mailto:fungi at yuggoth.org] 
Sent: Wednesday, February 15, 2017 6:53 PM
To: openstack-docs at lists.openstack.org
Subject: Re: [OpenStack-docs] Bug report against OpenStack governance pages?

On 2017-02-15 12:29:55 +0000 (+0000), Csatari, Gergely (Nokia - HU/Budapest) wrote:
> The bug seems to be already corrected in the master. It's strange, 
> that I see different versions.
> 
> The live (bugy) version is (I hope this is what we consider version here):
>       var DOCUMENTATION_OPTIONS = {
>         URL_ROOT:    '../../',
>         VERSION:     '2014.1.0.dev2095',
>         COLLAPSE_INDEX: false,
>         FILE_SUFFIX: '.html',
>         HAS_SOURCE:  true
> 
> While the master is:
>       var DOCUMENTATION_OPTIONS = {
>         URL_ROOT:    '../../',
>         VERSION:     '2014.1.0.dev2095',
>         COLLAPSE_INDEX: false,
>         FILE_SUFFIX: '.html',
>         HAS_SOURCE:  true

I can't see any difference between the two in what you've quoted.
Also can you explain _what_ bug/error you're seeing?

If the concern is over the reported version string, it looks like that's being interpreted from the metadata.version parameter in http://git.openstack.org/cgit/openstack/governance/tree/setup.cfg
when setup.py build_sphinx calls out to PBR's setuptools entrypoint.
We could drop that from the file entirely and let PBR calculate a version based on tags in the repo instead, but since we're not using PEP-440/SemVer style version strings in the tags there it ends up looking something like 0.0.1.dev2103 instead. No idea whether that's any better or worse, ultimately.
--
Jeremy Stanley

_______________________________________________
OpenStack-docs mailing list
OpenStack-docs at lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs



More information about the OpenStack-docs mailing list