[reno] update release notes URL
* use https instead of http * fix target page name * fix target URL Change-Id: I1a5d7267a37d5ec1958fb59636d369daa7d1e512
This commit is contained in:
parent
2435ac2891
commit
597d7f756f
@ -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,
|
||||
|
@ -13,19 +13,19 @@ Configuration Reference
|
||||
High Availability Guide
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added the `Highly available Shared File Systems API <http://docs.openstack.org/ha-guide/storage-ha-file-systems.html>`_
|
||||
* Added the `Highly available Shared File Systems API <https://docs.openstack.org/ha-guide/storage-ha-file-systems.html>`_
|
||||
section.
|
||||
|
||||
* Improved `Pacemaker/Corosync cluster <http://docs.openstack.org/ha-guide/controller-ha-pacemaker.html>`_
|
||||
* Improved `Pacemaker/Corosync cluster <https://docs.openstack.org/ha-guide/controller-ha-pacemaker.html>`_
|
||||
installation and configuration details.
|
||||
|
||||
* Documented the `Pacemaker cluster manager <http://docs.openstack.org/ha-guide/intro-ha-arch-pacemaker.html>`_
|
||||
* Documented the `Pacemaker cluster manager <https://docs.openstack.org/ha-guide/intro-ha-arch-pacemaker.html>`_
|
||||
and Keepalived architecture details and limitations.
|
||||
|
||||
* Added the `MariaDB Galera cluster <http://docs.openstack.org/ha-guide/shared-database.html>`_
|
||||
* Added the `MariaDB Galera cluster <https://docs.openstack.org/ha-guide/shared-database.html>`_
|
||||
installation, configuration, and management details.
|
||||
|
||||
* Improved the `RabbitMQ section <http://docs.openstack.org/ha-guide/shared-messaging.html>`_.
|
||||
* Improved the `RabbitMQ section <https://docs.openstack.org/ha-guide/shared-messaging.html>`_.
|
||||
|
||||
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 <http://docs.openstack.org>`_ since all files have been
|
||||
`OpenStack Docs <https://docs.openstack.org>`_ 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 <http://developer.openstack.org>`_
|
||||
* New, cleaner `developer.openstack.org <https://developer.openstack.org>`_
|
||||
landing page.
|
||||
* `API Quick Start <http://developer.openstack.org/api-guide/compute/>`_
|
||||
* `API Quick Start <https://developer.openstack.org/api-guide/quick-start/>`_
|
||||
converted to RST with theme styling to match.
|
||||
* `Compute API Guide <http://developer.openstack.org/api-guide/compute/>`_
|
||||
* `Compute API Guide <https://developer.openstack.org/api-guide/compute/>`_
|
||||
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 <http://docs.openstack.org/upstream-training/upstream-archives.html>`_
|
||||
* Added the `Upstream Training Archives <https://docs.openstack.org/upstream-training/upstream-archives.html>`_
|
||||
(the list of past global and local Upstream Training events).
|
||||
* Added the bug report links to each slide and the landing page.
|
||||
* Enabled translation.
|
||||
|
@ -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 <http://developer.openstack.org/api-guide/quick-start/>`_.
|
||||
is now available on the `OpenStack API Documentation <https://developer.openstack.org/api-guide/quick-start/>`_.
|
||||
|
||||
* The `Compute API <http://developer.openstack.org/api-ref/compute/>`_ and
|
||||
`DNS API <http://developer.openstack.org/api-ref/dns/>`__ sites offer great
|
||||
* The `Compute API <https://developer.openstack.org/api-ref/compute/>`_ and
|
||||
`DNS API <https://developer.openstack.org/api-ref/dns/>`__ sites offer great
|
||||
examples of the new API reference, maintained by the project team rather
|
||||
than a central docs team.
|
||||
|
||||
* Updated the `Contributor Guide <http://docs.openstack.org/contributor-guide/api-guides.html>`__
|
||||
* Updated the `Contributor Guide <https://docs.openstack.org/contributor-guide/api-guides.html>`__
|
||||
to include specific API Guides information.
|
||||
|
||||
* Completed `API Documentation <http://specs.openstack.org/openstack/api-wg/guidelines/api-docs.html>`__
|
||||
* Completed `API Documentation <https://specs.openstack.org/openstack/api-wg/guidelines/api-docs.html>`__
|
||||
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 <http://git.openstack.org/cgit/openstack/installguide-cookiecutter/>`_
|
||||
* Created `cookiecutter <https://git.openstack.org/cgit/openstack/installguide-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 <http://docs.openstack.org/upstream-training/>`_
|
||||
* Added new chapters in the draft `Training guides <http://docs.openstack.org/draft/training-guides/>`_
|
||||
* Improved and restructured `Upstream Training <https://docs.openstack.org/upstream-training/>`_
|
||||
* Added new chapters in the draft `Training guides <https://docs.openstack.org/draft/training-guides/>`_
|
||||
|
||||
Training labs
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
* Training labs landing page is published under `docs.openstack.org <http://docs.openstack.org/training_labs/>`_:
|
||||
* Training labs landing page is published under `docs.openstack.org <https://docs.openstack.org/training_labs/>`_:
|
||||
|
||||
* Users can download zip/tar files for Windows, Linux and Mac OS X platforms
|
||||
for supported releases.
|
||||
|
Loading…
Reference in New Issue
Block a user