manila/manila/image
junboli 51dd510636 Fix NFS/CIFS share creation failure issue
When the image count is over 25, there might not get
manila-service-image, because current manila shares
creation is using novaclient to get image info, but
novaclient can only get 25 images due to pagination
of glance server, So this change is to switch to use
glanceclient instead of novaclient to get image info,
because glanceclient can iter all image info, while
novaclient is rarely maintained with stuff of image
API.

Change-Id: Id905d47600bda9923cebae617749c8286552ec94
Closes-Bug: #1741425
2018-01-12 09:25:04 +08:00
..
__init__.py Fix NFS/CIFS share creation failure issue 2018-01-12 09:25:04 +08:00
glance.py Fix NFS/CIFS share creation failure issue 2018-01-12 09:25:04 +08:00