Comment 1 for bug 2032895

Revision history for this message
suzhengwei (suzhengwei) wrote :

The cause of this problem seems simple.
It gets apiclient in v1 and v2 in the same way.
https://opendev.org/openstack/freezer/src/branch/master/freezer/scheduler/freezer_scheduler.py L214 L217
But in v1 client it doesn't handle 'opts' parameter.
https://opendev.org/openstack/python-freezerclient/src/branch/master/freezerclient/utils.py L183