summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2015-04-27 16:34:51 -0500
committerDean Troyer <dtroyer@gmail.com>2015-04-28 16:45:59 -0500
commitb1ffbcff0b38e7e12b4764ced70c84faeaba35cf (patch)
tree85f9b45d9d856bd489847ef08b2e832ac52e26b6
parent416d840dc4cb00026bac2512b259ce88a0e4a765 (diff)
downloadpython-openstackclient-b1ffbcff0b38e7e12b4764ced70c84faeaba35cf.tar.gz
Redo 1.1.0 release notes
The 1.1.0 release went out without the release notes commit, this fleshed out the text properly. Change-Id: I72811689c14a89c8468077d2cc3ab531acb7563b
-rw-r--r--doc/source/releases.rst35
1 files changed, 23 insertions, 12 deletions
diff --git a/doc/source/releases.rst b/doc/source/releases.rst
index cae5995d..6018a73a 100644
--- a/doc/source/releases.rst
+++ b/doc/source/releases.rst
@@ -5,18 +5,29 @@ Release Notes
1.1.0 (21 Apr 2015)
===================
-Primarily a procedural release for the OpenStack Kilo integrated release.
-More details about the bugs fixed will be added here in 1.1.1 release
-to follow shortly.
-
-* Add ``--os-cloud`` suport for cloud definitions in yaml files
-
-* Bug `1402577 <https://bugs.launchpad.net/bugs/1402577>`_: --timing option does not work.
-* Bug `1434137 <https://bugs.launchpad.net/bugs/1434137>`_: osc needs to handle flavor properties
-* Bug `1435640 <https://bugs.launchpad.net/bugs/1435640>`_: network create should allow for non-authenticated project
-* Bug `1438377 <https://bugs.launchpad.net/bugs/1438377>`_: missing support for quota change per volume type
-* Bug `1438379 <https://bugs.launchpad.net/bugs/1438379>`_: absolute limits for arbitrary tenants
-* Bug `1444685 <https://bugs.launchpad.net/bugs/1444685>`_: server create does not explain network values
+* 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>`_
+
+* Add ``flavor set`` and ``flavor unset`` commands.
+ Bug `1434137 <https://bugs.launchpad.net/bugs/1434137>`_
+
+* Add ``--domain`` and ``--project`` options to ``network create`` command.
+ Bug `1435640 <https://bugs.launchpad.net/bugs/1435640>`_
+
+* Add ``--volume-type`` option to ``quota set`` command.
+ Bug `1438377 <https://bugs.launchpad.net/bugs/1438377>`_
+
+* Add ``--domain`` and ``--project`` options to ``limits show`` command.
+ Bug `1438379 <https://bugs.launchpad.net/bugs/1438379>`_
+
+* Improve ``--nic`` option help for ``server create`` command.
+ Bug `1444685 <https://bugs.launchpad.net/bugs/1444685>`_
+
+* Add ``--remote-id`` and ``--remote-id-file`` options to
+ ``identity provider create`` and ``identity provider set`` commands.
1.0.3 (10 Mar 2015)