[openstack-dev] [qa] : error during "gate-tempest-dsvm-neutron-large-ops" when attaching floating IP

LELOUP Julien Julien.LELOUP at 3ds.com
Mon Feb 24 10:18:17 UTC 2014


Hello everyone,

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 : https://review.openstack.org/#/c/74067/ .

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'.
The error happen when my test wants to attach a floating IP using the Neutron API :

*         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.

*         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.

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.

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 ?

Thanks in advance for your time :)

Best Regards,

Julien LELOUP
julien.leloup at 3ds.com

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.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email and all attachments,

(iii) Dassault Systemes does not accept or assume any liability or responsibility for any use of or reliance on this email.

For other languages, go to http://www.3ds.com/terms/email-disclaimer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140224/04482e7b/attachment.html>


More information about the OpenStack-dev mailing list