Merge "Service check in nova_cell_v2_discover_host.py to use internal API"

This commit is contained in:
Zuul 2019-01-22 01:43:28 +00:00 committed by Gerrit Code Review
commit a79b7cb921
2 changed files with 9 additions and 0 deletions

View File

@ -61,6 +61,8 @@ for i in range(retries):
service_list = subprocess.check_output([
'openstack',
'-q',
'--os-interface',
'internal',
'compute',
'service',
'list',

View File

@ -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.