|
2 | 2 | Release Notes |
3 | 3 | ============= |
4 | 4 |
|
| 5 | +1.9.0 (17 Nov 2015) |
| 6 | +=================== |
| 7 | + |
| 8 | +* Several updates to `openstack server` |
| 9 | + Blueprint `servers <https://blueprints.launchpad.net/python-openstackclient/+spec/cmd-with-multi-servers>`_ |
| 10 | + |
| 11 | + * `openstack server start` |
| 12 | + * `openstack server stop` |
| 13 | + * `openstack server pause` |
| 14 | + * `openstack server unpause` |
| 15 | + * `openstack server lock` |
| 16 | + * `openstack server unlock` |
| 17 | + |
| 18 | +* Obfuscate passwords when used in debug mode |
| 19 | + Bug `1501598 <https://bugs.launchpad.net/bugs/1501598>`_ |
| 20 | + |
| 21 | +* Clean up `identity provider show` |
| 22 | + Bug `1478995 <https://bugs.launchpad.net/bugs/1478995>`_ |
| 23 | + |
| 24 | +* Add `description` to `identity provider set` |
| 25 | + Bug `1515815 <https://bugs.launchpad.net/bugs/1515815>`_ |
| 26 | + |
| 27 | +* Add `compute service delete` |
| 28 | + Bug `1503510 <https://bugs.launchpad.net/bugs/1503510>`_ |
| 29 | + |
| 30 | +* Log a warning when setting non-ascii object store properties |
| 31 | + Bug `1503898 <https://bugs.launchpad.net/bugs/1503898>`_ |
| 32 | + |
| 33 | +* Add 'marker' and 'limit' to `openstack flavor list` |
| 34 | + Bug `1505874 <https://bugs.launchpad.net/bugs/1505874>`_ |
| 35 | + |
| 36 | +* Remove `url` from `region create` and `region set` |
| 37 | + Bug `1506841 <https://bugs.launchpad.net/bugs/1506841>`_ |
| 38 | + |
| 39 | +* `openstack image add project` fails with AttributeError for image v2 |
| 40 | + Bug `1509054 <https://bugs.launchpad.net/bugs/1509054>`_ |
| 41 | + |
| 42 | +* Inconsistent output with `openstack usage show` |
| 43 | + Bug `1512220 <https://bugs.launchpad.net/bugs/1512220>`_ |
| 44 | + |
| 45 | +* Validate --lines with `openstack console log show` |
| 46 | + Bug `1512263 <https://bugs.launchpad.net/bugs/1512263>`_ |
| 47 | + |
| 48 | +* Validate --project does not exist with `openstack quota set` |
| 49 | + Bug `1512638 <https://bugs.launchpad.net/bugs/1512638>`_ |
| 50 | + |
| 51 | +* Cannot list servers while --user specified for `openstack server list` |
| 52 | + Bug `1513701 <https://bugs.launchpad.net/bugs/1513701>`_ |
| 53 | + |
| 54 | +* Cannot list volumes while --user specified for `openstack volume list` |
| 55 | + Bug `1514145 <https://bugs.launchpad.net/bugs/1514145>`_ |
| 56 | + |
| 57 | +* Cannot find volume with --block-device-mapping with `openstack server create` |
| 58 | + Bug `1514394 <https://bugs.launchpad.net/bugs/1514394>`_ |
| 59 | + |
| 60 | +* Fix documentation for `credential set` |
| 61 | + Bug `1418837 <https://bugs.launchpad.net/bugs/1418837>`_ |
| 62 | + |
5 | 63 | 1.8.0 (18 Oct 2015) |
6 | 64 | =================== |
7 | 65 |
|
|
0 commit comments