The format of the setup.cfg files is incorrect and the configparser
module under python3 will not parse them. This patch fixes the errors
by properly indenting the list of values for the 'classifier' entry.
Change-Id: I53c999776155e2977ff7247edcbdaead05fe54cf
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.
[1]https://review.openstack.org/#/c/508522/
Change-Id: I1bba8c648d0de4be6046a7b28076cdacf46d1b5b
Remove version numbers everywhere, since we do not branch anymore,
there's no need for a version number.
Change-Id: I244798870caaaa3e47e958cb3a70af9aa320d734
This change adds the Hardware part to the Commonly used
technology chapter of the draft HA Guide.
Listing and links to the different networking options are
removed from the "Hardware" chapter as they are not related
to the hardware HA.
Change-Id: Ic556ad7aa0015c270e523e6af89192918f66bd8e
Closes-Bug: #1677675
Signed-off-by: csatari <gergely.csatari@nokia.com>
The openstackdocstheme requires now setting of bug_project, set it up
everywhere.
Change-Id: I778800b8944e3e1d89cdbd1f844c5830a94012d6
Depends-On: Ifd715d1d46d1b1796d79679c9e954d21e9d09455
With the new openstackdocstheme used, we can simplify conf.py.
Also, update our docs for it.
Note that Sphinx 1.6 needs latexmk for building, add it.
Sphinx 1.6 introduces a few new warnings, fix them so that the guides
built.
Change-Id: If2e431725eb54f8be79b9fa4bf9ede2089f321a5
This makes it clearer how to find the open TODO items for the HA
guide, which in turn will increase the chances of people helping out
with the HA guide.
Change-Id: Ie913c4f97250d5ed481961969855a70080bb363f
Signed-off-by: Adam Spiers <aspiers@suse.com>
Move glossary and appendix in one chapter called appendix.
This has been done already for arch-design and ops-guide, do it for the
other guides. Share common appendix.
Change-Id: I6bf4e94f6c0569850cca6558be672de298bb208c
This creates a new ha-guide-draft directory to allow developing the
guide. Add infrastructure for:
* The draft guide is not translated currently.
* Build RST version (but not PDF yet) with each run.
* Publish guide as draft
* Update built index for it.
Also updates the ToC to reflect the proposed changes.
Implements: blueprint implement-ha-guide-todos
Change-Id: If6f65646e02ac3eac08c288fd727ab9851cf9569