Adding release notes for saharaclient

Change-Id: I950ee151045ec12b5e3c303271da98b355345602
This commit is contained in:
Andrey Pavlov 2015-12-22 17:21:18 +03:00
parent c419d7400c
commit 6d43837ae0
13 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
features:
- >
Automatically generated documentation for saharaclient API was added.

View File

@ -0,0 +1,4 @@
---
features:
- >
Automatically generated documentation for saharaclient CLI was added.

View File

@ -0,0 +1,4 @@
---
deprecations:
- >
Old CLI is deprecated and will not be maintained.

View File

@ -0,0 +1,6 @@
---
fixes:
- >
[`bug 1508406 <https://bugs.launchpad.net/python-saharaclient/+bug/1508406>`_]
Now ``description`` and ``extra`` parameters of jobs ``create`` method
are optional.

View File

@ -0,0 +1,6 @@
---
fixes:
- >
[`bug 1506448 <https://bugs.launchpad.net/python-saharaclient/+bug/1506448>`_]
Now ``mains``, ``libs`` and ``description`` parameters of jobs ``create``
method are optional.

View File

@ -0,0 +1,6 @@
---
fixes:
- >
[`bug 1507966 <https://bugs.launchpad.net/python-saharaclient/+bug/1507966>`_]
Now input_id, output_id, configs parameters of job executions create
method are optional.

View File

@ -0,0 +1,4 @@
---
features:
- >
New CLI as part of the openstackclient was implemented.

View File

@ -0,0 +1,5 @@
---
deprecations:
- >
[`bug 1519510 <https://bugs.launchpad.net/python-saharaclient/+bug/1519510>`_]
Support of python 2.6 was dropped.

View File

@ -0,0 +1,5 @@
---
deprecations:
- >
[`bug 1526170 <https://bugs.launchpad.net/python-saharaclient/+bug/1526170>`_]
Support of python 2.6 was dropped.

View File

@ -0,0 +1,4 @@
---
features:
- >
Now shares can be edited on an existing cluster.

View File

@ -0,0 +1,5 @@
---
fixes:
- >
[`bug 1500790 <https://bugs.launchpad.net/python-saharaclient/+bug/1500790>`_]
Now tags can be added and removed simultaneously in one call.

View File

@ -0,0 +1,5 @@
---
fixes:
- >
[`bug 1510470 <https://bugs.launchpad.net/python-saharaclient/+bug/1510470>`_]
Now ``desc`` parameter of ``update_image`` is optional.

View File

@ -0,0 +1,6 @@
---
fixes:
- >
[`bug 1499697 <https://bugs.launchpad.net/python-saharaclient/+bug/1499697>`_]
Now node group templates can be created and updated with
``volume_mount_prefix`` parameter.