<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git/saharaclient/shell.py, branch 0.17.0</title>
<subtitle>opendev.org: openstack/python-saharaclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/'/>
<entry>
<title>Keystoneclient to keystoneauth migration</title>
<updated>2016-02-11T14:45:47+00:00</updated>
<author>
<name>Michael Ionkin</name>
<email>mionkin@mirantis.com</email>
</author>
<published>2016-01-27T14:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=a3ac46644889e460f3f9e3fe89a87296d2a4ac8a'/>
<id>a3ac46644889e460f3f9e3fe89a87296d2a4ac8a</id>
<content type='text'>
Keystoneauth was extracted from keystoneclient so we need
to migrate to keystoneauth

also deleted get_projects_list method because it is not used

Change-Id: I2c611d6b5ae08eacc11513e0dd2548e42b9dc828
bp: keystoneclient-to-keystoneauth
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keystoneauth was extracted from keystoneclient so we need
to migrate to keystoneauth

also deleted get_projects_list method because it is not used

Change-Id: I2c611d6b5ae08eacc11513e0dd2548e42b9dc828
bp: keystoneclient-to-keystoneauth
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecation of the Sahara CLI</title>
<updated>2015-11-09T10:19:23+00:00</updated>
<author>
<name>Andrey Pavlov</name>
<email>apavlov@mirantis.com</email>
</author>
<published>2015-11-05T09:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=902284f6b2ddbb71189326c6f8437d6a20a61f61'/>
<id>902284f6b2ddbb71189326c6f8437d6a20a61f61</id>
<content type='text'>
The Sahara CLI is superceded by the
OpenStackClient plugin and now can be deprecated.

Partially implements: blueprint cli-as-openstackclient-plugin

Change-Id: If87dd728f0ca638410f8547658f687da4accf4f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Sahara CLI is superceded by the
OpenStackClient plugin and now can be deprecated.

Partially implements: blueprint cli-as-openstackclient-plugin

Change-Id: If87dd728f0ca638410f8547658f687da4accf4f6
</pre>
</div>
</content>
</entry>
<entry>
<title>print usage when no argument is specified for python3</title>
<updated>2015-09-27T16:11:07+00:00</updated>
<author>
<name>Zhiqiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2015-09-27T16:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=d7cad3a7c337a4adcabfa577070b9f715d69e30b'/>
<id>d7cad3a7c337a4adcabfa577070b9f715d69e30b</id>
<content type='text'>
When running just sahara' under python3, we will get the error:
ERROR: b"'Namespace' object has no attribute 'func'"

This is because map() is used to decode sys.argv, but under Python3
it returns a map object which is an iterable. Some code later tries
to use this in a boolean context and it will always return True,
even if it's empty.

Change-Id: I508b093e30814645b2bd4c32cf469204bb696207
Closes-Bug: #1295356
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running just sahara' under python3, we will get the error:
ERROR: b"'Namespace' object has no attribute 'func'"

This is because map() is used to decode sys.argv, but under Python3
it returns a map object which is an iterable. Some code later tries
to use this in a boolean context and it will always return True,
even if it's empty.

Change-Id: I508b093e30814645b2bd4c32cf469204bb696207
Closes-Bug: #1295356
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support OS_ENDPOINT_TYPE env variable to CLI</title>
<updated>2015-08-07T10:12:07+00:00</updated>
<author>
<name>Sergey Reshetnyak</name>
<email>sreshetniak@mirantis.com</email>
</author>
<published>2015-07-27T12:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=298bc209d78a19d8a393d83c934bcd80d5429ea7'/>
<id>298bc209d78a19d8a393d83c934bcd80d5429ea7</id>
<content type='text'>
Change-Id: I1777d96eff9a5863d6ea61164c5bc91a07354e14
Closes-bug: #1478543
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1777d96eff9a5863d6ea61164c5bc91a07354e14
Closes-bug: #1478543
</pre>
</div>
</content>
</entry>
<entry>
<title>Add regions support to saharaclient</title>
<updated>2015-04-14T07:31:14+00:00</updated>
<author>
<name>Sergey Reshetnyak</name>
<email>sreshetniak@mirantis.com</email>
</author>
<published>2015-04-08T16:42:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=0d8e8383466d94b24b2e3afc0b88e0f8bbc9d107'/>
<id>0d8e8383466d94b24b2e3afc0b88e0f8bbc9d107</id>
<content type='text'>
Change-Id: Ib59a400160a9f3f6496a99ddb67b99f68fdc3249
Closes-bug: #1441736
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib59a400160a9f3f6496a99ddb67b99f68fdc3249
Closes-bug: #1441736
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Pass service type argument in Sahara CLI"</title>
<updated>2015-02-04T22:40:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-02-04T22:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=e5e9a474ac98936d566f5511572d71e573c354ba'/>
<id>e5e9a474ac98936d566f5511572d71e573c354ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass service type argument in Sahara CLI</title>
<updated>2015-02-04T15:40:42+00:00</updated>
<author>
<name>Sergey Reshetnyak</name>
<email>sreshetniak@mirantis.com</email>
</author>
<published>2015-02-04T15:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=b63fb827e16507468286322db60ab7befa926383'/>
<id>b63fb827e16507468286322db60ab7befa926383</id>
<content type='text'>
Change-Id: I6688b2a18d3475e91e7a001218081f71d8b5fd11
Closes-bug: #1418085
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6688b2a18d3475e91e7a001218081f71d8b5fd11
Closes-bug: #1418085
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass endpoint_type to Sahara client constructor</title>
<updated>2015-02-03T13:22:50+00:00</updated>
<author>
<name>Adrien Vergé</name>
<email>adrien.verge@numergy.com</email>
</author>
<published>2015-02-03T11:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=f28a33f52fbf13958e4b9737cdcfa6c8b5253bfe'/>
<id>f28a33f52fbf13958e4b9737cdcfa6c8b5253bfe</id>
<content type='text'>
Currently endpoint_type is not passed to api.client.Client(), so
the default (publicURL) is always applied. This results in useless
--endpoint-type option and SAHARA_ENDPOINT_TYPE variable.

Change-Id: If9f84776bee0dd8d1680418acebafd49ea876967
Closes-Bug: #1417527
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently endpoint_type is not passed to api.client.Client(), so
the default (publicURL) is always applied. This results in useless
--endpoint-type option and SAHARA_ENDPOINT_TYPE variable.

Change-Id: If9f84776bee0dd8d1680418acebafd49ea876967
Closes-Bug: #1417527
</pre>
</div>
</content>
</entry>
<entry>
<title>Added SSL-related parameters to the client</title>
<updated>2015-01-22T22:33:50+00:00</updated>
<author>
<name>Andrew Lazarev</name>
<email>alazarev@mirantis.com</email>
</author>
<published>2015-01-22T22:32:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=3a83103324f8c94a178210584b33a9da397d2a66'/>
<id>3a83103324f8c94a178210584b33a9da397d2a66</id>
<content type='text'>
Change-Id: Id2c80a6031ca269b1fd864caf46bd75a85a6637a
Blueprint: sahara-support-https
Closes-Bug: #1359408
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id2c80a6031ca269b1fd864caf46bd75a85a6637a
Blueprint: sahara-support-https
Closes-Bug: #1359408
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for sahara CLI</title>
<updated>2015-01-11T12:24:30+00:00</updated>
<author>
<name>Sergey Reshetnyak</name>
<email>reshetniaksv@gmail.com</email>
</author>
<published>2015-01-11T12:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=388ba75fb6b42e385151b29f24a1f0f180bd8260'/>
<id>388ba75fb6b42e385151b29f24a1f0f180bd8260</id>
<content type='text'>
Sahara CLI did not work because 'safe_encode' and 'safe_decode'
methods have been moved from 'oslo.utils.strutils' module
to 'oslo.utils.encodeutils' module

Change-Id: Ica8cf4e8ec058fa0764e69945609f2a19effb840
Closes-bug: #1409432
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sahara CLI did not work because 'safe_encode' and 'safe_decode'
methods have been moved from 'oslo.utils.strutils' module
to 'oslo.utils.encodeutils' module

Change-Id: Ica8cf4e8ec058fa0764e69945609f2a19effb840
Closes-bug: #1409432
</pre>
</div>
</content>
</entry>
</feed>
