Merge "Trust sql middleware value conversion and stick to the spec type."

This commit is contained in:
Jenkins 2016-02-24 14:11:50 +00:00 committed by Gerrit Code Review
commit 0c95a43579

View File

@ -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));