<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:Wingdings}
@font-face
        {font-family:Wingdings}
@font-face
        {font-family:Calibri}
@font-face
        {font-family:Tahoma}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif"}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
span.BalloonTextChar
        {font-family:"Tahoma","sans-serif"}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
ol
        {margin-bottom:0in}
ul
        {margin-bottom:0in}
-->
</style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hello everyone,</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I’m currently pushing a stress test in Tempest which at some point tries to attach a floating IP to newly started servers . The change I’m talking about is available here :
<a href="https://review.openstack.org/#/c/74067/">https://review.openstack.org/#/c/74067/</a> .</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">This test runs fine on my local devstack, but I have an issue during Jenkins tests, on the gate ‘gate-tempest-dsvm-neutron-large-ops’.</p>
<p class="MsoNormal">The error happen when my test wants to attach a floating IP using the Neutron API :</p>
<p class="MsoListParagraph" style="text-indent:-.25in"><span style="font-family:Symbol"><span style="">·<span style="font:7.0pt "Times New Roman"">        
</span></span></span>Last week, the error was about the fact that no ports was attached to my servers : I wasn’t specifying any nics during the server creation, but since there was only one network available from the nova point of view, I believed it was automatically
 attached to my server, thus creating a port for it. This explains why this code is working on my local devstack and openstack deployment.</p>
<p class="MsoListParagraph" style="text-indent:-.25in"><span style="font-family:Symbol"><span style="">·<span style="font:7.0pt "Times New Roman"">        
</span></span></span>In order to resolve this I’m currently forcing the ‘nics’ parameter during the server creation in order to have my server attached to the ‘private’ network and so have a port to use later during floating IP attachment. This triggers a new
 error : I can request Neutron to get the UUID of the network named ‘private’, but when I’m specifying this UUID in the ‘nics’ parameter, I get an error saying that this network is not found.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I don’t know if the issue is related to my code, the tempest configuration used in the gate or the devstack deployed for the gate.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Can someone give me some insights about this gate ? Is there something peculiar in the devstack deployment used for this gate that can explain the errors I’m having ?</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks in advance for your time <span style="font-family:Wingdings">
J</span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Best Regards, </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Julien LELOUP</p>
<p class="MsoNormal">julien.leloup@3ds.com</p>
</div>
<p style="font-size:9pt; margin:0px 0px 0px 35.4pt; color:#9d9d9d; font-style:italic; font-family:Arial,Helvetica,sans-serif">
This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged.</p>
<p style="font-size:9pt; margin:0px 0px 0px 35.4pt; color:#9d9d9d; font-style:italic; font-family:Arial,Helvetica,sans-serif">
If you are not one of the named recipients or have received this email in error, </p>
<p style="font-size:9pt; margin:0px 0px 0px 35.4pt; color:#9d9d9d; font-style:italic; font-family:Arial,Helvetica,sans-serif">
(i) you should not read, disclose, or copy it,</p>
<p style="font-size:9pt; margin:0px 0px 0px 35.4pt; color:#9d9d9d; font-style:italic; font-family:Arial,Helvetica,sans-serif">
(ii) please notify sender of your receipt by reply email and delete this email and all attachments,</p>
<p style="font-size:9pt; margin:0px 0px 0px 35.4pt; color:#9d9d9d; font-style:italic; font-family:Arial,Helvetica,sans-serif">
(iii) Dassault Systemes does not accept or assume any liability or responsibility for any use of or reliance on this email.</p>
<p style="font-style:italic; margin:0px 0px 0px 35.4pt; font-family:Arial,Helvetica,sans-serif; color:#9d9d9d; font-size:9pt">
</p>
<p style="font-size:9pt; margin:0px 0px 0px 35.4pt; color:#9d9d9d; font-style:italic; font-family:Arial,Helvetica,sans-serif">
For other languages, go to http://www.3ds.com/terms/email-disclaimer </p>
</body>
</html>