
api-ref path needs update to support uploading cinder api-refs to developer.openstack.org/api-ref/block-storage update includes https://github.com/openstack/cinder/tree/master/api-ref/v2/source to https://github.com/openstack/cinder/tree/master/api-ref/source/v2 Depends-on: Id38dd0609c77b0d6bcd0d935a9312b0211134802 Implements: bp api-reference-to-rst Change-Id: If3a058a95f1eaa8481a926183591ff0f4b23e97b
16 lines
510 B
XML
16 lines
510 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<volume xmlns="http://docs.openstack.org/volume/api/v1"
|
|
id="521752a6-acf6-4b2d-bc7a-119f9148cd8c"
|
|
display_name="vol-001"
|
|
display_description="Another volume."
|
|
status="active"
|
|
size="30"
|
|
volume_type="289da7f8-6440-407c-9fb4-7db01ec49164"
|
|
availability_zone="us-east1"
|
|
bootable="false"
|
|
created_at="2012-02-14T20:53:07Z">
|
|
<metadata>
|
|
<meta key="contents">junk</meta>
|
|
</metadata>
|
|
</volume>
|