-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attaching additional port to instance: novaclient.exceptions.ClientException: Unexpected API Error #768
Labels
enhancement
New feature or request
Comments
the approach I have in mind is to create the port using a set of tags that can identify the port, so in a subsequent call (a retry) we can look for a port with those tags to know if the port was really created in the background. Tags:
|
Another occurrence: https://openstack-ci-reports.ubuntu.com/artifacts/125/841978/1/check/vault-focal-xena/12583a5/
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when running a CI job the z-o-t test that adds a second nic to a instance may fail due to undercloud (transient) issues, so it would be appropriate to make the method
create_additional_port_for_machines()
idempotent and wrapped with a retry decorator.Issue found at https://openstack-ci-reports.ubuntu.com/artifacts/afd/841979/1/check/ceph-focal-wallaby_nova/afd2b80/
Relevant stacktrace:
The text was updated successfully, but these errors were encountered: