<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git, branch 1.7.1</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Release notes 1.7.1</title>
<updated>2015-09-30T19:47:10+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2015-09-30T19:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=599905e51217aee686f5738ee778257a0fc1d6cc'/>
<id>599905e51217aee686f5738ee778257a0fc1d6cc</id>
<content type='text'>
Change-Id: Ia0bd230385c2a324b8ca5f5e586b748b5ea915f9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia0bd230385c2a324b8ca5f5e586b748b5ea915f9
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Override the debug default and help text"</title>
<updated>2015-09-24T21:47:33+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-24T21:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=678e69064854e3a3d3499171b0a29f30f2771840'/>
<id>678e69064854e3a3d3499171b0a29f30f2771840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: pip install -e needs an argument</title>
<updated>2015-09-24T15:50:46+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-09-24T15:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=0e89d084343bcda55db737c3286a17ec695befaf'/>
<id>0e89d084343bcda55db737c3286a17ec695befaf</id>
<content type='text'>
The arguments to install the development branch is incorrect, since
the -e option needs a directory to look for setup.py in.

Change-Id: Icfe402e7b79a50ddc885c7eadb6c323c27e36ef3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The arguments to install the development branch is incorrect, since
the -e option needs a directory to look for setup.py in.

Change-Id: Icfe402e7b79a50ddc885c7eadb6c323c27e36ef3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use `discover_extensions` for novaclient"</title>
<updated>2015-09-23T18:18:02+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-23T18:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=29aad2a9b598eaf48eebb2e7233d47ed2c0eb05b'/>
<id>29aad2a9b598eaf48eebb2e7233d47ed2c0eb05b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Glance `image set` Resolve Fracturing"</title>
<updated>2015-09-23T12:28:02+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-23T12:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=c71c78df9209627c2d3de324744b898acdb299ce'/>
<id>c71c78df9209627c2d3de324744b898acdb299ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Glance `image set` Resolve Fracturing</title>
<updated>2015-09-23T04:31:41+00:00</updated>
<author>
<name>NiallBunting</name>
<email>niall.bunting@hp.com</email>
</author>
<published>2015-09-22T09:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=8faabb3bbaa199cce8a52d6e6ed40b15e4a3a000'/>
<id>8faabb3bbaa199cce8a52d6e6ed40b15e4a3a000</id>
<content type='text'>
Currently `image set` uses the new api, where other parts of osc the old
api is used. This deprecates the v2 api in favour of the v1 to maintain
the same commands across osc. However the functionality now remains
there as people could now be using this functionality.

This also adds the --unprotected argument, as in the previous version if
--protected was not supplied it would just make the argument
--unprotected without the users explicit consent.

The patch also fixes the documentation for image set as it was outdated.

Change-Id: I990d20332c80165102badef7ac94ddbeb7824950
Closes-Bug: 1498092
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently `image set` uses the new api, where other parts of osc the old
api is used. This deprecates the v2 api in favour of the v1 to maintain
the same commands across osc. However the functionality now remains
there as people could now be using this functionality.

This also adds the --unprotected argument, as in the previous version if
--protected was not supplied it would just make the argument
--unprotected without the users explicit consent.

The patch also fixes the documentation for image set as it was outdated.

Change-Id: I990d20332c80165102badef7ac94ddbeb7824950
Closes-Bug: 1498092
</pre>
</div>
</content>
</entry>
<entry>
<title>Add release notes for 1.7.0</title>
<updated>2015-09-22T15:04:57+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2015-09-22T14:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=b8faa8ae8702d2739ee353fa09933dbe99123b25'/>
<id>b8faa8ae8702d2739ee353fa09933dbe99123b25</id>
<content type='text'>
Change-Id: I4b4d229f7c3292923c8a29d1e1182a8352688b5d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4b4d229f7c3292923c8a29d1e1182a8352688b5d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Imported Translations from Zanata"</title>
<updated>2015-09-21T22:39:35+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-21T22:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=7145fa078785d387f7ea6c105340919501b0de14'/>
<id>7145fa078785d387f7ea6c105340919501b0de14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use format_list instead of format_dict when listing images"</title>
<updated>2015-09-21T21:54:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-21T21:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=d0427808b82dc83618f3ca398728b0b9ce447305'/>
<id>d0427808b82dc83618f3ca398728b0b9ce447305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Format an images properties and tags"</title>
<updated>2015-09-21T21:54:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-09-21T21:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=4cb88704d9304ee1beda53542d4e3e097d116a7f'/>
<id>4cb88704d9304ee1beda53542d4e3e097d116a7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
