fca88670a4
Change-Id: Ia9961bbdab446e15930d0b31176c37fe1d532b8f
75 lines
3.0 KiB
XML
75 lines
3.0 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="dashboard_manage_containers">
|
|
<title>Create and manage object containers</title>
|
|
<?dbhtml stop-chunking?>
|
|
<para>OpenStack Object Storage provides a distributed,
|
|
API-accessible storage platform that can be integrated directly
|
|
into an application or used to store any type of file, including
|
|
VM images, backups, archives, or media files. In the OpenStack
|
|
Dashboard, you can only manage containers and objects.</para>
|
|
<para>In OpenStack Object Storage, containers provide storage
|
|
for objects in a manner similar to a Windows folder or Linux file
|
|
directory, though they cannot be nested. An object in OpenStack
|
|
consists of the file to be stored in the container and any
|
|
accompanying metadata.</para>
|
|
<section xml:id="create_container">
|
|
<title>Create a container</title>
|
|
<procedure>
|
|
<step>
|
|
<para>Log in to the dashboard, choose a project, and click
|
|
<guilabel>Containers</guilabel>.</para>
|
|
</step>
|
|
<step>
|
|
<para>Click <guibutton>Create Container</guibutton>.</para>
|
|
</step>
|
|
<step>
|
|
<para>In the Create Container dialog box, enter a name for
|
|
the container, and then click<guibutton>Create
|
|
Container</guibutton>.</para>
|
|
</step>
|
|
</procedure>
|
|
<para>You have successfully created a container.</para>
|
|
<note><para>To delete a container, click the <guibutton>More</guibutton>
|
|
button and select <guilabel>Delete
|
|
Container</guilabel>.</para>
|
|
</note>
|
|
</section>
|
|
<section xml:id="upload_object">
|
|
<title>Upload an object</title>
|
|
<procedure>
|
|
<step>
|
|
<para>Log in to the dashboard, choose a projecet, and click
|
|
<guilabel>Containers</guilabel>.</para>
|
|
</step>
|
|
<step>
|
|
<para>Select the container in which you want to store your object.</para>
|
|
</step>
|
|
<step>
|
|
<para>Click <guibutton>Upload Object</guibutton>.</para>
|
|
<para>The Upload Object To Container:
|
|
<replaceable><name></replaceable> dialog box is
|
|
displayed. <replaceable><name></replaceable> is the name
|
|
of the container to which you are uploading the
|
|
object.</para>
|
|
</step>
|
|
<step>
|
|
<para>Enter a name for the object.</para>
|
|
</step>
|
|
<step>
|
|
<para>Browse to and select the file that you want to
|
|
upload.</para>
|
|
</step>
|
|
<step>
|
|
<para>Click <guibutton>Upload Object</guibutton>.</para>
|
|
</step>
|
|
</procedure>
|
|
<para>You have successfully uploaded an object to the container.</para>
|
|
<note><para>To delete an object, click the <guibutton>More</guibutton>
|
|
button and select <guilabel>Delete Object</guilabel>.</para>
|
|
</note>
|
|
</section>
|
|
</section>
|