<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/identity/v3/trust.py, branch 1.9.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 "Make trustee/trustor/project searchable by ID"</title>
<updated>2015-07-21T19:46:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-07-21T19:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=4d9d2dbd36cd28e9a5faf1e276bb33c4b52a6e49'/>
<id>4d9d2dbd36cd28e9a5faf1e276bb33c4b52a6e49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make trustee/trustor/project searchable by ID</title>
<updated>2015-07-21T03:12:50+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-07-10T18:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=921361b3ae538b8f4a9a4725623ccc5bb7a0d48d'/>
<id>921361b3ae538b8f4a9a4725623ccc5bb7a0d48d</id>
<content type='text'>
In the previous implementation, we were always including the domain
argument, which caused a lookup by name for trustee/trustor and
project. By excluding it when not necessary, we do a search by
ID in find_resources.

Change-Id: Id756aeab522b5dccb2dc6b31d137a28514b0fdf6
Closes-Bug: 1473298
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the previous implementation, we were always including the domain
argument, which caused a lookup by name for trustee/trustor and
project. By excluding it when not necessary, we do a search by
ID in find_resources.

Change-Id: Id756aeab522b5dccb2dc6b31d137a28514b0fdf6
Closes-Bug: 1473298
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes trailing blank in trust show</title>
<updated>2015-07-19T20:33:00+00:00</updated>
<author>
<name>Gilles Dubreuil</name>
<email>gilles@redhat.com</email>
</author>
<published>2015-07-15T07:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=00b4e38d3c3acf01ca5d7ff3cae287b4f8c9df2a'/>
<id>00b4e38d3c3acf01ca5d7ff3cae287b4f8c9df2a</id>
<content type='text'>
Previously a blank character at the end of the roles value would remain

Change-Id: I0961a5f9fb4b270a6055ee69898eadee315e416a
Closes-Bug: 1474707
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously a blank character at the end of the roles value would remain

Change-Id: I0961a5f9fb4b270a6055ee69898eadee315e416a
Closes-Bug: 1474707
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor option handling for user|group|project domain scoping</title>
<updated>2015-06-17T16:38:40+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-06-09T21:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=2b0013c5c1afe6d2fee5f93cf6928f6f910048c1'/>
<id>2b0013c5c1afe6d2fee5f93cf6928f6f910048c1</id>
<content type='text'>
put the common options in identity.common, this way the help is
consistent

Change-Id: I5b09cfb56fa0f8d16feb95150f216fccbe9f2b22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
put the common options in identity.common, this way the help is
consistent

Change-Id: I5b09cfb56fa0f8d16feb95150f216fccbe9f2b22
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unnecessary conditionals</title>
<updated>2015-04-19T06:41:04+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-04-19T06:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=00eeb3593ca6cdd4a3c714ce49435ed74d5e0630'/>
<id>00eeb3593ca6cdd4a3c714ce49435ed74d5e0630</id>
<content type='text'>
In several places we had else branches where a reasonable default
would do the job. This makes the code a mean cleaer and easier to
read.

Change-Id: I231e09aab85fd32b8300bc33c48d0899b728b96e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In several places we had else branches where a reasonable default
would do the job. This makes the code a mean cleaer and easier to
read.

Change-Id: I231e09aab85fd32b8300bc33c48d0899b728b96e
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement trust in identity v3 api</title>
<updated>2015-02-09T01:49:43+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2014-02-06T05:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=cf23fd5cf6671770566e3280ff66ef8c5522cb4b'/>
<id>cf23fd5cf6671770566e3280ff66ef8c5522cb4b</id>
<content type='text'>
Added new module in identity v3 api to handle create, read, and delete
operations of trust resources.

Co-Authored-By: Lance Bragstad &lt;lbragstad@gmail.com&gt;
Co-Authored-By: Steve Martinelli &lt;stevemar@ca.ibm.com&gt;

Closes-Bug: #1413718
Change-Id: I2b360b141ff70d4f396466abede859a3db6644f4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added new module in identity v3 api to handle create, read, and delete
operations of trust resources.

Co-Authored-By: Lance Bragstad &lt;lbragstad@gmail.com&gt;
Co-Authored-By: Steve Martinelli &lt;stevemar@ca.ibm.com&gt;

Closes-Bug: #1413718
Change-Id: I2b360b141ff70d4f396466abede859a3db6644f4
</pre>
</div>
</content>
</entry>
</feed>
