<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git, branch 0.7.7</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>Merge "Removed cluster validation on client side"</title>
<updated>2015-02-12T16:15:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-02-12T16:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=319ceb6acf55382218dcd971367613aecb3e4afc'/>
<id>319ceb6acf55382218dcd971367613aecb3e4afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Added --bypass-url support for keystone 3"</title>
<updated>2015-02-12T16:14:01+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-02-12T16:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=377358bfd222902a81299c3ffedcd57b0b54dda5'/>
<id>377358bfd222902a81299c3ffedcd57b0b54dda5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed cluster validation on client side</title>
<updated>2015-02-12T01:37:42+00:00</updated>
<author>
<name>Andrew Lazarev</name>
<email>alazarev@mirantis.com</email>
</author>
<published>2015-02-11T22:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=48df6a090b144bd08f32df4a0dd35834078b4f4c'/>
<id>48df6a090b144bd08f32df4a0dd35834078b4f4c</id>
<content type='text'>
There is no sense in validation on client side. I believe we
don't want to have all validation logic in two places.

Also, the current validation was wrong for several reasons:
1. Wrong APIException usage (see bug description)
2. It required default_image_id for the cluster. Image could be
   set in each node group individually.
3. It required cluster_configs that is not mandatory

So, the only correct check was for node_groups field, but still
I don't think that client is the right place for checking such
things. If one day we will allow clusters with no nodegroups
client should allow that without modifications.

Change-Id: I3a7bf39b102b699e8f4a1e493314412cfd26ee2e
Closes-Bug: #1420569
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no sense in validation on client side. I believe we
don't want to have all validation logic in two places.

Also, the current validation was wrong for several reasons:
1. Wrong APIException usage (see bug description)
2. It required default_image_id for the cluster. Image could be
   set in each node group individually.
3. It required cluster_configs that is not mandatory

So, the only correct check was for node_groups field, but still
I don't think that client is the right place for checking such
things. If one day we will allow clusters with no nodegroups
client should allow that without modifications.

Change-Id: I3a7bf39b102b699e8f4a1e493314412cfd26ee2e
Closes-Bug: #1420569
</pre>
</div>
</content>
</entry>
<entry>
<title>Add how to participate doc</title>
<updated>2015-02-11T09:24:37+00:00</updated>
<author>
<name>Sergey Lukjanov</name>
<email>slukjanov@mirantis.com</email>
</author>
<published>2014-09-25T00:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=39e1057589f0c1747325659328d801232c2335cd'/>
<id>39e1057589f0c1747325659328d801232c2335cd</id>
<content type='text'>
We have a separated doc for client, so, we need to replicate how to
participate doc too.

Change-Id: I73d9e5cb83a672915cf0110771ae6f79f5f47436
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have a separated doc for client, so, we need to replicate how to
participate doc too.

Change-Id: I73d9e5cb83a672915cf0110771ae6f79f5f47436
</pre>
</div>
</content>
</entry>
<entry>
<title>Added --bypass-url support for keystone 3</title>
<updated>2015-02-11T00:01:22+00:00</updated>
<author>
<name>Andrew Lazarev</name>
<email>alazarev@mirantis.com</email>
</author>
<published>2015-02-11T00:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=a251dc4c7ac7d5771dd73d3b2653d0ef0f6646e4'/>
<id>a251dc4c7ac7d5771dd73d3b2653d0ef0f6646e4</id>
<content type='text'>
Keystone 3 section of code should respect --bypass-url too.

Change-Id: I88175247e7c9bef6662074bcc38f85392d4fcac3
Closes-Bug: #1420551
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keystone 3 section of code should respect --bypass-url too.

Change-Id: I88175247e7c9bef6662074bcc38f85392d4fcac3
Closes-Bug: #1420551
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-02-09T18:30:50+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-02-09T18:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=18fc6a4905dc975a016b1e33eaecf6b9e759c530'/>
<id>18fc6a4905dc975a016b1e33eaecf6b9e759c530</id>
<content type='text'>
Change-Id: Id8cec6be3461ac4ad8cc30704f34368c81c77bb7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id8cec6be3461ac4ad8cc30704f34368c81c77bb7
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Added support of is_proxy_gateway field for node group"</title>
<updated>2015-02-06T11:03:21+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-02-06T11:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=9ae36755323ebe62836aaa62a44167705ebc0384'/>
<id>9ae36755323ebe62836aaa62a44167705ebc0384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove strutils from openstack/common</title>
<updated>2015-02-05T17:16:08+00:00</updated>
<author>
<name>Vitaly Gridnev</name>
<email>vgridnev@mirantis.com</email>
</author>
<published>2015-02-05T08:54:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=c59afb350fe708f30a9c3e6ba349c7c7ebd3a95a'/>
<id>c59afb350fe708f30a9c3e6ba349c7c7ebd3a95a</id>
<content type='text'>
Since it's unused in our code, we can remove it.

Change-Id: I932d3ba19173296f1946f53903013cb2791b7629
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it's unused in our code, we can remove it.

Change-Id: I932d3ba19173296f1946f53903013cb2791b7629
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove importutils from openstack-common.conf"</title>
<updated>2015-02-05T14:54:55+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-02-05T14:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=7d8960c66e534fe7dfbd5072a8e2b7855295f6d2'/>
<id>7d8960c66e534fe7dfbd5072a8e2b7855295f6d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
