Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #370 from eduolivares/bgp-fix-nova
[BGP] Use 'nova' service instead of 'nova-custom' There was no real reason to use 'nova-custom' service for BGP and now nova-compute fails on BGP jobs due to a problem with TLS certificates: nova_compute[105979]: 2024-08-19 04:11:32.234 2 ERROR oslo.messaging._drivers.impl_rabbit [None req-fc26ba59-7012-4d05-b715-5d46c9949c02 - - - - - -] Connection failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1129) (retrying in 31.0 seconds): ssl.SSLCertVerificationError: [SSL: ERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1129) This PR resolved the issue by using the 'nova' service. Reviewed-by: Kamil Sambor Reviewed-by: Andrew Bays <[email protected]>
- Loading branch information