[openstack-dev] [cinder][python-client-api] Retrieve host-name attribute of Cinder Volume

Yuriy Nesenenko ynesenenko at mirantis.com
Wed Jan 6 15:57:06 UTC 2016


You can use this function
https://github.com/openstack/cinder/blob/master/cinder/volume/utils.py#L5

On Wed, Jan 6, 2016 at 5:44 PM, Pradip Mukhopadhyay <
pradip.interra at gmail.com> wrote:

> Hello,
>
>
> From CLI, I can see the host-name in the cinder show command as follows:
>
> |         os-vol-host-attr:host         |  openstack4 at mySCSIBackend#pool1
> |
>
> How this info can be accessed from the cinder python client?
>
> I can access other information (id, size, name etc.) as follows:
>
> >>> volumes = cinder.volumes.list()
>
> >>> volumes
>
> [<Volume: e8be1df5-64fb-43fa-aacd-9bebba17fba5>]
>
> >>> volumes[0].id
>
> u'e8be1df5-64fb-43fa-aacd-9bebba17fba5'
>
> >>> volumes[0].volume_type
>
> u'iscsi_1'
>
>
>
> Thanks,
> Pradip
>
>
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160106/f2a00bb6/attachment.html>


More information about the OpenStack-dev mailing list