ccb80d725d
Updated a typo (keystone-mange -> keystone-manage) Updated a few capitalization errors in titles Change-Id: I38ec2a6c53b9e3a1e1bf330b54c26f293a764d94 author: diane fleming
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="nova_cli_volumes">
|
|
<title>Volumes</title>
|
|
<para>Depending on the setup of your cloud provider, they may
|
|
give you an endpoint to use to manage volumes, or there
|
|
may be an extension under the covers. In either case, you
|
|
can use the nova CLI to manage volumes.</para>
|
|
<screen>
|
|
volume-attach Attach a volume to a server.
|
|
volume-create Add a new volume.
|
|
volume-delete Remove a volume.
|
|
volume-detach Detach a volume from a server.
|
|
volume-list List all the volumes.
|
|
volume-show Show details about a volume.
|
|
volume-snapshot-create Add a new snapshot.
|
|
volume-snapshot-delete Remove a snapshot.
|
|
volume-snapshot-list List all the snapshots.
|
|
volume-snapshot-show Show details about a snapshot.
|
|
volume-type-create Create a new volume type.
|
|
volume-type-delete Delete a specific flavor
|
|
volume-type-list Print a list of available 'volume types'.
|
|
</screen>
|
|
</section>
|