From 597d7f756f688408d4d02a7b6eb0ecf3c145daad Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Wed, 15 Feb 2017 14:52:48 +0900 Subject: [PATCH] [reno] update release notes URL * use https instead of http * fix target page name * fix target URL Change-Id: I1a5d7267a37d5ec1958fb59636d369daa7d1e512 --- releasenotes/source/conf.py | 2 +- releasenotes/source/mitaka.rst | 22 +++++++++++----------- releasenotes/source/newton.rst | 18 +++++++++--------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ee78b6b63d..1760b4cc3f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -71,7 +71,7 @@ release = '1.0' # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/releasenotes/source' +giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/releasenotes/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') html_context = {"gitsha": gitsha, "bug_tag": bug_tag, diff --git a/releasenotes/source/mitaka.rst b/releasenotes/source/mitaka.rst index e826a4b073..a756f07839 100644 --- a/releasenotes/source/mitaka.rst +++ b/releasenotes/source/mitaka.rst @@ -13,19 +13,19 @@ Configuration Reference High Availability Guide ~~~~~~~~~~~~~~~~~~~~~~~ -* Added the `Highly available Shared File Systems API `_ +* Added the `Highly available Shared File Systems API `_ section. -* Improved `Pacemaker/Corosync cluster `_ +* Improved `Pacemaker/Corosync cluster `_ installation and configuration details. -* Documented the `Pacemaker cluster manager `_ +* Documented the `Pacemaker cluster manager `_ and Keepalived architecture details and limitations. -* Added the `MariaDB Galera cluster `_ +* Added the `MariaDB Galera cluster `_ installation, configuration, and management details. -* Improved the `RabbitMQ section `_. +* Improved the `RabbitMQ section `_. Installation Guide ~~~~~~~~~~~~~~~~~~ @@ -62,7 +62,7 @@ User Guides a step toward improved troubleshooting sections. * The **Admin User Guide** content has been removed from - `OpenStack Docs `_ since all files have been + `OpenStack Docs `_ since all files have been reorganised into the **Administrator Guide**. Virtual Machine Image Guide @@ -88,13 +88,13 @@ Architecture Design Guide API Guides ~~~~~~~~~~ -* New, cleaner `developer.openstack.org `_ +* New, cleaner `developer.openstack.org `_ landing page. -* `API Quick Start `_ +* `API Quick Start `_ converted to RST with theme styling to match. -* `Compute API Guide `_ +* `Compute API Guide `_ now built from nova source tree. -* Draft swagger files now built to http://developer.openstack.org/draft/swagger/ +* Built draft swagger files. * Created templates for writing API guides for projects teams available in projects repositories. * Released fairy-slipper, a migration tool for WADL to RST plus API reference @@ -103,7 +103,7 @@ API Guides Training Guides ~~~~~~~~~~~~~~~ -* Added the `Upstream Training Archives `_ +* Added the `Upstream Training Archives `_ (the list of past global and local Upstream Training events). * Added the bug report links to each slide and the landing page. * Enabled translation. diff --git a/releasenotes/source/newton.rst b/releasenotes/source/newton.rst index fd4477f77a..12d0695731 100644 --- a/releasenotes/source/newton.rst +++ b/releasenotes/source/newton.rst @@ -41,17 +41,17 @@ API guides * The API reference documentation has been moved from the api-site repository to project specific repositories. The collection of API docs - is now available on the `API Quick Start page `_. + is now available on the `OpenStack API Documentation `_. -* The `Compute API `_ and - `DNS API `__ sites offer great +* The `Compute API `_ and + `DNS API `__ sites offer great examples of the new API reference, maintained by the project team rather than a central docs team. -* Updated the `Contributor Guide `__ +* Updated the `Contributor Guide `__ to include specific API Guides information. -* Completed `API Documentation `__ +* Completed `API Documentation `__ guidelines with the API Working Group. Architecture design guide @@ -98,7 +98,7 @@ Installation guide service (magnum), Messaging service (zaqar), Key Manager service (barbican), and Bare Metal service (ironic). -* Created `cookiecutter `_ +* Created `cookiecutter `_ tool to ensure project specific guides have a consistent structure. Networking guide @@ -178,13 +178,13 @@ Security Guide Training guides ~~~~~~~~~~~~~~~ -* Improved and restructured `Upstream Training `_ -* Added new chapters in the draft `Training guides `_ +* Improved and restructured `Upstream Training `_ +* Added new chapters in the draft `Training guides `_ Training labs ~~~~~~~~~~~~~ -* Training labs landing page is published under `docs.openstack.org `_: +* Training labs landing page is published under `docs.openstack.org `_: * Users can download zip/tar files for Windows, Linux and Mac OS X platforms for supported releases.