<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git, branch ocata-em</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>Merge "Enable coverage report in console output"</title>
<updated>2017-01-23T09:55:42+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-01-23T09:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=6865768726fafcf519ae5f986557c120d650632b'/>
<id>6865768726fafcf519ae5f986557c120d650632b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2017-01-21T15:57:04+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2017-01-21T15:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=14dd099e660b594c2a8158f4c8bf4b8ae2aae0bf'/>
<id>14dd099e660b594c2a8158f4c8bf4b8ae2aae0bf</id>
<content type='text'>
Change-Id: Iacf5d258794498fdb9a1c0f667f54c5dae4fb910
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iacf5d258794498fdb9a1c0f667f54c5dae4fb910
</pre>
</div>
</content>
</entry>
<entry>
<title>[trivial] Fix spelling</title>
<updated>2017-01-18T18:42:36+00:00</updated>
<author>
<name>Petr Kovar</name>
<email>pkovar@redhat.com</email>
</author>
<published>2017-01-18T18:41:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=daf4839bbe0166fe2ea972dc0447bd1980192cb6'/>
<id>daf4839bbe0166fe2ea972dc0447bd1980192cb6</id>
<content type='text'>
Change-Id: I4cf8369a78d50efcd164259c1d92bfb56a8b3210
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4cf8369a78d50efcd164259c1d92bfb56a8b3210
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2017-01-16T17:28:15+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2017-01-16T17:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=4f08d4d1c5c691f59f88a2ab455e6567bd37b9fc'/>
<id>4f08d4d1c5c691f59f88a2ab455e6567bd37b9fc</id>
<content type='text'>
Change-Id: If0eb9bd6a40df1ba48b672859dc4bf8490f0541d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If0eb9bd6a40df1ba48b672859dc4bf8490f0541d
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable coverage report in console output</title>
<updated>2017-01-13T02:58:19+00:00</updated>
<author>
<name>Jeremy Liu</name>
<email>liujiong@gohighsec.com</email>
</author>
<published>2017-01-13T02:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=66be00b0906c80df750353be2fbd7afd25d918ad'/>
<id>66be00b0906c80df750353be2fbd7afd25d918ad</id>
<content type='text'>
Change-Id: I6bba1cc99c9c34efdf61a0d0ee0a0a2b6dcc77b0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6bba1cc99c9c34efdf61a0d0ee0a0a2b6dcc77b0
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Constraints support</title>
<updated>2016-12-21T02:20:16+00:00</updated>
<author>
<name>Tony Breeds</name>
<email>tony@bakeyournoodle.com</email>
</author>
<published>2016-12-21T02:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=fb803225f3e7c48958acc86a9e9b747d598320ee'/>
<id>fb803225f3e7c48958acc86a9e9b747d598320ee</id>
<content type='text'>
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-saharaclient.

Change-Id: Ie448db6f78865a3dddadf7dc659c7546a5e0fa72
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-saharaclient.

Change-Id: Ie448db6f78865a3dddadf7dc659c7546a5e0fa72
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace logging with oslo_log.</title>
<updated>2016-12-17T03:53:34+00:00</updated>
<author>
<name>zhouyunfeng</name>
<email>zhouyunfeng@inspur.com</email>
</author>
<published>2016-12-16T02:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=41091617407e4099fe350c314694c2b641cefc48'/>
<id>41091617407e4099fe350c314694c2b641cefc48</id>
<content type='text'>
The oslo.log (logging) configuration library provides standardized
configuration for all openstack projects. It also provides custom
formatters, handlers and support for context specific logging (like
resource id's etc).

Change-Id: I3117a6c9b5283005ee604f569bc4549acc2d3160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The oslo.log (logging) configuration library provides standardized
configuration for all openstack projects. It also provides custom
formatters, handlers and support for context specific logging (like
resource id's etc).

Change-Id: I3117a6c9b5283005ee604f569bc4549acc2d3160
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2016-12-15T03:55:38+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2016-12-15T03:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=6cfcad82d628c0d9e9035b29944444aa65be4ecc'/>
<id>6cfcad82d628c0d9e9035b29944444aa65be4ecc</id>
<content type='text'>
Change-Id: Ie41756018941c27d3776fcd01416b98bcbb4f773
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie41756018941c27d3776fcd01416b98bcbb4f773
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2016-12-02T05:13:56+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2016-12-02T05:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=293bc5311ad230592fe62ea41eba60e395719400'/>
<id>293bc5311ad230592fe62ea41eba60e395719400</id>
<content type='text'>
Change-Id: Icf23779d7ec59bf6220167c5f4992fe677f3abfa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icf23779d7ec59bf6220167c5f4992fe677f3abfa
</pre>
</div>
</content>
</entry>
<entry>
<title>Show team and repo badges on README</title>
<updated>2016-11-25T16:24:54+00:00</updated>
<author>
<name>Flavio Percoco</name>
<email>flaper87@gmail.com</email>
</author>
<published>2016-11-25T09:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=f624de6a1e30dfb5a6f3a633684d78079362dd0a'/>
<id>f624de6a1e30dfb5a6f3a633684d78079362dd0a</id>
<content type='text'>
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/26cc2ee8b0a8e4a96cd0c63ac768c0e1

Change-Id: Iee796b3b6013b2dee84fb63f8131bc50f0d1faa6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/26cc2ee8b0a8e4a96cd0c63ac768c0e1

Change-Id: Iee796b3b6013b2dee84fb63f8131bc50f0d1faa6
</pre>
</div>
</content>
</entry>
</feed>
