<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/compute, branch stable/victoria</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 "compute: Show flavor in 'server list' with API &gt;= 2.47" into stable/victoria</title>
<updated>2022-07-06T00:34:25+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-07-06T00:34:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=b559122bc67688e4cf80782fb884f33e0bec3762'/>
<id>b559122bc67688e4cf80782fb884f33e0bec3762</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "compute: Reorder building of columns for 'server list'" into stable/victoria</title>
<updated>2022-07-06T00:29:15+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-07-06T00:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=b4c2fd9a6768eaa9703375a5225cc440341693ce'/>
<id>b4c2fd9a6768eaa9703375a5225cc440341693ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compute: Add missing options for 'server group list'</title>
<updated>2022-07-04T03:24:38+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2020-12-10T11:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=768dca5a695d78d8c5c22fca185137d3c5b8c07c'/>
<id>768dca5a695d78d8c5c22fca185137d3c5b8c07c</id>
<content type='text'>
Add pagination parameters, '--limit' and '--offset'. It's unfortunate
that we can't use '--marker' like elsewhere but that requires
server-side support to be truly effective.

Change-Id: I186adc8cdf28e9c540ad22bca6684d9dd892976a
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
(cherry picked from commit 5ec4d4c7188f4766d270be32e12b64b709d2b835)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add pagination parameters, '--limit' and '--offset'. It's unfortunate
that we can't use '--marker' like elsewhere but that requires
server-side support to be truly effective.

Change-Id: I186adc8cdf28e9c540ad22bca6684d9dd892976a
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
(cherry picked from commit 5ec4d4c7188f4766d270be32e12b64b709d2b835)
</pre>
</div>
</content>
</entry>
<entry>
<title>compute: Show flavor in 'server list' with API &gt;= 2.47</title>
<updated>2021-12-08T00:39:50+00:00</updated>
<author>
<name>Khomesh Thakre</name>
<email>khomeshthakre24@gmail.com</email>
</author>
<published>2020-11-06T17:15:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=fef473390c7bb6874a38b98053e54cf18547b23c'/>
<id>fef473390c7bb6874a38b98053e54cf18547b23c</id>
<content type='text'>
Fix the issue where the flavor name was empty in server list output.
This requires somewhat invasive unit test changes to reflect the changed
API response from the server, but this has the upside of meaning we
don't need new tests since what we have validates things.
Also drop the flavor ID column as it is removed from the compute API.

Conflicts:
    openstackclient/tests/unit/compute/v2/test_server.py

NOTE(melwitt): The conflicts and differences from the cherry picked
change are because the following changes are not in Victoria:

  * I4811f8f66dcb14ed99cc1cfb80b00e2d77afe45f
    (compute: Add 'server * --all-projects' option)
  * I7a8349106e211c57c4577b75326b39b88bd9ac1e
    (compute: Fix 'server * -f yaml' output)
  * I84848c0bf8ab3c36dd821141191e2725e4e3b58b (Remove usage of six)
  * Ieeb1f22df7092e66a411b6a36eafb3e16efc2fc2
    (compute: Add missing options for 'server list')
  * If065602792958ff0145ae9f2e05f5b7a3177905c
    (Compute: Add tags support for server)
  * I25a4da697e27c0fba4d28b504377667eb18f15fe
    (compute: Add '--force' option to 'server delete')
  * I463993170c03a1d98c47ab6a3c19131b7fca1099 (Remove oslo.utils)
  * I18991adf899c7b72c98bb89871bf0715d35943f0
    (Add a few selectable fields to the "openstack server list" output)
  * I62b2ed8488ee4ac9c42051311bcfb455506ddd90
    (Switch compute flavors from novaclient/direct to SDK)

Change-Id: Ica3320242a38901c1180b2b29109c9474366fde0
Signed-off-by: Khomesh Thakre &lt;khomeshthakre24@gmail.com&gt;
Story: 2008257
Task: 41113
(cherry picked from commit 8e362402dee07744668bcf7f6774af4fbe9a07e3)
(cherry picked from commit 0873e7580eceab07c3be0824d2ea4163491f8d6e)
(cherry picked from commit 4b7e777c0ce19aa67a9a33cbeb3b4ee2b052383f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the issue where the flavor name was empty in server list output.
This requires somewhat invasive unit test changes to reflect the changed
API response from the server, but this has the upside of meaning we
don't need new tests since what we have validates things.
Also drop the flavor ID column as it is removed from the compute API.

Conflicts:
    openstackclient/tests/unit/compute/v2/test_server.py

NOTE(melwitt): The conflicts and differences from the cherry picked
change are because the following changes are not in Victoria:

  * I4811f8f66dcb14ed99cc1cfb80b00e2d77afe45f
    (compute: Add 'server * --all-projects' option)
  * I7a8349106e211c57c4577b75326b39b88bd9ac1e
    (compute: Fix 'server * -f yaml' output)
  * I84848c0bf8ab3c36dd821141191e2725e4e3b58b (Remove usage of six)
  * Ieeb1f22df7092e66a411b6a36eafb3e16efc2fc2
    (compute: Add missing options for 'server list')
  * If065602792958ff0145ae9f2e05f5b7a3177905c
    (Compute: Add tags support for server)
  * I25a4da697e27c0fba4d28b504377667eb18f15fe
    (compute: Add '--force' option to 'server delete')
  * I463993170c03a1d98c47ab6a3c19131b7fca1099 (Remove oslo.utils)
  * I18991adf899c7b72c98bb89871bf0715d35943f0
    (Add a few selectable fields to the "openstack server list" output)
  * I62b2ed8488ee4ac9c42051311bcfb455506ddd90
    (Switch compute flavors from novaclient/direct to SDK)

Change-Id: Ica3320242a38901c1180b2b29109c9474366fde0
Signed-off-by: Khomesh Thakre &lt;khomeshthakre24@gmail.com&gt;
Story: 2008257
Task: 41113
(cherry picked from commit 8e362402dee07744668bcf7f6774af4fbe9a07e3)
(cherry picked from commit 0873e7580eceab07c3be0824d2ea4163491f8d6e)
(cherry picked from commit 4b7e777c0ce19aa67a9a33cbeb3b4ee2b052383f)
</pre>
</div>
</content>
</entry>
<entry>
<title>compute: Reorder building of columns for 'server list'</title>
<updated>2021-12-04T05:58:48+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2021-01-26T16:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3c280727e7da7661e4a31266b11f5eb0893fdb0f'/>
<id>3c280727e7da7661e4a31266b11f5eb0893fdb0f</id>
<content type='text'>
This has no impact on the end result, but it should make fixing issues
introduced by API microversion 2.69 a little easier.

Conflicts:
    openstackclient/compute/v2/server.py

NOTE(melwitt): The conflicts are because the following changes are not
in Victoria:

  * I463993170c03a1d98c47ab6a3c19131b7fca1099 (Remove oslo.utils)
  * I18991adf899c7b72c98bb89871bf0715d35943f0 (Add a few selectable
    fields to the "openstack server list" output)
  * I2f2033a8d49ee42eb21696a9cd28e63ad9712fad (trivial: Cleanup docs
    for 'server list')

Change-Id: I7d70eac8aa1a6197ed05a49f071e6899ec219c03
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
(cherry picked from commit 4c3de28e83babb0672950320a20492dc61803b4a)
(cherry picked from commit f4adbcef7b1b18d9454109a020e5e2c6ad78b5f1)
(cherry picked from commit cb621f22d4547c20f5722058be8d99de936a48c6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has no impact on the end result, but it should make fixing issues
introduced by API microversion 2.69 a little easier.

Conflicts:
    openstackclient/compute/v2/server.py

NOTE(melwitt): The conflicts are because the following changes are not
in Victoria:

  * I463993170c03a1d98c47ab6a3c19131b7fca1099 (Remove oslo.utils)
  * I18991adf899c7b72c98bb89871bf0715d35943f0 (Add a few selectable
    fields to the "openstack server list" output)
  * I2f2033a8d49ee42eb21696a9cd28e63ad9712fad (trivial: Cleanup docs
    for 'server list')

Change-Id: I7d70eac8aa1a6197ed05a49f071e6899ec219c03
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
(cherry picked from commit 4c3de28e83babb0672950320a20492dc61803b4a)
(cherry picked from commit f4adbcef7b1b18d9454109a020e5e2c6ad78b5f1)
(cherry picked from commit cb621f22d4547c20f5722058be8d99de936a48c6)
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate 'server group create --policy' option</title>
<updated>2021-01-11T14:19:20+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2020-10-13T14:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=d3d43c7c4eb27d3213bfba50052211e615d4d1e4'/>
<id>d3d43c7c4eb27d3213bfba50052211e615d4d1e4</id>
<content type='text'>
We were documenting that some of these policies were only supported with
specific microversions, however, we weren't actually enforcing that,
leading to a poor user experience. Correct this.

Change-Id: Ic3c555226a220efd9b0f27edffccf6c4c95c2747
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
Story: #2007727
Task: #39882
(cherry picked from commit ab0b1fe885ee0a210a58008b631521025be7f3eb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were documenting that some of these policies were only supported with
specific microversions, however, we weren't actually enforcing that,
leading to a poor user experience. Correct this.

Change-Id: Ic3c555226a220efd9b0f27edffccf6c4c95c2747
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
Story: #2007727
Task: #39882
(cherry picked from commit ab0b1fe885ee0a210a58008b631521025be7f3eb)
</pre>
</div>
</content>
</entry>
<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>
</feed>
