<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git, branch stable/wallaby</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Merge "[stable-only] Add munch in requirements.txt" into stable/wallaby</title>
<updated>2023-02-01T07:12:54+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2023-02-01T07:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=d6ea23e557f0b2e1c6eeb2ba4232db4ee0f5033b'/>
<id>d6ea23e557f0b2e1c6eeb2ba4232db4ee0f5033b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[stable-only] Add munch in requirements.txt</title>
<updated>2023-01-31T17:44:37+00:00</updated>
<author>
<name>Ghanshyam Mann</name>
<email>gmann@ghanshyammann.com</email>
</author>
<published>2023-01-31T17:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=d00fe107e712e6a2abe845f9cfbb5790bff33149'/>
<id>d00fe107e712e6a2abe845f9cfbb5790bff33149</id>
<content type='text'>
'munch' module is used in openstackclient/network/sdk_utils.py
- https://github.com/openstack/python-openstackclient/blob/db417598ed958b3f1877906d5d1bc7c5896ea168/openstackclient/network/sdk_utils.py#L13

and in upstream testing (openstacksdk-functional-devstack job)
was installing it via sdks requirements.txt which was removed
recently and end up failing this job for &lt;=stable/xena
- https://review.opendev.org/c/openstack/openstacksdk/+/865045

and end up failing openstacksdk-functional-devstack job for &lt;=stable/xena
- https://zuul.openstack.org/builds?job_name=openstacksdk-functional-devstack&amp;branch=stable%2Fxena&amp;skip=0

This is case for &lt;=stable/xena only as openstackclient/network/sdk_utils.py
is not present after that.

Change-Id: I2a88e79d134ec1362e8361629cb2a8ae14dc7b67
(cherry picked from commit e6da07b977fab75f087827c764d63deb8a8f9d04)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'munch' module is used in openstackclient/network/sdk_utils.py
- https://github.com/openstack/python-openstackclient/blob/db417598ed958b3f1877906d5d1bc7c5896ea168/openstackclient/network/sdk_utils.py#L13

and in upstream testing (openstacksdk-functional-devstack job)
was installing it via sdks requirements.txt which was removed
recently and end up failing this job for &lt;=stable/xena
- https://review.opendev.org/c/openstack/openstacksdk/+/865045

and end up failing openstacksdk-functional-devstack job for &lt;=stable/xena
- https://zuul.openstack.org/builds?job_name=openstacksdk-functional-devstack&amp;branch=stable%2Fxena&amp;skip=0

This is case for &lt;=stable/xena only as openstackclient/network/sdk_utils.py
is not present after that.

Change-Id: I2a88e79d134ec1362e8361629cb2a8ae14dc7b67
(cherry picked from commit e6da07b977fab75f087827c764d63deb8a8f9d04)
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace assertItemsEqual with assertCountEqual</title>
<updated>2023-01-31T15:58:48+00:00</updated>
<author>
<name>Alfredo Moralejo</name>
<email>amoralej@redhat.com</email>
</author>
<published>2023-01-31T15:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f'/>
<id>42d9b6ea571e30e4ca1fda9a21dd6ad2189a4f2f</id>
<content type='text'>
Similar to [1] required after adding some new tests in [2]

[1] https://review.opendev.org/c/openstack/python-openstackclient/+/805790
[2] https://review.opendev.org/c/openstack/python-openstackclient/+/819938

Change-Id: I6f4f867048793f9e1e1a05afa4f2beaf8def5053
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar to [1] required after adding some new tests in [2]

[1] https://review.opendev.org/c/openstack/python-openstackclient/+/805790
[2] https://review.opendev.org/c/openstack/python-openstackclient/+/819938

Change-Id: I6f4f867048793f9e1e1a05afa4f2beaf8def5053
</pre>
</div>
</content>
</entry>
<entry>
<title>volume: Allow more versions</title>
<updated>2023-01-11T17:45:09+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2021-05-24T19:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=e1872e01bfcb2edc5cbd6e6f44a1cfa6443dea18'/>
<id>e1872e01bfcb2edc5cbd6e6f44a1cfa6443dea18</id>
<content type='text'>
Copy the API version checks from the 'openstackclient.compute.client'
module. These will only be necessary until we migrate everything to SDK
but it's very helpful until then.

Change-Id: I2d9c68db5bf891ffa25fd5a7fc9e8953e44b73ab
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
(cherry picked from commit 0f28588e48c1e296f834e8684f293c2cdf4afc33)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy the API version checks from the 'openstackclient.compute.client'
module. These will only be necessary until we migrate everything to SDK
but it's very helpful until then.

Change-Id: I2d9c68db5bf891ffa25fd5a7fc9e8953e44b73ab
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
(cherry picked from commit 0f28588e48c1e296f834e8684f293c2cdf4afc33)
</pre>
</div>
</content>
</entry>
<entry>
<title>compute: Note that '--password' is deployment-specific</title>
<updated>2022-12-13T16:15:36+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2021-06-16T15:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=92dafb3a19d19db87c81471a4a931b41d19e2c5a'/>
<id>92dafb3a19d19db87c81471a4a931b41d19e2c5a</id>
<content type='text'>
Password injection requires either hypervisor-support or an agent
running in the guest that will talk to the metadata service. It can be
disabled for a deployment using the '[api] enable_instance_password'
nova config option. Indicate this, albeit briefly.

Change-Id: Ief94ea07fc7ab6a487af972e8759ca6704d8f085
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
(cherry picked from commit 280b14abcddf3a308a819771117dd6b72d802642)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Password injection requires either hypervisor-support or an agent
running in the guest that will talk to the metadata service. It can be
disabled for a deployment using the '[api] enable_instance_password'
nova config option. Indicate this, albeit briefly.

Change-Id: Ief94ea07fc7ab6a487af972e8759ca6704d8f085
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
(cherry picked from commit 280b14abcddf3a308a819771117dd6b72d802642)
</pre>
</div>
</content>
</entry>
<entry>
<title>compute: Require image when rebuilding a volume-backed server</title>
<updated>2022-09-30T10:33:46+00:00</updated>
<author>
<name>whoami-rajat</name>
<email>rajatdhasmana@gmail.com</email>
</author>
<published>2022-09-14T10:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=ad924068f89439fbf2fbaaf394280eeeefd6c3e9'/>
<id>ad924068f89439fbf2fbaaf394280eeeefd6c3e9</id>
<content type='text'>
A volume-backed server will have no image attribute (or rather the image
property will be set to the empty string). As such, if you want to try
rebuild you will need to specify an image [*]. Enforce this.

[*] Before microversion 2.93, this must be the same image. However, we
don't touch on that here. This will be addressed later.

Change-Id: I6842dabd7acb4e3a78f894e55e616625757eb6a4
Story: 2010297
Task: 46290
(cherry picked from commit 1f63034441a63b968185e1678049c01205b8e6d7)
(cherry picked from commit 0118d57c027c630f726dba4659c1e554ba833405)
(cherry picked from commit 53d8667b4bdd749177f39473674a917c0ad5df22)
(cherry picked from commit db417598ed958b3f1877906d5d1bc7c5896ea168)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A volume-backed server will have no image attribute (or rather the image
property will be set to the empty string). As such, if you want to try
rebuild you will need to specify an image [*]. Enforce this.

[*] Before microversion 2.93, this must be the same image. However, we
don't touch on that here. This will be addressed later.

Change-Id: I6842dabd7acb4e3a78f894e55e616625757eb6a4
Story: 2010297
Task: 46290
(cherry picked from commit 1f63034441a63b968185e1678049c01205b8e6d7)
(cherry picked from commit 0118d57c027c630f726dba4659c1e554ba833405)
(cherry picked from commit 53d8667b4bdd749177f39473674a917c0ad5df22)
(cherry picked from commit db417598ed958b3f1877906d5d1bc7c5896ea168)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "compute: Show flavor in 'server list' with API &gt;= 2.47" into stable/wallaby</title>
<updated>2022-07-05T14:07:26+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-07-05T14:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=5c9661c15a8c4aaadc18ec90f6f48ee7aaa91a61'/>
<id>5c9661c15a8c4aaadc18ec90f6f48ee7aaa91a61</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/wallaby</title>
<updated>2022-07-05T14:07:25+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-07-05T14:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=717383cf86265350fc8f9eb9dbad51300a81c20a'/>
<id>717383cf86265350fc8f9eb9dbad51300a81c20a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix typo error in listing server's column name" into stable/wallaby</title>
<updated>2022-07-05T14:07:18+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-07-05T14:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=acc5f202a366691092feafb5ed28495a9a1f41dd'/>
<id>acc5f202a366691092feafb5ed28495a9a1f41dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix: create image from volume command" into stable/wallaby</title>
<updated>2022-07-04T13:38:29+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-07-04T13:38:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=a17eef1b6a4c540d785b32d4f82f252e90568f6d'/>
<id>a17eef1b6a4c540d785b32d4f82f252e90568f6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
