Is there a way to get the size of a volume_type using an API.
According to the docs
http://developer.openstack.org/api-ref-compute-v2-ext.html ,
GET /v1.1/​{tenant_id}​/os-volume-types/​{volume_type_id}​
returns the following ( but not the size ).

{
    "volume_type": {
        "id": "289da7f8-6440-407c-9fb4-7db01ec49164",
        "name": "vol-type-001",
        "extra_specs": {
            "capabilities": "gpu"
        }
    }
}


Sekhar Vajjhala
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to