<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/tests, branch 5.4.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 "Fix --image-property option in 'create server'"</title>
<updated>2020-10-01T05:52:39+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-10-01T05:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=eb5416a257f8b7639a7786961b43c20e8efae007'/>
<id>eb5416a257f8b7639a7786961b43c20e8efae007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add API check for server_groups.create"</title>
<updated>2020-09-30T20:35:00+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-30T20:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3902efc292e9c7e8859a841a3d5f4e9644b2e8c9'/>
<id>3902efc292e9c7e8859a841a3d5f4e9644b2e8c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add API check for server_groups.list"</title>
<updated>2020-09-30T20:34:55+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-30T20:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=2308a057337ab2da603ef1cd0992a4f7481579eb'/>
<id>2308a057337ab2da603ef1cd0992a4f7481579eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Show words indicating booted from volume for server image"</title>
<updated>2020-09-30T20:34:53+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-30T20:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=e7b2528c4a4fc221d5efdd88d60ffd95ea4e3f63'/>
<id>e7b2528c4a4fc221d5efdd88d60ffd95ea4e3f63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Output correct json for security groups in 'openstack server show'"</title>
<updated>2020-09-25T09:44:41+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-25T09:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=03b921631816ef3e6c41a87bc90259ec75176eea'/>
<id>03b921631816ef3e6c41a87bc90259ec75176eea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Output correct json for security groups in 'openstack server show'</title>
<updated>2020-09-14T13:22:27+00:00</updated>
<author>
<name>jay</name>
<email>jayadityagupta11@gmail.com</email>
</author>
<published>2020-06-04T12:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=bae89b30144fdf40d0fea31e1a595b507e32c4f3'/>
<id>bae89b30144fdf40d0fea31e1a595b507e32c4f3</id>
<content type='text'>
Fixes incorrect json output for 'openstack server show -f json'.
The security group json output groups all the json as one
for e.g. "security_groups": "name='group1'\nname='group2'"
The correct output should be
"security_groups" : [{"name" : "group1"}, {"name" : "group2"}]
properties and volumes_attached fields also has similar issue.

Story: 2007755

Change-Id: I1b1cac716329e0530400aff782c08000b21d8e1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes incorrect json output for 'openstack server show -f json'.
The security group json output groups all the json as one
for e.g. "security_groups": "name='group1'\nname='group2'"
The correct output should be
"security_groups" : [{"name" : "group1"}, {"name" : "group2"}]
properties and volumes_attached fields also has similar issue.

Story: 2007755

Change-Id: I1b1cac716329e0530400aff782c08000b21d8e1d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Support tagging Neutron ports on creation"</title>
<updated>2020-09-13T20:34:00+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-13T20:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=51aee432d96c0291d01419c3db2248114d176fdd'/>
<id>51aee432d96c0291d01419c3db2248114d176fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix --image-property option in 'create server'</title>
<updated>2020-09-10T16:12:11+00:00</updated>
<author>
<name>Myeongchul Chae</name>
<email>cocahack@naver.com</email>
</author>
<published>2020-08-16T13:44:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=fbd2c00b8999202917671bcdb39298eb39c3ad47'/>
<id>fbd2c00b8999202917671bcdb39298eb39c3ad47</id>
<content type='text'>
There was a problem that the '-image-property' option, which can be used
to create an instance, did not work as intended.

I found that there were two problems with this option.

First, I cannot select an image as its metadata.

The second is that when there are multiple images available, the desired
image may not be selected depending on the situation.

This patch solves these two problems.

I wrote the test case with these two problems considered together.

Change-Id: Ib2745d7e067056ff4ca8bfaf6cff492d0dacb73a
story: #2007860
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a problem that the '-image-property' option, which can be used
to create an instance, did not work as intended.

I found that there were two problems with this option.

First, I cannot select an image as its metadata.

The second is that when there are multiple images available, the desired
image may not be selected depending on the situation.

This patch solves these two problems.

I wrote the test case with these two problems considered together.

Change-Id: Ib2745d7e067056ff4ca8bfaf6cff492d0dacb73a
story: #2007860
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add NUMA affinity policy parameter to "port""</title>
<updated>2020-09-07T16:11:00+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-09-07T16:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=15d0bfc185fb036e584e6082ef2045ab6e5add41'/>
<id>15d0bfc185fb036e584e6082ef2045ab6e5add41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support tagging Neutron ports on creation</title>
<updated>2020-09-04T12:30:07+00:00</updated>
<author>
<name>Miguel Lavalle</name>
<email>miguel.lavalle@verizonmedia.com</email>
</author>
<published>2020-04-26T22:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=67700e6dd95b0f58b2f01cc816620819a4a6deae'/>
<id>67700e6dd95b0f58b2f01cc816620819a4a6deae</id>
<content type='text'>
This change adds support for tagging ports on creation

Co-Authored-By: Slawek Kaplonski &lt;skaplons@redhat.com&gt;

Change-Id: I3148a568664588eb2f529138f984859570c0fca1
Related-Bug: #1815933
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds support for tagging ports on creation

Co-Authored-By: Slawek Kaplonski &lt;skaplons@redhat.com&gt;

Change-Id: I3148a568664588eb2f529138f984859570c0fca1
Related-Bug: #1815933
</pre>
</div>
</content>
</entry>
</feed>
