<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/nova.git/nova/api, branch master</title>
<subtitle>opendev.org: openstack/nova.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/'/>
<entry>
<title>Merge "Revert "Debug Nova APIs call failures""</title>
<updated>2023-05-09T23:54:04+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2023-05-09T23:54:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=105afb338b7dd25916fe601c2a226c2a552c44c7'/>
<id>105afb338b7dd25916fe601c2a226c2a552c44c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Debug Nova APIs call failures"</title>
<updated>2023-05-02T15:51:28+00:00</updated>
<author>
<name>Sylvain Bauza</name>
<email>sbauza@redhat.com</email>
</author>
<published>2023-05-02T15:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=6833695e70bba31b84a0a19301657bc59ae1710b'/>
<id>6833695e70bba31b84a0a19301657bc59ae1710b</id>
<content type='text'>
This reverts commit afb0f774841d30dcae9c074d524e7fa9be840678.

Reason for revert: 

We unfortunately leak the token in the logs which is considered a security flaw, even if only provided on DEBUG level.

Change-Id: I52b52e65b689dadbdb08122c94652c491f850de6
Closes-Bug: #2012993
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit afb0f774841d30dcae9c074d524e7fa9be840678.

Reason for revert: 

We unfortunately leak the token in the logs which is considered a security flaw, even if only provided on DEBUG level.

Change-Id: I52b52e65b689dadbdb08122c94652c491f850de6
Closes-Bug: #2012993
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: mark the max microversion for 2023.1 Antelope</title>
<updated>2023-02-19T01:56:26+00:00</updated>
<author>
<name>Takashi Natsume</name>
<email>takanattie@gmail.com</email>
</author>
<published>2023-02-12T12:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=d82fa9f2f7d80e9217adb4d839d1d376ec36c2f8'/>
<id>d82fa9f2f7d80e9217adb4d839d1d376ec36c2f8</id>
<content type='text'>
Just follows the pattern that we do every release.

Signed-off-by: Takashi Natsume &lt;takanattie@gmail.com&gt;
Change-Id: Iaba463eedf8ec24303a18d5ba63087cd26ca16d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just follows the pattern that we do every release.

Signed-off-by: Takashi Natsume &lt;takanattie@gmail.com&gt;
Change-Id: Iaba463eedf8ec24303a18d5ba63087cd26ca16d3
</pre>
</div>
</content>
</entry>
<entry>
<title>fup: support evacuate target state</title>
<updated>2023-02-06T13:25:33+00:00</updated>
<author>
<name>Sahid Orentino Ferdjaoui</name>
<email>sahid.ferdjaoui@industrialdiscipline.com</email>
</author>
<published>2023-02-01T12:12:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=1d707a72fc58103e9cd3b9258cf0fb3958298fad'/>
<id>1d707a72fc58103e9cd3b9258cf0fb3958298fad</id>
<content type='text'>
This fix minors comments that have been noticed.

Signed-off-by: Sahid Orentino Ferdjaoui &lt;sahid.ferdjaoui@industrialdiscipline.com&gt;
Change-Id: Iee6c224aa0f26d8550b38a8f69b28d8648b1da70
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix minors comments that have been noticed.

Signed-off-by: Sahid Orentino Ferdjaoui &lt;sahid.ferdjaoui@industrialdiscipline.com&gt;
Change-Id: Iee6c224aa0f26d8550b38a8f69b28d8648b1da70
</pre>
</div>
</content>
</entry>
<entry>
<title>api: extend evacuate instance to support target state</title>
<updated>2023-01-31T17:16:00+00:00</updated>
<author>
<name>Sahid Orentino Ferdjaoui</name>
<email>sahid.ferdjaoui@industrialdiscipline.com</email>
</author>
<published>2022-10-27T07:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=d732ee38a1c596ab2720de51e91f83d6dbc727cf'/>
<id>d732ee38a1c596ab2720de51e91f83d6dbc727cf</id>
<content type='text'>
Start to v2.95 any evacuated instances will be stopped a destination

Implements: bp/allowing-target-state-for-evacuate
Signed-off-by: Sahid Orentino Ferdjaoui &lt;sahid.ferdjaoui@industrialdiscipline.com&gt;
Change-Id: I141b6f057cc4eb9c541c2bc6eddae27270ede08d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Start to v2.95 any evacuated instances will be stopped a destination

Implements: bp/allowing-target-state-for-evacuate
Signed-off-by: Sahid Orentino Ferdjaoui &lt;sahid.ferdjaoui@industrialdiscipline.com&gt;
Change-Id: I141b6f057cc4eb9c541c2bc6eddae27270ede08d
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle InstanceInvalidState exception</title>
<updated>2023-01-23T11:06:26+00:00</updated>
<author>
<name>Rajesh Tailor</name>
<email>ratailor@redhat.com</email>
</author>
<published>2022-10-11T12:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=ec40d5aee34e9428e2a19231fc3df4d23d75b779'/>
<id>ec40d5aee34e9428e2a19231fc3df4d23d75b779</id>
<content type='text'>
When instance task state is 'deleting' or 'migrating', then
get_vnc_console throws 500 error, as InstanceInvalidState
exception is not handled there.

This change handles InstanceInvalidState in api layer in
get_vnc_console call.

Closes-Bug: #1968618
Change-Id: Ia738a0972b050f549f446c85171d3f33e60ada4f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When instance task state is 'deleting' or 'migrating', then
get_vnc_console throws 500 error, as InstanceInvalidState
exception is not handled there.

This change handles InstanceInvalidState in api layer in
get_vnc_console call.

Closes-Bug: #1968618
Change-Id: Ia738a0972b050f549f446c85171d3f33e60ada4f
</pre>
</div>
</content>
</entry>
<entry>
<title>Microversion 2.94: FQDN in hostname</title>
<updated>2023-01-17T15:59:37+00:00</updated>
<author>
<name>Artom Lifshitz</name>
<email>alifshit@redhat.com</email>
</author>
<published>2023-01-11T11:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=9980b9ad52a24998bc36fc191118a3d924b0a880'/>
<id>9980b9ad52a24998bc36fc191118a3d924b0a880</id>
<content type='text'>
Extend microversion 2.90 to allow FQDNs in the hostname parameter.
Multi-create with --hostname continues to be refused, returning error
400 to the user. This simplifies the code by not needing to handle any
sort of suffix or prefix mangling of the FQDN to handle multiple
instances. No other changes are made - not Neutron integration,
metadata API changes (the FQDN will appear as-is in places where the
hostname currently appears), etc.

Change-Id: I47e397dc6da8263762479cc8ae4f8777a6d9d811
Implements: bp/fqdn-in-hostname
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extend microversion 2.90 to allow FQDNs in the hostname parameter.
Multi-create with --hostname continues to be refused, returning error
400 to the user. This simplifies the code by not needing to handle any
sort of suffix or prefix mangling of the FQDN to handle multiple
instances. No other changes are made - not Neutron integration,
metadata API changes (the FQDN will appear as-is in places where the
hostname currently appears), etc.

Change-Id: I47e397dc6da8263762479cc8ae4f8777a6d9d811
Implements: bp/fqdn-in-hostname
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove deleted projects from flavor access list"</title>
<updated>2023-01-12T18:50:49+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2023-01-12T18:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=922f5f6da4a0a4ef12a84736aa37eef887166727'/>
<id>922f5f6da4a0a4ef12a84736aa37eef887166727</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "[doc] Fix BFV Rescue trait name in microversion"</title>
<updated>2022-12-21T16:52:24+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-12-21T16:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=afc2ebacacf8f971b861057cf5f10590971ebf78'/>
<id>afc2ebacacf8f971b861057cf5f10590971ebf78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Support multiple config file with mod_wsgi"</title>
<updated>2022-12-12T15:16:14+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2022-12-12T15:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=e40ac0c798164d9d6c46088e783a5b117f7a3a90'/>
<id>e40ac0c798164d9d6c46088e783a5b117f7a3a90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
