|
2 | 2 | Release Notes |
3 | 3 | ============= |
4 | 4 |
|
| 5 | +1.0.2 (19 Jan 2015) |
| 6 | +=================== |
| 7 | + |
| 8 | +* The OpenStackClient content from the OpenStack Wiki has been migrated into |
| 9 | + the OSC source repo. This includes the :doc:`commands`, :doc:`command-list` |
| 10 | + and :doc:`humaninterfaceguide` documents. |
| 11 | + |
| 12 | +* Set a default domain ID when both ``OS_USER_DOMAIN_ID`` and |
| 13 | + ``OS_USER_DOMAIN_NAME`` are not set. This is also done for |
| 14 | + ``OS_PROJECT_DOMAIN_ID`` and ``OS_PROJECT_DOMAIN_NAME`. |
| 15 | + (*Identity API v3 only*). |
| 16 | + Bug 1385338_: Improve domain related defaults when using v3 identity |
| 17 | +
|
| 18 | +* Add new ``usage show`` command to display project resource usage information. |
| 19 | + Bug 1400796_: Quick usage report - nova usage |
| 20 | + |
| 21 | +* Add ``--project`` option to ``user list`` command to filter users by project |
| 22 | + (*Identity API v3 only*). |
| 23 | + Bug 1397251_: allow `openstack user list` to use other filters |
| 24 | + |
| 25 | +* Add ``--user`` to ``project list`` command to filter projects by user |
| 26 | + (*Identity API v3 only*). |
| 27 | + Bug 1394793_: support the keystone api /v3/users/$userid/projects |
| 28 | + |
| 29 | +* Add ``--project`` and ``--user`` options to ``role list`` to filter roles |
| 30 | + by project and/or user. This makes the v2 command very similar to the |
| 31 | + v3 command. |
| 32 | + (*Identity API v2 only*). |
| 33 | + Bug 1409179_: `user role list` command should be worked into `role list` |
| 34 | + |
| 35 | +* Bug 1390507_: Quota show requires cinder in keystone catalog |
| 36 | +* Bug 1400531_: Authentication failure results in useless error message |
| 37 | +* Bug 1400597_: delete multiple objects |
| 38 | +* Bug 1400795_: No list availability zones option |
| 39 | +* Bug 1404073_: type should be required for v2.0 service create |
| 40 | +* Bug 1404434_: add missing docs for service command |
| 41 | +* Bug 1404931_: volume list does not show attached servers |
| 42 | +* Bug 1404997_: Allow description to be set for service create/update |
| 43 | +* Bug 1405416_: Compute region selection broken |
| 44 | +* Bug 1406654_: Remove deprecated commands from help |
| 45 | +* Bug 1406737_: v3 endpoint related commands access service.name without check |
| 46 | +* Bug 1408585_: Backup list doesn't show backup's name |
| 47 | +* Bug 1410364_: Version discovery fails with default Keystone config |
| 48 | +* Bug 1411179_: network client don't use session |
| 49 | +* Bug 1411337_: identity v3 service list should have "description" column |
| 50 | + |
| 51 | +.. _1385338: https://bugs.launchpad.net/bugs/1385338 |
| 52 | +.. _1406654: https://bugs.launchpad.net/bugs/1406654 |
| 53 | +.. _1411337: https://bugs.launchpad.net/bugs/1411337 |
| 54 | +.. _1400531: https://bugs.launchpad.net/bugs/1400531 |
| 55 | +.. _1406737: https://bugs.launchpad.net/bugs/1406737 |
| 56 | +.. _1409179: https://bugs.launchpad.net/bugs/1409179 |
| 57 | +.. _1408585: https://bugs.launchpad.net/bugs/1408585 |
| 58 | +.. _1405416: https://bugs.launchpad.net/bugs/1405416 |
| 59 | +.. _1404931: https://bugs.launchpad.net/bugs/1404931 |
| 60 | +.. _1404434: https://bugs.launchpad.net/bugs/1404434 |
| 61 | +.. _1404073: https://bugs.launchpad.net/bugs/1404073 |
| 62 | +.. _1400796: https://bugs.launchpad.net/bugs/1400796 |
| 63 | +.. _1400795: https://bugs.launchpad.net/bugs/1400795 |
| 64 | +.. _1400597: https://bugs.launchpad.net/bugs/1400597 |
| 65 | +.. _1397251: https://bugs.launchpad.net/bugs/1397251 |
| 66 | +.. _1394793: https://bugs.launchpad.net/bugs/1394793 |
| 67 | +.. _1390507: https://bugs.launchpad.net/bugs/1390507 |
| 68 | +.. _1410364: https://bugs.launchpad.net/bugs/1410364 |
| 69 | +.. _1404997: https://bugs.launchpad.net/bugs/1404997 |
| 70 | +.. _1411179: https://bugs.launchpad.net/bugs/1411179 |
| 71 | + |
| 72 | + |
5 | 73 | 1.0.1 (08 Dec 2014) |
6 | 74 | =================== |
7 | 75 |
|
|
0 commit comments