|
2 | 2 | Release Notes |
3 | 3 | ============= |
4 | 4 |
|
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`_. |
7 | 6 |
|
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 |
39 | 8 |
|
40 | 9 | 1.9.0 (17 Nov 2015) |
41 | 10 | =================== |
|
0 commit comments