
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
12 lines
369 B
XML
12 lines
369 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<volume xmlns="http://docs.openstack.org/volume/api/v1"
|
|
display_name="vol-001"
|
|
display_description="Another volume."
|
|
size="30"
|
|
volume_type="289da7f8-6440-407c-9fb4-7db01ec49164"
|
|
availability_zone="us-east1">
|
|
<metadata>
|
|
<meta key="contents">junk</meta>
|
|
</metadata>
|
|
</volume>
|