<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient, branch 1.3.0</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Merge "Add support for v2 image set command"</title>
<updated>2015-05-27T20:38:00+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-27T20:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3d239eddc74157b5bf521d6b170194b9b93e60f6'/>
<id>3d239eddc74157b5bf521d6b170194b9b93e60f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove oslo serialization requirement"</title>
<updated>2015-05-27T20:03:06+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-27T20:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=6e4d6923cd4c7f5f9b4fd5f2a13190b9154f4f5a'/>
<id>6e4d6923cd4c7f5f9b4fd5f2a13190b9154f4f5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for v2 image set command</title>
<updated>2015-05-27T18:49:06+00:00</updated>
<author>
<name>Amey Bhide</name>
<email>abhide@vmware.com</email>
</author>
<published>2015-05-13T00:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=ce05822a3a328bffa8ec62ec72da946c0d187c2c'/>
<id>ce05822a3a328bffa8ec62ec72da946c0d187c2c</id>
<content type='text'>
Partial-Bug: #1405562
Change-Id: Ie30802d720a247748c45099c38450cc6c76bbc2a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partial-Bug: #1405562
Change-Id: Ie30802d720a247748c45099c38450cc6c76bbc2a
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add missing properties to image set command"</title>
<updated>2015-05-26T22:43:49+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-26T22:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=aed5af47a1f4026c10b1d95e992007a181ddc226'/>
<id>aed5af47a1f4026c10b1d95e992007a181ddc226</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove oslo serialization requirement</title>
<updated>2015-05-26T21:40:01+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-05-26T21:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=575dcdfc8ef6d24ecb75663eb94d549a8beb30fe'/>
<id>575dcdfc8ef6d24ecb75663eb94d549a8beb30fe</id>
<content type='text'>
Recently oslo serialization has started to also include
python-msgpack. Since we were only using it for json support, we
should just use python's json support. Especially since it's only
used by our tests.

Change-Id: I0f8d939d6fca7608eaa3eea7ea4ca93296aaab3a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recently oslo serialization has started to also include
python-msgpack. Since we were only using it for json support, we
should just use python's json support. Especially since it's only
used by our tests.

Change-Id: I0f8d939d6fca7608eaa3eea7ea4ca93296aaab3a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing properties to image set command</title>
<updated>2015-05-26T05:49:55+00:00</updated>
<author>
<name>Amey Bhide</name>
<email>abhide@vmware.com</email>
</author>
<published>2015-05-22T18:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=ba21d463de948697b1e884cae883a0e64a4d35f6'/>
<id>ba21d463de948697b1e884cae883a0e64a4d35f6</id>
<content type='text'>
Enable user to update the following image properties from OSC:
container-format, disk-format, size

Closes-Bug: #1446362
Change-Id: Id9f40f15702e8f14f0327a37fcc7d7971338c258
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable user to update the following image properties from OSC:
container-format, disk-format, size

Closes-Bug: #1446362
Change-Id: Id9f40f15702e8f14f0327a37fcc7d7971338c258
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix client error while rescuing an instance"</title>
<updated>2015-05-23T16:37:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-23T16:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=e72d35031610cb96dcd619e60c13e35fc92325d0'/>
<id>e72d35031610cb96dcd619e60c13e35fc92325d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Enable specifing domains in "role add""</title>
<updated>2015-05-22T20:00:01+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-22T20:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=61cfebb8aa7c20dd8ae5f4a79f57fbb3c38fd104'/>
<id>61cfebb8aa7c20dd8ae5f4a79f57fbb3c38fd104</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix insecure/verify options"</title>
<updated>2015-05-22T19:57:46+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-22T19:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=7cc9632939ba05381a50faca581ffd2cb22351b3'/>
<id>7cc9632939ba05381a50faca581ffd2cb22351b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix client error while rescuing an instance</title>
<updated>2015-05-22T17:25:57+00:00</updated>
<author>
<name>Amey Bhide</name>
<email>abhide@vmware.com</email>
</author>
<published>2015-05-22T17:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=7ef9f97b954678972eb8e15309a7f0280df283d5'/>
<id>7ef9f97b954678972eb8e15309a7f0280df283d5</id>
<content type='text'>
Typo server._info -&gt; server

Closes-Bug: #1457983

Change-Id: I606505d73b3aae90bac636e960275926284b4ea6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typo server._info -&gt; server

Closes-Bug: #1457983

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