<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git, branch 0.1.1</title>
<subtitle>opendev.org: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/'/>
<entry>
<title>Split reading of versioninfo out into a method</title>
<updated>2012-06-26T19:05:36+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-26T18:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=089d509f350b01c8345cfb7b9b33510a60043861'/>
<id>089d509f350b01c8345cfb7b9b33510a60043861</id>
<content type='text'>
Make the read_versioninfo to match write_versioninfo.

Additionally, there is an edge case where if the code is installed from a
github zipball, versioning info is missing. Now that we're using this,
there should be virtual no instances where a zipball will be easier or
less cost than an sdist created tarball, all of which should be public and
accessible, but during the transition, we need to account for the codepath.

Change-Id: Icd3fe97c6341bb04da27adc55a85f1ab6b525c46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the read_versioninfo to match write_versioninfo.

Additionally, there is an edge case where if the code is installed from a
github zipball, versioning info is missing. Now that we're using this,
there should be virtual no instances where a zipball will be easier or
less cost than an sdist created tarball, all of which should be public and
accessible, but during the transition, we need to account for the codepath.

Change-Id: Icd3fe97c6341bb04da27adc55a85f1ab6b525c46
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add support for tag-based version numbers."</title>
<updated>2012-06-26T16:58:08+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-06-26T16:58:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=993a7b7dd670f9ea9ade230bd48519b83af85dbf'/>
<id>993a7b7dd670f9ea9ade230bd48519b83af85dbf</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 tag-based version numbers.</title>
<updated>2012-06-25T15:09:44+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-25T14:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=03efd1689616ada606cb4cd7c0b51d2e1935ecfa'/>
<id>03efd1689616ada606cb4cd7c0b51d2e1935ecfa</id>
<content type='text'>
Change-Id: I9b0e24f65e9b79c39bdf279b7af9c1040ded7952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9b0e24f65e9b79c39bdf279b7af9c1040ded7952
</pre>
</div>
</content>
</entry>
<entry>
<title>Support --os-endpoint-type in glanceclient.</title>
<updated>2012-06-24T05:28:21+00:00</updated>
<author>
<name>Bhuvan Arumugam</name>
<email>bhuvan@apache.org</email>
</author>
<published>2012-06-24T05:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=d6e0a03a937841ee509c37003762fd92c9b762ef'/>
<id>d6e0a03a937841ee509c37003762fd92c9b762ef</id>
<content type='text'>
Bug: 993993

* glanceclient/shellp.py
  OpenStackImagesShell.get_base_parser(): Parse --os-endpoint-type
  argument. Default to one defined in os.environ.
  OpenStackImagesShell._authenticate(): Define endpoint type based
  on command line argument. Use 'publicURL', if it's not specified
  in command line and also not defined in os.environ.
  OpenStackImagesShell.main(): Pass this value to authenticate.

Change-Id: I0c0cde5212198eec2a7d75fb2a7cad1cde048c7c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 993993

* glanceclient/shellp.py
  OpenStackImagesShell.get_base_parser(): Parse --os-endpoint-type
  argument. Default to one defined in os.environ.
  OpenStackImagesShell._authenticate(): Define endpoint type based
  on command line argument. Use 'publicURL', if it's not specified
  in command line and also not defined in os.environ.
  OpenStackImagesShell.main(): Pass this value to authenticate.

Change-Id: I0c0cde5212198eec2a7d75fb2a7cad1cde048c7c
</pre>
</div>
</content>
</entry>
<entry>
<title>Hook up GET /v1/images/&lt;id&gt;</title>
<updated>2012-06-21T20:06:18+00:00</updated>
<author>
<name>Brian Waldon</name>
<email>bcwaldon@gmail.com</email>
</author>
<published>2012-06-21T20:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=99e872a57bf20390949534e94c3929851e827d82'/>
<id>99e872a57bf20390949534e94c3929851e827d82</id>
<content type='text'>
This allows us to get raw image data out of the API! Related to
bp glance-client-parity

Change-Id: Id5f55553d2ff3b7bf58515062afdfd4b9b183a54
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to get raw image data out of the API! Related to
bp glance-client-parity

Change-Id: Id5f55553d2ff3b7bf58515062afdfd4b9b183a54
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial docs.</title>
<updated>2012-06-14T18:24:05+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-13T19:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=6e1157059efdaed3a0d638efc6b4a1e4db955832'/>
<id>6e1157059efdaed3a0d638efc6b4a1e4db955832</id>
<content type='text'>
Change-Id: I1f8407597105a914945c932ff55945c8005e273c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1f8407597105a914945c932ff55945c8005e273c
</pre>
</div>
</content>
</entry>
<entry>
<title>Edit build_sphinx options.</title>
<updated>2012-06-08T22:23:58+00:00</updated>
<author>
<name>Clark Boylan</name>
<email>clark.boylan@gmail.com</email>
</author>
<published>2012-06-08T22:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=a8d7043266a5cb070b602b13cf7a7421cffe8467'/>
<id>a8d7043266a5cb070b602b13cf7a7421cffe8467</id>
<content type='text'>
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: Idf3e4472f91a1f5ae36e64b339bef99d4d960b88
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: Idf3e4472f91a1f5ae36e64b339bef99d4d960b88
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add 'explain' command to v2 that describes schemas"</title>
<updated>2012-06-08T21:29:59+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-06-08T21:29:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=0d53efe930045bf8dbcb3083ddd0c5871aa1a06b'/>
<id>0d53efe930045bf8dbcb3083ddd0c5871aa1a06b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Minimize tox.ini"</title>
<updated>2012-06-07T22:43:34+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-06-07T22:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=0246e99817701a25392042ec3b2cb9ce6e2b27f3'/>
<id>0246e99817701a25392042ec3b2cb9ce6e2b27f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minimize tox.ini</title>
<updated>2012-06-07T21:51:29+00:00</updated>
<author>
<name>Brian Waldon</name>
<email>bcwaldon@gmail.com</email>
</author>
<published>2012-06-07T21:51:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-glanceclient.git/commit/?id=1c3db6c756aee53d1acbdaff3c45b144d6d45d8b'/>
<id>1c3db6c756aee53d1acbdaff3c45b144d6d45d8b</id>
<content type='text'>
Change-Id: I77d0873cbd789726b93b059429d742f1cbdc57c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I77d0873cbd789726b93b059429d742f1cbdc57c1
</pre>
</div>
</content>
</entry>
</feed>
