Merge "Add SR-IOV agent resource provider information"

This commit is contained in:
Zuul 2020-02-19 05:19:31 +00:00 committed by Gerrit Code Review
commit 252d42a3a5
1 changed files with 3 additions and 0 deletions

View File

@ -561,6 +561,9 @@ def main():
raise SystemExit(1)
LOG.info("Physical Devices mappings: %s", device_mappings)
LOG.info("Exclude Devices: %s", exclude_devices)
LOG.info("Resource provider bandwidths: %s", rp_bandwidths)
LOG.info("Resource provider inventory defaults: %s", rp_inventory_defaults)
LOG.info("Resource provider hypervisors: %s", rp_hypervisors)
polling_interval = cfg.CONF.AGENT.polling_interval
try: