Merge "Convert 2.0 release notes to reno format"
This commit is contained in:
commit
9bcf17bf3e
@ -2,40 +2,9 @@
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
2.0.0 (1 Dec 2015)
|
||||
==================
|
||||
As of release 2.0 the release notes can be found on the OpenStack `Release Notes site`_.
|
||||
|
||||
* Dropping python 2.6 support
|
||||
Bug `1519510 <https://bugs.launchpad.net/bugs/1519510>`_
|
||||
|
||||
* Removed the deprecated command `project usage list` in favor of `usage list`
|
||||
|
||||
* Several updates to `openstack server`
|
||||
|
||||
* Added `--marker` to `openstack server list`
|
||||
* Added `--limit` to `openstack server list`
|
||||
* Added `openstack server shelve`
|
||||
* Added `openstack server unshelve`
|
||||
* `openstack server resume` now takes multiple servers
|
||||
* `openstack server suspend` now takes multiple servers
|
||||
|
||||
* Some compute quotas were not being set
|
||||
Bug `1475831 <https://bugs.launchpad.net/bugs/1475831>`_
|
||||
|
||||
* Add `--all` for `snapshot list`
|
||||
Bug `1517386 <https://bugs.launchpad.net/bugs/1517386>`_
|
||||
|
||||
* Add `status` to `image list` (v1 and v2)
|
||||
Bug `1519181 <https://bugs.launchpad.net/bugs/1519181>`_
|
||||
|
||||
* Fix `volume type create`, passes incorrect privacy argument
|
||||
Bug `1520115 <https://bugs.launchpad.net/bugs/1520115>`_
|
||||
|
||||
* `volume delete` only deletes last volume specified
|
||||
Bug `1520541 <https://bugs.launchpad.net/bugs/1520541>`_
|
||||
|
||||
* Add dependency on keystoneauth1 module to perform authentication in place
|
||||
of python-keystoneclient.
|
||||
.. _`Release Notes site`: http://docs.openstack.org/releasenotes/python-openstackclient
|
||||
|
||||
1.9.0 (17 Nov 2015)
|
||||
===================
|
||||
|
5
releasenotes/notes/add-ksa-7f0795157d93a898.yaml
Normal file
5
releasenotes/notes/add-ksa-7f0795157d93a898.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
Add dependency on keystoneauth1 module to perform authentication in place
|
||||
of python-keystoneclient.
|
5
releasenotes/notes/bug-1475831-3caafd724d4ed644.yaml
Normal file
5
releasenotes/notes/bug-1475831-3caafd724d4ed644.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Some compute quotas were not being set
|
||||
[Bug `1475831 <https://bugs.launchpad.net/bugs/1475831>`_]
|
5
releasenotes/notes/bug-1517386-1c0aad8e3203b02b.yaml
Normal file
5
releasenotes/notes/bug-1517386-1c0aad8e3203b02b.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Add `--all` for `snapshot list`
|
||||
[Bug `1517386 <https://bugs.launchpad.net/bugs/1517386>`_]
|
6
releasenotes/notes/bug-1519181-932c1ff07ef16666.yaml
Normal file
6
releasenotes/notes/bug-1519181-932c1ff07ef16666.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Add Status column to default `image list` output (v1 and v2)
|
||||
[Bug `1519181 <https://bugs.launchpad.net/bugs/1519181>`_]
|
||||
|
5
releasenotes/notes/bug-1519510-3cde4643b33ebb7a.yaml
Normal file
5
releasenotes/notes/bug-1519510-3cde4643b33ebb7a.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
Drop Python 2.6 support
|
||||
[Bug `1519510 <https://bugs.launchpad.net/bugs/1519510>`_]
|
5
releasenotes/notes/bug-1520115-0367e1c8917dc912.yaml
Normal file
5
releasenotes/notes/bug-1520115-0367e1c8917dc912.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fix `volume type create`, passes incorrect privacy argument
|
||||
[Bug `1520115 <https://bugs.launchpad.net/bugs/1520115>`_]
|
5
releasenotes/notes/bug-1520541-44d45e4693089c03.yaml
Normal file
5
releasenotes/notes/bug-1520541-44d45e4693089c03.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
`volume delete` only deletes last volume specified
|
||||
[Bug `1520541 <https://bugs.launchpad.net/bugs/1520541>`_]
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
upgrade:
|
||||
- Removed the deprecated command `project usage list` in favor of `usage list`
|
10
releasenotes/notes/server-changes-3962541b6ebdbbd8.yaml
Normal file
10
releasenotes/notes/server-changes-3962541b6ebdbbd8.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
`server` resource changes:
|
||||
|
||||
* Added `--limit` and `--marker` to `server list`
|
||||
* Added `server shelve`
|
||||
* Added `server unshelve`
|
||||
* `server resume` now takes multiple servers
|
||||
* `server suspend` now takes multiple servers
|
Loading…
Reference in New Issue
Block a user