<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<br class="">
<div class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jul 15, 2015, at 1:39 PM, <a href="mailto:hongbin.lu@huawei.com" class="">
hongbin.lu@huawei.com</a> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">+1 for the idea of using Nova flavor directly.</span></div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
Our initial resistance to using flavor is that you may want the same bay to have a combination of different flavors in it. I suppose this might still be possible by changing the flavor value in the bay, and then scaling it.</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">Why we introduced the “platform” field to indicate “vm” or “baremetel” is that magnum need to map a bay to a Heat template (which will be used to provision the
 bay). Currently, Magnum has three layers of mapping:<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt 36pt; font-size: 12pt; font-family: SimSun; text-indent: -18pt;" class="">
<span style="font-size: 11pt; font-family: Symbol; color: rgb(31, 73, 125);" class=""><span class="">・<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';" class="">        <span class="Apple-converted-space"> </span></span></span></span><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">platform:
 vm or baremetal<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt 36pt; font-size: 12pt; font-family: SimSun; text-indent: -18pt;" class="">
<span style="font-size: 11pt; font-family: Symbol; color: rgb(31, 73, 125);" class=""><span class="">・<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';" class="">        <span class="Apple-converted-space"> </span></span></span></span><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">os:
 atomic, coreos, …<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt 36pt; font-size: 12pt; font-family: SimSun; text-indent: -18pt;" class="">
<span style="font-size: 11pt; font-family: Symbol; color: rgb(31, 73, 125);" class=""><span class="">・<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';" class="">        <span class="Apple-converted-space"> </span></span></span></span><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">coe:
 kubernetes, swarm or mesos<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""> </span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">I think we could just replace “platform” with “flavor”, if we can populate a list of flovars for VM and another list of flavors for baremetal (We may need an
 additional list of flavors for container in the future for the nested container use case). Then, the new three layers would be:<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt 36pt; font-size: 12pt; font-family: SimSun; text-indent: -18pt;" class="">
<span style="font-size: 11pt; font-family: Symbol; color: rgb(31, 73, 125);" class=""><span class="">・<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';" class="">        <span class="Apple-converted-space"> </span></span></span></span><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">flavor:
 baremetal, m1.small, m1.medium,  …</span></div>
</div>
</blockquote>
<div><br class="">
</div>
Well, this would need to be a valid flavor name in nova for it to work. You might have several flavors that are all actually “baremetal”, so it would be up to the cloud operator to map all the flavors to the correct instance types. Perhaps it’s possible to
 determine which nova dirt driver would be used for each of the flavors, and look that up automatically in order to eliminate thinned for maintaining a mapping.</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">
<div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<div style="margin: 0cm 0cm 0.0001pt 36pt; font-size: 12pt; font-family: SimSun; text-indent: -18pt;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt 36pt; font-size: 12pt; font-family: SimSun; text-indent: -18pt;" class="">
<span style="font-size: 11pt; font-family: Symbol; color: rgb(31, 73, 125);" class=""><span class="">・<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';" class="">        <span class="Apple-converted-space"> </span></span></span></span><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">os:
 atomic, coreos, ...<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt 36pt; font-size: 12pt; font-family: SimSun; text-indent: -18pt;" class="">
<span style="font-size: 11pt; font-family: Symbol; color: rgb(31, 73, 125);" class=""><span class="">・<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';" class="">        <span class="Apple-converted-space"> </span></span></span></span><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">coe:
 kubernetes, swarm or mesos<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""> </span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">This approach can avoid introducing a new field in baymodel to indicate what Nova flavor already indicates.</span></div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
It would also give us the ability to pass in a flavor id as a parameter to our heat templates to allow them to be more easily used with different flavor sizes. IT could send the value from the bay model initially, or from the bay once it exists. It would also
 be possible to implement a ‘scale bay’ operation that would also take this as a parameter so you could accomplish the equivalent of “add an 8GB node to this bay”, or "add a giant baremetal node to this bay”.</div>
<div><br class="">
</div>
<div>Adrian</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">
<div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""> </span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">Best regards,<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">Hongbin<o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""> </span></div>
<div class="">
<div style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0cm 0cm;" class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<b class=""><span lang="EN-US" style="font-size: 10pt; font-family: Tahoma, sans-serif;" class="">From:</span></b><span lang="EN-US" style="font-size: 10pt; font-family: Tahoma, sans-serif;" class=""><span class="Apple-converted-space"> </span>Fox, Kevin M
 [<a href="mailto:Kevin.Fox@pnnl.gov" class="">mailto:Kevin.Fox@pnnl.gov</a>]<span class="Apple-converted-space"> </span><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>July-15-15 12:37 PM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>OpenStack Development Mailing List (not for usage questions)<br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [openstack-dev] [magnum] Magnum template manage use platform VS others as a type?<o:p class=""></o:p></span></div>
</div>
</div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<o:p class=""> </o:p></div>
<div class="">
<p class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 12pt; font-family: SimSun;">
<span style="font-size: 10pt; font-family: Tahoma, sans-serif;" class="">Maybe somehow I missed the point, but why not just use raw Nova flavors? They already abstract away irconic vs kvm vs hyperv/etc.<br class="">
<br class="">
Thanks,<br class="">
Kevin<o:p class=""></o:p></span></p>
<div class="">
<div class="MsoNormal" align="center" style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun; text-align: center;">
<span style="font-family: 'Times New Roman', serif;" class="">
<hr size="2" width="100%" align="center" class="">
</span></div>
<div id="divRpF188755" class="">
<p class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 12pt; font-family: SimSun;">
<b class=""><span style="font-size: 10pt; font-family: Tahoma, sans-serif;" class="">From:</span></b><span style="font-size: 10pt; font-family: Tahoma, sans-serif;" class=""><span class="Apple-converted-space"> </span>Daneyon Hansen (danehans) [<a href="mailto:danehans@cisco.com" class="">danehans@cisco.com</a>]<br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Wednesday, July 15, 2015 9:20 AM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>OpenStack Development Mailing List (not for usage questions)<br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [openstack-dev] [magnum] Magnum template manage use platform VS others as a type?</span><span style="font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></p>
</div>
<div class="">
<div class="">
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 10.5pt; font-family: Courier;" class="">All,</span><span style="font-size: 10.5pt; font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 10.5pt; font-family: 'Times New Roman', serif;" class=""> </span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 10.5pt; font-family: Courier;" class="">IMO virt_type does not properly describe bare metal deployments.  What about using the compute_driver parameter?</span><span style="font-size: 10.5pt; font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-family: 'Times New Roman', serif;" class=""> </span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<code style="font-family: SimSun;" class="">compute_driver</code><span style="font-size: 10.5pt; font-family: 'Times New Roman', serif;" class=""> = </span><code style="font-family: SimSun;" class="">None</code><span style="font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="" class=""><br class="">
<br class="">
</span><span style="font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<code style="font-family: SimSun;" class="">(StrOpt) Driver to use for controlling virtualization. Options include: libvirt.LibvirtDriver, xenapi.XenAPIDriver, fake.FakeDriver, baremetal.BareMetalDriver, vmwareapi.VMwareVCDriver, hyperv.HyperVDriver</code><span style="font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="" class=""><br class="">
<br class="">
</span><span style="font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<code style="font-family: SimSun;" class=""><span style="" class=""><a href="http://docs.openstack.org/kilo/config-reference/content/list-of-compute-config-options.html" target="_blank" style="color: purple; text-decoration: underline;" class="">http://docs.openstack.org/kilo/config-reference/content/list-of-compute-config-options.html</a></span></code><span style="font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span class="replaceable"><span style="font-family: 'Times New Roman', serif;" class=""><a href="http://docs.openstack.org/developer/ironic/deploy/install-guide.html" target="_blank" style="color: purple; text-decoration: underline;" class="">http://docs.openstack.org/developer/ironic/deploy/install-guide.html</a></span></span><span style="font-family: 'Times New Roman', serif;" class=""><o:p class=""></o:p></span></div>
</div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 10.5pt; font-family: Calibri, sans-serif;" class=""> </span></div>
</div>
<div style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0cm 0cm;" class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<b class=""><span style="font-size: 11pt; font-family: Calibri, sans-serif;" class="">From:<span class="Apple-converted-space"> </span></span></b><span style="font-size: 11pt; font-family: Calibri, sans-serif;" class="">Adrian Otto <<a href="mailto:adrian.otto@rackspace.com" target="_blank" style="color: purple; text-decoration: underline;" class="">adrian.otto@rackspace.com</a>><br class="">
<b class="">Reply-To:<span class="Apple-converted-space"> </span></b>"OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org" target="_blank" style="color: purple; text-decoration: underline;" class="">openstack-dev@lists.openstack.org</a>><br class="">
<b class="">Date:<span class="Apple-converted-space"> </span></b>Tuesday, July 14, 2015 at 7:44 PM<br class="">
<b class="">To:<span class="Apple-converted-space"> </span></b>"OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org" target="_blank" style="color: purple; text-decoration: underline;" class="">openstack-dev@lists.openstack.org</a>><br class="">
<b class="">Subject:<span class="Apple-converted-space"> </span></b>Re: [openstack-dev] [magnum] Magnum template manage use platform VS others as a type?<o:p class=""></o:p></span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 10.5pt; font-family: Calibri, sans-serif;" class=""> </span></div>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="border-style: none none none solid; border-left-color: rgb(181, 196, 223); border-left-width: 4.5pt; padding: 0cm 0cm 0cm 4pt; margin-left: 3.75pt; margin-right: 0cm;" class="">
<div class="">
<div class="">
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 10.5pt; font-family: Calibri, sans-serif;" class="">One drawback to virt_type if not seen in the context of the acceptable values, is that it should be set to values like libvirt, xen, ironic, etc. That might actually be good. Instead
 of using the values 'vm' or 'baremetal', we use the name of the nova virt driver, and interpret those to be vm or baremetal types. So if I set the value to 'xen', I know the nova instance type is a vm, and 'ironic' means a baremetal nova instance. <o:p class=""></o:p></span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 10.5pt; font-family: Calibri, sans-serif;" class=""> </span></div>
</div>
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 10.5pt; font-family: Calibri, sans-serif;" class="">Adrian<o:p class=""></o:p></span></div>
</div>
<p class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 12pt; font-family: SimSun;">
<span style="font-size: 10.5pt; font-family: Calibri, sans-serif;" class=""><br class="">
<br class="">
-------- Original message --------<br class="">
From: Hongbin Lu <<a href="mailto:hongbin.lu@huawei.com" target="_blank" style="color: purple; text-decoration: underline;" class="">hongbin.lu@huawei.com</a>><span class="Apple-converted-space"> </span><br class="">
Date: 07/14/2015 7:20 PM (GMT-08:00)<span class="Apple-converted-space"> </span><br class="">
To: "OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org" target="_blank" style="color: purple; text-decoration: underline;" class="">openstack-dev@lists.openstack.org</a>><span class="Apple-converted-space"> </span><br class="">
Subject: Re: [openstack-dev] [magnum] Magnum template manage use platform VS others as a type?<o:p class=""></o:p></span></p>
<div class="">
<div class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">I am going to propose a third option:</span><span style="" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""> </span><span style="" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">3. virt_type</span><span style="" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""> </span><span style="" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">I have concerns about option 1 and 2, because “instance_type” and flavor was used interchangeably before [1]. If we use “instance_type” to indicate “vm” or “baremetal”,
 it may cause confusions.</span><span style="" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""> </span><span style="" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">[1]<span class="Apple-converted-space"> </span><a href="https://blueprints.launchpad.net/nova/+spec/flavor-instance-type-dedup" target="_blank" style="color: purple; text-decoration: underline;" class="">https://blueprints.launchpad.net/nova/+spec/flavor-instance-type-dedup</a></span><span style="" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""> </span><span style="" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">Best regards,</span><span style="" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class="">Hongbin</span><span style="" class=""><o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);" class=""> </span><span style="" class=""><o:p class=""></o:p></span></div>
<div class="">
<div style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0cm 0cm;" class="">
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<b class=""><span lang="EN-US" style="font-size: 10pt; font-family: Tahoma, sans-serif;" class="">From:</span></b><span lang="EN-US" style="font-size: 10pt; font-family: Tahoma, sans-serif;" class=""><span class="Apple-converted-space"> </span>Kai Qiang Wu
 [<a href="mailto:wkqwu@cn.ibm.com" target="_blank" style="color: purple; text-decoration: underline;" class="">mailto:wkqwu@cn.ibm.com</a>]<span class="Apple-converted-space"> </span><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>July-14-15 9:35 PM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span><a href="mailto:openstack-dev@lists.openstack.org" target="_blank" style="color: purple; text-decoration: underline;" class="">openstack-dev@lists.openstack.org</a><br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>[openstack-dev] [magnum] Magnum template manage use platform VS others as a type?</span><span style="" class=""><o:p class=""></o:p></span></div>
</div>
</div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="" class=""> <o:p class=""></o:p></span></div>
<div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: SimSun;" class="">
<span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">Hi Magnum Guys,</span><span style="" class=""><br class="">
<br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">I want to raise this question through ML.</span><span style="" class=""><br class="">
<br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">In this patch<span class="Apple-converted-space"> </span></span><span style="" class=""><a href="https://review.openstack.org/#/c/200401/" target="_blank" style="color: purple; text-decoration: underline;" class=""><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">https://review.openstack.org/#/c/200401/</span></a><br class="">
<br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">For some old history reason, we use<span class="Apple-converted-space"> </span><b class="">platform<span class="Apple-converted-space"> </span></b>to indicate 'vm' or 'baremetal'.</span><span style="" class=""><br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">This seems not proper for that, @Adrian proposed nova_instance_type, and someone prefer other names, let me summarize as below:</span><span style="" class=""><br class="">
<br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">1. nova_instance_type  2 votes</span><span style="" class=""><br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">2. instance_type 2 votes</span><span style="" class=""><br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">3. others (1 vote, but not proposed any name)</span><span style="" class=""><br class="">
<br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">Let's try to reach the agreement ASAP. I think count the final votes winner as the proper name is the best solution(considering community diversity).</span><span style="" class=""><br class="">
<br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">BTW, If you not proposed any better name, just vote to disagree all, I think that vote is not valid and not helpful to solve the issue.</span><span style="" class=""><br class="">
<br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">Please help to vote for that name.<span class="Apple-converted-space"> </span></span><span style="" class=""><br class="">
<br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">Thanks</span><span style="" class=""><br class="">
<br class="">
<br class="">
<br class="">
<br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">Best Wishes,</span><span style="" class=""><br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">--------------------------------------------------------------------------------</span><span style="" class=""><br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">Kai Qiang Wu (</span><span lang="ZH-CN" style="font-size: 10pt;" class="">吴开强</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class=""><span class="Apple-converted-space"> </span> Kennan</span><span lang="ZH-CN" style="font-size: 10pt;" class="">)</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class=""><br class="">
IBM China System and Technology Lab, Beijing<br class="">
<br class="">
E-mail:<span class="Apple-converted-space"> </span><a href="mailto:wkqwu@cn.ibm.com" target="_blank" style="color: purple; text-decoration: underline;" class="">wkqwu@cn.ibm.com</a><br class="">
Tel: 86-10-82451647<br class="">
Address: Building 28(Ring Building), ZhongGuanCun Software Park,  <br class="">
        No.8 Dong Bei Wang West Road, Haidian District Beijing P.R.China 100193</span><span style="" class=""><br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">--------------------------------------------------------------------------------</span><span style="" class=""><br class="">
</span><span style="font-size: 10pt; font-family: Arial, sans-serif;" class="">Follow your heart. You are miracle!</span><span style="" class=""><o:p class=""></o:p></span></div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">__________________________________________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">OpenStack
 Development Mailing List (not for usage questions)</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Unsubscribe:
<a href="mailto:OpenStack-dev-request@lists.openstack.org" class="">OpenStack-dev-request@lists.openstack.org</a>?subject:unsubscribe</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a></span></div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>