Hi I have tried installing theses drivers with Ussri release:
made three changes
import http.cookiejar as cookielib
import urllib.request as urllib2
from cinder.volume import volume_utils as vol_utils
but now i am getting the below error:
2020-10-18 17:01:39.544 3214713 ERROR oslo_service.service File "/openstack/venvs/cinder-21.0.1/lib/python3.6/site-packages/cinder/volume/manager.py", line 2635, in _append_volume_stats
2020-10-18 17:01:39.544 3214713 ERROR oslo_service.service reason='Pools stats reported by the driver are not '
2020-10-18 17:01:39.544 3214713 ERROR oslo_service.service cinder.exception.ProgrammingError: Programming error in Cinder: Pools stats reported by the driver are not reported in a list
2020-10-18 17:01:39.544 3214713 ERROR oslo_service.service
Hi I have tried installing theses drivers with Ussri release:
made three changes
import http.cookiejar as cookielib
import urllib.request as urllib2
from cinder.volume import volume_utils as vol_utils
but now i am getting the below error: