Skip to content

Commit 9bcf17b

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Convert 2.0 release notes to reno format"
2 parents 5d71ed2 + e604a72 commit 9bcf17b

10 files changed

Lines changed: 51 additions & 33 deletions

doc/source/releases.rst

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,9 @@
22
Release Notes
33
=============
44

5-
2.0.0 (1 Dec 2015)
6-
==================
5+
As of release 2.0 the release notes can be found on the OpenStack `Release Notes site`_.
76

8-
* Dropping python 2.6 support
9-
Bug `1519510 <https://bugs.launchpad.net/bugs/1519510>`_
10-
11-
* Removed the deprecated command `project usage list` in favor of `usage list`
12-
13-
* Several updates to `openstack server`
14-
15-
* Added `--marker` to `openstack server list`
16-
* Added `--limit` to `openstack server list`
17-
* Added `openstack server shelve`
18-
* Added `openstack server unshelve`
19-
* `openstack server resume` now takes multiple servers
20-
* `openstack server suspend` now takes multiple servers
21-
22-
* Some compute quotas were not being set
23-
Bug `1475831 <https://bugs.launchpad.net/bugs/1475831>`_
24-
25-
* Add `--all` for `snapshot list`
26-
Bug `1517386 <https://bugs.launchpad.net/bugs/1517386>`_
27-
28-
* Add `status` to `image list` (v1 and v2)
29-
Bug `1519181 <https://bugs.launchpad.net/bugs/1519181>`_
30-
31-
* Fix `volume type create`, passes incorrect privacy argument
32-
Bug `1520115 <https://bugs.launchpad.net/bugs/1520115>`_
33-
34-
* `volume delete` only deletes last volume specified
35-
Bug `1520541 <https://bugs.launchpad.net/bugs/1520541>`_
36-
37-
* Add dependency on keystoneauth1 module to perform authentication in place
38-
of python-keystoneclient.
7+
.. _`Release Notes site`: http://docs.openstack.org/releasenotes/python-openstackclient
398

409
1.9.0 (17 Nov 2015)
4110
===================
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
other:
3+
- |
4+
Add dependency on keystoneauth1 module to perform authentication in place
5+
of python-keystoneclient.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Some compute quotas were not being set
5+
[Bug `1475831 <https://bugs.launchpad.net/bugs/1475831>`_]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Add `--all` for `snapshot list`
5+
[Bug `1517386 <https://bugs.launchpad.net/bugs/1517386>`_]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Add Status column to default `image list` output (v1 and v2)
5+
[Bug `1519181 <https://bugs.launchpad.net/bugs/1519181>`_]
6+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
other:
3+
- |
4+
Drop Python 2.6 support
5+
[Bug `1519510 <https://bugs.launchpad.net/bugs/1519510>`_]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fix `volume type create`, passes incorrect privacy argument
5+
[Bug `1520115 <https://bugs.launchpad.net/bugs/1520115>`_]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
`volume delete` only deletes last volume specified
5+
[Bug `1520541 <https://bugs.launchpad.net/bugs/1520541>`_]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
upgrade:
3+
- Removed the deprecated command `project usage list` in favor of `usage list`
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
other:
3+
- |
4+
`server` resource changes:
5+
6+
* Added `--limit` and `--marker` to `server list`
7+
* Added `server shelve`
8+
* Added `server unshelve`
9+
* `server resume` now takes multiple servers
10+
* `server suspend` now takes multiple servers

0 commit comments

Comments
 (0)