<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-keystoneclient.git/keystoneclient/openstack, branch stable/mitaka</title>
<subtitle>github.com: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/'/>
<entry>
<title>remove oslo-incubator's memorycache</title>
<updated>2015-12-14T05:43:04+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-12-14T05:43:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=afb46ab7a0d73b3a0bfa3d54f76674491e7b43d6'/>
<id>afb46ab7a0d73b3a0bfa3d54f76674491e7b43d6</id>
<content type='text'>
with middleware removed from keystoneclient we no longer need
to keep memorycache around.

Change-Id: I98d8ddd1398699f8821e4c36fe911c9d211c46a9
Related-Bug: #1449066
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with middleware removed from keystoneclient we no longer need
to keep memorycache around.

Change-Id: I98d8ddd1398699f8821e4c36fe911c9d211c46a9
Related-Bug: #1449066
</pre>
</div>
</content>
</entry>
<entry>
<title>Last sync from oslo-incubator</title>
<updated>2015-11-13T14:38:11+00:00</updated>
<author>
<name>Davanum Srinivas</name>
<email>davanum@gmail.com</email>
</author>
<published>2015-11-12T19:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=90aba96633a6d84077d9ad5566e47bc396a0587d'/>
<id>90aba96633a6d84077d9ad5566e47bc396a0587d</id>
<content type='text'>
oslo-incubator will cease to host common code soon. This is
hopefully the very last sync from oslo-incubator. Sync'ed with
oslo-incubator SHA (4bbd5edc8b235592f59a808fa33fd6a994b23b2c)

Change-Id: Ie40b2e849f8ed859eb29ffe4f0c6496d7c9f9366</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
oslo-incubator will cease to host common code soon. This is
hopefully the very last sync from oslo-incubator. Sync'ed with
oslo-incubator SHA (4bbd5edc8b235592f59a808fa33fd6a994b23b2c)

Change-Id: Ie40b2e849f8ed859eb29ffe4f0c6496d7c9f9366</pre>
</div>
</content>
</entry>
<entry>
<title>pass on @abc.abstractmethods</title>
<updated>2015-10-21T15:32:33+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2015-10-21T15:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=574fad7abb328276396d7d4c2743982bb903078c'/>
<id>574fad7abb328276396d7d4c2743982bb903078c</id>
<content type='text'>
Although a bare docstring is entirely valid grammar, those new to Python find
that pattern baffling, *especially* when other similar methods contain pass
statements. So, for consistency, add a pass statement to otherwise bare
@abc.abstractmethods.

Note that the implementation of an @abc.abstractmethod (in the abstract
base class) can still be called by concrete children, so suddenly
raising a NotImplementedError() instead might be "surprising" to
implementors. A no-op such as "pass" or "return None" is preferable.

Change-Id: I79969ad1a3429516ea785c649a165ead54944225
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although a bare docstring is entirely valid grammar, those new to Python find
that pattern baffling, *especially* when other similar methods contain pass
statements. So, for consistency, add a pass statement to otherwise bare
@abc.abstractmethods.

Note that the implementation of an @abc.abstractmethod (in the abstract
base class) can still be called by concrete children, so suddenly
raising a NotImplementedError() instead might be "surprising" to
implementors. A no-op such as "pass" or "return None" is preferable.

Change-Id: I79969ad1a3429516ea785c649a165ead54944225
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate openstack.common.apiclient</title>
<updated>2015-08-05T17:28:30+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2015-08-05T17:28:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=51d9d123a8df79f6b84d196d41f1008f8d6033d4'/>
<id>51d9d123a8df79f6b84d196d41f1008f8d6033d4</id>
<content type='text'>
Deprecate the apiclient from oslo-incubator so we can get rid of
it.

bp deprecations

Change-Id: I1c761933816da03b6c625f14d0aac43f206e88d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate the apiclient from oslo-incubator so we can get rid of
it.

bp deprecations

Change-Id: I1c761933816da03b6c625f14d0aac43f206e88d7
</pre>
</div>
</content>
</entry>
<entry>
<title>Move apiclient.base.Resource into keystoneclient</title>
<updated>2015-08-05T16:24:08+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2015-08-05T16:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=16e834dd4597314d79cf4fb0bb98449e6552f804'/>
<id>16e834dd4597314d79cf4fb0bb98449e6552f804</id>
<content type='text'>
keystoneclient is using apiclient.base and in order to properly
deprecate and eventually get rid of apiclient we need to move the
symbols that keystoneclient uses out of apiclient.

This change moves apiclient.base.Resource into keystoneclient.base
by merging apiclient.base.Resource into the existing
keystoneclient.base.Resource. apiclient.base.Resource is now
renaming keystoneclient.base.Resource for backwards-compatibility.

Change-Id: Id479711b7c9437aaf171def6976aab8b303ec56d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keystoneclient is using apiclient.base and in order to properly
deprecate and eventually get rid of apiclient we need to move the
symbols that keystoneclient uses out of apiclient.

This change moves apiclient.base.Resource into keystoneclient.base
by merging apiclient.base.Resource into the existing
keystoneclient.base.Resource. apiclient.base.Resource is now
renaming keystoneclient.base.Resource for backwards-compatibility.

Change-Id: Id479711b7c9437aaf171def6976aab8b303ec56d
</pre>
</div>
</content>
</entry>
<entry>
<title>oslo-incubator apiclient.exceptions to keystoneclient.exceptions</title>
<updated>2015-08-05T14:59:23+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2015-08-05T00:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=26534dadb1d0be00b87b632a038839ab1c18cfe4'/>
<id>26534dadb1d0be00b87b632a038839ab1c18cfe4</id>
<content type='text'>
Applications are using exceptions out of
keystoneclient.openstack.common.apiclient.exceptions so it's part
of the public interface. But since it's from oslo-incubator it's
not considered stable. Since keystoneclient is all stable this
creates bad situation.

With this change, all the symbols out of apiclient.exceptions are
moved into keystoneclient.exceptions rather than the other way
around (keystoneclient.exceptions used to re-export all of
apiclient.exceptions). Now we're in control of the
apiclient.exceptions and keystoneclient.exceptions that
applications are using.

Closes-Bug: 1481806
Change-Id: Ib3afa86b9d276f6a45d1ecd6f9157ee02ec8570d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applications are using exceptions out of
keystoneclient.openstack.common.apiclient.exceptions so it's part
of the public interface. But since it's from oslo-incubator it's
not considered stable. Since keystoneclient is all stable this
creates bad situation.

With this change, all the symbols out of apiclient.exceptions are
moved into keystoneclient.exceptions rather than the other way
around (keystoneclient.exceptions used to re-export all of
apiclient.exceptions). Now we're in control of the
apiclient.exceptions and keystoneclient.exceptions that
applications are using.

Closes-Bug: 1481806
Change-Id: Ib3afa86b9d276f6a45d1ecd6f9157ee02ec8570d
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync from oslo incubator</title>
<updated>2015-05-07T11:08:17+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2015-05-07T11:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=dfda42b331fd32aab2c073aa7c101efd15b76cd5'/>
<id>dfda42b331fd32aab2c073aa7c101efd15b76cd5</id>
<content type='text'>
Sync with oslo incubator to remove the oslo namespaced packages. These
will be removed during the liberty cycle.

Blueprint: remove-namespace-packages
Oslo-incubator commit: 691b2c40be88e44d9377be782db813432c572653

Change-Id: Ia267f84ec35d3e282bec69f48024a14350ace896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sync with oslo incubator to remove the oslo namespaced packages. These
will be removed during the liberty cycle.

Blueprint: remove-namespace-packages
Oslo-incubator commit: 691b2c40be88e44d9377be782db813432c572653

Change-Id: Ia267f84ec35d3e282bec69f48024a14350ace896
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync oslo-incubator to 1fc3cd47</title>
<updated>2014-10-25T20:10:34+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2014-10-25T19:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=0dfef4995b2bcc9267874412df4c43042e183397'/>
<id>0dfef4995b2bcc9267874412df4c43042e183397</id>
<content type='text'>
Sync oslo-incubator to commit
1fc3cd473023f6d735981d721faa5d3a8263a7f8

In python-keystoneclient: rm -r keystoneclient/openstack

In oslo-incubator:

  git checkout 1fc3cd47
  python update.py ../python-keystoneclient

Changes since last commit (32e7f0b56f)
--------------------------------------

a7af1e2 Mask keystone token in debug output
55ca7c3 Split cliutils
9ce1d96 Fix i18n import
5d40e14 Remove code that moved to oslo.i18n
6ff6b4b Switch oslo-incubator to use oslo.utils and remove old modules
f76f44c Delete the token and endpoint on expiry of token of client
6b048e7 Let oslotest manage the six.move setting for mox
ed0ffb8 Do not incur the cost of a second method call
94245b1 Make it possible to get the request_id from python clients

Change-Id: Id736a188a43f84a88bfada635aa4487d25322553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sync oslo-incubator to commit
1fc3cd473023f6d735981d721faa5d3a8263a7f8

In python-keystoneclient: rm -r keystoneclient/openstack

In oslo-incubator:

  git checkout 1fc3cd47
  python update.py ../python-keystoneclient

Changes since last commit (32e7f0b56f)
--------------------------------------

a7af1e2 Mask keystone token in debug output
55ca7c3 Split cliutils
9ce1d96 Fix i18n import
5d40e14 Remove code that moved to oslo.i18n
6ff6b4b Switch oslo-incubator to use oslo.utils and remove old modules
f76f44c Delete the token and endpoint on expiry of token of client
6b048e7 Let oslotest manage the six.move setting for mox
ed0ffb8 Do not incur the cost of a second method call
94245b1 Make it possible to get the request_id from python clients

Change-Id: Id736a188a43f84a88bfada635aa4487d25322553
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use oslo.utils and oslo.serialization"</title>
<updated>2014-10-16T00:14:18+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-10-16T00:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=a417bf9e0a1306b47214dae32b59a69cd4647b50'/>
<id>a417bf9e0a1306b47214dae32b59a69cd4647b50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docstrings should have :returns: everywhere.</title>
<updated>2014-10-15T11:34:19+00:00</updated>
<author>
<name>Marek Denis</name>
<email>marek.denis@cern.ch</email>
</author>
<published>2014-10-15T11:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=8b267842a701970d4e1aae2f115afe4d73bc5ee6'/>
<id>8b267842a701970d4e1aae2f115afe4d73bc5ee6</id>
<content type='text'>
Some of the docstrings have ``:return:`` instead of ``:returns:``
keyword. This patch fixes that and make it consistent.

Change-Id: I4321a63798ab9e2abdf0bbd716bf2b995be22ba3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the docstrings have ``:return:`` instead of ``:returns:``
keyword. This patch fixes that and make it consistent.

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