Skip to content

Commit

Permalink
Merge pull request #370 from eduolivares/bgp-fix-nova
Browse files Browse the repository at this point in the history
[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
softwarefactory-project-zuul[bot] authored Aug 19, 2024
2 parents f28499f + d673612 commit 449b690
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
3 changes: 0 additions & 3 deletions dt/bgp/edpm/nodeset/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ transformers:
components:
- ../../../../lib/dataplane/nodeset

resources:
- nova_custom.yaml
21 changes: 0 additions & 21 deletions dt/bgp/edpm/nodeset/nova_custom.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion examples/dt/bgp/bgp_dt01/edpm/computes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ data:
- neutron-metadata
- ovn-bgp-agent
- libvirt
- nova-custom
- nova
nova:
migration:
ssh_keys:
Expand Down

0 comments on commit 449b690

Please sign in to comment.