Skip to content

Commit 550ebac

Browse files
committed
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
1 parent ca58ab9 commit 550ebac

4 files changed

Lines changed: 11 additions & 12 deletions

File tree

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Release Notes
3737
.. toctree::
3838
:maxdepth: 1
3939

40-
releases
40+
Release Notes <http://docs.openstack.org/releasenotes/python-openstackclient>
4141
history
4242

4343
Developer Documentation

releasenotes/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ OpenStackClient Release Notes
77

88
unreleased
99
mitaka
10+
previous_releases

releasenotes/source/mitaka.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===================================
2-
Mitaka Series Release Notes
3-
===================================
1+
===========================
2+
Mitaka Series Release Notes
3+
===========================
44

55
.. release-notes::
66
:branch: origin/stable/mitaka
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
2-
Release Notes
3-
=============
1+
=================
2+
Previous Releases
3+
=================
44

55
As of release 2.0 the release notes can be found on the OpenStack `Release Notes site`_.
66

@@ -364,8 +364,7 @@ As of release 2.0 the release notes can be found on the OpenStack `Release Notes
364364
* Fix ``backup create`` to correctly use the ``--container`` value if supplied.
365365
Bug `1446751 <https://bugs.launchpad.net/bugs/1446751>`_
366366

367-
* Document the backward-compatibility-breaking changes in
368-
:doc:`backwards-incompatible`.
367+
* Document the backward-compatibility-breaking changes.
369368
Bug `1406470 <https://bugs.launchpad.net/bugs/1406470>`_
370369

371370
* 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
375374
===================
376375

377376
* Add global ``--os-cloud`` option to select from a list of cloud configurations.
378-
See :doc:`configuration` for more details.
379377

380378
* Fix global ``--timing`` option operation.
381379
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
463461
===================
464462

465463
* The OpenStackClient content from the OpenStack Wiki has been migrated into
466-
the OSC source repo. This includes the :doc:`commands`, :doc:`command-list`
467-
and :doc:`humaninterfaceguide` documents.
464+
the OSC source repo. This includes the `commands`, `command-list`
465+
and `humaninterfaceguide` documents.
468466

469467
* Set a default domain ID when both ``OS_USER_DOMAIN_ID`` and
470468
``OS_USER_DOMAIN_NAME`` are not set. This is also done for

0 commit comments

Comments
 (0)