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.lel...@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
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to