openstack-manuals/doc/user-guide/locale/user-guide.pot
OpenStack Proposal Bot b34be315c5 Imported Translations from Transifex
Change-Id: Icd8aa9e73f60c4a9089377d923cb34678c6b52d3
2014-09-14 06:10:15 +00:00

5001 lines
216 KiB
Plaintext

msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2014-09-14 06:09+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ./doc/user-guide/section_cli_nova_reboot.xml:7(title)
msgid "Reboot an instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_reboot.xml:8(para)
msgid "You can soft or hard reboot a running instance. A soft reboot attempts a graceful shut down and restart of the instance. A hard reboot power cycles the instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_reboot.xml:11(para)
msgid "By default, when you reboot a server, it is a soft reboot."
msgstr ""
#: ./doc/user-guide/section_cli_nova_reboot.xml:12(replaceable) ./doc/user-guide/section_cli_nova_reboot.xml:14(replaceable) ./doc/user-guide/app_cheat_sheet.xml:176(replaceable)
msgid "SERVER"
msgstr ""
#: ./doc/user-guide/section_cli_nova_reboot.xml:13(para)
msgid "To perform a hard reboot, pass the <parameter>--hard</parameter> parameter, as follows:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:7(title)
msgid "Launch instances"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:8(para) ./doc/user-guide/section_dashboard_launch_instances.xml:8(para)
msgid "Instances are virtual machines that run inside the cloud."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:10(para)
msgid "Before you can launch an instance, gather the following parameters:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:14(para)
msgid "The <emphasis role=\"bold\">instance source</emphasis> can be an image, snapshot, or block storage volume that contains an image or snapshot."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:19(para)
msgid "A <emphasis role=\"bold\">name</emphasis> for your instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:22(para)
msgid "The <emphasis role=\"bold\">flavor</emphasis> for your instance, which defines the compute, memory, and storage capacity of nova computing instances. A flavor is an available hardware configuration for a server. It defines the size of a virtual server that can be launched."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:30(para)
msgid "Any <emphasis role=\"bold\">user data</emphasis> files. A user data file is a special key in the metadata service that holds a file that cloud-aware applications in the guest instance can access. For example, one application that uses user data is the <link href=\"https://help.ubuntu.com/community/CloudInit\">cloud-init</link> system, which is an open-source package from Ubuntu that is available on various Linux distributions and that handles early initialization of a cloud instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:43(para)
msgid "Access and security credentials, which include one or both of the following credentials:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:47(para)
msgid "A <emphasis role=\"bold\">key pair</emphasis> for your instance, which are SSH credentials that are injected into images when they are launched. For the key pair to be successfully injected, the image must contain the <literal>cloud-init</literal> package. Create at least one key pair for each project. If you already have generated a key pair with an external tool, you can import it into OpenStack. You can use the key pair for multiple instances that belong to that project."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:61(para)
msgid "A <emphasis role=\"bold\">security group</emphasis> that defines which incoming network traffic is forwarded to instances. Security groups hold a set of firewall policies, known as <emphasis role=\"italic\">security group rules</emphasis>."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:72(para)
msgid "If needed, you can assign a <emphasis role=\"bold\">floating (public) IP address</emphasis> to a running instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:77(para)
msgid "You can also attach a block storage device, or <emphasis role=\"bold\">volume</emphasis>, for persistent storage."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:83(para) ./doc/user-guide/section_cli_nova_configure_instances.xml:62(para)
msgid "Instances that use the default security group cannot, by default, be accessed from any IP address outside of the cloud. If you want those IP addresses to access the instances, you must modify the rules for the default security group."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:88(para) ./doc/user-guide/section_cli_nova_configure_instances.xml:66(para)
msgid "You can also assign a floating IP address to a running instance to make it accessible from outside the cloud. See <xref linkend=\"manage_ip_addresses\"/>."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:92(para)
msgid "After you gather the parameters that you need to launch an instance, you can launch it from an <link linkend=\"launch_from_image\">image</link> or a <link linkend=\"boot_from_volume\">volume</link>. You can launch an instance directly from one of the available OpenStack images or from an image that you have copied to a persistent volume. The OpenStack Image Service provides a pool of images that are accessible to members of different projects."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:102(title)
msgid "Gather parameters to launch an instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:104(para)
msgid "Before you begin, source the OpenStack RC file."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:107(para)
msgid "List the available flavors:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:109(para)
msgid "Note the ID of the flavor that you want to use for your instance:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:122(para)
msgid "List the available images:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:124(para)
msgid "Note the ID of the image from which you want to boot your instance:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:132(para)
msgid "You can also filter the image list by using <placeholder-1/> to find a specific image, as follows:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:139(para)
msgid "List the available security groups:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:141(para)
msgid "If you are an admin user, specify the <parameter>--all-tenants</parameter> parameter to list groups for all tenants."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:146(para)
msgid "Note the ID of the security group that you want to use for your instance:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:152(para)
msgid "If you have not created any security groups, you can assign the instance to only the default security group."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:155(para)
msgid "You can view rules for a specified security group:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:160(para)
msgid "List the available key pairs and note the name of the key pair that you use for SSH access."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:169(title)
msgid "Launch an instance from an image"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:172(para)
msgid "After you gather required parameters, run the following command to launch an instance. Specify the server name, flavor ID, and image ID."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:175(para)
msgid "Optionally, you can provide a key name for access control and a security group for security. You can also include metadata key and value pairs. For example, you can add a description for your server by providing the <parameter>--meta description=\"My Server\"</parameter> parameter."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:182(para)
msgid "You can pass user data in a local file at instance launch by using the <parameter>--user-data <replaceable>USER-DATA-FILE</replaceable></parameter> parameter."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:187(replaceable)
msgid "FLAVOR_ID"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:187(replaceable)
msgid "IMAGE_ID"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:187(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:77(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:99(replaceable)
msgid "KEY_NAME"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:188(replaceable)
msgid "USER_DATA_FILE"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:188(replaceable)
msgid "SEC_GROUP"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:188(replaceable)
msgid "KEY=VALUE"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:189(replaceable) ./doc/user-guide/app_cheat_sheet.xml:167(replaceable) ./doc/user-guide/section_cli_nova_startstop.xml:15(replaceable) ./doc/user-guide/section_cli_nova_startstop.xml:19(replaceable) ./doc/user-guide/section_cli_nova_startstop.xml:36(replaceable) ./doc/user-guide/section_cli_nova_startstop.xml:41(replaceable) ./doc/user-guide/section_cli_nova_get_console.xml:9(replaceable)
msgid "INSTANCE_NAME"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:190(para)
msgid "The following command launches the <literal>MyCirrosServer</literal> instance with the <literal>m1.small</literal> flavor (ID of <literal>1</literal>), <literal>cirros-0.3.2-x86_64-uec</literal> image (ID of <literal>397e713c-b95b-4186-ad46-6126863ea0a9</literal>), <literal>default</literal> security group, <literal>KeyPair01</literal> key, and a user data file called <filename>cloudinit.file</filename>:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:203(replaceable)
msgid "myCirrosServer"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:204(para)
msgid "Depending on the parameters that you provide, the command returns a list of server properties."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:207(para)
msgid "A status of <literal>BUILD</literal> indicates that the instance has started, but is not yet online."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:210(para)
msgid "A status of <literal>ACTIVE</literal> indicates that the instance is active."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:242(para)
msgid "Copy the server ID value from the <literal>id</literal> field in the output. You use this ID to get details for or delete your server."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:246(para)
msgid "Copy the administrative password value from the <literal>adminPass</literal> field. You use this value to log in to your server."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:250(para)
msgid "You can also place arbitrary local files into the instance file system at creation time by using the <parameter>--file &lt;dst-path=src-path&gt;</parameter> option. You can store up to five files. For example, if you have a special authorized keys file named <filename>special_authorized_keysfile</filename> that you want to put on the instance rather than using the regular SSH key injection, you can use the <parameter>--file</parameter> option as shown in the following example:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:267(para)
msgid "Check if the instance is online:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:269(para)
msgid "The list shows the ID, name, status, and private (and if assigned, public) IP addresses for all instances in the project to which you belong:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:279(para)
msgid "If the status for the instance is ACTIVE, the instance is online."
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:281(para)
msgid "To view the available options for the <placeholder-1/> command, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_boot.xml:288(para)
msgid "If you did not provide a key pair, security groups, or rules, you can access the instance only from inside the cloud through VNC. Even pinging the instance is not possible."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:7(title)
msgid "Manage bare-metal nodes"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:8(para)
msgid "The bare-metal driver for OpenStack Compute manages provisioning of physical hardware by using common cloud APIs and tools such as Orchestration (Heat). The use case for this driver is for single tenant clouds such as a high-performance computing cluster or for deploying OpenStack itself."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:12(para)
msgid "If you use the bare-metal driver, you must create a network interface and add it to a bare-metal node. Then, you can launch an instance from a bare-metal image."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:15(para)
msgid "Development efforts are focused on moving the driver out of the Compute code base in the Icehouse release."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:17(para)
msgid "You can list and delete bare-metal nodes. When you delete a node, any associated network interfaces are removed. You can list and remove network interfaces that are associated with a bare-metal node."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:21(title)
msgid "Commands"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:22(para)
msgid "The following commands can be used to manage bare-metal nodes."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:24(para)
msgid "<placeholder-1/>. Adds a network interface to a bare-metal node."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:28(para)
msgid "<placeholder-1/>. Lists network interfaces associated with a bare-metal node."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:32(para)
msgid "<placeholder-1/>. Removes a network interface from a bare-metal node."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:36(para)
msgid "<placeholder-1/>. Creates a bare-metal node."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:40(para)
msgid "<placeholder-1/>. Removes a bare-metal node and any associated interfaces."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:44(para)
msgid "<placeholder-1/>. Lists available bare-metal nodes."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:48(para)
msgid "<placeholder-1/>. Shows information about a bare-metal node."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:53(title)
msgid "Create a bare-metal node"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:54(para)
msgid "When you create a bare-metal node, your PM address, user name, and password should match those that are configured in your hardware's BIOS/IPMI configuration."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:59(para)
msgid "The following example shows the command and results from creating a node with the PM address <filename>1.2.3.4</filename>, the PM user name <systemitem class=\"username\">ipmi</systemitem>, and password <literal>ipmi</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:81(title)
msgid "Add a network interface to the node:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:82(para)
msgid "For each NIC on the node, you must create an interface, specifying the interface's MAC address."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:94(title)
msgid "Launch an instance from a bare-metal image:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:96(para)
msgid "A bare-metal instance is an instance created directly on a physical machine without any virtualization layer running underneath it. Nova retains power control via IPMI. In some situations, Nova may retain network control via Neutron and OpenFlow."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:109(para)
msgid "Set the <parameter>--availability_zone</parameter> parameter to specify which zone or node to use to start the server. Separate the zone from the host name with a comma. For example:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:112(replaceable)
msgid "HOST"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:112(replaceable)
msgid "NODE"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:113(para)
msgid "<literal>host</literal> is optional for the <literal>--availability_zone</literal> parameter. You can specify simply <literal>zone:,node</literal>. You must still use the comma."
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:120(title)
msgid "List bare-metal nodes and interfaces:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:122(para)
msgid "Use the <placeholder-1/> command to view all bare-metal nodes and interfaces. When a node is in use, its status includes the UUID of the instance that runs on it:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:132(title)
msgid "Show details for a bare-metal node:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_baremetal.xml:133(para)
msgid "Use the <placeholder-1/> command to view the details for a bare-metal node."
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:8(title)
msgid "Create and manage stacks"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:9(para)
msgid "The Orchestration module enables you to orchestrate multiple composite cloud applications. This module supports use of both the Amazon Web Services (AWS) CloudFormation template format through both a Query API that is compatible with CloudFormation and the native OpenStack <glossterm>Heat Orchestration Template (HOT)</glossterm> format through a REST API."
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:14(para) ./doc/user-guide/section_dashboard_stacks.xml:17(para)
msgid "These flexible template languages enable application developers to describe and automate the deployment of infrastructure, services, and applications. The templates enable creation of most OpenStack resource types, such as instances, floating IP addresses, volumes, security groups, and users. The resources, once created, are referred to as stacks."
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:19(para) ./doc/user-guide/section_dashboard_stacks.xml:24(para)
msgid "The template languages are described in <link href=\"http://docs.openstack.org/developer/heat/template_guide/index.html\">the Template Guide</link> in the <link href=\"http://docs.openstack.org/developer/heat/\">Heat developer documentation</link>."
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:25(title)
msgid "Create a stack from an example template file"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:28(para)
msgid "To create a stack, or template, from an <link href=\"https://github.com/openstack/heat-templates\">example template file</link>, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:32(replaceable) ./doc/user-guide/section_cli_heat.xml:59(replaceable)
msgid "PATH_TO_HEAT_TEMPLATES"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:33(replaceable)
msgid "USERNAME"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:33(replaceable) ./doc/user-guide/app_cheat_sheet.xml:48(replaceable)
msgid "PASSWORD"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:33(replaceable)
msgid "HEAT_KEY"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:34(para)
msgid "The <literal>--parameters</literal> values that you specify depend on the parameters that are defined in the template. If a website hosts the template file, you can specify the URL with the <literal>--template-url</literal> parameter instead of the <literal>--template-file</literal> parameter."
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:40(para)
msgid "The command returns the following output:"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:48(para)
msgid "You can also use the <placeholder-1/> command to validate a template file without creating a stack from it."
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:52(para)
msgid "Previous versions of the heat client used <placeholder-1/> instead of <placeholder-2/>, but it has been deprecated in favor of <placeholder-3/>."
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:58(para)
msgid "To do so, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:60(para)
msgid "If validation fails, the response returns an error message."
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:66(title)
msgid "Get information about stacks"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:67(para)
msgid "To explore the state and history of a particular stack, you can run a number of commands."
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:71(para)
msgid "To see which stacks are visible to the current user, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:82(para)
msgid "To show the details of a stack, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:87(para)
msgid "A stack consists of a collection of resources. To list the resources and their status, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:97(para)
msgid "To show the details for a specific resource in a stack, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:100(para)
msgid "Some resources have associated metadata which can change throughout the life cycle of a resource. Show the metadata by running the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:105(para)
msgid "A series of events is generated during the life cycle of a stack. To display life cycle events, run the following command::"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:116(para)
msgid "To show the details for a particular event, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:123(title)
msgid "Update a stack"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:124(para)
msgid "To update an existing stack from a modified template file, run a command like the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_heat.xml:135(para)
msgid "Some resources are updated in-place, while others are replaced with new resources."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:7(title)
msgid "Create and manage networks"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:9(para)
msgid "The OpenStack Networking service provides a scalable system for managing the network connectivity within an OpenStack cloud deployment. It can easily and quickly react to changing network needs (for example, creating and assigning new IP addresses)."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:14(para)
msgid "Networking in OpenStack is complex. This section provides the basic instructions for creating a network and a router. For detailed information about managing networks, refer to the <link href=\"http://docs.openstack.org/admin-guide-cloud/content/ch_networking.html\"><emphasis role=\"italic\">OpenStack Cloud Administrator Guide</emphasis></link>."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:21(title)
msgid "Create a network"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:24(para)
msgid "Log in to the dashboard, choose a project, and click <guibutton>Networks</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:28(para)
msgid "Click <guibutton>Create Network</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:31(para)
msgid "In the Create Network dialog box, specify the following values."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:39(guilabel)
msgid "Network"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:39(th) ./doc/user-guide/section_dashboard_create_networks.xml:48(th) ./doc/user-guide/section_dashboard_create_networks.xml:81(th) ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:56(th) ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:156(th) ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:179(th) ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:189(th) ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:197(th)
msgid "<placeholder-1/> tab"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:44(guilabel)
msgid "Network Name"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:45(para)
msgid "Specify a name to identify the network."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:49(guilabel) ./doc/user-guide/section_dashboard_create_networks.xml:154(guilabel)
msgid "Subnet"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:52(guilabel)
msgid "Create Subnet"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:53(para)
msgid "Select this check box to create a subnet"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:54(para)
msgid "You do not have to specify a subnet when you create a network, but if you do not, any attached instance receives an Error status."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:59(guilabel)
msgid "Subnet Name"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:60(para)
msgid "Specify a name for the subnet."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:63(guilabel)
msgid "Network Address"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:64(para)
msgid "Specify the IP address for the subnet."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:67(guilabel)
msgid "IP Version"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:68(para)
msgid "Select IPv4 or IPv6."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:71(guilabel)
msgid "Gateway IP"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:72(para)
msgid "Specify an IP address for a specific gateway. This parameter is optional."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:76(guilabel)
msgid "Disable Gateway"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:77(para)
msgid "Select this check box to disable a gateway IP address."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:81(guilabel)
msgid "Subnet Detail"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:84(guilabel)
msgid "Enable DHCP"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:85(para)
msgid "Select this check box to enable DHCP."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:88(guilabel)
msgid "Allocation Pools"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:89(para)
msgid "Specify IP address pools."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:92(guilabel)
msgid "DNS Name Servers"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:93(para)
msgid "Specify a name for the DNS server."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:96(guilabel)
msgid "Host Routes"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:97(para)
msgid "Specify the IP address of host routes."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:103(para)
msgid "Click <guilabel>Create</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:104(para)
msgid "The dashboard shows the network on the <guilabel>Networks</guilabel> tab."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:110(title)
msgid "Create a router"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:113(para)
msgid "Log in to the dashboard, choose a project, and click <guibutton>Routers</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:117(para)
msgid "Click <guibutton>Create Router</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:119(para)
msgid "In the Create Router dialog box, specify a name for the router and click <guibutton>Create Router</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:121(para)
msgid "The new router is now displayed in the <guilabel>Routers</guilabel> tab."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:125(para)
msgid "Click the new router's <guibutton>Set Gateway</guibutton> button."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:129(para)
msgid "In the <guilabel>External Network</guilabel> field, specify the network to which the router will connect, and then click <guibutton>Set Gateway</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:134(para)
msgid "To connect a private network to the newly created router, perform the following steps:"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:138(para)
msgid "On the <guilabel>Routers</guilabel> tab, click the name of the router."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:142(para)
msgid "On the Router Details page, click <guilabel>Add Interface</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:146(para)
msgid "In the Add Interface dialog box, specify the following information:"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:158(para)
msgid "Select a subnet."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:163(guilabel)
msgid "IP Address (optional)"
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:166(para)
msgid "Enter the router interface IP address for the selected subnet."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:168(para)
msgid "Note: If this value is not set, then by default, the first host IP address in the subnet is used by OpenStack Networking."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:175(para)
msgid "The <guilabel>Router Name</guilabel> and <guilabel>Router ID</guilabel> fields are automatically updated."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:181(para)
msgid "Click <guilabel>Add Interface</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_create_networks.xml:184(para)
msgid "You have successfully created the router. You can view the new topology from the <guilabel>Network Topology</guilabel> tab."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:7(title)
msgid "Compute"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:9(para)
msgid "To use the information in this section, you must be familiar with OpenStack Compute."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:11(title) ./doc/user-guide/section_sdk_neutron.xml:15(title)
msgid "Set environment variables"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:12(para)
msgid "To set up environmental variables and authenticate against Compute API endpoints, see <xref linkend=\"sdk_auth\"/>."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:17(title)
msgid "Get OpenStack credentials (API v2)"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:18(para)
msgid "These example use the <code>get_nova_credentials_v2</code> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:28(para) ./doc/user-guide/section_sdk_neutron.xml:36(para) ./doc/user-guide/section_sdk_neutron.xml:54(para)
msgid "This code resides in the <filename>credentials.py</filename> file, which all samples import."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:31(para)
msgid "Use the <code>get_nova_credentials_v2()</code> method to populate and get a dictionary:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:37(title)
msgid "List servers (API v2)"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:38(para)
msgid "The following program lists servers by using the Compute API v2."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:41(title)
msgid "To list servers"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:43(para) ./doc/user-guide/section_sdk_nova.xml:85(para) ./doc/user-guide/section_sdk_nova.xml:161(para) ./doc/user-guide/section_sdk_nova.xml:251(para) ./doc/user-guide/section_sdk_nova.xml:338(para) ./doc/user-guide/section_sdk_nova.xml:399(para) ./doc/user-guide/section_sdk_nova.xml:462(para) ./doc/user-guide/section_sdk_neutron.xml:246(para) ./doc/user-guide/section_sdk_neutron.xml:330(para) ./doc/user-guide/section_sdk_neutron.xml:405(para) ./doc/user-guide/section_sdk_neutron.xml:455(para) ./doc/user-guide/section_sdk_neutron.xml:504(para)
msgid "Import the following modules:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:48(para) ./doc/user-guide/section_sdk_nova.xml:167(para)
msgid "Get Nova credentials. See <xref linkend=\"sdk_compute_get_openstack_credentials_v2\"/>."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:53(para) ./doc/user-guide/section_sdk_nova.xml:96(para) ./doc/user-guide/section_sdk_nova.xml:172(para) ./doc/user-guide/section_sdk_nova.xml:275(para) ./doc/user-guide/section_sdk_nova.xml:358(para) ./doc/user-guide/section_sdk_nova.xml:422(para) ./doc/user-guide/section_sdk_nova.xml:483(para) ./doc/user-guide/section_sdk_neutron.xml:259(para)
msgid "Instantiate the <literal>nova_client</literal> client object by using the <literal>credentials</literal> dictionary object:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:60(para)
msgid "List servers by calling <literal>servers.list</literal> on <literal>nova_client</literal> object:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:67(title)
msgid "List servers code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:79(title)
msgid "Create server (API v2)"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:80(para)
msgid "The following program creates a server (VM) by using the Compute API v2."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:83(title)
msgid "To create a server"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:91(para) ./doc/user-guide/section_sdk_nova.xml:353(para) ./doc/user-guide/section_sdk_nova.xml:417(para) ./doc/user-guide/section_sdk_nova.xml:478(para)
msgid "Get OpenStack credentials. See <xref linkend=\"sdk_compute_get_openstack_credentials_v2\"/>."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:103(para)
msgid "Get the flavor and image to use to create a server. This code uses the <literal>cirros</literal> image, the <literal>m1.tiny</literal> flavor, and the <literal>private</literal> network:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:113(para)
msgid "To create the server, use the network, image, and flavor:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:120(para)
msgid "Sleep for five seconds and determine whether the server/vm was created by calling <literal>nova_client.servers.list()</literal>:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:130(title)
msgid "Create server code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:155(title)
msgid "Delete server (API v2)"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:156(para)
msgid "The following program deletes a server (VM) by using the Compute API v2."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:159(title)
msgid "To delete a server"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:179(para)
msgid "Determine whether the <literal>vm1</literal> server exists:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:183(para)
msgid "List servers: <literal>servers_list</literal>."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:187(para)
msgid "Iterate over <literal>servers_list</literal> and compare name with <literal>vm1</literal>."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:193(para)
msgid "If true, set the variable name <literal>server_exists</literal> to <literal>True</literal> and break from the for loop:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:210(para)
msgid "If the server exists, run the <literal>delete</literal> method of the <literal>nova_client.servers</literal> object:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:219(title)
msgid "Delete server code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:245(title)
msgid "Update server (API v2)"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:246(para)
msgid "The following program updates the name of a server (VM) by using the Compute API v2."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:249(title)
msgid "To update a server"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:255(para)
msgid "<literal>print_server</literal> is a method defined in <filename>utils.py</filename> and prints the server details as shown in the code listing below:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:270(para)
msgid "Get OpenStack Credentials. See <xref linkend=\"sdk_compute_get_openstack_credentials_v2\"/>."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:282(para)
msgid "Get the server instance using <literal>server_id</literal> and print the details by calling <literal>print_server</literal> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:292(para)
msgid "Call <code>server.update</code> on the server object with the new value for <literal>name</literal> variable:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:298(para)
msgid "Get the updated instance of the server:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:302(para)
msgid "Call <literal>print_server</literal> again to check the update server details:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:309(title)
msgid "Update server code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:332(title)
msgid "List flavors (API v2)"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:333(para)
msgid "The following program lists flavors and their details by using the Compute API v2."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:336(title)
msgid "To list flavors"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:342(para)
msgid "The <literal>print_flavors</literal> method is defined in <filename>utils.py</filename> and prints the flavor details:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:365(para)
msgid "List flavors by calling <literal>list()</literal> on <literal>nova_client.flavors</literal> object:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:372(para)
msgid "Print the flavor details, id and name by calling <literal>print_flavors</literal>:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:378(title)
msgid "List flavors code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:393(title)
msgid "List floating IPs (API v2)"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:394(para)
msgid "The following program lists the floating IPs and their details by using the Compute API v2."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:397(title)
msgid "To list floating IPs"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:403(para)
msgid "The <literal>print_values_ip</literal> method is defined in <filename>utils.py</filename> and prints the floating_ip object details:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:429(para)
msgid "List floating IPs by calling <literal>list()</literal> on <literal>nova_client.floating_ips</literal> object:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:436(para)
msgid "Print the floating IP object details by calling <literal>print_values_ip</literal>:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:442(title)
msgid "List floating IPs code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:456(title)
msgid "List hosts (API v2)"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:457(para)
msgid "The following program lists the hosts by using the Compute API v2."
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:460(title)
msgid "To list hosts"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:466(para)
msgid "The <literal>print_hosts</literal> method is defined in <filename>utils.py</filename> and prints the host object details:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:490(para)
msgid "List hosts by calling <literal>list()</literal> on <literal>nova_client.hosts</literal> object:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:496(para)
msgid "Print the host object details by calling <literal>print_hosts(host_list)</literal>:"
msgstr ""
#: ./doc/user-guide/section_sdk_nova.xml:502(title)
msgid "List hosts code listing"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:11(title)
msgid "Launch an instance"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:13(para)
msgid "When you launch an instance from an image, OpenStack creates a local copy of the image on the compute node where the instance starts."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:15(para)
msgid "When you launch an instance from a volume, note the following steps:"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:19(para)
msgid "To select the volume to from which to launch, launch an instance from an arbitrary image on the volume. The image that you select does not boot. Instead, it is replaced by the image on the volume that you choose in the next steps."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:23(para)
msgid "To boot a Xen image from a volume, the image you launch in must be the same type, fully virtualized or paravirtualized, as the one on the volume."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:28(para)
msgid "Select the volume or volume snapshot from which to boot. Enter a device name. Enter <literal>vda</literal> for KVM images or <literal>xvda</literal> for Xen images."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:35(para)
msgid "Log in to the dashboard, choose a project, and click <guilabel>Images</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:37(para)
msgid "The dashboard shows the images that have been uploaded to OpenStack Image Service and are available for this project."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:40(para)
msgid "For details on creating images, see <link href=\"http://docs.openstack.org/image-guide/content/ch_creating_images_manually.html\">Creating images manually</link> in the <citetitle>OpenStack Virtual Machine Image Guide</citetitle>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:46(para)
msgid "Select an image and click <guibutton>Launch</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:49(para)
msgid "In the Launch Instance dialog box, specify the following values:"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:56(guilabel) ./doc/user-guide/section_dashboard_databases.xml:62(guilabel)
msgid "Details"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:61(guilabel)
msgid "Availability Zone"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:63(para)
msgid "By default, this value is set to the availability zone given by the cloud provider (for example, <literal>us-west</literal> or <literal>apac-south</literal>). For some cases, it could be <literal>nova</literal>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:70(guilabel)
msgid "Instance Name"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:71(para)
msgid "Assign a name to the virtual machine."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:72(para)
msgid "The name you assign here becomes the initial host name of the server. After the server is built, if you change the server name in the API or change the host name directly, the names are not updated in the dashboard."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:76(para)
msgid "Server names are not guaranteed to be unique when created so you could have two instances with the same host name."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:83(guilabel) ./doc/user-guide/section_dashboard_databases.xml:71(guilabel)
msgid "Flavor"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:84(para)
msgid "Specify the size of the instance to launch."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:85(para)
msgid "The flavor is selected based on the size of the image selected for launching an instance. For example, while creating an image, if you have entered the value in the <guilabel>Minimum RAM (MB)</guilabel> field as 2048, then on selecting the image, the default flavor is <guilabel>m1.small</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:95(guilabel)
msgid "Instance Count"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:96(para)
msgid "To launch multiple instances, enter a value greater than 1. The default is 1."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:100(guilabel)
msgid "Instance Boot Source"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:101(para)
msgid "Your options are:"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:104(guilabel)
msgid "Boot from image"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:105(para)
msgid "If you choose this option, a new field for <guilabel>Image Name</guilabel> displays. You can select the image from the list."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:110(guilabel)
msgid "Boot from snapshot"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:111(para)
msgid "If you choose this option, a new field for <guilabel>Instance Snapshot</guilabel> displays. You can select the snapshot from the list."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:116(guilabel)
msgid "Boot from volume"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:117(para)
msgid "If you choose this option, a new field for <guilabel>Volume</guilabel> displays. You can select the volume from the list."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:122(guilabel)
msgid "Boot from image (creates a new volume)"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:123(para)
msgid "With this option, you can boot from an image and create a volume by entering the <guilabel>Device Size</guilabel> and <guilabel>Device Name</guilabel> for your volume. Click the <guilabel>Delete on Terminate</guilabel> option to delete the volume on terminating the instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:131(guilabel)
msgid "Boot from volume snapshot (creates a new volume)"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:133(para)
msgid "Using this option, you can boot from a volume snapshot and create a new volume by choosing <guilabel>Volume Snapshot</guilabel> from a list and adding a <guilabel>Device Name</guilabel> for your volume. Click the <guilabel>Delete on Terminate</guilabel> option to delete the volume on terminating the instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:142(para)
msgid "Since you are launching an instance from an image, <guilabel>Boot from image</guilabel> is chosen by default."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:148(guilabel)
msgid "Image Name"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:149(para)
msgid "This field changes based on your previous selection. Since you have chosen to launch an instance using an image, the <guilabel>Image Name</guilabel> field displays. Select the image name from the dropdown list."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:156(guilabel)
msgid "Access &amp; Security"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:160(guilabel)
msgid "Keypair"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:161(para)
msgid "Specify a key pair."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:162(para)
msgid "If the image uses a static root password or a static key set (neither is recommended), you do not need to provide a key pair to launch the instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:167(guilabel)
msgid "Security Groups"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:168(para)
msgid "Activate the security groups that you want to assign to the instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:170(para)
msgid "Security groups are a kind of cloud firewall that define which incoming network traffic is forwarded to instances. For details, see <xref linkend=\"security_groups_add_rule\"/>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:174(para)
msgid "If you have not created any security groups, you can assign only the default security group to the instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:179(guilabel) ./doc/user-guide/section_sdk_neutron.xml:7(title)
msgid "Networking"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:182(guilabel)
msgid "Selected Networks"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:183(para)
msgid "To add a network to the instance, click the <guibutton>+</guibutton> in the <guilabel>Available Networks</guilabel> field."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:189(guilabel)
msgid "Post-Creation"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:192(guilabel)
msgid "Customization Script"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:193(para)
msgid "Specify a customization script that runs after your instance launches."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:197(guilabel)
msgid "Advanced Options"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:200(guilabel)
msgid "Disk Partition"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:201(para)
msgid "Select the type of disk partition from the dropdown list."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:205(guilabel)
msgid "Automatic"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:207(para)
msgid "Entire disk is single partition and automatically resizes."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:211(guilabel)
msgid "Manual"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:213(para)
msgid "Faster build times but requires manual partitioning."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:232(para)
msgid "Click <guibutton>Launch</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:233(para)
msgid "The instance starts on a compute node in the cloud."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:236(para)
msgid "The <guilabel>Instances</guilabel> tab shows the instance's name, its private and public IP addresses, size, status, task, and power state."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances_from_image.xml:239(para)
msgid "If you did not provide a key pair, security groups, or rules, users can access the instance only from inside the cloud through VNC. Even pinging the instance is not possible without an ICMP rule configured. To access the instance through a VNC console, see <xref linkend=\"instance_console\"/>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:7(title)
msgid "Upload and manage images"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:8(para)
msgid "A virtual machine image, referred to in this document simply as an image, is a single file that contains a virtual disk that has a bootable operating system installed on it. Images are used to create virtual machine instances within the cloud. For information about creating image files, see the <link href=\"http://docs.openstack.org/image-guide/content/\"><citetitle>OpenStack Virtual Machine Image Guide</citetitle></link>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:16(para)
msgid "Depending on your role, you may have permission to upload and manage virtual machine images. Operators might restrict the upload and management of images to cloud administrators or operators only. If you have the appropriate privileges, you can use the dashboard to upload and manage images in the <guilabel>admin</guilabel> project."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:23(para)
msgid "You can also use the <placeholder-1/> and <placeholder-2/> command-line clients or the Image Service and Compute APIs to manage images. See <xref linkend=\"cli_manage_images\"/>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:29(title) ./doc/user-guide/section_sdk_manage_images.xml:102(title)
msgid "Upload an image"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:30(para)
msgid "Follow this procedure to upload an image to a project."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:34(para) ./doc/user-guide/section_dashboard_manage_images.xml:160(para) ./doc/user-guide/section_dashboard_manage_images.xml:207(para)
msgid "Log in to the dashboard."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:37(para) ./doc/user-guide/section_dashboard_manage_images.xml:163(para) ./doc/user-guide/section_dashboard_manage_images.xml:210(para) ./doc/user-guide/section_dashboard_manage_volumes.xml:217(para)
msgid "From the <guilabel>CURRENT PROJECT</guilabel> on the <guilabel>Project</guilabel> tab, select the appropriate project."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:42(para) ./doc/user-guide/section_dashboard_manage_images.xml:168(para) ./doc/user-guide/section_dashboard_manage_images.xml:214(para)
msgid "On the <guilabel>Project</guilabel> tab, click <guilabel>Images</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:46(para) ./doc/user-guide/section_dashboard_manage_images.xml:149(para)
msgid "Click <guibutton>Create Image</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:47(para)
msgid "The Create An Image dialog box appears."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:50(para)
msgid "Enter the following values:"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:57(guilabel) ./doc/user-guide/section_dashboard_databases.xml:136(guilabel)
msgid "Name"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:60(para)
msgid "Enter a name for the image."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:65(guilabel) ./doc/user-guide/section_dashboard_databases.xml:144(guilabel) ./doc/user-guide/app_cheat_sheet.xml:21(th) ./doc/user-guide/app_cheat_sheet.xml:67(th) ./doc/user-guide/app_cheat_sheet.xml:141(th) ./doc/user-guide/app_cheat_sheet.xml:334(th) ./doc/user-guide/app_cheat_sheet.xml:375(th) ./doc/user-guide/app_cheat_sheet.xml:459(th) ./doc/user-guide/section_dashboard_manage_volumes.xml:44(guilabel)
msgid "Description"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:68(para)
msgid "Optionally, enter a brief description of the image."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:74(guilabel)
msgid "Image Source"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:77(para)
msgid "Choose the image source from the list. Your choices are <guilabel>Image Location</guilabel> and <guilabel>Image File</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:84(para)
msgid "<guilabel>Image File</guilabel> or <guilabel>Image Location</guilabel>"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:89(para)
msgid "Based on your selection for <guilabel>Image Source</guilabel>, you either enter the location URL of the image in the <guilabel>Image Location</guilabel> field. or browse to the image file on your system and add it."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:98(guilabel)
msgid "Format"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:101(para)
msgid "Select the correct format (for example, QCOW2) for the image."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:108(guilabel)
msgid "Architecture"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:112(para)
msgid "Specify the architecture. For example, <literal>i386</literal> for a 32-bit architecture or <literal>x86-64</literal> for a 64-bit architecture."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:119(para)
msgid "<guilabel>Minimum Disk (GB)</guilabel> and <guilabel>Minimum RAM (MB)</guilabel>"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:123(para)
msgid "Leave these optional fields empty."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:128(guilabel)
msgid "Public"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:131(para)
msgid "Select this check box to make the image public to all users with access to the current project."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:138(guilabel)
msgid "Protected"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:141(para)
msgid "Select this check box to ensure that only users with permissions can delete the image."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:150(para)
msgid "The image is queued to be uploaded. It might take some time before the status changes from Queued to Active."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:156(title)
msgid "Update an image"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:157(para)
msgid "Follow this procedure to update an existing image."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:172(para) ./doc/user-guide/section_dashboard_manage_volumes.xml:226(para)
msgid "Select the image that you want to edit."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:175(para)
msgid "In the <guilabel>Actions</guilabel> column, click <guilabel>More</guilabel> and then select <guilabel>Edit</guilabel> from the list."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:183(para)
msgid "Change the name of the image."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:186(para)
msgid "Select the <guilabel>Public</guilabel> check box to make the image public."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:190(para)
msgid "Clear the <guilabel>Public</guilabel> check box to make the image private."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:180(para)
msgid "In the Update Image dialog box, you can perform the following actions: <placeholder-1/>"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:196(para)
msgid "Click <guibutton>Update Image</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:201(title)
msgid "Delete an image"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:202(para)
msgid "Deletion of images is permanent and <emphasis role=\"bold\">cannot</emphasis> be reversed. Only users with the appropriate permissions can delete images."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:218(para)
msgid "Select the images that you want to delete."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:221(para)
msgid "Click <guibutton>Delete Images</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_images.xml:224(para)
msgid "In the <guilabel>Confirm Delete Image</guilabel> dialog box, click <guibutton>Delete Images</guibutton> to confirm the deletion."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:7(title) ./doc/user-guide/section_cli_trove.xml:9(title)
msgid "Create and manage databases"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:9(para) ./doc/user-guide/section_cli_trove.xml:10(para)
msgid "The Database service provides scalable and reliable cloud provisioning functionality for both relational and non-relational database engines. Users can quickly and easily use database features without the burden of handling complex administrative tasks."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:11(title) ./doc/user-guide/section_cli_trove.xml:158(title)
msgid "Create a database instance"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:13(title)
msgid "Prerequisites"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:14(para)
msgid "Before you create a database instance, you need to configure a default datastore and make sure you have an appropriate flavor for the type of database instance you want."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:18(title)
msgid "Configure a default datastore."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:19(para)
msgid "Because the dashboard does not let you choose a specific datastore to use with an instance, you need to configure a default datastore. The dashboard then uses the default datastore to create the instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:22(para)
msgid "Add the following line to <filename>/etc/trove/trove.conf</filename>:"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:23(replaceable) ./doc/user-guide/section_cli_trove.xml:631(replaceable)
msgid "DATASTORE_NAME"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:24(para)
msgid "Replace <replaceable>DATASTORE_NAME</replaceable> with the name that the administrative user set when issuing the <placeholder-1/> command to create the datastore. You can use the trove <placeholder-2/> command to display the datastores that are available in your environment."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:25(para)
msgid "For example, if your MySQL datastore name is set to <literal>mysql</literal>, your entry would look like this:"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:29(para)
msgid "Restart Database services on the controller node:"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:37(title)
msgid "Verify flavor."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:38(para)
msgid "Make sure an <link linkend=\"create_db\">appropriate flavor exists</link> for the type of database instance you want."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:42(title)
msgid "Create database instance"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:43(para)
msgid "Once you have configured a default datastore and verified that you have an appropriate flavor, you can create a database instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:47(para) ./doc/user-guide/section_dashboard_databases.xml:121(para) ./doc/user-guide/section_dashboard_databases.xml:161(para)
msgid "Log in to the dashboard, choose a project, and click <guilabel>Databases</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:50(para)
msgid "Click <guilabel>Database Instances</guilabel>. This lists the instances that already exist in your environment."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:53(para)
msgid "Click <guibutton>Launch Instance</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:56(para)
msgid "In the <guilabel>Launch Database</guilabel> dialog box, specify the following values."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:67(guilabel)
msgid "Database Name"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:68(para)
msgid "Specify a name for the database instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:72(para)
msgid "Select an appropriate flavor for the instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:75(guilabel)
msgid "Volume Size"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:76(para)
msgid "Select a volume size. Volume size is expressed in GB."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:80(guilabel)
msgid "Initialize Databases"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:83(guilabel)
msgid "Initial Database"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:85(para)
msgid "Optionally provide a comma separated list of databases to create, for example:"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:86(para)
msgid "<literal>database1</literal>, <literal>database2</literal>, <literal>database3</literal>"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:90(guilabel)
msgid "Initial Admin User"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:91(para)
msgid "Create an initial admin user. This user will have access to all the databases you create."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:94(guilabel)
msgid "Password"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:95(para)
msgid "Specify a password associated with the initial admin user you just named."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:98(guilabel)
msgid "Host"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:99(para)
msgid "Optionally, allow the user to connect only from this host. If you do not specify a host, this user will be allowed to connect from anywhere."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:105(para)
msgid "Click the <guibutton>Launch</guibutton> button. The new database instance appears in the databases list."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:110(title) ./doc/user-guide/section_cli_trove.xml:244(title)
msgid "Backup and restore a database"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:111(para) ./doc/user-guide/section_cli_trove.xml:245(para)
msgid "You can use Database services to backup a database and store the backup artifact in the Object Storage module. Later on, if the original database is damaged, you can use the backup artifact to restore the database. The restore process creates a database instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:114(para) ./doc/user-guide/section_cli_trove.xml:248(para)
msgid "This example shows you how to back up and restore a MySQL database."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:116(title) ./doc/user-guide/section_cli_trove.xml:250(title)
msgid "To backup and restore a database"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:118(title)
msgid "Backup the database instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:124(para)
msgid "Click <guilabel>Database Instances</guilabel>. This displays the existing instances in your system."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:127(para)
msgid "Click <guibutton>Create Backup</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:130(para)
msgid "In the Backup Database dialog box, specify the following values:"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:137(para)
msgid "Specify a name for the backup."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:140(guilabel)
msgid "Database Instance"
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:141(para)
msgid "Select the instance you want to back up."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:145(para)
msgid "Specify an optional description."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:151(para)
msgid "Click <guibutton>Backup</guibutton>. The new backup appears in the backup list."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:156(title)
msgid "Restore a database instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:157(para)
msgid "Now assume that your original database instance is damaged and you need to restore it. You do the restore by using your backup to create a new database instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:164(para)
msgid "Click <guilabel>Database Backups</guilabel>. This lists the available backups."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:167(para)
msgid "Check the backup you want to use and click <guibutton>Restore Backup</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:170(para)
msgid "In the <guilabel>Launch Database</guilabel> dialog box, specify the <link linkend=\"dashboard_create_db_instance\">values you want to use for the new database instance</link>. Click the <guilabel>Restore From Database</guilabel> tab and make sure that this new instance is based on the correct backup."
msgstr ""
#: ./doc/user-guide/section_dashboard_databases.xml:173(para)
msgid "Click <guibutton>Launch</guibutton>. The new instance appears in the database instances list."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:7(title)
msgid "Measure cloud resources"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:8(para)
msgid "Telemetry measures cloud resources in OpenStack. It collects data related to billing. Currently, this metering service is available through only the <placeholder-1/> command-line client."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:10(para)
msgid "To model data, Telemetry uses the following abstractions:"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:13(emphasis)
msgid "Meter"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:15(para)
msgid "Measures a specific aspect of resource usage, such as the existence of a running instance, or ongoing performance, such as the CPU utilization for an instance. Meters exist for each type of resource. For example, a separate <literal>cpu_util</literal> meter exists for each instance. The life cycle of a meter is decoupled from the existence of its related resource. The meter persists after the resource goes away."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:25(para)
msgid "A meter has the following attributes:"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:28(para)
msgid "String name"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:31(para)
msgid "A unit of measurement"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:34(para)
msgid "A type, which indicates whether values increase monotonically (cumulative), are interpreted as a change from the previous value (delta), or are stand-alone and relate only to the current duration (gauge)"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:42(emphasis)
msgid "Sample"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:44(para)
msgid "An individual data point that is associated with a specific meter. A sample has the same attributes as the associated meter, with the addition of time stamp and value attributes. The value attribute is also known as the sample <emphasis role=\"italic\">volume</emphasis>."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:50(emphasis)
msgid "Statistic"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:52(para)
msgid "A set of data point aggregates over a time duration. (In contrast, a sample represents a single data point.) The Telemetry service employs the following aggregation functions:"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:56(para)
msgid "<emphasis role=\"bold\">count</emphasis>. The number of samples in each period."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:61(para)
msgid "<emphasis role=\"bold\">max</emphasis>. The maximum number of sample volumes in each period."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:66(para)
msgid "<emphasis role=\"bold\">min</emphasis>. The minimum number of sample volumes in each period."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:71(para)
msgid "<emphasis role=\"bold\">avg</emphasis>. The average of sample volumes over each period."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:76(para)
msgid "<emphasis role=\"bold\">sum</emphasis>. The sum of sample volumes over each period."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:84(emphasis)
msgid "Alarm"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:86(para)
msgid "A set of rules that define a monitor and a current state, with edge-triggered actions associated with target states. Alarms provide user-oriented Monitoring-as-a-Service and a general purpose utility for OpenStack. Orchestration auto scaling is a typical use case. Alarms follow a tristate model of <literal>ok</literal>, <literal>alarm</literal>, and <literal>insufficient data</literal>. For conventional threshold-oriented alarms, a static threshold value and comparison operator govern state transitions. The comparison operator compares a selected meter statistic against an evaluation window of configurable length into the recent past."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:96(para)
msgid "This example uses the <placeholder-1/> client to create an auto-scaling stack and the <placeholder-2/> client to measure resources."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:102(para)
msgid "Create an auto-scaling stack by running the following command. The <literal>-f</literal> option specifies the name of the stack template file, and the <literal>-P</literal> option specifies the <literal>KeyName</literal> parameter as <literal>heat_key</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:108(para)
msgid "List the heat resources that were created:"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:125(para)
msgid "List the alarms that are set:"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:135(para)
msgid "List the meters that are set:"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:146(para)
msgid "List samples:"
msgstr ""
#: ./doc/user-guide/section_cli_ceilometer.xml:155(para)
msgid "View statistics:"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:8(title)
msgid "OpenStack command-line interface cheat sheet"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:10(para)
msgid "The following tables give a quick reference of the most used command-line commands."
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:16(caption)
msgid "Identity (keystone)"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:22(th) ./doc/user-guide/app_cheat_sheet.xml:68(th) ./doc/user-guide/app_cheat_sheet.xml:142(th) ./doc/user-guide/app_cheat_sheet.xml:335(th) ./doc/user-guide/app_cheat_sheet.xml:376(th) ./doc/user-guide/app_cheat_sheet.xml:460(th)
msgid "Command"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:27(td)
msgid "List all users"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:33(td)
msgid "List Identity service catalog"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:39(td)
msgid "List all services in service catalog"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:45(td)
msgid "Create new user"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:47(replaceable) ./doc/user-guide/app_cheat_sheet.xml:54(replaceable) ./doc/user-guide/app_cheat_sheet.xml:187(replaceable) ./doc/user-guide/app_cheat_sheet.xml:216(replaceable) ./doc/user-guide/app_cheat_sheet.xml:223(replaceable) ./doc/user-guide/app_cheat_sheet.xml:229(replaceable) ./doc/user-guide/app_cheat_sheet.xml:235(replaceable) ./doc/user-guide/app_cheat_sheet.xml:241(replaceable) ./doc/user-guide/app_cheat_sheet.xml:247(replaceable) ./doc/user-guide/app_cheat_sheet.xml:253(replaceable) ./doc/user-guide/app_cheat_sheet.xml:259(replaceable) ./doc/user-guide/app_cheat_sheet.xml:267(replaceable) ./doc/user-guide/app_cheat_sheet.xml:274(replaceable) ./doc/user-guide/app_cheat_sheet.xml:342(replaceable) ./doc/user-guide/app_cheat_sheet.xml:386(replaceable) ./doc/user-guide/section_cli_trove.xml:631(replaceable)
msgid "NAME"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:47(replaceable)
msgid "TENANT"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:48(replaceable)
msgid "EMAIL"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:48(replaceable)
msgid "BOOL"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:52(td)
msgid "Create new tenant"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:54(replaceable)
msgid "DESCRIPTION"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:62(caption)
msgid "Image Service (glance)"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:73(td)
msgid "List images you can access"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:79(td)
msgid "Delete specified image"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:81(replaceable) ./doc/user-guide/app_cheat_sheet.xml:87(replaceable) ./doc/user-guide/app_cheat_sheet.xml:93(replaceable) ./doc/user-guide/app_cheat_sheet.xml:167(replaceable) ./doc/user-guide/app_cheat_sheet.xml:267(replaceable)
msgid "IMAGE"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:85(td)
msgid "Describe a specific image"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:91(td)
msgid "Update image"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:97(th) ./doc/user-guide/section_sdk_manage_images.xml:8(title)
msgid "Manage images"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:100(td)
msgid "Kernel image"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:108(td)
msgid "RAM image"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:116(td)
msgid "Three-part image"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:125(td)
msgid "Register raw image"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:136(caption)
msgid "Compute (nova)"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:147(td)
msgid "List instances, notice status of instance"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:153(td) ./doc/user-guide/section_sdk_manage_images.xml:12(title)
msgid "List images"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:159(td)
msgid "List flavors"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:165(td)
msgid "Boot an instance using flavor and image names (if names are unique)"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:167(replaceable) ./doc/user-guide/app_cheat_sheet.xml:259(replaceable)
msgid "FLAVOR"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:173(td)
msgid "Login to instance"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:176(replaceable)
msgid "NETNS_NAME"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:176(replaceable)
msgid "USER"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:179(para)
msgid "Note, in CirrOS the password for user <literal>cirros</literal> is \"cubswin:)\" without the quotes."
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:185(td)
msgid "Show details of instance"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:192(td)
msgid "View console log of instance"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:198(td)
msgid "Set metadata on an instance"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:204(td) ./doc/user-guide/section_dashboard_launch_instances.xml:70(title)
msgid "Create an instance snapshot"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:211(th)
msgid "Pause, suspend, stop, rescue, resize, rebuild, reboot an instance"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:214(td)
msgid "Pause"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:221(td)
msgid "Unpause"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:227(td)
msgid "Suspend"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:233(td)
msgid "Unsuspend"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:239(td)
msgid "Stop"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:245(td)
msgid "Start"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:251(td)
msgid "Rescue"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:257(td)
msgid "Resize"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:265(td)
msgid "Rebuild"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:272(td)
msgid "Reboot"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:279(td)
msgid "Inject user data and files into an instance"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:281(replaceable)
msgid "FILE"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:281(replaceable)
msgid "INSTANCE"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:285(para)
msgid "To validate that the file is there, ssh into the instance, and look in <filename>/var/lib/cloud</filename> for the file."
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:291(th)
msgid "Inject a keypair into an instance and access the instance with that keypair"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:295(td)
msgid "Create keypair"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:302(td)
msgid "Boot"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:309(td)
msgid "Use ssh to connect to the instance"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:316(th)
msgid "Manage security groups"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:319(td)
msgid "Add rules to default security group allowing ping and SSH between instances in the default security group"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:329(caption)
msgid "Networking (neutron)"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:340(td) ./doc/user-guide/section_sdk_neutron.xml:99(title)
msgid "Create network"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:346(td)
msgid "Create a subnet"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:348(replaceable)
msgid "NETWORK_NAME"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:348(replaceable) ./doc/user-guide/section_dashboard_access_and_security.xml:79(literal) ./doc/user-guide/section_dashboard_access_and_security.xml:83(guilabel) ./doc/user-guide/section_dashboard_access_and_security.xml:121(literal) ./doc/user-guide/section_dashboard_access_and_security.xml:124(guilabel)
msgid "CIDR"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:353(td)
msgid "List network and subnet"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:360(td)
msgid "Examine details of network and subnet"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:362(replaceable) ./doc/user-guide/app_cheat_sheet.xml:363(replaceable)
msgid "ID_OR_NAME_OF_NETWORK"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:370(caption)
msgid "Block Storage (cinder)"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:381(th)
msgid "Manage volumes and volume snapshots"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:384(td)
msgid "Create a new volume"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:386(replaceable)
msgid "SIZE_IN_GB"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:391(td)
msgid "Boot an instance and attach to volume"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:397(td)
msgid "List volumes, notice status of volume"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:403(td)
msgid "Attach volume to instance after instance is active, and volume is available"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:406(replaceable) ./doc/user-guide/section_cli_trove.xml:217(replaceable) ./doc/user-guide/section_cli_trove.xml:288(replaceable) ./doc/user-guide/section_cli_trove.xml:382(replaceable) ./doc/user-guide/section_cli_trove.xml:403(replaceable) ./doc/user-guide/section_cli_trove.xml:414(replaceable) ./doc/user-guide/section_cli_trove.xml:432(replaceable) ./doc/user-guide/section_cli_trove.xml:484(replaceable) ./doc/user-guide/section_cli_trove.xml:509(replaceable)
msgid "INSTANCE_ID"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:406(replaceable)
msgid "VOLUME_ID"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:411(th)
msgid "Manage volumes after login into the instance"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:414(td)
msgid "List storage devices"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:420(td)
msgid "Make filesystem on volume"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:426(td)
msgid "Create a mountpoint"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:432(td)
msgid "Mount the volume at the mountpoint"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:438(td)
msgid "Create a file on the volume"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:445(td)
msgid "Unmount the volume"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:454(caption)
msgid "Object Storage (swift)"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:465(td)
msgid "Display information for the account, container, or object"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:468(replaceable)
msgid "ACCOUNT"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:469(replaceable) ./doc/user-guide/section_cli_swift_howto.xml:27(replaceable) ./doc/user-guide/section_cli_swift_howto.xml:46(replaceable) ./doc/user-guide/section_cli_swift_howto.xml:95(replaceable) ./doc/user-guide/section_cli_swift_howto.xml:97(replaceable) ./doc/user-guide/section_cli_swift_howto.xml:102(replaceable) ./doc/user-guide/section_cli_swift_howto.xml:116(replaceable) ./doc/user-guide/section_cli_swift_howto.xml:121(replaceable)
msgid "CONTAINER"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:470(replaceable)
msgid "OBJECT"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:474(td)
msgid "List containers"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:480(td) ./doc/user-guide/section_dashboard_manage_containers.xml:20(title)
msgid "Create a container"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:482(replaceable) ./doc/user-guide/app_cheat_sheet.xml:488(replaceable) ./doc/user-guide/app_cheat_sheet.xml:501(replaceable) ./doc/user-guide/app_cheat_sheet.xml:507(replaceable)
msgid "CONTAINER_NAME"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:486(td)
msgid "Upload file to a container"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:488(replaceable) ./doc/user-guide/app_cheat_sheet.xml:501(replaceable) ./doc/user-guide/app_cheat_sheet.xml:507(replaceable)
msgid "FILE_NAME"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:493(td)
msgid "List objects in container"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:499(td)
msgid "Download object from container"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:505(td)
msgid "Upload with chunks, for large file"
msgstr ""
#: ./doc/user-guide/app_cheat_sheet.xml:507(replaceable)
msgid "SIZE"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:7(title)
msgid "Create and manage object containers"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:9(para)
msgid "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."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:14(para)
msgid "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."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:23(para) ./doc/user-guide/section_dashboard_manage_containers.xml:45(para) ./doc/user-guide/section_dashboard_manage_containers.xml:80(para) ./doc/user-guide/section_dashboard_manage_containers.xml:104(para) ./doc/user-guide/section_dashboard_manage_containers.xml:145(para) ./doc/user-guide/section_dashboard_manage_containers.xml:172(para)
msgid "Log in to the dashboard, choose a project, and click <guilabel>Containers</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:27(para)
msgid "Click <guibutton>Create Container</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:30(para)
msgid "In the Create Container dialog box, enter a name for the container, and then click<guibutton>Create Container</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:35(para)
msgid "You have successfully created a container."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:36(para)
msgid "To delete a container, click the <guibutton>More</guibutton> button and select <guilabel>Delete Container</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:42(title)
msgid "Upload an object"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:49(para) ./doc/user-guide/section_dashboard_manage_containers.xml:84(para) ./doc/user-guide/section_dashboard_manage_containers.xml:108(para) ./doc/user-guide/section_dashboard_manage_containers.xml:149(para) ./doc/user-guide/section_dashboard_manage_containers.xml:176(para)
msgid "Select the container in which you want to store your object."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:52(para) ./doc/user-guide/section_dashboard_manage_containers.xml:67(para) ./doc/user-guide/section_dashboard_manage_containers.xml:152(para)
msgid "Click <guibutton>Upload Object</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:53(para) ./doc/user-guide/section_dashboard_manage_containers.xml:153(para)
msgid "The Upload Object To Container: <replaceable>&lt;name&gt;</replaceable> dialog box is displayed. <replaceable>&lt;name&gt;</replaceable> is the name of the container to which you are uploading the object."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:60(para) ./doc/user-guide/section_dashboard_manage_containers.xml:160(para)
msgid "Enter a name for the object."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:63(para) ./doc/user-guide/section_dashboard_manage_containers.xml:91(para)
msgid "Browse to and select the file that you want to upload."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:70(para)
msgid "You have successfully uploaded an object to the container."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:71(para) ./doc/user-guide/section_dashboard_manage_containers.xml:98(para)
msgid "To delete an object, click the <guibutton>More</guibutton> button and select <guilabel>Delete Object</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:76(title)
msgid "Manage an object"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:78(title)
msgid "To edit an object"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:87(para)
msgid "Click <guibutton>More</guibutton> and choose <guilabel>Edit</guilabel> from the dropdown list."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:88(para)
msgid "The Edit Object dialog box is displayed."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:94(para) ./doc/user-guide/section_dashboard_manage_containers.xml:163(para)
msgid "Click <guibutton>Update Object</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:102(title)
msgid "To copy an object from one container to another"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:111(para)
msgid "Click <guibutton>More</guibutton> and choose <guilabel>Copy</guilabel> from the dropdown list."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:115(para)
msgid "In the Copy Object: launch dialog box, enter the following values:"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:120(para)
msgid "<guilabel>Destination Container</guilabel>: Choose the destination container from the list."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:124(para)
msgid "<guilabel>Path</guilabel>: Specify a path in which the new copy should be stored inside of the selected container."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:129(para)
msgid "<guilabel>Destination object name</guilabel>: Enter a name for the object in the new container."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:137(para)
msgid "Click <guibutton>Copy Object</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:141(title)
msgid "To create a metadata-only object without a file"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:142(para)
msgid "You can create a new object in container without a file available and can upload the file later when it is ready. This temporary object acts a place-holder for a new object, and enables the user to share object metadata and URL info in advance."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:167(title)
msgid "To create a pseudo-folder"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:168(para)
msgid "Pseudo-folders are similar to folders in your desktop operating system. They are virtual collections defined by a common prefix on the object's name."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:179(para)
msgid "Click <guibutton>Create Pseudo-folder</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:181(para)
msgid "The Create Pseudo-Folder in Container <replaceable>&lt;name&gt; </replaceable> dialog box is displayed. <replaceable>&lt;name&gt; </replaceable> is the name of the container to which you are uploading the object."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:188(para)
msgid "Enter a name for the pseudo-folder."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:190(para)
msgid "A slash (/) character is used as the delimiter for pseudo-folders in the Object Store."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_containers.xml:194(para)
msgid "Click <guibutton>Create</guibutton>."
msgstr ""
#: ./doc/user-guide/section_sdk_auth_glance.xml:7(title)
msgid "Authenticate against an Image Service endpoint"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_glance.xml:8(para)
msgid "To authenticate against an Image Service endpoint, instantiate a <link href=\"http://docs.openstack.org/developer/python-glanceclient/api/glanceclient.v2.client.html#glanceclient.v2.client.Client\"> glanceclient.v2.client.Client</link> object:"
msgstr ""
#: ./doc/user-guide/ch_dashboard.xml:10(title)
msgid "OpenStack dashboard"
msgstr ""
#: ./doc/user-guide/ch_dashboard.xml:12(para)
msgid "As a cloud end user, you can use the OpenStack dashboard to provision your own resources within the limits set by administrators. You can modify the examples provided in this section to create other types and sizes of server instances."
msgstr ""
#: ./doc/user-guide/section_sdk_auth_keystone.xml:7(title)
msgid "Authenticate against an Identity endpoint"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_keystone.xml:8(para)
msgid "To authenticate against the Identity v2.0 endpoint, instantiate a <link href=\"http://docs.openstack.org/developer/python-keystoneclient/api/keystoneclient.v2_0.client.html#keystoneclient.v2_0.client.Client\"> keystoneclient.v_20.client.Client</link> object:"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_keystone.xml:19(para)
msgid "After you instantiate a <classname>Client</classname> object, you can retrieve the token by accessing its <literal>auth_token</literal> attribute object:"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_keystone.xml:25(para)
msgid "If the OpenStack cloud is configured to use public-key infrastructure (PKI) tokens, the Python script output looks something like this:"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_keystone.xml:36(para)
msgid "This example shows a subset of a PKI token. A complete token is over 5000 characters long."
msgstr ""
#: ./doc/user-guide/section_sdk_auth_neutron.xml:7(title)
msgid "Authenticate against a Networking endpoint"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_neutron.xml:8(para)
msgid "To authenticate against a Networking endpoint, instantiate a <classname>neutronclient.v_2_0.client.Client</classname> object:"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_neutron.xml:19(para)
msgid "You can also authenticate by explicitly specifying the endpoint and token:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:11(title) ./doc/user-guide/section_dashboard_access_and_security.xml:7(title) ./doc/user-guide/section_sdk_configure_instances.xml:7(title)
msgid "Configure access and security for instances"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:13(para)
msgid "When you launch a virtual machine, you can inject a <emphasis role=\"italic\">key pair</emphasis>, which provides SSH access to your instance. For this to work, the image must contain the <literal>cloud-init</literal> package."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:17(para)
msgid "You create at least one key pair for each project. You can use the key pair for multiple instances that belong to that project. If you generate a key pair with an external tool, you can import it into OpenStack."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:20(para)
msgid "If an image uses a static root password or a static key setneither is recommendedyou must not provide a key pair when you launch the instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:21(para)
msgid "A <emphasis role=\"italic\">security group</emphasis> is a named collection of network access rules that you use to limit the types of traffic that have access to instances. When you launch an instance, you can assign one or more security groups to it. If you do not create security groups, new instances are automatically assigned to the default security group, unless you explicitly specify a different security group."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:28(para)
msgid "The associated <emphasis role=\"italic\">rules</emphasis> in each security group control the traffic to instances in the group. Any incoming traffic that is not matched by a rule is denied access by default. You can add rules to or remove rules from a security group, and you can modify rules for the default and any other security group."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:34(para)
msgid "You can modify the rules in a security group to allow access to instances through different ports and protocols. For example, you can modify rules to allow access to instances through SSH, to ping instances, or to allow UDP traffic; for example, for a DNS server running on an instance. You specify the following parameters for rules:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:42(para)
msgid "<emphasis role=\"bold\">Source of traffic</emphasis>. Enable traffic to instances from either IP addresses inside the cloud from other group members or from all IP addresses."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:48(para)
msgid "<emphasis role=\"bold\">Protocol</emphasis>. Choose TCP for SSH, ICMP for pings, or UDP."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:52(para)
msgid "<emphasis role=\"bold\">Destination port on virtual machine</emphasis>. Define a port range. To open a single port only, enter the same value twice. ICMP does not support ports; instead, you enter values to define the codes and types of ICMP traffic to be allowed."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:59(para)
msgid "Rules are automatically enforced as soon as you create or modify them."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:71(title) ./doc/user-guide/section_dashboard_access_and_security.xml:137(title)
msgid "Add a key pair"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:73(para)
msgid "You can generate a key pair or upload an existing public key."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:76(para)
msgid "To generate a key pair, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:77(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:88(replaceable)
msgid "MY_KEY"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:78(para)
msgid "The command generates a key pair with the name that you specify fir <replaceable>KEY_NAME</replaceable>, writes the private key to the <filename>.pem</filename> file that you specify, and registers the public key at the Nova database."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:85(para)
msgid "To set the permissions of the <filename>.pem</filename> file so that only you can read and write to it, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:93(title) ./doc/user-guide/section_dashboard_access_and_security.xml:167(title)
msgid "Import a key pair"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:96(para)
msgid "If you have already generated a key pair and the public key is located at <filename>~/.ssh/id_rsa.pub</filename>, run the following command to upload the public key:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:100(para)
msgid "The command registers the public key at the Nova database and names the key pair the name that you specify for <literal><replaceable>KEY_NAME</replaceable></literal>."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:105(para)
msgid "To ensure that the key pair has been successfully imported, list key pairs as follows:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:112(title) ./doc/user-guide/section_sdk_configure_instances.xml:73(title)
msgid "Create and manage security groups"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:115(para)
msgid "To list the security groups for the current project, including descriptions, enter the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:120(para)
msgid "To create a security group with a specified name and description, enter the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:123(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:128(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:148(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:158(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:165(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:178(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:185(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:203(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:215(replaceable)
msgid "SECURITY_GROUP_NAME"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:123(replaceable)
msgid "GROUP_DESCRIPTION"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:126(para)
msgid "To delete a specified group, enter the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:130(para)
msgid "You cannot delete the default security group for a project. Also, you cannot delete a security group that is assigned to a running instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:139(title) ./doc/user-guide/section_sdk_configure_instances.xml:98(title)
msgid "Create and manage security group rules"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:141(para)
msgid "Modify security group rules with the <placeholder-1/> commands. Before you begin, source the OpenStack RC file. For details, see <xref linkend=\"cli_openrc\"/>."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:146(para)
msgid "To list the rules for a security group, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:151(para)
msgid "To allow SSH access to the instances, choose one of the following options:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:155(para)
msgid "Allow access from all IP addresses, specified as IP subnet <filename>0.0.0.0/0</filename> in CIDR notation:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:161(para)
msgid "Allow access only from IP addresses from other security groups (source groups) to access the specified port:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:165(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:185(replaceable) ./doc/user-guide/section_cli_nova_configure_instances.xml:203(replaceable)
msgid "SOURCE_GROUP_NAME"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:170(para)
msgid "To allow pinging of the instances, choose one of the following options:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:174(para)
msgid "Allow pinging from all IP addresses, specified as IP subnet <filename>0.0.0.0/0</filename> in CIDR notation:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:178(para)
msgid "This allows access to all codes and all types of ICMP traffic."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:182(para)
msgid "Allow only members of other security groups (source groups) to ping instances:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:190(para)
msgid "To allow access through a UDP port, such as allowing access to a DNS server that runs on a VM, choose one of the following options:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:195(para)
msgid "Allow UDP access from IP addresses, specified as IP subnet <filename>0.0.0.0/0</filename> in CIDR notation:<placeholder-1/>"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:200(para)
msgid "Allow only IP addresses from other security groups (source groups) to access the specified port:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:209(title)
msgid "Delete a security group rule"
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:210(para)
msgid "To delete a security group rule, specify the same arguments that you used to create the rule."
msgstr ""
#: ./doc/user-guide/section_cli_nova_configure_instances.xml:213(para)
msgid "For example, to delete the security group rule that permits SSH access from all IP addresses, run the following command."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:7(title)
msgid "Manage IP addresses"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:8(para)
msgid "Each instance has a private, fixed IP address and can also have a public, or floating, address. Private IP addresses are used for communication between instances, and public addresses are used for communication with networks outside the cloud, including the Internet."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:12(para)
msgid "When you launch an instance, it is automatically assigned a private IP address that stays the same until you explicitly terminate the instance. Rebooting an instance has no effect on the private IP address."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:16(para)
msgid "A pool of floating IP addresses, configured by the cloud administrator, is available in OpenStack Compute. The project quota defines the maximum number of floating IP addresses that you can allocate to the project. After you allocate a floating IP address to a project, you can:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:23(para)
msgid "Associate the floating IP address with an instance of the project. Only one floating IP address can be allocated to an instance at any given time."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:27(para)
msgid "Disassociate a floating IP address from an instance in the project."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:30(para)
msgid "Delete a floating IP from the project; deleting a floating IP automatically deletes that IP's associations."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:35(para)
msgid "Use the <placeholder-1/> commands to manage floating IP addresses."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:38(title)
msgid "List floating IP address information"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:41(para)
msgid "To list all pools that provide floating IP addresses, run:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:49(para)
msgid "If this list is empty, the cloud administrator must configure a pool of floating IP addresses."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:52(para)
msgid "To list all floating IP addresses that are allocated to the current project, run:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:60(para)
msgid "For each floating IP address that is allocated to the current project, the command outputs the floating IP address, the ID for the instance to which the floating IP address is assigned, the associated fixed IP address, and the pool from which the floating IP address was allocated."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:68(title)
msgid "Associate floating IP addresses"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:69(para)
msgid "You can assign a floating IP address to a project and to an instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:72(para)
msgid "Run the following command to allocate a floating IP address to the current project. By default, the floating IP address is allocated from the <systemitem>public</systemitem> pool. The command outputs the allocated IP address."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:82(para)
msgid "If more than one IP address pool is available, you can specify the pool from which to allocate the IP address, using the pool's name. For example, to allocate a floating IP address from the <literal>test</literal> pool, run:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:89(para)
msgid "List all project instances with which a floating IP address could be associated:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:100(para)
msgid "Associate an IP address with an instance in the project, as follows:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:101(replaceable) ./doc/user-guide/section_cli_nova_floating_ips.xml:119(replaceable) ./doc/user-guide/section_cli_nova_floating_ips.xml:129(replaceable)
msgid "INSTANCE_NAME_OR_ID"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:101(replaceable) ./doc/user-guide/section_cli_nova_floating_ips.xml:119(replaceable) ./doc/user-guide/section_cli_nova_floating_ips.xml:129(replaceable) ./doc/user-guide/section_cli_nova_floating_ips.xml:133(replaceable)
msgid "FLOATING_IP_ADDRESS"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:102(para)
msgid "For example:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:106(para)
msgid "Notice that the instance is now associated with two IP addresses:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:114(para)
msgid "After you associate the IP address and configure security group rules for the instance, the instance is publicly available at the floating IP address."
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:116(para)
msgid "If an instance is connected to multiple networks, you can associate a floating IP address with a specific fixed IP address using the optional <parameter>--fixed-address</parameter> parameter:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:119(replaceable)
msgid "FIXED_IP_ADDRESS"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:125(title)
msgid "Disassociate floating IP addresses"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:128(para)
msgid "Release a floating IP address from an instance, as follows:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:132(para)
msgid "Release the floating IP address from the current project, as follows:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_floating_ips.xml:134(para)
msgid "The IP address is returned to the pool of IP addresses that is available for all projects. If the IP address is still associated with a running instance, it is automatically disassociated from that instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:7(title)
msgid "Stop and start an instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:8(para)
msgid "Use one of the following methods to stop and start an instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:11(title)
msgid "Pause and unpause an instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:14(para)
msgid "To pause an instance, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:16(para)
msgid "This command stores the state of the VM in RAM. A paused instance continues to run in a frozen state."
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:18(para)
msgid "To unpause the instance, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:24(title)
msgid "Suspend and resume an instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:26(para)
msgid "Administrative users might want to suspend an instance if it is infrequently used or to perform system maintenance. When you suspend an instance, its VM state is stored on disk, all memory is written to disk, and the virtual machine is stopped. Suspending an instance is similar to placing a device in hibernation; memory and vCPUs become available to create other instances."
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:34(para)
msgid "To initiate a hypervisor-level suspend operation, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:39(para)
msgid "To resume a suspended instance, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:46(title)
msgid "Shelve and unshelve an instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:47(para)
msgid "Shelving is useful if you have an instance that you are not using, but would like retain in your list of servers. For example, you can stop an instance at the end of a work week, and resume work again at the start of the next week. All associated data and resources are kept; however, anything still in memory is not retained. If a shelved instance is no longer needed, it can also be entirely removed."
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:52(para)
msgid "You can complete the following shelving tasks:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:54(term)
msgid "Shelve an instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:55(para)
msgid "Shuts down the instance, and stores it together with associated data and resources (a snapshot is taken if not volume backed). Anything in memory is lost. Use the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:58(replaceable) ./doc/user-guide/section_cli_nova_startstop.xml:63(replaceable) ./doc/user-guide/section_cli_nova_startstop.xml:70(replaceable)
msgid "SERVERNAME"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:61(term)
msgid "Unshelve an instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:62(para)
msgid "Restores the instance:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:66(term)
msgid "Remove a shelved instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_startstop.xml:67(para)
msgid "Removes the instance from the server; data and resource associations are deleted. If an instance is no longer needed, you can move that instance off the hypervisor in order to minimize resource usage:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_manage_instances.xml:7(title)
msgid "Manage instances and hosts"
msgstr ""
#: ./doc/user-guide/section_cli_nova_manage_instances.xml:8(para)
msgid "Instances are virtual machines that run inside the cloud on physical compute nodes. The Compute service manages instances. A host is the node on which a group of instances resides."
msgstr ""
#: ./doc/user-guide/section_cli_nova_manage_instances.xml:12(para)
msgid "This section describes how to perform the different tasks involved in instance management, such as adding floating IP addresses, stopping and starting instances, and terminating instances. This section also discusses node management tasks."
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:9(title)
msgid "OpenStack End User Guide"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:10(titleabbrev)
msgid "End User Guide"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:18(orgname) ./doc/user-guide/bk-user-guide.xml:23(holder)
msgid "OpenStack Foundation"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:22(year)
msgid "2014"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:25(releaseinfo)
msgid "current"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:26(productname)
msgid "OpenStack"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:30(remark)
msgid "Copyright details are filled in by the template."
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:35(para)
msgid "OpenStack is an open-source cloud computing platform for public and private clouds. A series of interrelated projects deliver a cloud infrastructure solution. This guide shows OpenStack end users how to create and manage resources in an OpenStack cloud with the OpenStack dashboard and OpenStack client commands."
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:42(para)
msgid "This guide documents OpenStack Icehouse and OpenStack Havana releases."
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:47(date)
msgid "2014-05-09"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:51(para)
msgid "Add a command line cheat sheet."
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:58(date)
msgid "2014-04-17"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:62(para)
msgid "For the Icehouse release, this guide has been updated with changes to the dashboard plus the moving of the command reference appendix as indicated below."
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:72(date)
msgid "2014-01-31"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:76(para)
msgid "Removed the command reference appendix. This information is now in the <link href=\"http://docs.openstack.org/cli-reference/content/\"><citetitle>OpenStack Command-Line Interface Reference</citetitle></link>."
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:86(date)
msgid "2013-12-30"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:90(para)
msgid "Added the OpenStack Python SDK chapter."
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:97(date)
msgid "2013-10-17"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:101(para)
msgid "Havana release."
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:107(date)
msgid "2013-08-19"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:111(para)
msgid "Editorial changes."
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:117(date)
msgid "2013-07-29"
msgstr ""
#: ./doc/user-guide/bk-user-guide.xml:121(para)
msgid "First edition of this document."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:8(title)
msgid "Use snapshots to migrate instances"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:9(para)
msgid "To use snapshots to migrate instances from OpenStack projects to clouds, complete these steps."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:12(para)
msgid "In the source project, perform the following steps:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:15(link)
msgid "Create a snapshot of the instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:18(link)
msgid "Download the snapshot as an image."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:22(para)
msgid "In the destination project, perform the following steps:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:25(link)
msgid "Import the snapshot to the new environment."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:28(link)
msgid "Boot a new instance from the snapshot."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:33(para)
msgid "Some cloud providers allow only administrators to perform this task."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:36(title)
msgid "Create a snapshot of the instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:39(para)
msgid "Shut down the source VM before you take the snapshot to ensure that all data is flushed to disk. If necessary, list the instances to view get the instance name."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:50(para)
msgid "Use the <placeholder-1/> command to confirm that the instance shows a <literal>SHUTOFF</literal> status."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:60(para)
msgid "Use the <placeholder-1/> command to take a snapshot. Use the <placeholder-2/> command to check the status until the status is <literal>ACTIVE</literal>:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:79(title)
msgid "Download the snapshot as an image"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:82(para)
msgid "Get the image ID:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:91(para)
msgid "Download the snapshot by using the image ID that was returned in the previous step:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:95(para)
msgid "The <placeholder-1/> command requires the image ID and cannot use the image name."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:98(para)
msgid "Ensure there is sufficient space on the destination file system for the image file."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:104(para)
msgid "Make the image available to the new environment, either through HTTP or with direct upload to a machine (<placeholder-1/>)."
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:110(title)
msgid "Import the snapshot to new environment"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:111(para)
msgid "In the new project or cloud environment, import the snapshot:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:113(replaceable)
msgid "IMAGE_URL"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:116(title)
msgid "Boot a new instance from the snapshot"
msgstr ""
#: ./doc/user-guide/section_cli_nova_migrate_instances.xml:117(para)
msgid "In the new project or cloud environment, use the snapshot to create the new instance:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:11(title)
msgid "Store metadata on a configuration drive"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:12(para)
msgid "You can configure OpenStack to write metadata to a special configuration drive that attaches to the instance when it boots. The instance can mount this drive and read files from it to get information that is normally available through the <link href=\"http://docs.openstack.org/admin-guide-cloud/content/section_metadata-service.html\">metadata service</link>. This metadata is different from the user data."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:19(para)
msgid "One use case for using the configuration drive is to pass a networking configuration when you do not use DHCP to assign IP addresses to instances. For example, you might pass the IP address configuration for the instance through the configuration drive, which the instance can mount and access before you configure the network settings for the instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:25(para)
msgid "Any modern guest operating system that is capable of mounting an ISO 9660 or VFAT file system can use the configuration drive."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:28(title)
msgid "Requirements and guidelines"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:29(para)
msgid "To use the configuration drive, you must follow the following requirements for the compute host and image."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:32(title)
msgid "Compute host requirements"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:34(para)
msgid "The following hypervisors support the configuration drive: libvirt, XenServer, Hyper-V, and VMware."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:38(para)
msgid "To use configuration drive with libvirt, XenServer, or VMware, you must first install the <package>genisoimage</package> package on each compute host. Otherwise, instances do not boot properly."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:43(para)
msgid "Use the <literal>mkisofs_cmd</literal> flag to set the path where you install the <package>genisoimage</package> program. If <package>genisoimage</package> is in same path as the <systemitem class=\"service\">nova-compute</systemitem> service, you do not need to set this flag."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:52(para)
msgid "To use configuration drive with Hyper-V, you must set the <literal>mkisofs_cmd</literal> value to the full path to an <literal>mkisofs.exe</literal> installation. Additionally, you must set the <literal>qemu_img_cmd</literal> value in the <literal>hyperv</literal> configuration section to the full path to an <literal>qemu-img</literal> command installation."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:63(title)
msgid "Image requirements"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:65(para)
msgid "An image built with a recent version of the <package>cloud-init</package> package can automatically access metadata passed through the configuration drive. The <package>cloud-init</package> package version 0.7.1 works with Ubuntu and Fedora based images, such as Red Hat Enterprise Linux."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:73(para)
msgid "If an image does not have the <package>cloud-init</package> package installed, you must customize the image to run a script that mounts the configuration drive on boot, reads the data from the drive, and takes appropriate action such as adding the public key to an account. See <xref linkend=\"config_drive_contents\"/> for details about how data is organized on the configuration drive."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:83(para)
msgid "If you use Xen with a configuration drive, use the <literal>xenapi_disable_agent</literal> configuration parameter to disable the agent."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:90(title)
msgid "Guidelines"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:92(para)
msgid "Do not rely on the presence of the EC2 metadata in the configuration drive, because this content might be removed in a future release. For example, do not rely on files in the <filename>ec2</filename> directory."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:98(para)
msgid "When you create images that access configuration drive data and multiple directories are under the <filename>openstack</filename> directory, always select the highest API version by date that your consumer supports. For example, if your guest image supports the 2012-03-05, 2012-08-05, and 2013-04-13 versions, try 2013-04-13 first and fall back to a previous version if 2013-04-13 is not present."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:110(title)
msgid "Enable and access the configuration drive"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:113(para)
msgid "To enable the configuration drive, pass the <literal>--config-drive true</literal> parameter to the <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:117(para)
msgid "The following example enables the configuration drive and passes user data, two files, and two key/value metadata pairs, all of which are accessible from the configuration drive:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:122(para)
msgid "You can also configure the Compute service to always create a configuration drive by setting the following option in the <filename>/etc/nova/nova.conf</filename> file:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:127(para)
msgid "If a user passes the <literal>--config-drive true</literal> flag to the <placeholder-1/> command, an administrator cannot disable the configuration drive."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:135(para)
msgid "If your guest operating system supports accessing disk by label, you can mount the configuration drive as the <filename>/dev/disk/by-label/<replaceable>configurationDriveVolumeLabel</replaceable></filename> device. In the following example, the configuration drive has the <filename>config-2</filename> volume label."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:143(para)
msgid "Ensure that you use at least version 0.3.1 of CirrOS for configuration drive support."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:146(para)
msgid "If your guest operating system does not use <literal>udev</literal>, the <filename>/dev/disk/by-label</filename> directory is not present."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:150(para)
msgid "You can use the <placeholder-1/> command to identify the block device that corresponds to the configuration drive. For example, when you boot the CirrOS image with the <literal>m1.tiny</literal> flavor, the device is <filename>/dev/vdb</filename>:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:158(para)
msgid "Once identified, you can mount the device:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:165(title)
msgid "Configuration drive contents"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:166(para)
msgid "In this example, the contents of the configuration drive are as follows:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:179(para)
msgid "The files that appear on the configuration drive depend on the arguments that you pass to the <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:184(title)
msgid "OpenStack metadata format"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:185(para)
msgid "The following example shows the contents of the <filename>openstack/2012-08-10/meta_data.json</filename> and <filename>openstack/latest/meta_data.json</filename> files. These files are identical. The file contents are formatted for readability."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:191(para)
msgid "Note the effect of the <literal>--file /etc/network/interfaces=/home/myuser/instance-interfaces</literal> argument that was passed to the <placeholder-1/> command. The contents of this file are contained in the <filename>openstack/content/0000</filename> file on the configuration drive, and the path is specified as <filename>/etc/network/interfaces</filename> in the <filename>meta_data.json</filename> file."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:202(title)
msgid "EC2 metadata format"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:203(para)
msgid "The following example shows the contents of the <filename>ec2/2009-04-04/meta-data.json</filename> and the <filename>ec2/latest/meta-data.json</filename> files. These files are identical. The file contents are formatted to improve readability."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:211(title)
msgid "User data"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:212(para)
msgid "The <filename>openstack/2012-08-10/user_data</filename>, <filename>openstack/latest/user_data</filename>, <filename>ec2/2009-04-04/user-data</filename>, and <filename>ec2/latest/user-data</filename> file are present only if the <literal>--user-data</literal> flag and the contents of the user data file are passed to the <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:222(title)
msgid "Configuration drive format"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:223(para)
msgid "The default format of the configuration drive as an ISO 9660 file system. To explicitly specify the ISO 9660 format, add the following line to the <filename>/etc/nova/nova.conf</filename> file:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:229(para)
msgid "By default, you cannot attach the configuration drive image as a CD drive instead of as a disk drive. To attach a CD drive, add the following line to the <filename>/etc/nova/nova.conf</filename> file:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:234(para)
msgid "For legacy reasons, you can configure the configuration drive to use VFAT format instead of ISO 9660. It is unlikely that you would require VFAT format because ISO 9660 is widely supported across operating systems. However, to use the VFAT format, add the following line to the <filename>/etc/nova/nova.conf</filename> file:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_config-drive.xml:243(para)
msgid "If you choose VFAT, the configuration drive is 64MB."
msgstr ""
#: ./doc/user-guide/section_cli_nova_terminate.xml:7(title)
msgid "Delete an instance"
msgstr ""
#: ./doc/user-guide/section_cli_nova_terminate.xml:8(para)
msgid "When you no longer need an instance, you can delete it."
msgstr ""
#: ./doc/user-guide/section_cli_nova_terminate.xml:10(para)
msgid "List all instances:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_terminate.xml:20(para)
msgid "Run the <placeholder-1/> command to delete the instance. The following example shows deletion of the <filename>newServer</filename> instance, which is in <literal>ERROR</literal> state:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_terminate.xml:23(para)
msgid "The command does not notify that your server was deleted."
msgstr ""
#: ./doc/user-guide/section_cli_nova_terminate.xml:24(para)
msgid "To verify that the server was deleted, run the <placeholder-1/> command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_terminate.xml:32(para)
msgid "The deleted instance does not appear in the list."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:14(title)
msgid "Create and access a database"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:15(para)
msgid "Assume that you have installed the Database service and populated your data store with images for the type and versions of databases that you want, and that you can create and access a database."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:18(para)
msgid "This example shows you how to create and access a MySQL 5.5 database."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:20(title)
msgid "To create and access a database"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:22(title)
msgid "Determine which flavor to use for your database"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:23(para)
msgid "When you create a database instance, you must specify a nova flavor. The flavor indicates various characteristics of the instance, such as RAM, root volume size, and so on. The default nova flavors are not sufficient to create database instances. You might need to create or obtain some new nova flavors that work for databases."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:27(para)
msgid "The first step is to list flavors by using the nova <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:29(para)
msgid "Here are the default flavors, although you may have additional custom flavors in your environment:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:41(para)
msgid "Now take a look at the minimum requirements for various database instances:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:50(th)
msgid "Database"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:51(th)
msgid "RAM (MB)"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:52(th)
msgid "Disk (GB)"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:53(th)
msgid "VCPUs"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:59(para)
msgid "MySQL"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:62(para) ./doc/user-guide/section_cli_trove.xml:104(para)
msgid "512"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:65(para) ./doc/user-guide/section_cli_trove.xml:79(para) ./doc/user-guide/section_cli_trove.xml:93(para) ./doc/user-guide/section_cli_trove.xml:107(para)
msgid "5"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:68(para) ./doc/user-guide/section_cli_trove.xml:82(para) ./doc/user-guide/section_cli_trove.xml:96(para) ./doc/user-guide/section_cli_trove.xml:110(para)
msgid "1"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:73(para)
msgid "Cassandra"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:76(para)
msgid "2048"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:87(para)
msgid "MongoDB"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:90(para)
msgid "1024"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:101(para)
msgid "Redis"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:117(para)
msgid "If you have a custom flavor that meets the needs of the database that you want to create, proceed to <xref linkend=\"create-database-instance\"/> and use that flavor."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:122(para)
msgid "If your environment does not have a suitable flavor, an administrative user must create a custom flavor by using the nova <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:128(title)
msgid "MySQL example"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:129(para)
msgid "This example creates a flavor that you can use with a MySQL database. This example has the following attributes:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:134(para)
msgid "Flavor name: <literal>mysql_minimum</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:137(para)
msgid "Flavor ID: You must use an ID that is not already in use. In this example, IDs 1 through 5 are in use, so use ID <literal>6</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:141(para)
msgid "RAM: <literal>512</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:144(para)
msgid "Root volume size in GB: <literal>5</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:147(para)
msgid "Virtual CPUs: <literal>1</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:159(para)
msgid "This example creates a database instance with the following characteristics:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:162(para)
msgid "Name of the instance: <literal>mysql_instance_1</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:165(para)
msgid "Database flavor: <literal>6</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:168(para)
msgid "In addition, this command specifies these options for the instance:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:171(para)
msgid "A volume size of <literal>5</literal> (5 GB)."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:174(para)
msgid "The <literal>myDB</literal> database."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:177(para)
msgid "The database is based on the <literal>mysql</literal> data store and the <literal>mysql-5.5</literal> datastore_version."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:181(para)
msgid "The <literal>userA</literal> user with the <literal>password</literal> password."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:203(title)
msgid "Get the IP address of the database instance"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:204(para)
msgid "First, use the trove <placeholder-1/> command to list all instances and their IDs:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:212(para)
msgid "This command returns the instance ID of your new instance."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:213(para)
msgid "You can now pass in the instance ID with the trove <placeholder-1/> command to get the IP address of the instance. In this example, replace <replaceable>INSTANCE_ID</replaceable> with <literal>5599dad6-731e-44df-bb60-488da3da9cfe</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:232(para)
msgid "This command returns the IP address of the database instance."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:235(title)
msgid "Access the new database"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:236(para)
msgid "You can now access the new database you just created (myDB) by using typical database access commands. In this MySQL example, replace <replaceable>IP_ADDRESS</replaceable> with <literal>172.16.200.2</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:239(replaceable) ./doc/user-guide/section_cli_nova_search_ip.xml:11(replaceable)
msgid "IP_ADDRESS"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:252(title)
msgid "Backup the database instance"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:253(para)
msgid "As background, assume that you have <link linkend=\"create_db\">created a database instance</link> with the following characteristics:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:257(para)
msgid "Name of the database instance: <literal>guest1</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:260(para)
msgid "Flavor ID: <literal>10</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:263(para)
msgid "Root volume size: <literal>2</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:266(para)
msgid "Databases: <literal>db1</literal> and <literal>db2</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:269(para)
msgid "Users: The <literal>user1</literal> user with the <literal>password</literal> password"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:273(para)
msgid "First, get the ID of the <literal>guest1</literal> database instance by using the trove <placeholder-1/> command:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:281(para)
msgid "Back up the database instance by using the trove <placeholder-1/> command. In this example, the backup is called <literal>backup1</literal>. In this example, replace <replaceable>INSTANCE_ID</replaceable> with <literal>97b4b853-80f6-414f-ba6f-c6f455a79ae6</literal>:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:286(para)
msgid "This command syntax pertains only to python-troveclient version 1.0.6 and later. Earlier versions require you to pass in the backup name as the first argument."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:303(para)
msgid "Note that the command returns both the ID of the original instance (<literal>instance_id</literal>) and the ID of the backup artifact (<literal>id</literal>)."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:306(para)
msgid "Later on, use the trove <placeholder-1/> command to get this information:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:314(para)
msgid "You can get additional information about the backup by using the trove <placeholder-1/> command and passing in the <replaceable>BACKUP_ID</replaceable>, which is <literal>8af30763-61fd-4aab-8fe8-57d528911138</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:318(replaceable) ./doc/user-guide/section_cli_trove.xml:352(replaceable) ./doc/user-guide/section_cli_trove.xml:484(replaceable) ./doc/user-guide/section_cli_trove.xml:509(replaceable) ./doc/user-guide/section_cli_trove.xml:535(replaceable)
msgid "BACKUP_ID"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:335(title)
msgid "Restore a database instance"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:336(para)
msgid "Now assume that your <literal>guest1</literal> database instance is damaged and you need to restore it. In this example, you use the trove <placeholder-1/> command to create a new database instance called <literal>guest2</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:341(para)
msgid "You specify that the new <literal>guest2</literal> instance has the same flavor (<literal>10</literal>) and the same root volume size (<literal>2</literal>) as the original <literal>guest1</literal> instance."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:346(para)
msgid "You use the <code>--backup</code> argument to indicate that this new instance is based on the backup artifact identified by <replaceable>BACKUP_ID</replaceable>. In this example, replace <replaceable>BACKUP_ID</replaceable> with <literal>8af30763-61fd-4aab-8fe8-57d528911138</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:368(title)
msgid "Verify backup"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:369(para)
msgid "Now check that the new <literal>guest2</literal> instance has the same characteristics as the original <literal>guest1</literal> instance."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:371(para)
msgid "Start by getting the ID of the new <literal>guest2</literal> instance."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:379(para)
msgid "Use the trove <placeholder-1/> command to display information about the new guest2 instance. Pass in guest2's <replaceable>INSTANCE_ID</replaceable>, which is <literal>ac7a2b35-a9b4-4ff6-beac-a1bcee86d04b</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:398(para)
msgid "Note that the data store, flavor ID, and volume size have the same values as in the original <literal>guest1</literal> instance."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:400(para)
msgid "Use the trove <placeholder-1/> command to check that the original databases (<literal>db1</literal> and <literal>db2</literal>) are present on the restored instance."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:412(para)
msgid "Use the trove <placeholder-1/> command to check that the original user (<literal>user1</literal>) is present on the restored instance."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:422(title)
msgid "Notify users"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:423(para)
msgid "Tell the users who were accessing the now-disabled <literal>guest1</literal> database instance that they can now access <literal>guest2</literal>. Provide them with <literal>guest2</literal>'s name, IP address, and any other information they might need. (You can get this information by using the trove <placeholder-1/> command.)"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:429(title)
msgid "Clean up"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:430(para)
msgid "At this point, you might want to delete the disabled <literal>guest1</literal> instance, by using the trove <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:437(title)
msgid "Use incremental backups"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:438(para)
msgid "Incremental backups let you chain together a series of backups. You start with a regular backup. Then, when you want to create a subsequent incremental backup, you specify the parent backup."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:441(para)
msgid "Restoring a database instance from an incremental backup is the same as creating a database instance from a regular backupthe Database service handles the complexities of applying the chain of incremental backups."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:444(para)
msgid "This example shows you how to use incremental backups with a MySQL database."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:446(title)
msgid "Assumptions"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:447(para)
msgid "Assume that you have <link linkend=\"backup_db\">created a regular backup</link> for the following database instance:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:452(para)
msgid "Instance name: <literal>guest1</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:455(para)
msgid "ID of the instance (<replaceable>INSTANCE_ID</replaceable>): <literal>792a6a56-278f-4a01-9997-d997fa126370</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:459(para)
msgid "ID of the regular backup artifact (<replaceable>BACKUP_ID</replaceable>): <literal>6dc3a9b7-1f3e-4954-8582-3f2e4942cddd</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:464(title)
msgid "To create and use incremental backups"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:466(title)
msgid "Create your first incremental backup"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:467(para)
msgid "Use the trove <placeholder-1/> command and specify:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:470(para)
msgid "The <replaceable>INSTANCE_ID</replaceable> of the database instance you are doing the incremental backup for (in this example, <literal>792a6a56-278f-4a01-9997-d997fa126370</literal>)"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:475(para)
msgid "The name of the incremental backup you are creating: <literal>backup1.1</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:479(para)
msgid "The <replaceable>BACKUP_ID</replaceable> of the parent backup. In this case, the parent is the regular backup, with an ID of <literal>6dc3a9b7-1f3e-4954-8582-3f2e4942cddd</literal>"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:499(para)
msgid "Note that this command returns both the ID of the database instance you are incrementally backing up (<literal>instance_id</literal>) and a new ID for the new incremental backup artifact you just created (<literal>id</literal>)."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:504(title)
msgid "Create your second incremental backup"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:505(para)
msgid "The name of your second incremental backup is <literal>backup1.2</literal>. This time, when you specify the parent, pass in the ID of the incremental backup you just created in the previous step (<literal>backup1.1</literal>). In this example, it is <literal>1d474981-a006-4f62-b25f-43d7b8a7097e</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:526(title)
msgid "Restore using incremental backups"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:527(para)
msgid "Now assume that your <literal>guest1</literal> database instance is damaged and you need to restore it from your incremental backups. In this example, you use the trove <placeholder-1/> command to create a new database instance called <literal>guest2</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:531(para)
msgid "To incorporate your incremental backups, you simply use the <code>--backup</code> parameter to pass in the <replaceable>BACKUP_ID</replaceable> of your most recent incremental backup. The Database service handles the complexities of applying the chain of all previous incremental backups."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:557(title)
msgid "Manage database configuration"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:558(para)
msgid "You can manage database configuration tasks by using configuration groups. Configuration groups let you set configuration options, in bulk, on one or more databases."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:560(para)
msgid "This example assumes you have <link linkend=\"create_db\">created a MySQL database</link> and shows you how to use a configuration group to configure it. Although this example sets just one option on one database, you can use these same procedures to set multiple options on multiple database instances throughout your environment. This can provide significant time savings in managing your cloud."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:566(title)
msgid "To bulk-configure a database or databases"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:568(title)
msgid "List available options"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:569(para)
msgid "First, determine which configuration options you can set. Different data store versions have different configuration options."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:571(para)
msgid "List the names and IDs of all available versions of the <literal>mysql</literal> data store:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:579(para)
msgid "Pass in the data store version ID with the trove <placeholder-1/> command to get the available options:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:582(replaceable)
msgid "DATASTORE_VERSION_ID"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:621(para)
msgid "In this example, the <placeholder-1/> command returns a list of options that work with MySQL 5.5."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:625(title)
msgid "Create a configuration group"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:626(para)
msgid "A configuration group contains a comma-separated list of key-value pairs. Each pair consists of a configuration option and its value."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:628(para)
msgid "You can create a configuration group by using the trove <placeholder-1/> command. The general syntax for this command is:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:631(replaceable)
msgid "VALUES"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:634(para)
msgid "<replaceable>NAME</replaceable>. The name you want to use for this group."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:637(para)
msgid "<replaceable>VALUES</replaceable>. The list of key-value pairs."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:640(para)
msgid "<replaceable>DATASTORE_NAME</replaceable>. The name of the associated data store."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:644(para)
msgid "Set <replaceable>VALUES</replaceable> as a JSON dictionary, for example:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:646(para)
msgid "This example creates a configuration group called <literal>group1</literal>. <literal>group1</literal> contains just one key and value pair, and this pair sets the <option>sync_binlog</option> option to <literal>1</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:661(title)
msgid "Examine your existing configuration"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:662(para)
msgid "Before you use the newly-created configuration group, look at how the <option>sync_binlog</option> option is configured on your database. Replace the following sample connection values with values that connect to your database:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:674(para)
msgid "As you can see, the <option>sync_binlog</option> option is currently set to <literal>0</literal> for the <literal>myDB7</literal> database."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:678(title)
msgid "Change the database configuration using a configuration group"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:679(para)
msgid "You can change a database's configuration by attaching a configuration group to a database instance. You do this by using the trove <placeholder-1/> command and passing in the ID of the database instance and the ID of the configuration group."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:682(para)
msgid "Get the ID of the database instance:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:689(para)
msgid "Get the ID of the configuration group:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:696(para)
msgid "Attach the configuration group to the database instance:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:698(para)
msgid "This command syntax pertains only to python-troveclient version 1.0.6 and later. Earlier versions require you to pass in the configuration group ID as the first argument."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:700(replaceable)
msgid "DB_INSTANCE_ID"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:700(replaceable)
msgid "CONFIG_GROUP_ID"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:703(title)
msgid "Re-examine the database configuration"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:704(para)
msgid "Display the <option>sync_binlog</option> setting again:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:711(para)
msgid "As you can see, the <option>sync_binlog</option> option is now set to <literal>1</literal>, as specified in the <literal>group1</literal> configuration group."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:717(title)
msgid "Conclusion"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:718(para)
msgid "Using a configuration group to set a single option on a single database is obviously a trivial example. However, configuration groups can provide major efficiencies when you consider that:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:724(para)
msgid "A configuration group can specify a large number of option values."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:727(para)
msgid "You can apply a configuration group to hundreds or thousands of database instances in your environment."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:731(para)
msgid "Used in this way, configuration groups let you modify your database cloud configuration, on the fly, on a massive scale."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:734(title)
msgid "Maintenance"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:735(para)
msgid "There are also a number of useful maintenance features for working with configuration groups. You can:"
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:740(para)
msgid "Disassociate a configuration group from a database instance, using the trove <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:744(para)
msgid "Modify a configuration group on the fly, using the trove <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:748(para)
msgid "Find out what instances are using a configuration group, using the trove <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_cli_trove.xml:752(para)
msgid "Delete a configuration group, using the trove <placeholder-1/> command. You might want to do this if no instances use a group."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:7(title)
msgid "Launch and manage instances"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:10(para)
msgid "You can <link linkend=\"dashboard_launch_instances_from_image\">launch an instance</link> from the following sources:"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:13(para)
msgid "Images uploaded to the OpenStack Image Service, as described in <xref linkend=\"dashboard_manage_images\"/>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:15(para)
msgid "Image that you have copied to a persistent volume. The instance launches from the volume, which is provided by the <systemitem class=\"service\">cinder-volume</systemitem> API through iSCSI."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:24(title)
msgid "Connect to your instance by using SSH"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:25(para)
msgid "To use SSH to connect to your instance, you use the downloaded keypair file."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:28(para)
msgid "The user name is <literal>ubuntu</literal> for the Ubuntu cloud images on TryStack."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:33(para)
msgid "Copy the IP address for your instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:36(para)
msgid "Use the <placeholder-1/> command to make a secure connection to the instance. For example:"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:42(para)
msgid "At the prompt, type <literal>yes</literal>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:48(title)
msgid "Track usage for instances"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:49(para)
msgid "You can track usage for instances for each project. You can track costs per month by showing metrics like number of vCPUs, disks, RAM, and uptime for all your instances."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:55(para)
msgid "Log in to the dashboard, choose a project, and click <guilabel>Overview</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:59(para)
msgid "To query the instance usage for a month, select a month and click <guibutton>Submit</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:64(para)
msgid "To download a summary, click <guibutton>Download CSV Summary</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:73(para) ./doc/user-guide/section_dashboard_launch_instances.xml:99(para)
msgid "Log in to the dashboard, choose a project, and click <guilabel>Instances</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:77(para)
msgid "Select the instance from which to create a snapshot."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:80(para)
msgid "In the <guilabel>Actions</guilabel> column, click <guilabel>Create Snapshot</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:84(para)
msgid "In the Create Snapshot dialog box, enter a name for the snapshot, and click <guibutton>Create Snapshot</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:86(para)
msgid "The <guilabel>Images</guilabel> category shows the instance snapshot."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:90(para)
msgid "To launch an instance from the snapshot, select the snapshot and click <guibutton>Launch</guibutton>. Proceed with <xref linkend=\"dashboard_launch_instances_from_image\"/>."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:96(title)
msgid "Manage an instance"
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:103(para)
msgid "Select an instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:106(para)
msgid "In the <guilabel>More</guilabel> list in the <guilabel>Actions</guilabel> column, select the state."
msgstr ""
#: ./doc/user-guide/section_dashboard_launch_instances.xml:108(para)
msgid "You can resize or rebuild an instance. You can also choose to view the instance console log, edit instance or the security groups. Depending on the current state of the instance, you can pause, resume, suspend, soft or hard reboot, or terminate it."
msgstr ""
#: ./doc/user-guide/section_cli_nova_userdata.xml:7(title)
msgid "Provide user data to instances"
msgstr ""
#: ./doc/user-guide/section_cli_nova_userdata.xml:8(para)
msgid "A <glossterm baseform=\"user data\">user data</glossterm> file is a special key in the metadata service that holds a file that cloud-aware applications in the guest instance can access. For example, one application that uses user data is the <link href=\"https://help.ubuntu.com/community/CloudInit\">cloud-init</link> system, which is an open-source package from Ubuntu that is available on various Linux distributions and which handles early initialization of a cloud instance."
msgstr ""
#: ./doc/user-guide/section_cli_nova_userdata.xml:15(para)
msgid "You can place user data in a local file and pass it through the <parameter>--user-data &lt;user-data-file&gt;</parameter> parameter at instance creation:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_get_console.xml:7(title)
msgid "Access an instance through a console"
msgstr ""
#: ./doc/user-guide/section_cli_nova_get_console.xml:8(para)
msgid "To access an instance through a VNC console, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_get_console.xml:10(para)
msgid "The command returns a URL from which you can access your instance:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_get_console.xml:16(para)
msgid "To access an instance through a non-VNC console, specify the <parameter>novnc</parameter> parameter instead of the <parameter>xvpvnc</parameter> parameter."
msgstr ""
#: ./doc/user-guide/ch_cli.xml:10(title)
msgid "OpenStack command-line clients"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:9(para)
msgid "To use the information in this section, you should have a general understanding of OpenStack Networking, OpenStack Compute, and the integration between the two. You should also have access to a plug-in that implements the Networking API v2.0."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:16(para)
msgid "Make sure that you set the relevant environment variables."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:18(para)
msgid "As an example, see the sample shell file that sets these variables to get credentials:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:21(replaceable)
msgid "password"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:23(replaceable)
msgid "IPADDRESS"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:26(title)
msgid "Get credentials"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:27(para)
msgid "The examples in this section use the <code>get_credentials</code> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:39(para)
msgid "Use the <code>get_credentials()</code> method to populate and get a dictionary:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:44(title)
msgid "Get Nova credentials"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:45(para)
msgid "Few examples in this section use the <code>get_nova_credentials</code> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:57(para)
msgid "Use the <code>get_nova_credentials()</code> method to populate and get a dictionary:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:63(title)
msgid "Print values"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:64(para)
msgid "The examples in this section use the <code>print_values</code> and <code>print_values_server</code> methods:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:95(para)
msgid "This code resides in the <filename>utils.py</filename> file, which all samples import."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:100(para)
msgid "The following program creates a network:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:126(title)
msgid "List networks"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:127(para)
msgid "The following program lists networks:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:138(para) ./doc/user-guide/section_sdk_neutron.xml:197(para) ./doc/user-guide/section_sdk_neutron.xml:427(para)
msgid "For <code>print_values</code> see <xref linkend=\"sdk_neutron_print_values\"/>."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:143(title)
msgid "Create ports"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:144(para)
msgid "The following program creates a port:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:175(para)
msgid "For <code>get_nova_credentials</code> see <xref linkend=\"sdk_neutron_get_nova_credentials\"/>."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:178(para) ./doc/user-guide/section_sdk_neutron.xml:194(para)
msgid "For <code>get_credentials</code> see <xref linkend=\"sdk_neutron_get_credentials\"/>."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:183(title)
msgid "List ports"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:184(para)
msgid "The following program lists ports:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:202(title)
msgid "List server ports"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:203(para)
msgid "The following program lists the ports for a server:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:239(title)
msgid "Create router and add port to subnet"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:240(para)
msgid "This example queries OpenStack Networking to create a router and add a port to a subnet."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:243(title)
msgid "To create a router and add a port to a subnet"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:254(para)
msgid "Get Nova Credentials. See <xref linkend=\"sdk_neutron_get_nova_credentials\"/>."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:266(para)
msgid "Create a router and add a port to the subnet:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:290(title)
msgid "Create router: complete code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:324(title)
msgid "Delete a network"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:325(para)
msgid "This example queries OpenStack Networking to delete a network."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:328(title)
msgid "To delete a network"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:335(para) ./doc/user-guide/section_sdk_neutron.xml:411(para) ./doc/user-guide/section_sdk_neutron.xml:461(para) ./doc/user-guide/section_sdk_neutron.xml:510(para)
msgid "Get credentials. See <xref linkend=\"sdk_neutron_get_credentials\"/>."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:340(para) ./doc/user-guide/section_sdk_neutron.xml:416(para) ./doc/user-guide/section_sdk_neutron.xml:466(para) ./doc/user-guide/section_sdk_neutron.xml:515(para)
msgid "Instantiate the <literal>neutron</literal> client object by using the <literal>credentials</literal> dictionary object:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:347(para)
msgid "Delete the network:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:369(title)
msgid "Delete network: complete code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:399(title)
msgid "List routers"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:400(para)
msgid "This example queries OpenStack Networking to list all routers."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:403(title)
msgid "To list routers"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:423(para)
msgid "List the routers"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:433(title)
msgid "List routers: complete code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:449(title)
msgid "List security groups"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:450(para)
msgid "This example queries OpenStack Networking to list security groups."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:453(title)
msgid "To list security groups"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:473(para)
msgid "List Security groups"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:479(title)
msgid "List security groups: complete code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:491(para)
msgid "OpenStack Networking security groups are case-sensitive while the <systemitem class=\"service\">nova-network</systemitem> security groups are case-insensitive."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:498(title)
msgid "List subnets"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:499(para)
msgid "This example queries OpenStack Networking to list subnets."
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:502(title)
msgid "To list subnets"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:522(para)
msgid "List subnets:"
msgstr ""
#: ./doc/user-guide/section_sdk_neutron.xml:528(title)
msgid "List subnets: complete code listing"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_nova.xml:7(title)
msgid "Authenticate against a Compute endpoint"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_nova.xml:8(para)
msgid "To authenticate against a Compute endpoint, instantiate a <link href=\"http://docs.openstack.org/developer/python-novaclient/api/novaclient.v1_1.client.html#novaclient.v1_1.client.Client\"> novaclient.v_1_1.client.Client</link> object:"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_nova.xml:19(para)
msgid "Alternatively, you can instantiate a <classname>novaclient.client.Client</classname> object and pass the version number:"
msgstr ""
#: ./doc/user-guide/section_sdk_auth_nova.xml:29(para)
msgid "If you authenticate against an endpoint that uses a custom authentication back end, you must load the authentication plug-in and pass it to the constructor."
msgstr ""
#: ./doc/user-guide/section_sdk_auth_nova.xml:32(para)
msgid "The Rackspace public cloud is an OpenStack deployment that uses a custom authentication back end. To authenticate against this cloud, you must install the <link href=\"https://pypi.python.org/pypi/rackspace-novaclient/\"> rackspace-novaclient</link> library that contains the Rackspace authentication plug-in, called <literal>rackspace</literal>. The following Python code shows the additional modifications required to instantiate a <classname>Client</classname> object that can authenticate against the Rackspace custom authentication back end."
msgstr ""
#: ./doc/user-guide/section_sdk_auth_nova.xml:54(para)
msgid "If you set the <literal>OS_AUTH_SYSTEM</literal> environment variable, check for this variable in your Python script to determine whether you need to load a custom authentication back end:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_search_ip.xml:7(title)
msgid "Search for an instance using IP address"
msgstr ""
#: ./doc/user-guide/section_cli_nova_search_ip.xml:8(para)
msgid "You can search for an instance using the IP address parameter, <literal>--ip</literal>, with the <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_cli_nova_search_ip.xml:11(parameter) ./doc/user-guide/section_cli_nova_search_ip.xml:14(parameter)
msgid "ip"
msgstr ""
#: ./doc/user-guide/section_cli_nova_search_ip.xml:12(para)
msgid "The following example shows the results of a search on <filename>10.0.0.4</filename>."
msgstr ""
#: ./doc/user-guide/section_cli_nova_search_ip.xml:14(replaceable)
msgid "10.0.0.4"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:7(title)
msgid "Launch and manage stacks"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:9(para)
msgid "OpenStack Orchestration is a service that you can use to orchestrate multiple composite cloud applications. This service supports use of both the Amazon Web Services (AWS) CloudFormation template format through both a Query API that is compatible with CloudFormation and the native OpenStack <glossterm>Heat Orchestration Template (HOT)</glossterm> format through a REST API."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:31(title)
msgid "Launch a stack"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:34(para)
msgid "Log in to the dashboard, choose a project, and click <guibutton>Stacks</guibutton> in the <guilabel>Orchestration</guilabel> category on the <guilabel>Projects</guilabel> tab."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:40(para)
msgid "Click <guibutton>Launch Stack</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:44(para)
msgid "In the <guilabel>Select Template</guilabel> dialog box, specify the following values."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:51(guilabel)
msgid "Template Source"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:52(para)
msgid "Choose the source of the template from the list."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:55(guilabel)
msgid "Template URL/File/Data"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:56(para)
msgid "Depending on the source that you selected, enter the URL, browse to the file location, or directly include the template."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:61(guilabel)
msgid "Environment Source"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:62(para)
msgid "Choose the source of the environment from the list. The environment files contain additional settings for the stack."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:67(guilabel)
msgid "Environment URL/File/Data"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:68(para)
msgid "Depending on the source that you selected, enter the URL, browse to the file location, or directly include the environment."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:76(para) ./doc/user-guide/section_dashboard_stacks.xml:194(para)
msgid "Click <guibutton>Next</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:80(para)
msgid "In the <guilabel>Launch Stack</guilabel> dialog box, specify the following values."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:87(guilabel)
msgid "Stack Name"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:88(para)
msgid "Enter a name to identify the stack."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:91(guilabel)
msgid "Creation Timeout (minutes)"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:92(para)
msgid "Specify the number of minutes that can elapse before the launch of the stack times out."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:96(guilabel)
msgid "Rollback On Failure"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:97(para)
msgid "Select this check box if you want if you want the service to roll back changes if the stack fails to launch."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:102(guilabel)
msgid "Password for user \"demo\""
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:103(para)
msgid "Specify the password that the default user uses when the stack is created."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:107(guilabel)
msgid "DBUsername"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:108(para)
msgid "Specify the name of the database user."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:111(guilabel)
msgid "LinuxDistribution"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:112(para)
msgid "Specify the Linux distribution that is used in the stack."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:116(guilabel)
msgid "DBRootPassword"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:117(para)
msgid "Specify the root password for the database."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:120(guilabel)
msgid "KeyName"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:121(para)
msgid "Specify the name of the key pair to use to log in to the stack."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:125(guilabel)
msgid "DBName"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:126(para)
msgid "Specify the name of the database."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:129(guilabel)
msgid "DBPassword"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:130(para)
msgid "Specify the password for the database."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:133(guilabel)
msgid "InstanceType"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:134(para)
msgid "Specify the flavor for the instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:140(para)
msgid "Click <guilabel>Launch</guilabel> to create a stack."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:144(para)
msgid "The <guilabel>Stacks</guilabel> tab shows the stack."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:147(para)
msgid "After the stack is created, click on the stack name to see the following details:"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:151(guilabel)
msgid "Topology"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:153(para)
msgid "The topology of the stack."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:157(guilabel)
msgid "Overview"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:159(para)
msgid "The parameters and details of the stack."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:163(guilabel)
msgid "Resources"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:165(para)
msgid "The resources used by the stack."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:169(guilabel)
msgid "Events"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:171(para)
msgid "The events related to the stack."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:177(title)
msgid "Manage a stack"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:180(para) ./doc/user-guide/section_dashboard_stacks.xml:210(para)
msgid "Log in to the dashboard, choose a project, and click <guilabel>Stacks</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:184(para)
msgid "Select the stack that you want to update."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:187(para)
msgid "Click <guibutton>Change Stack Template</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:190(para)
msgid "In the <guilabel>Select Template</guilabel> dialog box, select the new template source or environment source."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:195(para)
msgid "The <guilabel>Update Stack Parameters</guilabel> window appears."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:198(para)
msgid "Enter new values for any parameters that you want to update."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:201(para)
msgid "Click <guibutton>Update</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:206(title)
msgid "Delete a stack"
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:207(para)
msgid "When you delete a stack, you cannot undo this action."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:214(para)
msgid "Select the stack that you want to delete."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:217(para)
msgid "Click <guibutton>Delete Stack</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_stacks.xml:221(para)
msgid "In the confirmation dialog box, click <guibutton>Delete Stack</guibutton> to confirm the deletion."
msgstr ""
#: ./doc/user-guide/section_sdk_authenticate.xml:7(title)
msgid "Authenticate"
msgstr ""
#: ./doc/user-guide/section_sdk_authenticate.xml:8(para)
msgid "When using the SDK, you must authenticate against an OpenStack endpoint before you can use OpenStack services. Each project uses a slightly different syntax for authentication."
msgstr ""
#: ./doc/user-guide/section_sdk_authenticate.xml:11(para)
msgid "You must typically authenticate against a specific version of a service. For example, a client might need to authenticate against Identity v2.0."
msgstr ""
#: ./doc/user-guide/section_sdk_authenticate.xml:14(para)
msgid "Python scripts that use the OpenStack SDK must have access to the credentials contained in the <link linkend=\"cli_openrc\">OpenStack RC file</link>. Because credentials are sensitive information, do not include them in your scripts. This guide assumes that users source the <filename><replaceable>PROJECT</replaceable>-openrc.sh</filename> file and access the credentials by using the environment variables in the Python scripts."
msgstr ""
#: ./doc/user-guide/section_sdk_manage_images.xml:9(para)
msgid "When working with images in the SDK, you will call both <literal>glance</literal> and <literal>nova</literal> methods."
msgstr ""
#: ./doc/user-guide/section_sdk_manage_images.xml:13(para)
msgid "To list the available images, call the <methodname>glanceclient.v2.images.Controller.list</methodname> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_manage_images.xml:19(para)
msgid "The <methodname>images</methodname> method returns a Python generator, as shown in the following interaction with the Python interpreter:"
msgstr ""
#: ./doc/user-guide/section_sdk_manage_images.xml:78(title)
msgid "Get image by ID"
msgstr ""
#: ./doc/user-guide/section_sdk_manage_images.xml:79(para)
msgid "To retrieve an image object from its ID, call the <methodname> glanceclient.v2.images.Controller.get</methodname> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_manage_images.xml:89(title)
msgid "Get image by name"
msgstr ""
#: ./doc/user-guide/section_sdk_manage_images.xml:90(para)
msgid "The Image Service Python bindings do not support the retrieval of an image object by name. However, the Compute Python bindings enable you to get an image object by name. To get an image object by name, call the <methodname> novaclient.v1_1.images.ImageManager.find</methodname> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_manage_images.xml:103(para)
msgid "To upload an image, call the <methodname> glanceclient.v2.images.ImageManager.create</methodname> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_install.xml:7(title)
msgid "Install the OpenStack SDK"
msgstr ""
#: ./doc/user-guide/section_sdk_install.xml:8(para)
msgid "Each OpenStack project has its own Python library. These libraries are bundled with the command-line clients. For example, the Python bindings for the Compute API are bundled with the <package>python-novaclient</package> package."
msgstr ""
#: ./doc/user-guide/section_sdk_install.xml:12(para)
msgid "For details about how to install the clients, see <link linkend=\"install_clients\">install the OpenStack command-line clients</link>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:9(para)
msgid "Before you launch an instance, you should add security group rules to enable users to ping and use SSH to connect to the instance. Security groups are sets of IP filter rules that define networking access and are applied to all instances within a project. To do so, you either <link linkend=\"security_groups_add_rule\">add rules to the default security group</link> or add a new security group with rules."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:15(para)
msgid "Key pairs are SSH credentials that are injected into an instance when it is launched. To use key pair injection, the image that the instance is based on must contain the <literal>cloud-init</literal> package. Each project should have at least one key pair. For more information, see <xref linkend=\"keypair_add\"/>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:21(para)
msgid "If you have generated a key pair with an external tool, you can import it into OpenStack. The key pair can be used for multiple instances that belong to a project. For more information, see <xref linkend=\"dashboard_import_keypair\"/>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:26(para)
msgid "When an instance is created in OpenStack, it is automatically assigned a fixed IP address in the network to which the instance is assigned. This IP address is permanently associated with the instance until the instance is terminated. However, in addition to the fixed IP address, a floating IP address can also be attached to an instance. Unlike fixed IP addresses, floating IP addresses are able to have their associations modified at any time, regardless of the state of the instances involved."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:36(title)
msgid "Add a rule to the default security group"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:37(para)
msgid "This procedure enables SSH and ICMP (ping) access to instances. The rules apply to all instances within a given project, and should be set for every project unless there is a reason to prohibit SSH or ICMP access to the instances."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:42(para)
msgid "This procedure can be adjusted as necessary to add additional security group rules to a project, if your cloud requires them."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:47(para)
msgid "Log in to the dashboard, choose a project, and click <guilabel>Access &amp; Security</guilabel>. The <guilabel>Security Groups</guilabel> tab shows the security groups that are available for this project."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:54(para)
msgid "Select the <guilabel>default</guilabel> security group and click <guibutton>Edit Rules</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:59(para)
msgid "To allow SSH access, click <guibutton>Add Rule</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:63(para) ./doc/user-guide/section_dashboard_access_and_security.xml:106(para)
msgid "In the Add Rule dialog box, enter the following values:"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:70(guilabel) ./doc/user-guide/section_dashboard_access_and_security.xml:112(guilabel)
msgid "Rule"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:72(literal)
msgid "SSH"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:76(guilabel) ./doc/user-guide/section_dashboard_access_and_security.xml:120(guilabel)
msgid "Remote"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:85(literal) ./doc/user-guide/section_dashboard_access_and_security.xml:125(literal)
msgid "0.0.0.0/0"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:91(para)
msgid "To accept requests from a particular range of IP addresses, specify the IP address block in the <guilabel>CIDR</guilabel> box."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:97(para) ./doc/user-guide/section_dashboard_access_and_security.xml:130(para)
msgid "Click <guibutton>Add</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:98(para)
msgid "Instances will now have SSH port 22 open for requests from any IP address."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:102(para)
msgid "To add an ICMP rule, click <guibutton>Add Rule</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:113(literal)
msgid "All ICMP"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:116(guilabel)
msgid "Direction"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:117(literal)
msgid "Ingress"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:131(para)
msgid "Instances will now accept all incoming ICMP packets."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:138(para)
msgid "Create at least one key pair for each project."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:141(para) ./doc/user-guide/section_dashboard_access_and_security.xml:170(para) ./doc/user-guide/section_dashboard_access_and_security.xml:238(para)
msgid "Log in to the dashboard, choose a project, and click <guilabel>Access &amp; Security</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:146(para) ./doc/user-guide/section_dashboard_access_and_security.xml:175(para)
msgid "Click the <guilabel>Keypairs</guilabel> tab, which shows the key pairs that are available for this project."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:151(para)
msgid "Click <guibutton>Create Keypair</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:155(para)
msgid "In the Create Keypair dialog box, enter a name for your key pair, and click <guibutton>Create Keypair</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:161(para)
msgid "Respond to the prompt to download the key pair."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:180(para)
msgid "Click <guibutton>Import Keypair</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:184(para)
msgid "In the Import Keypair dialog box, enter the name of your key pair, copy the public key into the <guilabel>Public Key</guilabel> box, and then click <guibutton>Import Keypair</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:191(para)
msgid "Save the <filename>*.pem</filename> file locally."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:193(para)
msgid "To change its permissions so that only you can read and write to the file, run the following command:"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:196(replaceable) ./doc/user-guide/section_dashboard_access_and_security.xml:212(replaceable)
msgid "yourPrivateKey"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:198(para)
msgid "If you are using the dashboard from a Windows computer, use PuTTYgen to load the <filename>*.pem</filename> file and convert and save it as <filename>*.ppk</filename>. For more information see the <link href=\"http://winscp.net/eng/docs/ui_puttygen\">WinSCP web page for PuTTYgen</link>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:210(para)
msgid "To make the key pair known to SSH, run the <placeholder-1/> command."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:215(para)
msgid "The Compute database registers the public key of the key pair."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:217(para)
msgid "The dashboard lists the key pair on the <guilabel>Access &amp; Security</guilabel> tab."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:221(title)
msgid "Allocate a floating IP address to an instance"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:222(para)
msgid "When an instance is created in OpenStack, it is automatically assigned a fixed IP address in the network to which the instance is assigned. This IP address is permanently associated with the instance until the instance is terminated."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:228(para)
msgid "However, in addition to the fixed IP address, a floating IP address can also be attached to an instance. Unlike fixed IP addresses, floating IP addresses can have their associations modified at any time, regardless of the state of the instances involved. This procedure details the reservation of a floating IP address from an existing pool of addresses and the association of that address with a specific instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:242(para)
msgid "Click the <guilabel>Floating IPs</guilabel> tab, which shows the floating IP addresses allocated to instances."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:247(para)
msgid "Click <guibutton>Allocate IP to Project</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:250(para)
msgid "Choose the pool from which to pick the IP address."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:254(para)
msgid "Click <guibutton>Allocate IP</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:257(para)
msgid "In the <guilabel>Floating IPs</guilabel> list, click <guibutton> Associate</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:265(para)
msgid "The <guilabel>IP Address</guilabel> field is filled automatically, but you can add a new IP address by clicking the <guibutton>+</guibutton> button."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:272(para)
msgid "In the <guilabel>Ports to be associated</guilabel> field, select a port from the list."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:275(para)
msgid "The list shows all the instances with their fixed IP addresses."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:261(para)
msgid "In the Manage Floating IP Associations dialog box, choose the following options: <placeholder-1/>"
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:282(para)
msgid "Click <guibutton>Associate</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:286(para)
msgid "To disassociate an IP address from an instance, click the <guibutton>Disassociate</guibutton> button."
msgstr ""
#: ./doc/user-guide/section_dashboard_access_and_security.xml:288(para)
msgid "To release the floating IP address back into the pool of addresses, click the <guibutton>More</guibutton> button and select the <guilabel>Release Floating IP</guilabel> option."
msgstr ""
#: ./doc/user-guide/ch_sdk.xml:8(title)
msgid "OpenStack Python SDK"
msgstr ""
#: ./doc/user-guide/ch_sdk.xml:10(para)
msgid "Use the OpenStack Python Software Development Kit (SDK) to write Python automation scripts that create and manage resources in your OpenStack cloud. The SDK implements Python bindings to the OpenStack API, which enables you to perform automation tasks in Python by making calls on Python objects rather than making REST calls directly. All OpenStack command-line tools are implemented using the Python SDK."
msgstr ""
#: ./doc/user-guide/ch_sdk.xml:17(para)
msgid "You should also be familiar with:"
msgstr ""
#: ./doc/user-guide/ch_sdk.xml:20(para)
msgid "RESTful web services"
msgstr ""
#: ./doc/user-guide/ch_sdk.xml:23(para)
msgid "HTTP/1.1"
msgstr ""
#: ./doc/user-guide/ch_sdk.xml:26(para)
msgid "JSON and XML data serialization formats"
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:7(title)
msgid "Change the size of your server"
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:8(para)
msgid "You change the size of a server by changing its flavor."
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:11(para)
msgid "Show information about your server, including its size, which is shown as the value of the flavor property."
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:44(para)
msgid "The size (flavor) of the server is <literal>m1.small (2)</literal>."
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:47(para)
msgid "List the available flavors with the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:60(para)
msgid "To resize the server, pass the server ID or name and the new flavor to the <placeholder-1/> command. Include the <literal>--poll</literal> parameter to report the resize progress."
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:68(para)
msgid "Show the status for your server:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:75(para)
msgid "When the resize completes, the status becomes VERIFY_RESIZE."
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:78(para)
msgid "Confirm the resize:"
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:80(para) ./doc/user-guide/section_cli_nova_resizerebuild.xml:86(para)
msgid "The server status becomes ACTIVE."
msgstr ""
#: ./doc/user-guide/section_cli_nova_resizerebuild.xml:83(para)
msgid "If the resize fails or does not work as expected, you can revert the resize:"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:7(title)
msgid "Manage objects and containers"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:9(para)
msgid "The OpenStack Object Storage service provides the <placeholder-1/> client, which is a command-line interface (CLI). Use this client to list objects and containers, upload objects to containers, and download or delete objects from containers. You can also gather statistics and update metadata for accounts, containers, and objects."
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:15(para)
msgid "This client is based on the native swift client library, <literal>client.py</literal>, which seamlessly re-authenticates if the current token expires during processing, retries operations multiple times, and provides a processing concurrency of 10."
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:21(title)
msgid "Create and manage containers"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:24(para)
msgid "To create a container, run the following command and replace <replaceable>CONTAINER</replaceable> with the name of your container."
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:29(para)
msgid "To list all containers: run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:33(para)
msgid "To check the status of containers, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:43(para)
msgid "You can also use the <placeholder-1/> command with the <replaceable>ACCOUNT</replaceable> or <replaceable>CONTAINER</replaceable> names as parameters."
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:62(title)
msgid "Manage access"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:65(para)
msgid "Users have roles on accounts. For example, a user with the admin role has full access to all containers and objects in an account. You can set access control lists (ACLs) at the container level and support lists for read and write access, which you set with the <literal>X-Container-Read</literal> and <literal>X-Container-Write</literal> headers."
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:71(para)
msgid "To give a user read access, use the <placeholder-1/> command with the <parameter>-r</parameter> parameter. To give a user write access, use the <parameter>-w</parameter> parameter."
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:74(para)
msgid "The following example enables the <literal>testuser</literal> user to read objects in the container:"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:77(para)
msgid "You can also use this command with a list of users."
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:80(para)
msgid "If you use StaticWeb middleware to enable Object Storage to serve public web content, use <literal>.r:</literal>, followed by a list of allowed referrers."
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:83(para)
msgid "The following command gives object access to all referring domains:"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:90(title)
msgid "Manage objects"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:93(para)
msgid "To upload an object to a container, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:95(replaceable) ./doc/user-guide/section_cli_swift_howto.xml:97(replaceable) ./doc/user-guide/section_cli_swift_howto.xml:102(replaceable) ./doc/user-guide/section_cli_swift_howto.xml:121(replaceable)
msgid "OBJECT_FILENAME"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:96(para)
msgid "To upload in chunks, for large files, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:97(replaceable)
msgid "CHUNK_SIZE"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:100(para)
msgid "To check the status of the object, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:115(para)
msgid "To list the objects in a container, run the following command:"
msgstr ""
#: ./doc/user-guide/section_cli_swift_howto.xml:119(para)
msgid "To download an object from a container:, run the following command:"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:7(title)
msgid "Create and manage volumes"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:9(para)
msgid "Volumes are block storage devices that you attach to instances to enable persistent storage. You can attach a volume to a running instance or detach a volume and attach it to another instance at any time. You can also create a snapshot from or delete a volume. Only administrative users can create volume types."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:16(title)
msgid "Create a volume"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:19(para) ./doc/user-guide/section_dashboard_manage_volumes.xml:137(para) ./doc/user-guide/section_dashboard_manage_volumes.xml:171(para) ./doc/user-guide/section_dashboard_manage_volumes.xml:213(para) ./doc/user-guide/section_dashboard_manage_volumes.xml:252(para)
msgid "Log in to the dashboard, choose a project, and click <guibutton>Volumes</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:23(para) ./doc/user-guide/section_dashboard_manage_volumes.xml:125(para)
msgid "Click <guibutton>Create Volume</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:24(para)
msgid "In the dialog box that opens, enter or select the following values."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:33(guilabel)
msgid "Volume Name"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:37(para)
msgid "Specify a name for the volume."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:48(para)
msgid "Optionally, provide a brief description for the volume."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:55(guilabel)
msgid "Type"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:59(para)
msgid "Leave this field blank."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:65(guilabel)
msgid "Size (GB)"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:69(para)
msgid "The size of the volume in gigabytes."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:76(guilabel)
msgid "Volume Source"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:80(para)
msgid "Select one of the following options:"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:83(guilabel)
msgid "No source, empty volume"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:84(para)
msgid "Creates an empty volume."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:85(para)
msgid "An empty volume does not contain a file system or a partition table."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:89(guilabel)
msgid "Snapshot"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:90(para)
msgid "If you choose this option, a new field for <guilabel>Use snapshot as a source</guilabel> displays. You can select the snapshot from the list."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:96(guilabel)
msgid "Image"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:97(para)
msgid "If you choose this option, a new field for <guilabel>Use image as a source</guilabel> displays. You can select the image from the list."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:100(para)
msgid "Select the <guilabel>Availability Zone</guilabel> from the list. By default, this value is set to the availability zone given by the cloud provider (for example, <literal>us-west</literal> or <literal>apac-south</literal>). For some cases, it could be <literal>nova</literal>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:108(guilabel)
msgid "Volume"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:109(para)
msgid "If you choose this option, a new field for <guilabel>Use volume as a source</guilabel> displays. You can select the volume from the list."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:115(para)
msgid "Options to use a snapshot or a volume as the source for a volume are displayed only if there are existing snapshots or volumes."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:128(para)
msgid "The dashboard shows the volume on the <guilabel>Volumes</guilabel> tab."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:132(title)
msgid "Attach a volume to an instance"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:133(para)
msgid "After you create one or more volumes, you can attach them to instances. You can attach a volume to one instance at a time."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:141(para)
msgid "Select the volume to add to an instance and click <guibutton>Edit Attachments</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:145(para)
msgid "In the <guilabel>Manage Volume Attachments</guilabel> dialog box, select an instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:149(para)
msgid "Enter the name of the device from which the volume is accessible by the instance."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:152(para)
msgid "The actual device name might differ from the volume name because of hypervisor settings."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:157(para)
msgid "Click <guibutton>Attach Volume</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:158(para)
msgid "The dashboard shows the instance to which the volume is now attached and the device name."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:162(para)
msgid "You can view the status of a volume in the <guilabel>Volumes</guilabel> tab of the dashboard. The volume is either Available or In-Use."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:164(para)
msgid "Now you can log in to the instance and mount, format, and use the disk."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:168(title)
msgid "Detach a volume from an instance"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:175(para)
msgid "Select the volume and click <guibutton>Edit Attachments</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:178(para)
msgid "Click <guibutton>Detach Volume</guibutton> and confirm your changes."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:182(para) ./doc/user-guide/section_dashboard_manage_volumes.xml:262(para)
msgid "A message indicates whether the action was successful."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:185(title)
msgid "Create a snapshot from a volume"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:188(para)
msgid "Log in to the dashboard, choose a project, and click <guilabel>Volumes</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:192(para)
msgid "Select a volume from which to create a snapshot."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:195(para)
msgid "From the <guilabel>More</guilabel> list, select <guilabel>Create Snapshot</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:199(para)
msgid "In the dialog box that opens, enter a snapshot name and a brief description."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:203(para)
msgid "Confirm your changes."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:204(para)
msgid "The dashboard shows the new volume snapshot in <guilabel>Volume Snapshots</guilabel> tab."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:210(title)
msgid "Edit a volume"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:222(para)
msgid "On the <guilabel>Project</guilabel> tab, click <guilabel>Volumes</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:229(para)
msgid "In the <guilabel>Actions</guilabel> column, click <guilabel>Edit Volume</guilabel>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:233(para)
msgid "In the <guilabel>Edit Volume</guilabel> dialog box, update the name and description of the image."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:237(para)
msgid "Click <guibutton>Edit Volume</guibutton>."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:241(para)
msgid "You can extend a volume by using the <guilabel>Extend Volume</guilabel> option available in the <guibutton>More</guibutton> dropdown list and entering the new value for volume size."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:247(title)
msgid "Delete a volume"
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:248(para)
msgid "When you delete an instance, the data in its attached volumes is not destroyed."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:256(para)
msgid "Select the check boxes for the volumes that you want to delete."
msgstr ""
#: ./doc/user-guide/section_dashboard_manage_volumes.xml:260(para)
msgid "Click <guibutton>Delete Volumes</guibutton> and confirm your choice."
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:8(para)
msgid "When working with images in the SDK, you will call <literal>novaclient</literal> methods."
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:12(title)
msgid "Add a keypair"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:13(para)
msgid "To generate a keypair, call the <methodname><link href=\"http://docs.openstack.org/developer/python-novaclient/api/novaclient.v1_1.keypairs.html#novaclient.v1_1.keypairs.KeypairManager.create\">novaclient.v1_1.keypairs.KeypairManager.create</link></methodname> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:23(para)
msgid "The Python script output looks something like this:"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:31(para)
msgid "You typically write the private key to a file to use it later. The file must be readable and writeable by only the file owner; otherwise, the SSH client will refuse to read the private key file. It is safest to create the file with the appropriate permissions, as shown in the following example:"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:49(title)
msgid "Import a keypair"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:50(para)
msgid "If you have already generated a keypair with the public key located at <filename>~/.ssh/id_rsa.pub</filename>, pass the contents of the file to the <methodname><link href=\"http://docs.openstack.org/developer/python-novaclient/api/novaclient.v1_1.keypairs.html#novaclient.v1_1.keypairs.KeypairManager.create\"> novaclient.v1_1.keypairs.KeypairManager.create</link></methodname> method to import the public key to Compute:"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:64(title)
msgid "List keypairs"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:65(para)
msgid "To list keypairs, call the <methodname><link href=\"http://docs.openstack.org/developer/python-novaclient/api/novaclient.v1_1.keypairs.html#novaclient.v1_1.keypairs.KeypairManager.list\">novaclient.v1_1.keypairs.KeypairManager.list</link></methodname> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:74(para)
msgid "To list security groups for the current project, call the <methodname><link href=\"http://docs.openstack.org/developer/python-novaclient/api/novaclient.v1_1.security_groups.html#novaclient.v1_1.security_groups.SecurityGroupManager.list\">novaclient.v_1.security_groups.SecurityGroupManager.list</link></methodname> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:79(para)
msgid "To create a security group with a specified name and description, call the <methodname><link href=\"http://docs.openstack.org/developer/python-novaclient/api/novaclient.v1_1.security_groups.html#novaclient.v1_1.security_groups.SecurityGroupManager.create\">novaclient.v_1.security_groups.SecurityGroupManager.create</link></methodname> method:"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:84(para)
msgid "To delete a security group, call the <methodname><link href=\"http://docs.openstack.org/developer/python-novaclient/api/novaclient.v1_1.security_groups.html#novaclient.v1_1.security_groups.SecurityGroupManager.delete\"> novaclient.v_1.security_groups.SecurityGroupManager.delete</link></methodname> method, passing either a <link href=\"http://docs.openstack.org/developer/python-novaclient/api/novaclient.v1_1.security_groups.html#novaclient.v1_1.security_groups.SecurityGroup\">novaclient.v1_1.security_groups.SecurityGroup</link> object or group ID as an argument:"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:99(para)
msgid "Access the security group rules from the <literal>rules</literal> attribute of a <link href=\"http://docs.openstack.org/developer/python-novaclient/api/novaclient.v1_1.security_groups.html#novaclient.v1_1.security_groups.SecurityGroup\">novaclient.v1_1.security_groups.SecurityGroup</link> object:"
msgstr ""
#: ./doc/user-guide/section_sdk_configure_instances.xml:105(para)
msgid "To add a rule, to a security group, call the <methodname><link href=\"http://docs.openstack.org/developer/python-novaclient/api/novaclient.v1_1.security_group_rules.html#novaclient.v1_1.security_group_rules.SecurityGroupRuleManager.create\">novaclient.v1_1.security_group_rules.SecurityGroupRuleManager.create</link></methodname> method:"
msgstr ""
#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
#: ./doc/user-guide/section_sdk_configure_instances.xml:0(None)
msgid "translator-credits"
msgstr ""