<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git/saharaclient/api, branch 0.7.3</title>
<subtitle>opendev.org: openstack/python-saharaclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/'/>
<entry>
<title>Fixed backward compatibility of sahara client</title>
<updated>2014-09-16T18:50:49+00:00</updated>
<author>
<name>Andrew Lazarev</name>
<email>alazarev@mirantis.com</email>
</author>
<published>2014-09-16T18:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=7db47c1151b93c9f8b90de5b6b2b32465c0ec336'/>
<id>7db47c1151b93c9f8b90de5b6b2b32465c0ec336</id>
<content type='text'>
_copy_if_defined expects None for undefined fields.

Change-Id: I8f1f2322a6e8d7562cc1fff576d7ebc5c45f3437
Closes-Bug: #1370201
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_copy_if_defined expects None for undefined fields.

Change-Id: I8f1f2322a6e8d7562cc1fff576d7ebc5c45f3437
Closes-Bug: #1370201
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Added support of security groups management"</title>
<updated>2014-09-07T08:26:17+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-09-07T08:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=c3eb810de2bd9e9fa8b100965292b8f46b0823a7'/>
<id>c3eb810de2bd9e9fa8b100965292b8f46b0823a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix duplicate help strings</title>
<updated>2014-08-14T20:55:13+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.de</email>
</author>
<published>2014-08-14T20:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=ddc5defe5390d24ee81726e418fb74c464438001'/>
<id>ddc5defe5390d24ee81726e418fb74c464438001</id>
<content type='text'>
Currently:
$ sahara help bash-completion
usage: sahara bash-completion

Prints all of the commands to stdout to support bash completion. Prints
all of the commands and options to stdout so that the sahara.bash_completion
script doesn't have to hard code them.

$ sahara help job-binary-data-create
usage: sahara job-binary-data-create [--file FILE]

Store data in the internal DB. Store data in the internal DB. Use 'swift
upload' instead of this command. Use this command only if Swift is not
available.

Update the strings to avoid duplication.

Change-Id: I4bb692026e1bfc2c210a976f3dfedb550d544f26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently:
$ sahara help bash-completion
usage: sahara bash-completion

Prints all of the commands to stdout to support bash completion. Prints
all of the commands and options to stdout so that the sahara.bash_completion
script doesn't have to hard code them.

$ sahara help job-binary-data-create
usage: sahara job-binary-data-create [--file FILE]

Store data in the internal DB. Store data in the internal DB. Use 'swift
upload' instead of this command. Use this command only if Swift is not
available.

Update the strings to avoid duplication.

Change-Id: I4bb692026e1bfc2c210a976f3dfedb550d544f26
</pre>
</div>
</content>
</entry>
<entry>
<title>Added hadling of non-json response from Sahara</title>
<updated>2014-08-09T00:07:56+00:00</updated>
<author>
<name>Andrew Lazarev</name>
<email>alazarev@mirantis.com</email>
</author>
<published>2014-08-08T22:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=3403ae4de4134b70c00443b42afaa7470a56d2b5'/>
<id>3403ae4de4134b70c00443b42afaa7470a56d2b5</id>
<content type='text'>
Added predicted behavior in case if Sahara responds with
service exceptions. Client now can handle non-json responses.

Change-Id: Ib3c47249eb58409b4c72c1beecd2403984c9e82e
Closes-Bug: #1354556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added predicted behavior in case if Sahara responds with
service exceptions. Client now can handle non-json responses.

Change-Id: Ib3c47249eb58409b4c72c1beecd2403984c9e82e
Closes-Bug: #1354556
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support of security groups management</title>
<updated>2014-07-29T23:26:53+00:00</updated>
<author>
<name>Andrew Lazarev</name>
<email>alazarev@mirantis.com</email>
</author>
<published>2014-07-29T23:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=bc6f0936e02fe0ac3d366cc24e7d32256b02d798'/>
<id>bc6f0936e02fe0ac3d366cc24e7d32256b02d798</id>
<content type='text'>
Partially implements: blueprint cluster-secgroups

Change-Id: Ic3f5e8db2fce2f594036b124bada2a567259a229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partially implements: blueprint cluster-secgroups

Change-Id: Ic3f5e8db2fce2f594036b124bada2a567259a229
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Make Cluster Template accept default_image_id field"</title>
<updated>2014-07-12T20:15:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-07-12T20:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=bd545bd1ad7fcd6ac8252f6b83835afd9128b657'/>
<id>bd545bd1ad7fcd6ac8252f6b83835afd9128b657</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update code for new hacking/pep8/flake8 global requirements</title>
<updated>2014-07-08T07:13:15+00:00</updated>
<author>
<name>Pritesh Kothari</name>
<email>pritesh.kothari@cisco.com</email>
</author>
<published>2014-07-08T07:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=adae9ecdbce35c3bc1225b819bd2378d1b0b7770'/>
<id>adae9ecdbce35c3bc1225b819bd2378d1b0b7770</id>
<content type='text'>
A new hacking version was checked in [1] as a part of global
requirements. [1] ignored the rules, this patch enables the
rules again and fixes the code.

[1] https://review.openstack.org/#/c/100137/

Change-Id: If64cce56e9f1e349f05a4c706bfb28b5e557dab0
Closes-Bug: 1338918
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new hacking version was checked in [1] as a part of global
requirements. [1] ignored the rules, this patch enables the
rules again and fixes the code.

[1] https://review.openstack.org/#/c/100137/

Change-Id: If64cce56e9f1e349f05a4c706bfb28b5e557dab0
Closes-Bug: 1338918
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Cluster Template accept default_image_id field</title>
<updated>2014-07-02T14:14:07+00:00</updated>
<author>
<name>Dmitry Mescheryakov</name>
<email>dmescheryakov@mirantis.com</email>
</author>
<published>2014-06-18T14:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=680b68a736c507681cd7c63a20f77838110c414a'/>
<id>680b68a736c507681cd7c63a20f77838110c414a</id>
<content type='text'>
The field was missing in both CLI and API interfaces.

Closes-Bug: #1331514
Change-Id: Ied578be4be14f599c672dbacbcf495127d1edca5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The field was missing in both CLI and API interfaces.

Closes-Bug: #1331514
Change-Id: Ied578be4be14f599c672dbacbcf495127d1edca5
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't set json content type for non-json data</title>
<updated>2014-06-17T12:26:10+00:00</updated>
<author>
<name>Andrew Lazarev</name>
<email>alazarev@mirantis.com</email>
</author>
<published>2014-06-03T23:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=bcecf35d69a4f5d285ed3f69cb0396cd09845def'/>
<id>bcecf35d69a4f5d285ed3f69cb0396cd09845def</id>
<content type='text'>
+corresponding unit test on http client added

Change-Id: I8f2eacf595f1c73fea91b426b6c3fe6df4ad7bea
Closes-Bug: #1317259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+corresponding unit test on http client added

Change-Id: I8f2eacf595f1c73fea91b426b6c3fe6df4ad7bea
Closes-Bug: #1317259
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix network passing for cluster-template-create</title>
<updated>2014-06-04T07:17:14+00:00</updated>
<author>
<name>Dmitry Mescheryakov</name>
<email>dmescheryakov@mirantis.com</email>
</author>
<published>2014-06-02T14:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=6e72956a75215b894e3e94b1f8f1693fa7309d28'/>
<id>6e72956a75215b894e3e94b1f8f1693fa7309d28</id>
<content type='text'>
The fix adds the following:

 * Support neutron_management_network in cluster-template-create
 * Client prints a warning message if user passed an unrecogizable
   parameter into node group or cluster template, or in cluster.

Closes-bug: #1325609
Closes-bug: #1271147
Change-Id: I38f131897396bf0ab1e42cd06a1dc3d50ba624c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix adds the following:

 * Support neutron_management_network in cluster-template-create
 * Client prints a warning message if user passed an unrecogizable
   parameter into node group or cluster template, or in cluster.

Closes-bug: #1325609
Closes-bug: #1271147
Change-Id: I38f131897396bf0ab1e42cd06a1dc3d50ba624c6
</pre>
</div>
</content>
</entry>
</feed>
