<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 15px; font-family: Calibri, sans-serif;">
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
Hi OpenStack Flame developers,</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
I see that the HEAT template generated by OpenStack Flame for a provider </div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
network is incorrect and has missing fields.</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
<br>
</div>
<div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
For the provider network Provider_153, Flame creates the HEAT template</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri; color: rgb(0, 0, 0);">
<div><font face="Courier New" style="font-size: 14px;">  network_0:</font></div>
<div><font face="Courier New" style="font-size: 14px;">    properties:</font></div>
<div><font face="Courier New" style="font-size: 14px;">      admin_state_up: true</font></div>
<div><font face="Courier New" style="font-size: 14px;">      name: Provider_153</font></div>
<div><font face="Courier New" style="font-size: 14px;">      shared: true</font></div>
<div><font face="Courier New" style="font-size: 14px;">    type: OS::Neutron::Net</font></div>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
instead of</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
<br>
</div>
<div>
<div style="font-size: 15px; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri; color: rgb(0, 0, 0);"><font face="Courier New" style="font-size: 14px;">  network_0:</font></div>
<div style="font-family: Calibri; color: rgb(0, 0, 0);"><font face="Courier New" style="font-size: 14px;">    properties:</font></div>
<div style="font-family: Calibri; color: rgb(0, 0, 0);"><font face="Courier New" style="font-size: 14px;">      admin_state_up: true</font></div>
<div style="font-family: Calibri; color: rgb(0, 0, 0);"><font face="Courier New" style="font-size: 14px;">      name: Provider_153</font></div>
<div style="font-family: Calibri; color: rgb(0, 0, 0);"><font face="Courier New" style="font-size: 14px;">      shared: true</font></div>
<div style="font-family: Calibri; color: rgb(0, 0, 0);"><font face="Courier New" color="#ff0000" style="font-size: 14px;">      provider:physical_network: physnet2  <— Missing</font></div>
<div style="font-family: Calibri; color: rgb(0, 0, 0);"><span style="font-size: 14px;"><font face="Courier New" color="#ff0000">      provider:network_type: vlan          </font><span style="color: rgb(255, 0, 0); font-family: 'Courier New';"><— Missing</span></span></div>
<div style="font-family: Calibri; color: rgb(0, 0, 0);"><span style="font-size: 14px;"><font face="Courier New" color="#ff0000">      provider:segmentation_id: 153        </font><span style="color: rgb(255, 0, 0); font-family: 'Courier New';"><— Missing</span></span></div>
<div style="font-family: Calibri; color: rgb(0, 0, 0);"><font face="Courier New" style="font-size: 14px;">    type: OS::Neutron::Net</font></div>
<div style="font-size: 15px; font-family: Calibri; color: rgb(0, 0, 0);"><font face="Courier New"><br>
</font></div>
<div style="font-size: 15px; font-family: Calibri; color: rgb(0, 0, 0);"><font face="Courier New"><br>
</font></div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><font face="Calibri,sans-serif">If I propose a fix for this bug, will I get an ATC code for the OpenStack summit in</font></div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><font face="Calibri,sans-serif">Austin ?  Also, I am not able to find the OpenStack Flame project in Launchpad</font></div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><a href="https://launchpad.net/openstack">https://launchpad.net/openstack</a>. Where do I file this bug ?</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">I cloned Flame from <a href="https://github.com/openstack/flame">https://github.com/openstack/flame</a>.</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">FYI, the neutron CLI used to create the provider network is</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div>
<div><font face="Courier New" style="font-size: 14px;">neutron net-create --provider:physical_network=physnet2 --provider:network_type=vlan --provider:segmentation_id=153 --shared Provider_153</font></div>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">Regards,</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">Vikram Hosakote</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">OpenStack Software Developer</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">Cisco Systems</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">vhosakot@cisco.com</div>
<div style="font-size: 15px; font-family: Calibri, sans-serif;">Boxborough MA</div>
</div>
</div>
</body>
</html>