Merge "Trust sql middleware value conversion and stick to the spec type."
This commit is contained in:
commit
0c95a43579
@ -424,7 +424,7 @@
|
||||
SOURCE_TYPE_VOLUME_SNAPSHOT,
|
||||
gettext('Volume Snapshot')
|
||||
);
|
||||
volumePromises.push(cinderAPI.getVolumes({ status: 'available', bootable: 1 })
|
||||
volumePromises.push(cinderAPI.getVolumes({ status: 'available', bootable: true })
|
||||
.then(onGetVolumes));
|
||||
volumePromises.push(cinderAPI.getVolumeSnapshots({ status: 'available' })
|
||||
.then(onGetVolumeSnapshots));
|
||||
|
Loading…
Reference in New Issue
Block a user