<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/tempest-lib.git/tempest_lib/services/compute, branch master</title>
<subtitle>opendev.org: openstack/tempest-lib
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/'/>
<entry>
<title>Retire tempest-lib in favor of tempest.lib</title>
<updated>2022-04-05T23:41:14+00:00</updated>
<author>
<name>Ghanshyam Mann</name>
<email>gmann@ghanshyammann.com</email>
</author>
<published>2022-04-05T22:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/commit/?id=fc1791f8589cb8dba9d8d9ef7856be17b2bc77f3'/>
<id>fc1791f8589cb8dba9d8d9ef7856be17b2bc77f3</id>
<content type='text'>
As of the 1.0.0 release tempest-lib as a separate
repository and project is deprecated. We moved all the
code to tempest.lib temepst version 10.

Hoping everyone is moved to tempest.lib now, We can retire
the tempest-lib. We discussed the same in PTG and agreed to
proceed on retirement
- https://etherpad.opendev.org/p/qa-zed-ptg

Needed-By: https://review.opendev.org/c/openstack/governance/+/836704

Change-Id: I37ceb96e084f569ea59e4849ca8770742ce17846
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of the 1.0.0 release tempest-lib as a separate
repository and project is deprecated. We moved all the
code to tempest.lib temepst version 10.

Hoping everyone is moved to tempest.lib now, We can retire
the tempest-lib. We discussed the same in PTG and agreed to
proceed on retirement
- https://etherpad.opendev.org/p/qa-zed-ptg

Needed-By: https://review.opendev.org/c/openstack/governance/+/836704

Change-Id: I37ceb96e084f569ea59e4849ca8770742ce17846
</pre>
</div>
</content>
</entry>
<entry>
<title>Add update attached volume function to servers_client</title>
<updated>2016-02-05T05:23:03+00:00</updated>
<author>
<name>Takashi NATSUME</name>
<email>natsume.takashi@lab.ntt.co.jp</email>
</author>
<published>2015-12-28T05:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/commit/?id=c9c3b55333b4f3f88eac7e250f4fcd7d71374ca2'/>
<id>c9c3b55333b4f3f88eac7e250f4fcd7d71374ca2</id>
<content type='text'>
os-volume_attachments API for update:
PUT /v2.1/{tenant_id}/servers/{server_id}/os-volume_attachments/{attachment_id}

tenant_id: The project ID (tenant ID) that the target server belongs to
server_id: The server ID to update the volume attachment
attachment_id: The volume attachment ID to update

Request body sample:
{
    "volumeAttachment": {
        "volumeId": "a26887c6-c47b-4654-abb5-dfadf7d3f805"
    }
}

volumeId: The volume ID to attach instead of the volume
          that has already been attached

This API does not return a response body.

Reference:
- Request body sample
  https://github.com/openstack/nova/blob/master/doc/api_samples/os-volumes/update-volume-req.json

- Fuctional test
  test_volume_attachment_update method in
  VolumeAttachmentsSample class
  https://github.com/openstack/nova/blob/master/nova/tests/functional/api_sample_tests/test_volumes.py

Change-Id: Ic0258e5688be6ede3316ab4310e9ca6ac0f51659
Implements: blueprint add-nova-swap-volume-tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
os-volume_attachments API for update:
PUT /v2.1/{tenant_id}/servers/{server_id}/os-volume_attachments/{attachment_id}

tenant_id: The project ID (tenant ID) that the target server belongs to
server_id: The server ID to update the volume attachment
attachment_id: The volume attachment ID to update

Request body sample:
{
    "volumeAttachment": {
        "volumeId": "a26887c6-c47b-4654-abb5-dfadf7d3f805"
    }
}

volumeId: The volume ID to attach instead of the volume
          that has already been attached

This API does not return a response body.

Reference:
- Request body sample
  https://github.com/openstack/nova/blob/master/doc/api_samples/os-volumes/update-volume-req.json

- Fuctional test
  test_volume_attachment_update method in
  VolumeAttachmentsSample class
  https://github.com/openstack/nova/blob/master/nova/tests/functional/api_sample_tests/test_volumes.py

Change-Id: Ic0258e5688be6ede3316ab4310e9ca6ac0f51659
Implements: blueprint add-nova-swap-volume-tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Change attach_id to volume_id in show_volume_attachment</title>
<updated>2016-01-26T13:25:21+00:00</updated>
<author>
<name>Matt Riedemann</name>
<email>mriedem@us.ibm.com</email>
</author>
<published>2016-01-22T19:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/commit/?id=d5e40672689ae67aabf92737ff91ad3410c98a23'/>
<id>d5e40672689ae67aabf92737ff91ad3410c98a23</id>
<content type='text'>
The id in the os-volume_attachments GET request is actually the
volume id [1] so rename the variable so people like me aren't
super confused when writing code with tempest-lib.

[1] http://tinyurl.com/hl2mcwb

Change-Id: Ie5454963ce931a7238e34737b638e171c69d0125
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The id in the os-volume_attachments GET request is actually the
volume id [1] so rename the variable so people like me aren't
super confused when writing code with tempest-lib.

[1] http://tinyurl.com/hl2mcwb

Change-Id: Ie5454963ce931a7238e34737b638e171c69d0125
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrated servers_client.py from tempest</title>
<updated>2015-12-16T23:41:59+00:00</updated>
<author>
<name>Ken'ichi Ohmichi</name>
<email>ken-oomichi@wx.jp.nec.com</email>
</author>
<published>2015-12-16T23:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/commit/?id=963f4943d69778dd8f1d5035e273652e3f0166fb'/>
<id>963f4943d69778dd8f1d5035e273652e3f0166fb</id>
<content type='text'>
This migrates the above files from tempest.
This includes tempest commits:

 * servers_client.py     : I7174723f907fd8962d9d12fe76bec2dc06883938
 * servers.py            : I10a8c32b53f15063dab087d67123598800b141a0
 * test_servers_client.py: I7174723f907fd8962d9d12fe76bec2dc06883938

to see the commit history for these files refer to the above Change-Ids
in the tempest repository.

Partially implements blueprint migrate-service-clients-to-tempest-lib

Change-Id: I9234f063a72bd58100bfffd3db38718a257ce6ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This migrates the above files from tempest.
This includes tempest commits:

 * servers_client.py     : I7174723f907fd8962d9d12fe76bec2dc06883938
 * servers.py            : I10a8c32b53f15063dab087d67123598800b141a0
 * test_servers_client.py: I7174723f907fd8962d9d12fe76bec2dc06883938

to see the commit history for these files refer to the above Change-Ids
in the tempest repository.

Partially implements blueprint migrate-service-clients-to-tempest-lib

Change-Id: I9234f063a72bd58100bfffd3db38718a257ce6ea
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrated floating_ips_client.py from tempest</title>
<updated>2015-12-08T01:20:47+00:00</updated>
<author>
<name>Ken'ichi Ohmichi</name>
<email>ken-oomichi@wx.jp.nec.com</email>
</author>
<published>2015-12-07T04:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/commit/?id=b69368ad748c67fa6d62487be4580bc1c58c81a4'/>
<id>b69368ad748c67fa6d62487be4580bc1c58c81a4</id>
<content type='text'>
This migrates the above files from tempest.
This includes tempest commits:

 * floating_ips_client.py:      Ib7886438228f31142dd23d9ca3205e7d2b434c92
 * test_floating_ips_client.py: Ibbb6439d31f5379bcb5e92e8bf49bcab9ad51a0f

to see the commit history for these files refer to the above Change-Ids
in the tempest repository.

Partially implements blueprint migrate-service-clients-to-tempest-lib

Change-Id: Ide46dfbd437707c376bb44f86c99a87b739b9ef0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This migrates the above files from tempest.
This includes tempest commits:

 * floating_ips_client.py:      Ib7886438228f31142dd23d9ca3205e7d2b434c92
 * test_floating_ips_client.py: Ibbb6439d31f5379bcb5e92e8bf49bcab9ad51a0f

to see the commit history for these files refer to the above Change-Ids
in the tempest repository.

Partially implements blueprint migrate-service-clients-to-tempest-lib

Change-Id: Ide46dfbd437707c376bb44f86c99a87b739b9ef0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the links to api-site doc</title>
<updated>2015-12-06T05:18:46+00:00</updated>
<author>
<name>Ken'ichi Ohmichi</name>
<email>ken-oomichi@wx.jp.nec.com</email>
</author>
<published>2015-12-06T05:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/commit/?id=3201673322dc8b258be454d25521c55007bbbf1f'/>
<id>3201673322dc8b258be454d25521c55007bbbf1f</id>
<content type='text'>
The api-site doc contained invalid links which were duplicated in the
doc. We did put TODOs for fixing the links after the api-site changes.
Now these links have been fixed on the api-site, so this patch fixes
them in tempest-lib.

Change-Id: I8bbfc2933d5400b8ae35331bc63f128421486d02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The api-site doc contained invalid links which were duplicated in the
doc. We did put TODOs for fixing the links after the api-site changes.
Now these links have been fixed on the api-site, so this patch fixes
them in tempest-lib.

Change-Id: I8bbfc2933d5400b8ae35331bc63f128421486d02
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove get_server_group()"</title>
<updated>2015-12-03T15:13:35+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-12-03T15:13:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/commit/?id=4ef50e2c90fcf9a3b083589953b4e5322e949aa1'/>
<id>4ef50e2c90fcf9a3b083589953b4e5322e949aa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove get_server_group()</title>
<updated>2015-12-03T05:36:58+00:00</updated>
<author>
<name>Ken'ichi Ohmichi</name>
<email>ken-oomichi@wx.jp.nec.com</email>
</author>
<published>2015-12-03T05:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/commit/?id=f68477508c4a76c0a5bef1c4e9896d3c283dde32'/>
<id>f68477508c4a76c0a5bef1c4e9896d3c283dde32</id>
<content type='text'>
server_groups_client is not released yet on the latest temepst-lib
(v0.11.0), so we can remove get_server_group() because nobody uses
this method.

Change-Id: Ibc63c797fa72ac265ca72a0786071c458531b87d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
server_groups_client is not released yet on the latest temepst-lib
(v0.11.0), so we can remove get_server_group() because nobody uses
this method.

Change-Id: Ibc63c797fa72ac265ca72a0786071c458531b87d
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docstring for create/update methods([h-q]*)</title>
<updated>2015-12-03T00:09:59+00:00</updated>
<author>
<name>Ken'ichi Ohmichi</name>
<email>ken-oomichi@wx.jp.nec.com</email>
</author>
<published>2015-12-02T01:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/commit/?id=2921aab7836652b44be774fbb098e11085153689'/>
<id>2921aab7836652b44be774fbb098e11085153689</id>
<content type='text'>
As we discussed on
http://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html
we need to write docstring for http POST/PUT methods.
This patch adds docstring for create/update methods of compute client
[h-q]*. In addition, this patch fixes some inconsistencies like "Creates"
is changed to "Create".

Change-Id: I7c96053f0389b31b6321f0290a210a132862c90e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we discussed on
http://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html
we need to write docstring for http POST/PUT methods.
This patch adds docstring for create/update methods of compute client
[h-q]*. In addition, this patch fixes some inconsistencies like "Creates"
is changed to "Create".

Change-Id: I7c96053f0389b31b6321f0290a210a132862c90e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docstring for create/update methods([a-f]*)</title>
<updated>2015-12-02T23:58:50+00:00</updated>
<author>
<name>Ken'ichi Ohmichi</name>
<email>ken-oomichi@wx.jp.nec.com</email>
</author>
<published>2015-12-02T00:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/tempest-lib.git/commit/?id=f3af1ab54affbae6b7ac480d636b43dff6fb9cc4'/>
<id>f3af1ab54affbae6b7ac480d636b43dff6fb9cc4</id>
<content type='text'>
As we discussed on
http://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html
we need to write docstring for http POST/PUT methods.
This patch adds docstring for create/update methods of compute client
[a-f]*. In addition, this patch fixes some inconsistencies like "Creates"
is changed to "Create".

Change-Id: Ibb395364ee60c3a72daecb2b65d6525d19f28e7d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we discussed on
http://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html
we need to write docstring for http POST/PUT methods.
This patch adds docstring for create/update methods of compute client
[a-f]*. In addition, this patch fixes some inconsistencies like "Creates"
is changed to "Create".

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