Merge "Service check in nova_cell_v2_discover_host.py to use internal API"
This commit is contained in:
commit
a79b7cb921
docker_config_scripts
releasenotes/notes
@ -61,6 +61,8 @@ for i in range(retries):
|
||||
service_list = subprocess.check_output([
|
||||
'openstack',
|
||||
'-q',
|
||||
'--os-interface',
|
||||
'internal',
|
||||
'compute',
|
||||
'service',
|
||||
'list',
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
e0e885b8ca3332e0815c537a32c564cac81f7f7e moved the cellv2 discovery from
|
||||
control plane to compute services. In case the computes won't have access
|
||||
to the external API this task will fail. Switch nova_cell_v2_discover_host.py
|
||||
to use internal api.
|
Loading…
x
Reference in New Issue
Block a user