Merge "nova_compute fails to start in tls-everywhere configuration"
This commit is contained in:
commit
38f7f7d9a7
docker_config_scripts
releasenotes/notes
@ -55,7 +55,7 @@ if __name__ == '__main__':
|
||||
project_name=config.get('placement', 'project_name'),
|
||||
project_domain_name=config.get('placement', 'user_domain_name'),
|
||||
auth_url=config.get('placement', 'auth_url')+'/v3')
|
||||
sess = session.Session(auth=auth)
|
||||
sess = session.Session(auth=auth, verify=False)
|
||||
keystone = client.Client(session=sess)
|
||||
|
||||
iterations_endpoint = iterations
|
||||
|
9
releasenotes/notes/nova_wait_for_placement_service_disable_cert_verify-45f532d7a924df86.yaml
Normal file
9
releasenotes/notes/nova_wait_for_placement_service_disable_cert_verify-45f532d7a924df86.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
With tls-everywhere enabled connecting to keystone endpoint fails
|
||||
to retrieve the URL for the placement endpoint as the certificate
|
||||
can not be verified. While verification is disabled to check the
|
||||
placement endpoint later, it is not to communicate with keystone.
|
||||
This disables certificate verification for communication with
|
||||
keystone.
|
Loading…
x
Reference in New Issue
Block a user