<div style="font-family:Verdana;font-size:14px;color:#000;"><div>Oh,no. I know we support to get the list migrations filter by "migration-type". Actually, I just want to know why the "<span style="font-family: "lucida Grande", Verdana;">new_instance_type_id" and "old_instance_type_id" in response of list_migrations</span> the response should be an *internal* value<font face="sans-serif" size="2"><span style="white-space: pre-wrap;">.</span></font></div><div style="font:Verdana normal 14px;color:#000;padding:8px 0px;"><div> </div><div> </div><div style="FONT-SIZE: 12px;FONT-FAMILY: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="FONT-SIZE: 12px;background:#efefef;padding:8px;"><div><b>From:</b> "Brin Zhang(张百林)"<zhangbailin@inspur.com>; </div><div><b>Date:</b> 2020年3月4日(星期三) 下午5:09</div><div><b>To:</b> "lijie@unitedstack.com"<lijie@unitedstack.com>; "openstack-discuss@lists.openstack.org"<openstack-discuss@lists.openstack.org>; </div><div><b>Subject:</b> Re: [lists.openstack.org代发][nova] ask some questions about flavor</div></div><div> </div><style></style><!--[endif]----><!--[endif]---->


<div class="WordSection1">
<p class="MsoNormal"><b><span lang="EN-US" style=" font-size:11.0pt ; ;  ">Items:</span></b><span lang="EN-US" style=" font-size:11.0pt ; ;  "> [lists.openstack.org</span><span style=" font-size:11.0pt ; ;  ">代发<span lang="EN-US">][nova]
 ask some questions about flavor<o:p></o:p></span></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<div>
<div>
<p class="MsoNormal"><span lang="EN-US">Hi,all:<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span lang="EN-US">> I have two questions about the flavor. One is the property "</span><span lang="EN-US" style="   ;   ">OS-FLV-DISABLED:disabled</span><span lang="EN-US">" defined
 when we created the flavor, but there is no method to change the property. And I see a patch about this [1], but it is abandoned. So I want to know our community how
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">> to consider this function.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:10.5pt ; ;  "><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:10.5pt ; ;  "></span><span lang="EN-US">"</span><span lang="EN-US" style="   ;   ">OS-FLV-DISABLED:disabled</span><span lang="EN-US">",
 this is typically only visible to administrative users. I'm not sure if it is worth supporting the modification/update. I think it should be planned in advance for managers. If the specific extra spec bound to flavor is only used as a dedicated flavor.</span><span lang="EN-US" style=" font-size:10.5pt ; ;  "><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:10.5pt ; ;  "><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span lang="EN-US">> Another one is when we call the "list-migrations" api, why we receive the new_instance_type_id and old_instance_type_id in response of list_migrations should be internal value for the migration-type is "resize"[2]?
 Maybe the value should be exposed on REST <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">> API, so that we can know which is the old flavor.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:10.5pt ; ;  "><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:14.0pt ; ;  ">In microversion 2.23 we support to show “migration-type” in the List Migrations API [1][2], I think you call List Migrations REST  API is not add the “OpenStack-API-Version”
 or “X-OpenStack-Nova-API-Version”, right</span><span style="font-size:14.0pt">?</span><span lang="EN-US" style=" font-size:14.0pt ; ;  "><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:14.0pt ; ;  "><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:14.0pt ; ;  ">And you can get the list migrations filter by “migration-type” (enum in: evacuation, live-migration, migration (cold), resize), as the call such as:
<a href="http://192.168.2.11/compute/v2.1/os-migrations?migration_type=resize" target="_blank">http://192.168.2.11/compute/v2.1/os-migrations?migration_type=resize</a> that show what migration type what you want.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:10.5pt ; ;  "><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:14.0pt ; ;  ">[1] API changes:</span><span lang="EN-US" style=" font-size:10.5pt ; ;  ">
</span><span lang="EN-US"><a href="https://docs.openstack.org/api-ref/compute/?expanded=list-migrations-detail,show-migration-details-detail,id320-detail#list-migrations" target="_blank">https://docs.openstack.org/api-ref/compute/?expanded=list-migrations-detail,show-migration-details-detail,id320-detail#list-migrations</a><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:14.0pt ; ;  ">[2] microverion 2.3:</span><span lang="EN-US">
<a href="https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id21" target="_blank">
https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id21</a></span><span lang="EN-US" style=" font-size:10.5pt ; ;  "><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style=" font-size:10.5pt ; ;  "><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span lang="EN-US">> Can you tell me more about this? Thank you very much.<o:p></o:p></span></p>
</div>
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:14.4pt;margin-left:0cm;max-width: 45em">
<span lang="EN-US" style=" font-size:9.0pt ; ;;color:#333333 "><o:p> </o:p></span></p>
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:14.4pt;margin-left:0cm;max-width: 45em">
<span lang="EN-US" style=" font-size:9.0pt ; ;;color:#333333 "><o:p> </o:p></span></p>
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:14.4pt;margin-left:0cm;max-width: 45em">
<span lang="EN-US" style=" font-size:9.0pt ; ;;color:#333333 "><o:p> </o:p></span></p>
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:14.4pt;margin-left:0cm;max-width: 45em">
<span lang="EN-US" style=" font-size:9.0pt ; ;;color:#333333 "><o:p> </o:p></span></p>
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:14.4pt;margin-left:0cm;max-width: 45em">
<span lang="EN-US" style=" font-size:9.0pt ; ;;color:#333333 ">Ref:<o:p></o:p></span></p>
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:14.4pt;margin-left:0cm;max-width: 45em">
<span lang="EN-US" style=" font-size:9.0pt ; ;;color:#333333 ">[1]:<a href="https://review.opendev.org/#/c/61291/" target="_blank"><span style=" font-size:10.5pt ; ;  ">https://review.opendev.org/#/c/61291/</span></a><o:p></o:p></span></p>
<p style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:14.4pt;margin-left:0cm;max-width: 45em">
<span lang="EN-US" style=" font-size:9.0pt ; ;;color:#333333 ">[2]:<a href="https://review.opendev.org/#/c/588481/4" target="_blank"><span style=" font-size:10.5pt ; ;  ">https://review.opendev.org/#/c/588481/</span></a><o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span lang="EN-US">Best Regards<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span lang="EN-US">Rambo<o:p></o:p></span></p>
</div>
</div>
</div>


  <!--<![endif]--><style></style></div></div>