diff options
| author | Rui Chen <chenrui.momo@gmail.com> | 2016-05-28 10:58:23 +0800 |
|---|---|---|
| committer | Rui Chen <chenrui.momo@gmail.com> | 2016-05-31 16:13:16 +0800 |
| commit | 550ebac71474c2321b153ee97e1ea6c4cdc95a73 (patch) | |
| tree | 161cc9411089f80b066ef2e7c6078652c65c5ec9 | |
| parent | ca58ab9d0971200a34c84a96d80a1c12a9314096 (diff) | |
| download | python-openstackclient-550ebac71474c2321b153ee97e1ea6c4cdc95a73.tar.gz | |
include old release notes in reno
Currently OSC release notes are in the OpenStack releasenote
site. There is a collection of old non-reno release notes in
our docs folder. Move the non-reno release notes to the
reno directionary.
Change-Id: Ie51fd1e1115d606e5d2739014d3720eedc8dc225
| -rw-r--r-- | doc/source/index.rst | 2 | ||||
| -rw-r--r-- | releasenotes/source/index.rst | 1 | ||||
| -rw-r--r-- | releasenotes/source/mitaka.rst | 6 | ||||
| -rw-r--r-- | releasenotes/source/previous_releases.rst (renamed from doc/source/releases.rst) | 14 |
4 files changed, 11 insertions, 12 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 08693441..58895533 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -37,7 +37,7 @@ Release Notes .. toctree:: :maxdepth: 1 - releases + Release Notes <http://docs.openstack.org/releasenotes/python-openstackclient> history Developer Documentation diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index e3af0e62..39602894 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -7,3 +7,4 @@ OpenStackClient Release Notes unreleased mitaka + previous_releases diff --git a/releasenotes/source/mitaka.rst b/releasenotes/source/mitaka.rst index e5456096..05ed3e48 100644 --- a/releasenotes/source/mitaka.rst +++ b/releasenotes/source/mitaka.rst @@ -1,6 +1,6 @@ -=================================== - Mitaka Series Release Notes -=================================== +=========================== +Mitaka Series Release Notes +=========================== .. release-notes:: :branch: origin/stable/mitaka diff --git a/doc/source/releases.rst b/releasenotes/source/previous_releases.rst index 063066ac..1999d38c 100644 --- a/doc/source/releases.rst +++ b/releasenotes/source/previous_releases.rst @@ -1,6 +1,6 @@ -============= -Release Notes -============= +================= +Previous Releases +================= As of release 2.0 the release notes can be found on the OpenStack `Release Notes site`_. @@ -364,8 +364,7 @@ As of release 2.0 the release notes can be found on the OpenStack `Release Notes * Fix ``backup create`` to correctly use the ``--container`` value if supplied. Bug `1446751 <https://bugs.launchpad.net/bugs/1446751>`_ -* Document the backward-compatibility-breaking changes in - :doc:`backwards-incompatible`. +* Document the backward-compatibility-breaking changes. Bug `1406470 <https://bugs.launchpad.net/bugs/1406470>`_ * Add `--parent`` option to `projct create` command. @@ -375,7 +374,6 @@ As of release 2.0 the release notes can be found on the OpenStack `Release Notes =================== * Add global ``--os-cloud`` option to select from a list of cloud configurations. - See :doc:`configuration` for more details. * Fix global ``--timing`` option operation. Bug `1402577 <https://bugs.launchpad.net/bugs/1402577>`_ @@ -463,8 +461,8 @@ As of release 2.0 the release notes can be found on the OpenStack `Release Notes =================== * The OpenStackClient content from the OpenStack Wiki has been migrated into - the OSC source repo. This includes the :doc:`commands`, :doc:`command-list` - and :doc:`humaninterfaceguide` documents. + the OSC source repo. This includes the `commands`, `command-list` + and `humaninterfaceguide` documents. * Set a default domain ID when both ``OS_USER_DOMAIN_ID`` and ``OS_USER_DOMAIN_NAME`` are not set. This is also done for |
