Can any one help me out to get the openstack cinder volume size through python bindings.
I have list of cinder volumes that are extracted by calling cinder_client_instance.volumes.list() method.
Now I want to know the size of the volume. How I can get the volume size?