51dd510636
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
6 lines
125 B
YAML
6 lines
125 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Switch to use glance client to retrive image list, novaclient is rarely
|
|
maintained with glance API.
|