From bacc145ee4677f618ccdfbe0d0d38990d3719c57 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 6 Apr 2015 06:11:24 +0000 Subject: [PATCH] Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I99dc51fa1e12b5e190c566736ba9b049cd877074 --- .../locale/admin-guide-cloud.pot | 126 +- doc/arch-design/locale/arch-design.pot | 6 +- doc/arch-design/locale/zh_CN.po | 10 +- doc/common/locale/common.pot | 22 +- doc/common/locale/fr.po | 35 +- doc/common/locale/ja.po | 31 +- doc/common/locale/zh_CN.po | 33 +- doc/install-guide/locale/install-guide.pot | 48 +- doc/install-guide/locale/ja.po | 96 +- doc/install-guide/locale/ko_KR.po | 90 +- doc/install-guide/locale/pt_BR.po | 96 +- doc/install-guide/locale/ru.po | 94 +- doc/install-guide/locale/zh_CN.po | 96 +- doc/user-guides/source/locale/user-guides.pot | 5806 +++++++++-------- 14 files changed, 3360 insertions(+), 3229 deletions(-) diff --git a/doc/admin-guide-cloud/locale/admin-guide-cloud.pot b/doc/admin-guide-cloud/locale/admin-guide-cloud.pot index 83f7349c6e..6b1195312b 100644 --- a/doc/admin-guide-cloud/locale/admin-guide-cloud.pot +++ b/doc/admin-guide-cloud/locale/admin-guide-cloud.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-04-04 06:08+0000\n" +"POT-Creation-Date: 2015-04-06 06:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,7 +19,7 @@ msgid "Excerpted from a blog post by http://swift.openstack.org/admin_guide.html#cluster-telemetry-and-monitoring) provides general machine statistics, such as load average, socket statistics, /proc/meminfo contents, and so on, as well as Swift-specific metrics:" +msgid "The Swift Recon middleware (see http://swift.openstack.org/admin_guide.html#cluster-telemetry-and-monitoring) provides general machine statistics, such as load average, socket statistics, /proc/meminfo contents, and so on, as well as Swift-specific meters:" msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:36(para) @@ -59,7 +59,7 @@ msgid "Swift Recon is middleware that is installed in the object servers pipelin msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:58(para) -msgid "There are some good Object Storage cluster statistics but the general server metrics overlap with existing server monitoring systems. To get the Swift-specific metrics into a monitoring system, they must be polled. Swift Recon essentially acts as a middleware metrics collector. The process that feeds metrics to your statistics system, such as collectd and gmond, probably already runs on the storage node. So, you can choose to either talk to Swift Recon or collect the metrics directly." +msgid "There are some good Object Storage cluster statistics but the general server meters overlap with existing server monitoring systems. To get the Swift-specific meters into a monitoring system, they must be polled. Swift Recon essentially acts as a middleware meters collector. The process that feeds meters to your statistics system, such as collectd and gmond, probably already runs on the storage node. So, you can choose to either talk to Swift Recon or collect the meters directly." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:70(title) @@ -67,23 +67,23 @@ msgid "Swift-Informant" msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:71(para) -msgid "Florian Hines developed the Swift-Informant middleware (see https://github.com/pandemicsyn/swift-informant) to get real-time visibility into Object Storage client requests. It sits in the pipeline for the proxy server, and after each request to the proxy server, sends three metrics to a StatsD server (see http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/):" +msgid "Florian Hines developed the Swift-Informant middleware (see https://github.com/pandemicsyn/swift-informant) to get real-time visibility into Object Storage client requests. It sits in the pipeline for the proxy server, and after each request to the proxy server, sends three meters to a StatsD server (see http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/):" msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:83(para) -msgid "A counter increment for a metric like obj.GET.200 or cont.PUT.404." +msgid "A counter increment for a meter like obj.GET.200 or cont.PUT.404." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:88(para) -msgid "Timing data for a metric like acct.GET.200 or obj.GET.200. [The README says the metrics look like duration.acct.GET.200, but I do not see the duration in the code. I am not sure what the Etsy server does but our StatsD server turns timing metrics into five derivative metrics with new segments appended, so it probably works as coded. The first metric turns into acct.GET.200.lower, acct.GET.200.upper, acct.GET.200.mean, acct.GET.200.upper_90, and acct.GET.200.count]." +msgid "Timing data for a meter like acct.GET.200 or obj.GET.200. [The README says the meters look like duration.acct.GET.200, but I do not see the duration in the code. I am not sure what the Etsy server does but our StatsD server turns timing meters into five derivative meters with new segments appended, so it probably works as coded. The first meter turns into acct.GET.200.lower, acct.GET.200.upper, acct.GET.200.mean, acct.GET.200.upper_90, and acct.GET.200.count]." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:105(para) -msgid "A counter increase by the bytes transferred for a metric like tfer.obj.PUT.201." +msgid "A counter increase by the bytes transferred for a meter like tfer.obj.PUT.201." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:110(para) -msgid "This is good for getting a feel for the quality of service clients are experiencing with the timing metrics, as well as getting a feel for the volume of the various permutations of request server type, command, and response code. Swift-Informant also requires no change to core Object Storage code because it is implemented as middleware. However, it gives you no insight into the workings of the cluster past the proxy server. If the responsiveness of one storage node degrades, you can only see that some of your requests are bad, either as high latency or error status codes. You do not know exactly why or where that request tried to go. Maybe the container server in question was on a good node but the object server was on a different, poorly-performing node." +msgid "This is good for getting a feel for the quality of service clients are experiencing with the timing meters, as well as getting a feel for the volume of the various permutations of request server type, command, and response code. Swift-Informant also requires no change to core Object Storage code because it is implemented as middleware. However, it gives you no insight into the workings of the cluster past the proxy server. If the responsiveness of one storage node degrades, you can only see that some of your requests are bad, either as high latency or error status codes. You do not know exactly why or where that request tried to go. Maybe the container server in question was on a good node but the object server was on a different, poorly-performing node." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:126(title) @@ -91,15 +91,15 @@ msgid "Statsdlog" msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:127(para) -msgid "Florian's Statsdlog project increments StatsD counters based on logged events. Like Swift-Informant, it is also non-intrusive, but statsdlog can track events from all Object Storage daemons, not just proxy-server. The daemon listens to a UDP stream of syslog messages and StatsD counters are incremented when a log line matches a regular expression. Metric names are mapped to regex match patterns in a JSON file, allowing flexible configuration of what metrics are extracted from the log stream." +msgid "Florian's Statsdlog project increments StatsD counters based on logged events. Like Swift-Informant, it is also non-intrusive, but statsdlog can track events from all Object Storage daemons, not just proxy-server. The daemon listens to a UDP stream of syslog messages and StatsD counters are incremented when a log line matches a regular expression. Meter names are mapped to regex match patterns in a JSON file, allowing flexible configuration of what meters are extracted from the log stream." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:138(para) -msgid "Currently, only the first matching regex triggers a StatsD counter increment, and the counter is always incremented by one. There is no way to increment a counter by more than one or send timing data to StatsD based on the log line content. The tool could be extended to handle more metrics for each line and data extraction, including timing data. But a coupling would still exist between the log textual format and the log parsing regexes, which would themselves be more complex to support multiple matches for each line and data extraction. Also, log processing introduces a delay between the triggering event and sending the data to StatsD. It would be preferable to increment error counters where they occur and send timing data as soon as it is known to avoid coupling between a log string and a parsing regex and prevent a time delay between events and sending data to StatsD." +msgid "Currently, only the first matching regex triggers a StatsD counter increment, and the counter is always incremented by one. There is no way to increment a counter by more than one or send timing data to StatsD based on the log line content. The tool could be extended to handle more meters for each line and data extraction, including timing data. But a coupling would still exist between the log textual format and the log parsing regexes, which would themselves be more complex to support multiple matches for each line and data extraction. Also, log processing introduces a delay between the triggering event and sending the data to StatsD. It would be preferable to increment error counters where they occur and send timing data as soon as it is known to avoid coupling between a log string and a parsing regex and prevent a time delay between events and sending data to StatsD." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:154(para) -msgid "The next section describes another method for gathering Object Storage operational metrics." +msgid "The next section describes another method for gathering Object Storage operational meters." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:158(title) @@ -107,15 +107,15 @@ msgid "Swift StatsD logging" msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:159(para) -msgid "StatsD (see http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/) was designed for application code to be deeply instrumented; metrics are sent in real-time by the code that just noticed or did something. The overhead of sending a metric is extremely low: a sendto of one UDP packet. If that overhead is still too high, the StatsD client library can send only a random portion of samples and StatsD approximates the actual number when flushing metrics upstream." +msgid "StatsD (see http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/) was designed for application code to be deeply instrumented; meters are sent in real-time by the code that just noticed or did something. The overhead of sending a meter is extremely low: a sendto of one UDP packet. If that overhead is still too high, the StatsD client library can send only a random portion of samples and StatsD approximates the actual number when flushing meters upstream." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:170(para) -msgid "To avoid the problems inherent with middleware-based monitoring and after-the-fact log processing, the sending of StatsD metrics is integrated into Object Storage itself. The submitted change set (see https://review.openstack.org/#change,6058) currently reports 124 metrics across 15 Object Storage daemons and the tempauth middleware. Details of the metrics tracked are in the Administrator's Guide." +msgid "To avoid the problems inherent with middleware-based monitoring and after-the-fact log processing, the sending of StatsD meters is integrated into Object Storage itself. The submitted change set (see https://review.openstack.org/#change,6058) currently reports 124 meters across 15 Object Storage daemons and the tempauth middleware. Details of the meters tracked are in the Administrator's Guide." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:181(para) -msgid "The sending of metrics is integrated with the logging framework. To enable, configure log_statsd_host in the relevant config file. You can also specify the port and a default sample rate. The specified default sample rate is used unless a specific call to a statsd logging method (see the list below) overrides it. Currently, no logging calls override the sample rate, but it is conceivable that some metrics may require accuracy (sample_rate == 1) while others may not." +msgid "The sending of meters is integrated with the logging framework. To enable, configure log_statsd_host in the relevant config file. You can also specify the port and a default sample rate. The specified default sample rate is used unless a specific call to a statsd logging method (see the list below) overrides it. Currently, no logging calls override the sample rate, but it is conceivable that some meters may require accuracy (sample_rate == 1) while others may not." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:196(para) @@ -123,7 +123,7 @@ msgid "Then the LogAdapter object returned by get_logger(), usually msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:202(para) -msgid "set_statsd_prefix(self, prefix) Sets the client library stat prefix value which gets prefixed to every metric. The default prefix is the \"name\" of the logger such as \"object-server\", \"container-auditor\", and so on. This is currently used to turn \"proxy-server\" into one of \"proxy-server.Account\", \"proxy-server.Container\", or \"proxy-server.Object\" as soon as the Controller object is determined and instantiated for the request." +msgid "set_statsd_prefix(self, prefix) Sets the client library stat prefix value which gets prefixed to every meter. The default prefix is the \"name\" of the logger such as \"object-server\", \"container-auditor\", and so on. This is currently used to turn \"proxy-server\" into one of \"proxy-server.Account\", \"proxy-server.Container\", or \"proxy-server.Object\" as soon as the Controller object is determined and instantiated for the request." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:213(para) @@ -147,11 +147,11 @@ msgid "timing_since(self, metric, orig_time, sample_rate=1) Conveni msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:244(para) -msgid "Note that these logging methods may safely be called anywhere you have a logger object. If StatsD logging has not been configured, the methods are no-ops. This avoids messy conditional logic each place a metric is recorded. These example usages show the new logging methods:" +msgid "Note that these logging methods may safely be called anywhere you have a logger object. If StatsD logging has not been configured, the methods are no-ops. This avoids messy conditional logic each place a meter is recorded. These example usages show the new logging methods:" msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-monitoring.xml:287(para) -msgid "The development team of StatsD wanted to use the pystatsd client library (not to be confused with a similar-looking project also hosted on GitHub), but the released version on PyPI was missing two desired features the latest version in GitHub had: the ability to configure a metrics prefix in the client object and a convenience method for sending timing data between \"now\" and a \"start\" timestamp you already have. So they just implemented a simple StatsD client library from scratch with the same interface. This has the nice fringe benefit of not introducing another external library dependency into Object Storage." +msgid "The development team of StatsD wanted to use the pystatsd client library (not to be confused with a similar-looking project also hosted on GitHub), but the released version on PyPI was missing two desired features the latest version in GitHub had: the ability to configure a meters prefix in the client object and a convenience method for sending timing data between \"now\" and a \"start\" timestamp you already have. So they just implemented a simple StatsD client library from scratch with the same interface. This has the nice fringe benefit of not introducing another external library dependency into Object Storage." msgstr "" #: ./doc/admin-guide-cloud/section_object-storage-admin.xml:7(title) @@ -6865,11 +6865,11 @@ msgid "Measurements" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:8(para) -msgid "The Telemetry module collects metrics within an OpenStack deployment. This section provides a brief summary about metrics format and origin and also contains the list of available meters." +msgid "The Telemetry module collects meters within an OpenStack deployment. This section provides a brief summary about meters format and origin and also contains the list of available meters." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:12(para) -msgid "Telemetry collects metrics by polling the infrastructure elements and also by consuming the notifications emitted by other OpenStack services. For more information about the polling mechanism and notifications see . There are several meters which are collected by polling and by consuming. The origin for each meter is listed in the tables below." +msgid "Telemetry collects meters by polling the infrastructure elements and also by consuming the notifications emitted by other OpenStack services. For more information about the polling mechanism and notifications see . There are several meters which are collected by polling and by consuming. The origin for each meter is listed in the tables below." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:20(para) @@ -6877,11 +6877,11 @@ msgid "You may need to configure Telemetry or other OpenStack services in order msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:30(para) -msgid "Telemetry uses the following metric types:" +msgid "Telemetry uses the following meter types:" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:32(caption) -msgid "Telemetry metric types" +msgid "Telemetry meter types" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:43(td) ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:426(para) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:43(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:51(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:59(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:67(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:75(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:83(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:91(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:99(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:107(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:115(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:123(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:131(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:195(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:203(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-kwapi.xml:27(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:99(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:107(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:115(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:123(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:131(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:139(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:147(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova-host.xml:35(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova-host.xml:43(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova-host.xml:51(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova-host.xml:59(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-lbaas.xml:59(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-lbaas.xml:75(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-lbaas.xml:83(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:66(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:93(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:111(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:129(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:147(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:183(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:201(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:219(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:237(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:314(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:332(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:350(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:368(td) @@ -6933,7 +6933,7 @@ msgid "The list of measurements is grouped by services which are polled by Telem msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:90(para) -msgid "The Telemetry module supports storing notifications as events. This functionality was added later, therefore the list of meters still contains existence type and other event related items. The proper way of using Telemetry is to configure it to use the event store and turn off the collection of the event related metrics. For further information about events see Events section in the Telemetry documentation. For further information about how to turn on and off meters see . Please also note that currently no migration is available to move the already existing event type samples to the event store." +msgid "The Telemetry module supports storing notifications as events. This functionality was added later, therefore the list of meters still contains existence type and other event related items. The proper way of using Telemetry is to configure it to use the event store and turn off the collection of the event related meters. For further information about events see Events section in the Telemetry documentation. For further information about how to turn on and off meters see . Please also note that currently no migration is available to move the already existing event type samples to the event store." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:104(title) ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:77(td) @@ -6945,7 +6945,7 @@ msgid "The following meters are collected for OpenStack Compute:" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:107(para) -msgid "The Telemetry module supports to create new meters by using transformers. For more details about transformers see . Among the metrics gathered from Libvirt and HyperV there are a few ones, which are generated from other meters. The list of meters that are created by using the rate_of_change transformer from the above table is the following:" +msgid "The Telemetry module supports to create new meters by using transformers. For more details about transformers see . Among the meters gathered from Libvirt and HyperV there are a few ones, which are generated from other meters. The list of meters that are created by using the rate_of_change transformer from the above table is the following:" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:116(para) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:74(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:286(td) @@ -7005,7 +7005,7 @@ msgid "To enable the libvirt memory.usage support, you need t msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:164(para) -msgid "OpenStack Compute is capable of collecting CPU related metrics from the compute host machines. In order to use that you need to set the option to ComputeDriverCPUMonitor in the nova.conf configuration file. For further information see the Compute configuration section in the Compute chapter of the OpenStack Configuration Reference." +msgid "OpenStack Compute is capable of collecting CPU related meters from the compute host machines. In order to use that you need to set the option to ComputeDriverCPUMonitor in the nova.conf configuration file. For further information see the Compute configuration section in the Compute chapter of the OpenStack Configuration Reference." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:173(para) @@ -7028,12 +7028,12 @@ msgstr "" msgid "The following meters are recorded for the Bare metal module:" msgstr "" -#: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:193(title) +#: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:193(title) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-ipmi.xml:4(caption) msgid "IPMI based meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:194(para) -msgid "Another way of gathering IPMI based data is to use IPMI sensors independently from the Bare metal module's components. Same meters as could be fetched except that origin is Pollster instead of Notification." +msgid "Another way of gathering IPMI based data is to use IPMI sensors independently from the Bare metal module's components. Same meters as could be fetched except that origin is Pollster instead of Notification." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:200(para) @@ -7048,12 +7048,12 @@ msgstr "" msgid "Besides generic IPMI sensor data, the following Intel Node Manager meters are recorded from capable platform:" msgstr "" -#: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:218(title) +#: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:218(title) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:4(caption) msgid "SNMP based meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:219(para) -msgid "Telemetry supports gathering SNMP based generic host metrics. In order to be able to collect this data you need to run smpd on each target host." +msgid "Telemetry supports gathering SNMP based generic host meters. In order to be able to collect this data you need to run smpd on each target host." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:222(para) @@ -7089,7 +7089,7 @@ msgid "Ceph Object Storage" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:243(para) -msgid "In order to gather metrics from Ceph, you have to install and configure the Ceph Object Gateway (radosgw) as it is described in the Installation Manual. You have to enable usage logging in order to get the related meters from Ceph. You will also need an admin user with users, buckets, metadata and usagecaps configured." +msgid "In order to gather meters from Ceph, you have to install and configure the Ceph Object Gateway (radosgw) as it is described in the Installation Manual. You have to enable usage logging in order to get the related meters from Ceph. You will also need an admin user with users, buckets, metadata and usagecaps configured." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml:252(para) @@ -7345,7 +7345,7 @@ msgid "The sliding time window over which the alarm is evaluated is 30 minutes i msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-alarms.xml:114(para) -msgid "The period length is set to 600s in this case to reflect the out-of-the-box default cadence for collection of the associated metric. This period matching illustrates an important general principal to keep in mind for alarms:" +msgid "The period length is set to 600s in this case to reflect the out-of-the-box default cadence for collection of the associated meter. This period matching illustrates an important general principal to keep in mind for alarms:" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-alarms.xml:116(para) @@ -7441,7 +7441,7 @@ msgid "In this case, the state is reported as insufficient data" +msgid "SDN controller meters: " msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-system-architecture.xml:230(title) @@ -8081,7 +8081,7 @@ msgid "Middleware for OpenStack Object Storage service" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:165(para) -msgid "A subset of Object Store statistics requires an additional middleware to be installed behind the proxy of Object Store. This additional component emits notifications containing data-flow-oriented meters, namely the storage.objects.(incoming|outgoing).bytes values. The list of these meters are listed in , marked with notification as origin." +msgid "A subset of Object Store statistics requires an additional middleware to be installed behind the proxy of Object Store. This additional component emits notifications containing data-flow-oriented meters, namely the storage.objects.(incoming|outgoing).bytes values. The list of these meters are listed in , marked with notification as origin." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:171(para) @@ -8145,7 +8145,7 @@ msgid "Hardware resources via SNMP" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:256(para) -msgid "Energy consumption metrics via Kwapi framework" +msgid "Energy consumption meters via Kwapi framework" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:260(para) @@ -8173,11 +8173,11 @@ msgid "Just like the central agent, this component also does not need a direct d msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:285(para) -msgid "The list of supported hypervisors can be found in . The compute agent uses the API of the hypervisor installed on the compute hosts. Therefore the supported meters may be different in case of each virtualization back end, as each inspection tool provides a different set of metrics." +msgid "The list of supported hypervisors can be found in . The compute agent uses the API of the hypervisor installed on the compute hosts. Therefore the supported meters may be different in case of each virtualization back end, as each inspection tool provides a different set of meters." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:290(para) -msgid "The list of collected meters can be found in . The support column provides the information that which meter is available for each hypervisor supported by the Telemetry module." +msgid "The list of collected meters can be found in . The support column provides the information that which meter is available for each hypervisor supported by the Telemetry module." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:295(para) @@ -8257,7 +8257,7 @@ msgid "Just like the central agent, this component also does not need direct dat msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:383(para) -msgid "The list of collected meters can be found in ." +msgid "The list of collected meters can be found in ." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:386(para) @@ -8589,7 +8589,7 @@ msgid "Example configuration:" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:760(para) -msgid "To demonstrate the use of metadata, here is the implementation of a silly metric that shows average CPU time per core:" +msgid "To demonstrate the use of metadata, here is the implementation of a silly meter that shows average CPU time per core:" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-data-collection.xml:771(para) @@ -8713,7 +8713,7 @@ msgid "Events" msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-events.xml:8(para) -msgid "In addition to metrics, the Telemetry module collects events triggered within an OpenStack environment. This section provides a brief summary of the events format in the Telemetry module." +msgid "In addition to meters, the Telemetry module collects events triggered within an OpenStack environment. This section provides a brief summary of the events format in the Telemetry module." msgstr "" #: ./doc/admin-guide-cloud/telemetry/section_telemetry-events.xml:11(para) @@ -9329,7 +9329,7 @@ msgid "The default publisher is notifier, without any additio msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-vpnaas.xml:4(caption) -msgid "VPN as a Service metrics" +msgid "VPN as a Service meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-vpnaas.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-swift.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-ironic.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-magnetodb.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-ipmi.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-kwapi.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova-host.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-heat.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-neutron.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-ceph.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-keystone.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sahara.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-lbaas.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-fwaas.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-glance.xml:15(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:16(td) @@ -9485,7 +9485,7 @@ msgid "Ike policy was updated." msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:4(caption) -msgid "SDN metrics" +msgid "SDN meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-sdn.xml:23(th) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-swift.xml:23(th) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-kwapi.xml:23(th) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova-host.xml:23(th) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:23(th) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-heat.xml:23(th) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-neutron.xml:23(th) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-glance.xml:23(th) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:25(th) @@ -9717,7 +9717,7 @@ msgid "Bytes received." msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-swift.xml:4(caption) -msgid "OpenStack Object Storage metrics" +msgid "OpenStack Object Storage meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-swift.xml:26(td) @@ -9873,7 +9873,7 @@ msgid "Voltage reading from sensor." msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-magnetodb.xml:4(caption) -msgid "Key Value Store module metrics" +msgid "Key Value Store module meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-magnetodb.xml:26(td) @@ -9908,10 +9908,6 @@ msgstr "" msgid "Number of indices created in a table." msgstr "" -#: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-ipmi.xml:4(caption) -msgid "IPMI based metrics" -msgstr "" - #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-ipmi.xml:26(td) msgid "hardware.ipmi.node.power" msgstr "" @@ -10013,7 +10009,7 @@ msgid "New Name" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-kwapi.xml:4(caption) -msgid "Energy metrics" +msgid "Energy meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-kwapi.xml:26(td) @@ -10040,10 +10036,6 @@ msgstr "" msgid "Power consumption." msgstr "" -#: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:4(caption) -msgid "SNMP based metrics" -msgstr "" - #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-snmp.xml:26(td) msgid "hardware.cpu.load.1min" msgstr "" @@ -10201,7 +10193,7 @@ msgid "CPU idle percentage." msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova-host.xml:4(caption) -msgid "OpenStack Compute host metrics" +msgid "OpenStack Compute host meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova-host.xml:26(td) @@ -10285,7 +10277,7 @@ msgid "CPU utilisation." msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:4(caption) -msgid "OpenStack Block Storage metrics" +msgid "OpenStack Block Storage meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:26(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:28(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:66(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:74(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:82(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:90(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:98(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-cinder.xml:106(td) @@ -10457,7 +10449,7 @@ msgid "Stack was successfully suspended." msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-neutron.xml:4(caption) -msgid "OpenStack Networking metrics" +msgid "OpenStack Networking meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-neutron.xml:26(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-neutron.xml:28(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-neutron.xml:36(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-neutron.xml:44(td) @@ -10641,7 +10633,7 @@ msgid "radosgw.containers.objects.size" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-keystone.xml:4(caption) -msgid "OpenStack Identity metrics" +msgid "OpenStack Identity meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-keystone.xml:26(td) @@ -10877,7 +10869,7 @@ msgid "Cluster was successfully deleted." msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-lbaas.xml:4(caption) -msgid "LoadBalancer as a Service metrics" +msgid "LoadBalancer as a Service meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-lbaas.xml:26(td) @@ -11033,7 +11025,7 @@ msgid "LB health probe was updated." msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-fwaas.xml:4(caption) -msgid "Firewall as a Service metrics" +msgid "Firewall as a Service meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-fwaas.xml:26(td) @@ -11133,7 +11125,7 @@ msgid "Firewall rule was updated." msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-glance.xml:4(caption) -msgid "OpenStack Image Service metrics" +msgid "OpenStack Image Service meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-glance.xml:26(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-glance.xml:28(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-glance.xml:36(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-glance.xml:44(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-glance.xml:52(td) ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-glance.xml:60(td) @@ -11185,7 +11177,7 @@ msgid "Image is served out." msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:4(caption) -msgid "OpenStack Compute metrics" +msgid "OpenStack Compute meters" msgstr "" #: ./doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-nova.xml:19(td) @@ -13709,7 +13701,7 @@ msgid "Detect signal completion of some action, typically configuration of softw msgstr "" #: ./doc/admin-guide-cloud/orchestration/section_orchestration-stack-domain-users.xml:24(para) -msgid "Provide application level status or metrics from inside the instance. For example, allow AutoScaling actions to be performed in response to some measure of performance or quality of service." +msgid "Provide application level status or meters from inside the instance. For example, allow AutoScaling actions to be performed in response to some measure of performance or quality of service." msgstr "" #: ./doc/admin-guide-cloud/orchestration/section_orchestration-stack-domain-users.xml:31(para) diff --git a/doc/arch-design/locale/arch-design.pot b/doc/arch-design/locale/arch-design.pot index fcf4a76cd0..e13206397f 100644 --- a/doc/arch-design/locale/arch-design.pot +++ b/doc/arch-design/locale/arch-design.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-03-27 06:10+0000\n" +"POT-Creation-Date: 2015-04-06 06:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1002,7 +1002,7 @@ msgid "It is recommended that you install an automated DNS system such as Design msgstr "" #: ./doc/arch-design/multi_site/section_prescriptive_examples_multi_site.xml:50(para) -msgid "Telemetry for each region is also deployed, as each region may grow differently or be used at a different rate. Ceilometer collects each region's metrics from each of the controllers and report them back to a central location. This is useful both to the end user and the administrator of the OpenStack environment. The end user will find this method useful, as it makes possible to determine if certain locations are experiencing higher load than others, and take appropriate action. Administrators also benefit by possibly being able to forecast growth per region, rather than expanding the capacity of all regions simultaneously, therefore maximizing the cost-effectiveness of the multi-site design." +msgid "Telemetry for each region is also deployed, as each region may grow differently or be used at a different rate. Ceilometer collects each region's meters from each of the controllers and report them back to a central location. This is useful both to the end user and the administrator of the OpenStack environment. The end user will find this method useful, as it makes possible to determine if certain locations are experiencing higher load than others, and take appropriate action. Administrators also benefit by possibly being able to forecast growth per region, rather than expanding the capacity of all regions simultaneously, therefore maximizing the cost-effectiveness of the multi-site design." msgstr "" #: ./doc/arch-design/multi_site/section_prescriptive_examples_multi_site.xml:63(para) @@ -5316,7 +5316,7 @@ msgid "Companies operating a massively scalable OpenStack cloud also require tha msgstr "" #: ./doc/arch-design/massively_scalable/section_user_requirements_massively_scalable.xml:139(para) -msgid "Massively scalable OpenStack clouds require extensive metering and monitoring functionality to maximize the operational efficiency by keeping the operator informed about the status and state of the infrastructure. This includes full scale metering of the hardware and software status. A corresponding framework of logging and alerting is also required to store and enable operations to act on the metrics provided by the metering and monitoring solutions. The cloud operator also needs a solution that uses the data provided by the metering and monitoring solution to provide capacity planning and capacity trending analysis." +msgid "Massively scalable OpenStack clouds require extensive metering and monitoring functionality to maximize the operational efficiency by keeping the operator informed about the status and state of the infrastructure. This includes full scale metering of the hardware and software status. A corresponding framework of logging and alerting is also required to store and enable operations to act on the meters provided by the metering and monitoring solutions. The cloud operator also needs a solution that uses the data provided by the metering and monitoring solution to provide capacity planning and capacity trending analysis." msgstr "" #: ./doc/arch-design/massively_scalable/section_user_requirements_massively_scalable.xml:154(para) diff --git a/doc/arch-design/locale/zh_CN.po b/doc/arch-design/locale/zh_CN.po index 8959d9bb09..fe691b2ab3 100644 --- a/doc/arch-design/locale/zh_CN.po +++ b/doc/arch-design/locale/zh_CN.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-03-30 21:43+0000\n" -"PO-Revision-Date: 2015-03-30 12:31+0000\n" -"Last-Translator: Chen Peng \n" +"POT-Creation-Date: 2015-04-05 18:39+0000\n" +"PO-Revision-Date: 2015-04-05 16:04+0000\n" +"Last-Translator: openstackjenkins \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1762,7 +1762,7 @@ msgstr "" msgid "" "Telemetry for each region is also deployed, as each region may grow " "differently or be used at a different rate. Ceilometer collects each " -"region's metrics from each of the controllers and report them back to a " +"region's meters from each of the controllers and report them back to a " "central location. This is useful both to the end user and the administrator " "of the OpenStack environment. The end user will find this method useful, as " "it makes possible to determine if certain locations are experiencing higher " @@ -10118,7 +10118,7 @@ msgid "" "the operator informed about the status and state of the infrastructure. This" " includes full scale metering of the hardware and software status. A " "corresponding framework of logging and alerting is also required to store " -"and enable operations to act on the metrics provided by the metering and " +"and enable operations to act on the meters provided by the metering and " "monitoring solutions. The cloud operator also needs a solution that uses the" " data provided by the metering and monitoring solution to provide capacity " "planning and capacity trending analysis." diff --git a/doc/common/locale/common.pot b/doc/common/locale/common.pot index 6e9c4954c3..3654929e19 100644 --- a/doc/common/locale/common.pot +++ b/doc/common/locale/common.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-04-04 06:08+0000\n" +"POT-Creation-Date: 2015-04-06 06:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3052,37 +3052,41 @@ msgid "You can choose names for these certificates. You can also combine the pub msgstr "" #: ./doc/common/section_keystone-ssl-config.xml:62(title) -msgid "SSL configuration" +msgid "Client authentication with keystone-all" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml:63(para) -msgid "To enable SSL with client authentication, modify the [ssl] section in the etc/keystone.conf file. The following SSL configuration example uses the included sample certificates:" +msgid "When running keystone-all, the server can be configured to enable SSL with client authentication using the following instructions. Modify the [eventlet_server_ssl] section in the etc/keystone.conf file. The following SSL configuration example uses the included sample certificates:" msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml:75(title) +#: ./doc/common/section_keystone-ssl-config.xml:77(title) msgid "Options" msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml:77(para) +#: ./doc/common/section_keystone-ssl-config.xml:79(para) msgid "enable. True enables SSL. Default is False." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml:81(para) +#: ./doc/common/section_keystone-ssl-config.xml:83(para) msgid "certfile. Path to the Identity Service public certificate file." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml:85(para) +#: ./doc/common/section_keystone-ssl-config.xml:87(para) msgid "keyfile. Path to the Identity Service private certificate file. If you include the private key in the certfile, you can omit the keyfile." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml:91(para) +#: ./doc/common/section_keystone-ssl-config.xml:93(para) msgid "ca_certs. Path to the CA trust chain." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml:95(para) +#: ./doc/common/section_keystone-ssl-config.xml:97(para) msgid "cert_required. Requires client certificate. Default is False." msgstr "" +#: ./doc/common/section_keystone-ssl-config.xml:101(para) +msgid "When running the Identity Service as a WSGI service in a web server such as Apache httpd, this configuration is done in the web server instead. In this case the options in the [eventlet_server_ssl] section are ignored." +msgstr "" + #: ./doc/common/section_cli_keystone_apiv3.xml:7(title) msgid "Use Identity Service API v3 instead of API v2.0" msgstr "" diff --git a/doc/common/locale/fr.po b/doc/common/locale/fr.po index 00f87e55fe..1b0faa2098 100644 --- a/doc/common/locale/fr.po +++ b/doc/common/locale/fr.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-04 03:50+0000\n" -"PO-Revision-Date: 2015-04-03 17:43+0000\n" +"POT-Creation-Date: 2015-04-05 18:39+0000\n" +"PO-Revision-Date: 2015-04-05 11:44+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: French (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/fr/)\n" "MIME-Version: 1.0\n" @@ -4938,48 +4938,57 @@ msgid "" msgstr "Il faut noter qu'il est possible de choisir les noms que vous voulez pour ces certificats, ou de combiner les clés publiques/privées dans le même fichier si vous le souhaitez. Ces certificats sont juste fournis à titre d'exemple. " #: ./doc/common/section_keystone-ssl-config.xml62(title) -msgid "SSL configuration" -msgstr "Configuration SSL" +msgid "Client authentication with keystone-all" +msgstr "" #: ./doc/common/section_keystone-ssl-config.xml63(para) msgid "" -"To enable SSL with client authentication, modify the " -"[ssl] section in the " +"When running keystone-all, the server can be configured to enable SSL with " +"client authentication using the following instructions. Modify the " +"[eventlet_server_ssl] section in the " "etc/keystone.conf file. The following SSL configuration" " example uses the included sample certificates:" -msgstr "Pour permettre le SSL avec l'authentification par client, il faut modifier le fichier etc/keystone.conf dans la section [ssl]. Exemple de configuration SSL en utilisant les certificats témoins inclus : " +msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml75(title) +#: ./doc/common/section_keystone-ssl-config.xml77(title) msgid "Options" msgstr "Options" -#: ./doc/common/section_keystone-ssl-config.xml77(para) +#: ./doc/common/section_keystone-ssl-config.xml79(para) msgid "enable. True enables SSL. Default is False." msgstr "\t•\tenable: True active le SSL. Par défaut False " -#: ./doc/common/section_keystone-ssl-config.xml81(para) +#: ./doc/common/section_keystone-ssl-config.xml83(para) msgid "" "certfile. Path to the Identity Service public certificate" " file." msgstr "certfile: Chemin vers les fichiers des certificat Keystone publics." -#: ./doc/common/section_keystone-ssl-config.xml85(para) +#: ./doc/common/section_keystone-ssl-config.xml87(para) msgid "" "keyfile. Path to the Identity Service private certificate" " file. If you include the private key in the certfile, you can omit the " "keyfile." msgstr "• keyfile: Chemin vers les fichiers des certificats Keystone privés. Si la clé privé est incluse dans le certfile, le keyfile peut être omis." -#: ./doc/common/section_keystone-ssl-config.xml91(para) +#: ./doc/common/section_keystone-ssl-config.xml93(para) msgid "ca_certs. Path to the CA trust chain." msgstr "ca_certs: Chemin vers la chaîne de confiance du CA." -#: ./doc/common/section_keystone-ssl-config.xml95(para) +#: ./doc/common/section_keystone-ssl-config.xml97(para) msgid "" "cert_required. Requires client certificate. Default is " "False." msgstr "cert_required: Requiert le certificat du client. Par défaut False " +#: ./doc/common/section_keystone-ssl-config.xml101(para) +msgid "" +"When running the Identity Service as a WSGI service in a web server such as " +"Apache httpd, this configuration is done in the web server instead. In this " +"case the options in the [eventlet_server_ssl] section are" +" ignored." +msgstr "" + #: ./doc/common/section_cli_keystone_apiv3.xml7(title) msgid "Use Identity Service API v3 instead of API v2.0" msgstr "Utilise Service d'Identité API v3 au lieu de API v2.0" diff --git a/doc/common/locale/ja.po b/doc/common/locale/ja.po index 4b139b997d..2e2d50d84b 100644 --- a/doc/common/locale/ja.po +++ b/doc/common/locale/ja.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-04 03:50+0000\n" -"PO-Revision-Date: 2015-04-03 17:43+0000\n" +"POT-Creation-Date: 2015-04-05 18:39+0000\n" +"PO-Revision-Date: 2015-04-05 11:44+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" @@ -4926,48 +4926,57 @@ msgid "" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml62(title) -msgid "SSL configuration" +msgid "Client authentication with keystone-all" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml63(para) msgid "" -"To enable SSL with client authentication, modify the " -"[ssl] section in the " +"When running keystone-all, the server can be configured to enable SSL with " +"client authentication using the following instructions. Modify the " +"[eventlet_server_ssl] section in the " "etc/keystone.conf file. The following SSL configuration" " example uses the included sample certificates:" msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml75(title) +#: ./doc/common/section_keystone-ssl-config.xml77(title) msgid "Options" msgstr "オプション" -#: ./doc/common/section_keystone-ssl-config.xml77(para) +#: ./doc/common/section_keystone-ssl-config.xml79(para) msgid "enable. True enables SSL. Default is False." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml81(para) +#: ./doc/common/section_keystone-ssl-config.xml83(para) msgid "" "certfile. Path to the Identity Service public certificate" " file." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml85(para) +#: ./doc/common/section_keystone-ssl-config.xml87(para) msgid "" "keyfile. Path to the Identity Service private certificate" " file. If you include the private key in the certfile, you can omit the " "keyfile." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml91(para) +#: ./doc/common/section_keystone-ssl-config.xml93(para) msgid "ca_certs. Path to the CA trust chain." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml95(para) +#: ./doc/common/section_keystone-ssl-config.xml97(para) msgid "" "cert_required. Requires client certificate. Default is " "False." msgstr "" +#: ./doc/common/section_keystone-ssl-config.xml101(para) +msgid "" +"When running the Identity Service as a WSGI service in a web server such as " +"Apache httpd, this configuration is done in the web server instead. In this " +"case the options in the [eventlet_server_ssl] section are" +" ignored." +msgstr "" + #: ./doc/common/section_cli_keystone_apiv3.xml7(title) msgid "Use Identity Service API v3 instead of API v2.0" msgstr "" diff --git a/doc/common/locale/zh_CN.po b/doc/common/locale/zh_CN.po index ce23162458..4b41fe867c 100644 --- a/doc/common/locale/zh_CN.po +++ b/doc/common/locale/zh_CN.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-04 03:50+0000\n" -"PO-Revision-Date: 2015-04-03 17:43+0000\n" -"Last-Translator: Alfred \n" +"POT-Creation-Date: 2015-04-05 18:39+0000\n" +"PO-Revision-Date: 2015-04-05 11:44+0000\n" +"Last-Translator: openstackjenkins \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -4930,48 +4930,57 @@ msgid "" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml62(title) -msgid "SSL configuration" +msgid "Client authentication with keystone-all" msgstr "" #: ./doc/common/section_keystone-ssl-config.xml63(para) msgid "" -"To enable SSL with client authentication, modify the " -"[ssl] section in the " +"When running keystone-all, the server can be configured to enable SSL with " +"client authentication using the following instructions. Modify the " +"[eventlet_server_ssl] section in the " "etc/keystone.conf file. The following SSL configuration" " example uses the included sample certificates:" msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml75(title) +#: ./doc/common/section_keystone-ssl-config.xml77(title) msgid "Options" msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml77(para) +#: ./doc/common/section_keystone-ssl-config.xml79(para) msgid "enable. True enables SSL. Default is False." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml81(para) +#: ./doc/common/section_keystone-ssl-config.xml83(para) msgid "" "certfile. Path to the Identity Service public certificate" " file." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml85(para) +#: ./doc/common/section_keystone-ssl-config.xml87(para) msgid "" "keyfile. Path to the Identity Service private certificate" " file. If you include the private key in the certfile, you can omit the " "keyfile." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml91(para) +#: ./doc/common/section_keystone-ssl-config.xml93(para) msgid "ca_certs. Path to the CA trust chain." msgstr "" -#: ./doc/common/section_keystone-ssl-config.xml95(para) +#: ./doc/common/section_keystone-ssl-config.xml97(para) msgid "" "cert_required. Requires client certificate. Default is " "False." msgstr "" +#: ./doc/common/section_keystone-ssl-config.xml101(para) +msgid "" +"When running the Identity Service as a WSGI service in a web server such as " +"Apache httpd, this configuration is done in the web server instead. In this " +"case the options in the [eventlet_server_ssl] section are" +" ignored." +msgstr "" + #: ./doc/common/section_cli_keystone_apiv3.xml7(title) msgid "Use Identity Service API v3 instead of API v2.0" msgstr "" diff --git a/doc/install-guide/locale/install-guide.pot b/doc/install-guide/locale/install-guide.pot index eebb79a4cb..ee063b819b 100644 --- a/doc/install-guide/locale/install-guide.pot +++ b/doc/install-guide/locale/install-guide.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2015-04-04 06:08+0000\n" +"POT-Creation-Date: 2015-04-06 06:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2951,7 +2951,7 @@ msgstr "" msgid "This section describes how to verify operation of the Telemetry module." msgstr "" -#: ./doc/install-guide/section_ceilometer-verify.xml:12(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:26(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:80(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:135(para) ./doc/install-guide/object-storage/section_swift-verify.xml:12(para) +#: ./doc/install-guide/section_ceilometer-verify.xml:12(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:26(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:83(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:141(para) ./doc/install-guide/object-storage/section_swift-verify.xml:12(para) msgid "Perform these steps on the controller node." msgstr "" @@ -4748,7 +4748,7 @@ msgid "The compute node runs the hypervisor/etc/swift directory." msgstr "" @@ -5083,71 +5083,71 @@ msgstr "" msgid "Create the base account.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:36(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:91(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:145(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:36(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:94(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:151(para) msgid "Add each storage node to the ring:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:93(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:96(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:153(replaceable) msgid "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:93(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:96(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:153(replaceable) msgid "DEVICE_NAME" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:93(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:38(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:96(replaceable) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:153(replaceable) msgid "DEVICE_WEIGHT" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:39(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:94(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:148(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:39(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:97(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:154(para) msgid "Replace STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS with the IP address of the management network on the storage node. Replace DEVICE_NAME with a storage device name on the same storage node. For example, using the first storage node in with the /dev/sdb1 storage device and weight of 100:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:48(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:103(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:157(para) -msgid "Repeat this command for each storage device on each storage node. The example architecture requires four variations of this command." +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:48(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:106(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:163(para) +msgid "Repeat this command for each storage device on each storage node. In the example architecture, use the command in four variations:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:53(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:108(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:162(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:56(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:114(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:171(para) msgid "Verify the ring contents:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:65(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:120(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:174(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:68(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:126(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:183(para) msgid "Rebalance the ring:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:68(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:123(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:177(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:71(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:129(para) ./doc/install-guide/object-storage/section_swift-initial-rings.xml:186(para) msgid "This process can take a while." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:74(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:77(title) msgid "Container ring" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:75(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:78(para) msgid "The container server uses the container ring to maintain lists of objects. However, it does not track object locations." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:86(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:89(para) msgid "Create the base container.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:129(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:135(title) msgid "Object ring" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:130(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:136(para) msgid "The object server uses the object ring to maintain lists of object locations on local devices." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:141(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:147(para) msgid "Create the base object.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:183(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:192(title) msgid "Distribute ring configuration files" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:184(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml:193(para) msgid "Copy the account.ring.gz, container.ring.gz, and object.ring.gz files to the /etc/swift directory on each storage node and any additional nodes running the proxy service." msgstr "" diff --git a/doc/install-guide/locale/ja.po b/doc/install-guide/locale/ja.po index b5b136c39c..600470522c 100644 --- a/doc/install-guide/locale/ja.po +++ b/doc/install-guide/locale/ja.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-04 03:51+0000\n" -"PO-Revision-Date: 2015-04-04 03:37+0000\n" +"POT-Creation-Date: 2015-04-05 18:39+0000\n" +"PO-Revision-Date: 2015-04-05 18:42+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ja/)\n" "MIME-Version: 1.0\n" @@ -4987,8 +4987,8 @@ msgstr "このセクションは、Telemetry モジュールの動作を検証 #: ./doc/install-guide/section_ceilometer-verify.xml12(para) #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml26(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml80(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) #: ./doc/install-guide/object-storage/section_swift-verify.xml12(para) msgid "Perform these steps on the controller node." msgstr "コントローラーノードにおいて、これらの手順を実行します。" @@ -7637,10 +7637,10 @@ msgstr "" #: ./doc/install-guide/ch_overview.xml98(para) #: ./doc/install-guide/ch_overview.xml193(para) msgid "" -"Optionally, the compute node runs a Telemetry agent to collect metrics. " -"Also, it can contain a third network interface on a separate storage network" -" to improve performance of storage services." -msgstr "オプションとして、コンピュートノードが Telemetry エージェントを実行してデータ収集できます。専用のストレージネットワークに 3 番目のネットワークインターフェースを用いて、ストレージサービスのパフォーマンスを改善することもできます。" +"Optionally, the compute node runs a Telemetry agent to collect meters. Also," +" it can contain a third network interface on a separate storage network to " +"improve performance of storage services." +msgstr "" #: ./doc/install-guide/ch_overview.xml104(para) #: ./doc/install-guide/ch_overview.xml199(para) @@ -7653,10 +7653,10 @@ msgstr "オプションの Block Storage ノードは、Block Storage がテナ #: ./doc/install-guide/ch_overview.xml107(para) #: ./doc/install-guide/ch_overview.xml202(para) msgid "" -"Optionally, the Block Storage node runs a Telemetry agent to collect " -"metrics. Also, it can contain a second network interface on a separate " -"storage network to improve performance of storage services." -msgstr "オプションとして、ブロックストレージノードが Telemetry エージェントを実行してデータ収集できます。専用のストレージネットワークに 2 番目のネットワークインターフェースを用いて、ストレージサービスのパフォーマンスを改善できます。" +"Optionally, the Block Storage node runs a Telemetry agent to collect meters." +" Also, it can contain a second network interface on a separate storage " +"network to improve performance of storage services." +msgstr "" #: ./doc/install-guide/ch_overview.xml113(para) #: ./doc/install-guide/ch_overview.xml208(para) @@ -8119,14 +8119,14 @@ msgid "" msgstr "アカウントサーバーは、コンテナー一覧を維持するために、アカウントリングを使用します。" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml24(title) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(title) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml133(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml81(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml139(title) msgid "To create the ring" msgstr "リングの作成方法" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml29(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml138(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml144(para) msgid "Change to the /etc/swift directory." msgstr "/etc/swift ディレクトリーに移動します。" @@ -8135,32 +8135,32 @@ msgid "Create the base account.builder file:" msgstr "ベースの account.builder ファイルを作成します。" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml36(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml91(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml145(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml151(para) msgid "Add each storage node to the ring:" msgstr "各ストレージノードをリングに追加します。" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" msgstr "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "DEVICE_NAME" msgstr "DEVICE_NAME" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "DEVICE_WEIGHT" msgstr "DEVICE_WEIGHT" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml39(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml148(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml97(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml154(para) msgid "" "Replace " "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS with" @@ -8172,64 +8172,64 @@ msgid "" msgstr "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS をストレージノードの管理ネットワークの IP アドレスに置き換えます。DEVICE_NAME を同じストレージノードのストレージデバイス名に置き換えます。例えば、 にある 1 番目のストレージノードを使用して、/dev/sdb1 ストレージデバイス、ウェイト 100 にします。" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml48(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml103(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml157(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml106(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml163(para) msgid "" -"Repeat this command for each storage device on each storage node. The " -"example architecture requires four variations of this command." -msgstr "各ストレージノードの各ストレージデバイスごとに、このコマンドを繰り返します。アーキテクチャー例は、このコマンドを 4 回必要とします。" +"Repeat this command for each storage device on each storage node. In the " +"example architecture, use the command in four variations:" +msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml53(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml108(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml162(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml56(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml114(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml171(para) msgid "Verify the ring contents:" msgstr "リングの内容を検証します。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml65(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml120(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml174(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml126(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(para) msgid "Rebalance the ring:" msgstr "リングをリバランスします。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml123(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml177(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml71(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml186(para) msgid "This process can take a while." msgstr "この処理は少し時間がかかる可能性があります。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml74(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml77(title) msgid "Container ring" msgstr "コンテナーリング" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml75(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(para) msgid "" "The container server uses the container ring to maintain lists of objects. " "However, it does not track object locations." msgstr "コンテナーサーバーは、オブジェクト一覧を維持するために、コンテナーリングを使用します。しかしながら、オブジェクトの位置を追跡しません。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml89(para) msgid "Create the base container.builder file:" msgstr "ベースの container.builder ファイルを作成します。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(title) msgid "Object ring" msgstr "オブジェクトリング" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml130(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml136(para) msgid "" "The object server uses the object ring to maintain lists of object locations" " on local devices." msgstr "オブジェクトサーバーは、ローカルデバイスのおけるオブジェクトの位置の一覧を維持するために、オブジェクトリングを使用します。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(para) msgid "Create the base object.builder file:" msgstr "ベースの object.builder ファイルを作成します。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml192(title) msgid "Distribute ring configuration files" msgstr "リング設定ファイルを配布します。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml184(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml193(para) msgid "" "Copy the account.ring.gz, " "container.ring.gz, and " diff --git a/doc/install-guide/locale/ko_KR.po b/doc/install-guide/locale/ko_KR.po index 77332dc391..5f46a1677f 100644 --- a/doc/install-guide/locale/ko_KR.po +++ b/doc/install-guide/locale/ko_KR.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-04 03:51+0000\n" -"PO-Revision-Date: 2015-04-04 03:37+0000\n" +"POT-Creation-Date: 2015-04-05 18:39+0000\n" +"PO-Revision-Date: 2015-04-05 18:42+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ko_KR/)\n" "MIME-Version: 1.0\n" @@ -5000,8 +5000,8 @@ msgstr "" #: ./doc/install-guide/section_ceilometer-verify.xml12(para) #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml26(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml80(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) #: ./doc/install-guide/object-storage/section_swift-verify.xml12(para) msgid "Perform these steps on the controller node." msgstr "" @@ -7650,9 +7650,9 @@ msgstr "" #: ./doc/install-guide/ch_overview.xml98(para) #: ./doc/install-guide/ch_overview.xml193(para) msgid "" -"Optionally, the compute node runs a Telemetry agent to collect metrics. " -"Also, it can contain a third network interface on a separate storage network" -" to improve performance of storage services." +"Optionally, the compute node runs a Telemetry agent to collect meters. Also," +" it can contain a third network interface on a separate storage network to " +"improve performance of storage services." msgstr "" #: ./doc/install-guide/ch_overview.xml104(para) @@ -7666,9 +7666,9 @@ msgstr "" #: ./doc/install-guide/ch_overview.xml107(para) #: ./doc/install-guide/ch_overview.xml202(para) msgid "" -"Optionally, the Block Storage node runs a Telemetry agent to collect " -"metrics. Also, it can contain a second network interface on a separate " -"storage network to improve performance of storage services." +"Optionally, the Block Storage node runs a Telemetry agent to collect meters." +" Also, it can contain a second network interface on a separate storage " +"network to improve performance of storage services." msgstr "" #: ./doc/install-guide/ch_overview.xml113(para) @@ -8132,14 +8132,14 @@ msgid "" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml24(title) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(title) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml133(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml81(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml139(title) msgid "To create the ring" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml29(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml138(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml144(para) msgid "Change to the /etc/swift directory." msgstr "" @@ -8148,32 +8148,32 @@ msgid "Create the base account.builder file:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml36(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml91(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml145(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml151(para) msgid "Add each storage node to the ring:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" msgstr "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "DEVICE_NAME" msgstr "DEVICE_NAME" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "DEVICE_WEIGHT" msgstr "DEVICE_WEIGHT" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml39(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml148(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml97(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml154(para) msgid "" "Replace " "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS with" @@ -8185,64 +8185,64 @@ msgid "" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml48(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml103(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml157(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml106(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml163(para) msgid "" -"Repeat this command for each storage device on each storage node. The " -"example architecture requires four variations of this command." +"Repeat this command for each storage device on each storage node. In the " +"example architecture, use the command in four variations:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml53(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml108(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml162(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml56(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml114(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml171(para) msgid "Verify the ring contents:" msgstr "링 내용을 확인합니다:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml65(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml120(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml174(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml126(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(para) msgid "Rebalance the ring:" msgstr "링을 재조정합니다:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml123(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml177(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml71(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml186(para) msgid "This process can take a while." msgstr "해당 과정은 시간이 걸릴 수 있습니다." -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml74(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml77(title) msgid "Container ring" msgstr "컨테이너 링" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml75(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(para) msgid "" "The container server uses the container ring to maintain lists of objects. " "However, it does not track object locations." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml89(para) msgid "Create the base container.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(title) msgid "Object ring" msgstr "오브젝트 링" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml130(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml136(para) msgid "" "The object server uses the object ring to maintain lists of object locations" " on local devices." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(para) msgid "Create the base object.builder file:" msgstr "베이스 object.builder 파일을 생성합니다:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml192(title) msgid "Distribute ring configuration files" msgstr "링 설정파일 분산" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml184(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml193(para) msgid "" "Copy the account.ring.gz, " "container.ring.gz, and " diff --git a/doc/install-guide/locale/pt_BR.po b/doc/install-guide/locale/pt_BR.po index b49c4991e1..1a76552b1a 100644 --- a/doc/install-guide/locale/pt_BR.po +++ b/doc/install-guide/locale/pt_BR.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-04 03:51+0000\n" -"PO-Revision-Date: 2015-04-04 03:37+0000\n" +"POT-Creation-Date: 2015-04-05 18:39+0000\n" +"PO-Revision-Date: 2015-04-05 18:42+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -4995,8 +4995,8 @@ msgstr "Essa seção descreve como verificar operações no módulo de Telemetri #: ./doc/install-guide/section_ceilometer-verify.xml12(para) #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml26(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml80(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) #: ./doc/install-guide/object-storage/section_swift-verify.xml12(para) msgid "Perform these steps on the controller node." msgstr "Realize estes passos no nodo controlador." @@ -7645,10 +7645,10 @@ msgstr "O nodo de computação executa a parte de /etc/swift directory." msgstr "Mude para o diretório /etc/swift." @@ -8143,32 +8143,32 @@ msgid "Create the base account.builder file:" msgstr "Crie o arquivo base account.builder:" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml36(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml91(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml145(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml151(para) msgid "Add each storage node to the ring:" msgstr "Adicione cada nodo de armazenamento ao anel:" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" msgstr "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "DEVICE_NAME" msgstr "DEVICE_NAME" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "DEVICE_WEIGHT" msgstr "DEVICE_WEIGHT" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml39(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml148(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml97(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml154(para) msgid "" "Replace " "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS with" @@ -8180,64 +8180,64 @@ msgid "" msgstr "Substitua STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS com o endereço IP da rede de gerenciamento no nodo de armazenamento. Substitua DEVICE_NAME com um nome de dispositivo de armazenamento no mesmo nodo de armazenamento. Por exemplo, utilizando o primeiro nodo de armazenamento em com o dispositivo de armazenamento /dev/sdb1 e peso de 100:" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml48(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml103(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml157(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml106(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml163(para) msgid "" -"Repeat this command for each storage device on each storage node. The " -"example architecture requires four variations of this command." -msgstr "Repita este comando para cada dispositivo de armazenamento em cada nodo de armazenamento. A arquitetura de exemplo requer quatro variações deste comando." +"Repeat this command for each storage device on each storage node. In the " +"example architecture, use the command in four variations:" +msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml53(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml108(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml162(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml56(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml114(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml171(para) msgid "Verify the ring contents:" msgstr "Verifique o conteúdo do anel:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml65(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml120(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml174(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml126(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(para) msgid "Rebalance the ring:" msgstr "Reequilibre o anel:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml123(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml177(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml71(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml186(para) msgid "This process can take a while." msgstr "Este processo pode demorar um pouco." -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml74(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml77(title) msgid "Container ring" msgstr "Anel contêiner" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml75(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(para) msgid "" "The container server uses the container ring to maintain lists of objects. " "However, it does not track object locations." msgstr "O servidor de contêiner utiliza o anel contêiner para manter listas de objetos. Contudo, ele não rastreia localizações de objeto." -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml89(para) msgid "Create the base container.builder file:" msgstr "Crie o arquivo base container.builder:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(title) msgid "Object ring" msgstr "Anel Objeto" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml130(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml136(para) msgid "" "The object server uses the object ring to maintain lists of object locations" " on local devices." msgstr "O servidor de objeto utiliza o anel objeto para manter listas de localizações de objeto nos dispositivos locais." -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(para) msgid "Create the base object.builder file:" msgstr "Crie o arquivo base object.builder:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml192(title) msgid "Distribute ring configuration files" msgstr "Distribua os arquivos de configuração de anel" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml184(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml193(para) msgid "" "Copy the account.ring.gz, " "container.ring.gz, and " diff --git a/doc/install-guide/locale/ru.po b/doc/install-guide/locale/ru.po index c9e679010e..e193a49724 100644 --- a/doc/install-guide/locale/ru.po +++ b/doc/install-guide/locale/ru.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-04 03:51+0000\n" -"PO-Revision-Date: 2015-04-04 03:37+0000\n" +"POT-Creation-Date: 2015-04-05 18:39+0000\n" +"PO-Revision-Date: 2015-04-05 18:42+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Russian (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/ru/)\n" "MIME-Version: 1.0\n" @@ -4992,8 +4992,8 @@ msgstr "" #: ./doc/install-guide/section_ceilometer-verify.xml12(para) #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml26(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml80(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) #: ./doc/install-guide/object-storage/section_swift-verify.xml12(para) msgid "Perform these steps on the controller node." msgstr "" @@ -7642,10 +7642,10 @@ msgstr "Вычислительный узел содер #: ./doc/install-guide/ch_overview.xml98(para) #: ./doc/install-guide/ch_overview.xml193(para) msgid "" -"Optionally, the compute node runs a Telemetry agent to collect metrics. " -"Also, it can contain a third network interface on a separate storage network" -" to improve performance of storage services." -msgstr "Дополнительно, вычислительный узел содержит агент Телеметрии для сбора метрик. Кроме того, он может содержать третий сетевой интерфейс в отдельной сети хранения для улучшения производительности служб хранения." +"Optionally, the compute node runs a Telemetry agent to collect meters. Also," +" it can contain a third network interface on a separate storage network to " +"improve performance of storage services." +msgstr "" #: ./doc/install-guide/ch_overview.xml104(para) #: ./doc/install-guide/ch_overview.xml199(para) @@ -7658,10 +7658,10 @@ msgstr "Необязательный узел Блочного хранения #: ./doc/install-guide/ch_overview.xml107(para) #: ./doc/install-guide/ch_overview.xml202(para) msgid "" -"Optionally, the Block Storage node runs a Telemetry agent to collect " -"metrics. Also, it can contain a second network interface on a separate " -"storage network to improve performance of storage services." -msgstr "Дополнительно, узел Блочного хранения содержит агент Телеметрии для сбора метрик. Кроме того, он может содержать второй сетевой интерфейс в отдельной сети хранения для улучшения производительности служб хранения." +"Optionally, the Block Storage node runs a Telemetry agent to collect meters." +" Also, it can contain a second network interface on a separate storage " +"network to improve performance of storage services." +msgstr "" #: ./doc/install-guide/ch_overview.xml113(para) #: ./doc/install-guide/ch_overview.xml208(para) @@ -8124,14 +8124,14 @@ msgid "" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml24(title) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(title) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml133(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml81(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml139(title) msgid "To create the ring" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml29(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml138(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml144(para) msgid "Change to the /etc/swift directory." msgstr "" @@ -8140,32 +8140,32 @@ msgid "Create the base account.builder file:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml36(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml91(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml145(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml151(para) msgid "Add each storage node to the ring:" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" msgstr "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "DEVICE_NAME" msgstr "DEVICE_NAME" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "DEVICE_WEIGHT" msgstr "DEVICE_WEIGHT" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml39(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml148(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml97(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml154(para) msgid "" "Replace " "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS with" @@ -8177,64 +8177,64 @@ msgid "" msgstr "" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml48(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml103(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml157(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml106(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml163(para) msgid "" -"Repeat this command for each storage device on each storage node. The " -"example architecture requires four variations of this command." +"Repeat this command for each storage device on each storage node. In the " +"example architecture, use the command in four variations:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml53(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml108(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml162(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml56(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml114(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml171(para) msgid "Verify the ring contents:" msgstr "Проверьте содержимое кольца:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml65(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml120(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml174(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml126(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(para) msgid "Rebalance the ring:" msgstr "Ребалансируйте кольцо:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml123(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml177(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml71(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml186(para) msgid "This process can take a while." msgstr "Этот процесс может занять некоторое время." -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml74(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml77(title) msgid "Container ring" msgstr "Кольцо контейнеров" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml75(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(para) msgid "" "The container server uses the container ring to maintain lists of objects. " "However, it does not track object locations." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml89(para) msgid "Create the base container.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(title) msgid "Object ring" msgstr "Кольцо объектов" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml130(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml136(para) msgid "" "The object server uses the object ring to maintain lists of object locations" " on local devices." msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(para) msgid "Create the base object.builder file:" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml192(title) msgid "Distribute ring configuration files" msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml184(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml193(para) msgid "" "Copy the account.ring.gz, " "container.ring.gz, and " diff --git a/doc/install-guide/locale/zh_CN.po b/doc/install-guide/locale/zh_CN.po index 8024c4357c..8c7e988b4a 100644 --- a/doc/install-guide/locale/zh_CN.po +++ b/doc/install-guide/locale/zh_CN.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenStack Manuals\n" -"POT-Creation-Date: 2015-04-04 03:51+0000\n" -"PO-Revision-Date: 2015-04-04 03:37+0000\n" +"POT-Creation-Date: 2015-04-05 18:39+0000\n" +"PO-Revision-Date: 2015-04-05 18:42+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/openstack-manuals-i18n/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -5003,8 +5003,8 @@ msgstr "这个部分将描述如何验证 Telemetry 模块的操作。" #: ./doc/install-guide/section_ceilometer-verify.xml12(para) #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml26(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml80(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) #: ./doc/install-guide/object-storage/section_swift-verify.xml12(para) msgid "Perform these steps on the controller node." msgstr "在控制节点上执行这些步骤。" @@ -7653,10 +7653,10 @@ msgstr "控制节点运行 Compute 的hypervis #: ./doc/install-guide/ch_overview.xml98(para) #: ./doc/install-guide/ch_overview.xml193(para) msgid "" -"Optionally, the compute node runs a Telemetry agent to collect metrics. " -"Also, it can contain a third network interface on a separate storage network" -" to improve performance of storage services." -msgstr "可选地,可以在计算节点运行 Telemetry 代理来收集 metrics。而且,它可以在一个隔离的存储网络上设置第三个网络接口,以增加存储服务的性能。" +"Optionally, the compute node runs a Telemetry agent to collect meters. Also," +" it can contain a third network interface on a separate storage network to " +"improve performance of storage services." +msgstr "" #: ./doc/install-guide/ch_overview.xml104(para) #: ./doc/install-guide/ch_overview.xml199(para) @@ -7669,10 +7669,10 @@ msgstr "该可选的块存储节点包含磁盘,块存储服务会向租户虚 #: ./doc/install-guide/ch_overview.xml107(para) #: ./doc/install-guide/ch_overview.xml202(para) msgid "" -"Optionally, the Block Storage node runs a Telemetry agent to collect " -"metrics. Also, it can contain a second network interface on a separate " -"storage network to improve performance of storage services." -msgstr "可选地,可以在块设备存储节点运行 Telemetry 来收集 metrics。并且,它可以在一个隔离的存储网络上设置第二个网络接口,来增增加存储服务的性能。" +"Optionally, the Block Storage node runs a Telemetry agent to collect meters." +" Also, it can contain a second network interface on a separate storage " +"network to improve performance of storage services." +msgstr "" #: ./doc/install-guide/ch_overview.xml113(para) #: ./doc/install-guide/ch_overview.xml208(para) @@ -8135,14 +8135,14 @@ msgid "" msgstr "帐户服务器使用帐户 ring 来维护一个容器的列表。" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml24(title) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(title) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml133(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml81(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml139(title) msgid "To create the ring" msgstr "创建 ring" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml29(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml83(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml138(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml144(para) msgid "Change to the /etc/swift directory." msgstr "切换到/etc/swift目录。" @@ -8151,32 +8151,32 @@ msgid "Create the base account.builder file:" msgstr "创建基本的account.builder文件:" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml36(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml91(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml145(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml151(para) msgid "Add each storage node to the ring:" msgstr "添加每个节点到 ring 中:" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" msgstr "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "DEVICE_NAME" msgstr "DEVICE_NAME" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml38(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml93(replaceable) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml96(replaceable) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml153(replaceable) msgid "DEVICE_WEIGHT" msgstr "DEVICE_WEIGHT" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml39(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml94(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml148(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml97(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml154(para) msgid "" "Replace " "STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS with" @@ -8188,64 +8188,64 @@ msgid "" msgstr "将其中的 STORAGE_NODE_MANAGEMENT_INTERFACE_IP_ADDRESS 替换为存储节点上的管理网络的 IP 地址。将其中的 DEVICE_NAME 替换为同一个存储节点上的一个存储设备的名称。例如,使用 中的第一个存储节点的 /dev/sdb1 存储设备,大小为 100:" #: ./doc/install-guide/object-storage/section_swift-initial-rings.xml48(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml103(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml157(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml106(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml163(para) msgid "" -"Repeat this command for each storage device on each storage node. The " -"example architecture requires four variations of this command." -msgstr "在每个存储节点上为每个存储设备重复这个命令。样例架构需要该命令的四个变量。" +"Repeat this command for each storage device on each storage node. In the " +"example architecture, use the command in four variations:" +msgstr "" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml53(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml108(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml162(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml56(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml114(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml171(para) msgid "Verify the ring contents:" msgstr "验证 ring 的内容:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml65(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml120(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml174(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml126(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(para) msgid "Rebalance the ring:" msgstr "平衡 ring:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml68(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml123(para) -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml177(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml71(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml186(para) msgid "This process can take a while." msgstr "这个过程会花费一些时间。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml74(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml77(title) msgid "Container ring" msgstr "容器 ring" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml75(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml78(para) msgid "" "The container server uses the container ring to maintain lists of objects. " "However, it does not track object locations." msgstr "容器服务器使用容器环来维护对象的列表。但是,它不跟踪对象的位置。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml86(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml89(para) msgid "Create the base container.builder file:" msgstr "生成基本的container.builder文件:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml129(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml135(title) msgid "Object ring" msgstr "对象环" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml130(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml136(para) msgid "" "The object server uses the object ring to maintain lists of object locations" " on local devices." msgstr "对象服务器使用对象环来维护对象在本地设备上的位置列表。" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml141(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml147(para) msgid "Create the base object.builder file:" msgstr "生成基本的 object.builder文件:" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml183(title) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml192(title) msgid "Distribute ring configuration files" msgstr "分发环配置文件" -#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml184(para) +#: ./doc/install-guide/object-storage/section_swift-initial-rings.xml193(para) msgid "" "Copy the account.ring.gz, " "container.ring.gz, and " diff --git a/doc/user-guides/source/locale/user-guides.pot b/doc/user-guides/source/locale/user-guides.pot index eb56c426fe..1913b617af 100644 --- a/doc/user-guides/source/locale/user-guides.pot +++ b/doc/user-guides/source/locale/user-guides.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Admin User Guide 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-04 06:10+0000\n" +"POT-Creation-Date: 2015-04-06 06:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,79 +16,79 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -# 8eba9fae3d1f4bb696760624eadde508 +# 5030b3f20eed4c189ce706f619f0585a #: ../enduser/sdk_authenticate_compute_output.rst:296 msgid "" "#. Get the server instance using ``server_id`` and print the details by " "calling ``print_server`` method:" msgstr "" -# 72101afc73df4eb89eefb83065056971 +# 956f2c41ffd6415eac50f9f64ee1dd7e #: ../enduser/sdk_authenticate_networking_endpoint.rst:610 msgid "" "#. Instantiate the ``neutron`` client object by using the ``credentials`` " "dictionary object:" msgstr "" -# ff889332a29c4b97a3b2d16dc7349edd +# cf860e8ff9614a0199e6ec33a3201c69 #: ../enduser/sdk_authenticate_compute_output.rst:459 msgid "" "#. List floating IPs by calling ``list()`` on ``nova_client.floating_ips`` " "object:" msgstr "" -# e1b239d8395147a7907087c1099ebe59 +# 05a00437c3e84af59fd24bf01f1b27fd #: ../enduser/create_db.rst:170 msgid "**Access the new database**" msgstr "" -# 96af780b281b4441b51e14c3886ebad2 +# e696f9d1b7ca4a7587b7369e880157d2 #: ../enduser/backup_db_incremental.rst:19 msgid "" "**Assumptions. **\\ Assume that you have created a regular backup for the " "following database instance:" msgstr "" -# 5a48f3f1202b487db9f8e22749ba44b2 +# 393423551ada425b9e9bc4cb0e2d196c #: ../enduser/backup_db.rst:15 msgid "**Backup the database instance**" msgstr "" -# 283c78c9aaba4c82971d94d8bb3dff48 +# f094e7cade7d49a8b32ebeac8e8fb7cf #: ../adminuser/cli_cinder_quotas.rst:12 msgid "**Block Storage quotas**" msgstr "" -# c784797cffa54ef687d6090515e48d2a +# 8ac6838804604d48b33e641705297465 #: ../enduser/hot-guide/hot_software_deployment.rst:34 msgid "" "**Boot reliability** - software downloads can fail for a number of reasons " "including transient network failures and inconsistent software repositories." msgstr "" -# d46a46bce0c648539a2716c8ca2283cb +# 98f31d6fdd9541d8ab9ad3a0a769493d #: ../enduser/hot-guide/hot_software_deployment.rst:31 msgid "" "**Boot speed** - since the required software is already on the image there " "is no need to download and install anything at boot time." msgstr "" -# 9cade95834e94927b278b01e5cde7834 +# ee10a6682cfc4e01926cebc6c70792b4 #: ../enduser/manage_db_config.rst:153 msgid "**Change the database configuration using a configuration group**" msgstr "" -# 298fe3341b5f4a04ade898d3fb6d3aaa +# a0f8067351524d7e9bd6fc4b026a2fcc #: ../enduser/backup_db.rst:217 msgid "**Clean up**" msgstr "" -# 0e9389db67f744b395c589e67f6854f5 +# 2f3e73a2bcf948e4ae1e76f17254f239 #: ../common/cli_set_compute_quotas.rst:13 msgid "**Compute quota descriptions**" msgstr "" -# 2c290d570ea142798f809dc15d7dfbc4 +# 806c5b7a957646f089739f8093d8f4bc #: ../enduser/manage_db_config.rst:208 msgid "" "**Conclusion. **\\ Using a configuration group to set a single option on a " @@ -96,34 +96,34 @@ msgid "" "groups can provide major efficiencies when you consider that:" msgstr "" -# a85edcb1f64842afbbae01eb35468e45 +# b1798b2a3a954d76b5438d3191f03a6c #: ../enduser/hot-guide/hot_software_deployment.rst:40 msgid "" "**Configuration dependencies** - post-boot configuration may depend on " "agents already being installed and enabled" msgstr "" -# e9f11a6622ee4c07930deac8c1d0a71f +# d501db98a8094fd885cd59d4023dbf29 #: ../enduser/dashboard_databases.rst:22 msgid "**Configure a default datastore.**" msgstr "" -# 78da0c4200be4d0cabc0bedd9d89e2ff +# 24dbd3fb93f44244aa32b1e995416912 #: ../enduser/cli_swift_large_object_creation.rst:299 msgid "**Copying the manifest object**" msgstr "" -# 2ea1a59b85d249af87cbe19b9fdfa3f4 +# 2fc7190d46054b638efcee9b6c78c8a8 #: ../enduser/manage_db_config.rst:89 msgid "**Create a configuration group**" msgstr "" -# 32fa33fc64d24e46b3de0a24a82ee409 +# 663cfefb44ff4424afd9aebf2e596b27 #: ../enduser/create_db.rst:91 msgid "**Create a database instance**" msgstr "" -# 85317e2726484277a5450b535d78c29a +# 57d6e89bb1b048a89d5b3dd341f9d7ab #: ../enduser/dashboard_databases.rst:59 msgid "" "**Create database instance. **\\ Once you have configured a default " @@ -131,17 +131,22 @@ msgid "" "database instance." msgstr "" -# 75dc693d567443458ba5dfd54056dd18 +# 40ff5b978a7747ea8537f0b332caf4f5 +#: ../enduser/set_up_replication.rst:39 +msgid "**Create the replica**" +msgstr "" + +# 2110de7c971b46e6bf5c4e55949322d6 #: ../enduser/backup_db_incremental.rst:33 msgid "**Create your first incremental backup**" msgstr "" -# fc68c422e31d4dfe8808c0dcb764a2e6 +# dbb4d6d25c6b4a5b9dfdf8b5a281d074 #: ../enduser/backup_db_incremental.rst:69 msgid "**Create your second incremental backup**" msgstr "" -# cb452cf306794486a9d2d9d761714652 +# b8508e3a4bbc4c73a3e48777c3dc08e8 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:45 msgid "" "**Destination port on virtual machine**. Define a port range. To open a " @@ -150,57 +155,67 @@ msgid "" "be allowed." msgstr "" -# 50e4f234ee0746939d3f69d711707e43 +# 132135c8795b44049592056777364bc6 +#: ../enduser/set_up_replication.rst:102 +msgid "**Detach the replica**" +msgstr "" + +# 1db6481d1a4c461180a72fd474380146 #: ../enduser/create_db.rst:16 msgid "**Determine which flavor to use for your database**" msgstr "" -# 31dc5f4a49af428698bbf7ca627a7116 +# ae438340db26469c92db79f60aee7666 #: ../common/cli_manage_images.rst:211 msgid "**Disk and CD-ROM bus model values**" msgstr "" -# bcc67f16d591445688ddd507bfb37f4b +# 045747d174844318b349d5e7599a09b6 #: ../enduser/cli_swift_large_object_creation.rst:259 msgid "**End-to-end integrity**" msgstr "" -# 8f626c1e33c2403e857f62d42be94a5c +# f22b9a1b02f7462aab1539fb173488fe #: ../adminuser/dashboard_manage_flavors.rst:49 msgid "**Ephemeral Disk GB**" msgstr "" -# 45c2e65a4e07409bb7fa0f57d2039ae9 +# 27c1a04c68e6496f9f409a1c43ecff67 #: ../enduser/manage_db_config.rst:131 msgid "**Examine your existing configuration**" msgstr "" -# 8d911ffa3c864e5d967e18de18e14c1e +# 47a0fdd3144a495da3eccaa0c98bbdaa #: ../common/log_in_dashboard.rst:143 msgid "**Figure: Admin tab**" msgstr "" -# 2e9a9e8263784995a4f7d362ca1c8846 +# 1ab60678140146ed91b0d8e79ac15239 #: ../common/log_in_dashboard.rst:68 msgid "**Figure: Project tab**" msgstr "" -# b48c6a62dc6544d297ac60f089b97b40 +# 9a637a2d106c4c29b23419b38b1f6e35 #: ../adminuser/dashboard_manage_instances.rst:57 msgid "**Figure Dashboard—Instance Actions**" msgstr "" -# 3443c558fba5462798d8662fa5a40e51 +# d5f9e12ee99e4f06abf81229a3c10313 #: ../adminuser/dashboard_manage_flavors.rst:37 msgid "**Flavor info tab**" msgstr "" -# 7de0569461e64f44b16a8792c4d26b0a +# eed59eff4ac94dbdaeb8194494f9f1c2 #: ../enduser/create_db.rst:130 msgid "**Get the IP address of the database instance**" msgstr "" -# ed45d9854851463783f22e6601ffaddf +# 884d7483bf3049d5afddd695db6b27e6 +#: ../enduser/set_up_replication.rst:26 +msgid "**Get the instance ID**" +msgstr "" + +# 3be1d9c425b140f4998a84e4ca513443 #: ../common/cli_create_and_manage_networks.rst:244 msgid "" "**How to find unknown options** The unknown options can be easily found by " @@ -209,56 +224,56 @@ msgid "" "used as an unknown option." msgstr "" -# 1c2453c1106c4dce9dbaf5f6a981b17c +# 53149d28122048c39ab50ab51a47feea #: ../adminuser/dashboard_manage_flavors.rst:41 msgid "**ID**" msgstr "" -# 955d13ee9a02487a99cbacf03c33440d +# 5b9cf8952cd84f94bdb44d8a45fdf196 #: ../enduser/manage_db_config.rst:23 msgid "**List available options**" msgstr "" -# b06aadf1dcc745ba9c3da490c34bb045 +# 09d4f862a9724c948bf92f7d1c102797 #: ../common/cli_install_openstack_command_line_clients.rst:58 msgid "**MacOS**" msgstr "" -# d0e3afa7578e422993d28e28838c60c1 +# c38aee4d183b45baac531e77ab736b32 #: ../enduser/manage_db_config.rst:220 msgid "" "**Maintenance. **\\ There are also a number of useful maintenance features " "for working with configuration groups. You can:" msgstr "" -# 43c50a1f6132474dbb1c5ba53aece7d9 +# 20d22e2e5390467bba274855a4c6a307 #: ../enduser/cli_swift_large_object_creation.rst:293 msgid "**Manifest object metadata**" msgstr "" -# 35a1f56c1a904c2a9046b0125ab221f6 +# bc75518928cd4e20a401ddb963cd55b0 #: ../common/cli_install_openstack_command_line_clients.rst:64 msgid "**Microsoft Windows**" msgstr "" -# 4d6b428741b142ee8679bf0dd146b5e2 +# 8bb16594fa1740489b68c84e8c2e2de1 #: ../enduser/create_db.rst:66 msgid "" "**MySQL example. **\\ This example creates a flavor that you can use with a " "MySQL database. This example has the following attributes:" msgstr "" -# 403737b8522b44448b77e2bc8765eea5 +# 13fd9596ba434d988a805b0fbfac908a #: ../adminuser/dashboard_manage_flavors.rst:40 msgid "**Name**" msgstr "" -# a4ba3b25650945d0bcad8ca23adf5f83 +# 1890cb570c214918b729dad7bc76be4b #: ../enduser/backup_db.rst:209 msgid "**Notify users**" msgstr "" -# 3f5731e2c1f44e15a70d4933573ad45a +# 6078557b8fbd4317809d263811464366 #: ../enduser/dashboard_databases.rst:18 msgid "" "**Prerequisites. **\\ Before you create a database instance, you need to " @@ -266,216 +281,221 @@ msgid "" "for the type of database instance you want." msgstr "" -# 5a7f5c1c09ab4411a31161b203c43fe9 +# 702ac5722b5d4b228dc3fd85edcb3cb2 #: ../enduser/dashboard_manage_containers.rst:78 msgid "**Procedure To copy an object from one container to another**" msgstr "" -# 83d3137e62a24f49af5bba00fc4e2496 +# 367f2312b9ce43f0a8d93bc596ab48d4 #: ../enduser/dashboard_manage_containers.rst:98 msgid "**Procedure: To create a metadata-only object without a file**" msgstr "" -# 274b1d0d759b44ce8a0dbd3c93610d3a +# c512a0c954db436899860c71c9f239cb #: ../enduser/dashboard_manage_containers.rst:121 msgid "**Procedure: To create a pseudo-folder**" msgstr "" -# 3f18356e738f463c9344014b77dde8f1 +# d01598039fc34e1a8d0ee9ea99ce11b5 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:43 msgid "**Protocol**. Choose TCP for SSH, ICMP for pings, or UDP." msgstr "" -# 7cc620a9aefd4fbcafe1d2f81f2ada8c +# a9d1eb18da664fb080c625e16036046f #: ../adminuser/dashboard_set_quotas.rst:37 msgid "**Quota Descriptions**" msgstr "" -# caa7f6cbff034c28b4533e265084e1f9 +# 50868288585f43e0b84120b5cd5039f3 #: ../adminuser/dashboard_manage_flavors.rst:44 msgid "**RAM MB**" msgstr "" -# 0d8a06ea7b7e422b8bd7d81b920efb90 +# aa30f98e5a9e49a288f0928fb5f808d5 #: ../enduser/manage_db_config.rst:192 msgid "**Re-examine the database configuration**" msgstr "" -# 4310642547d34766bf0affd4e99ead8a +# 56e71bd31783465e922e5af2dd96c6e9 #: ../common/cli_install_openstack_command_line_clients.rst:89 msgid "**Red Hat Enterprise Linux, CentOS, or Fedora.**" msgstr "" -# e741899fb80e46da872adcdf885e0643 +# fb5ddb267f574d228bcc898e2e84205c #: ../enduser/cli_swift_large_object_creation.rst:276 msgid "**Removal or addition of segment objects**" msgstr "" -# 048bf9049f96416ea1f154c663ae7a37 +# 9baa25dfd03a4d37a93dc77638406ccc #: ../enduser/backup_db.rst:107 msgid "**Restore a database instance**" msgstr "" -# ad162ddf5fd64914a96586ccad3bb8d9 +# 37ff49b0c45145b0ab28c309d3ed92a4 #: ../enduser/backup_db_incremental.rst:94 msgid "**Restore using incremental backups**" msgstr "" -# bc855c14955c441fbf87aab4bc41df47 +# 251939f839504f668c1009bc4a880444 #: ../adminuser/dashboard_manage_flavors.rst:46 msgid "**Root Disk GB**" msgstr "" -# ce95e0060d8d4ba7bf6289bc890fd5b4 +# da64da82eafc4eeb87f45fba2032c535 #: ../common/cli_install_openstack_command_line_clients.rst:103 msgid "**SUSE Linux Enterprise Linux 11**" msgstr "" -# 636118a82386407c96c7110e9fcd4d08 +# 43390eaa6666406280e82730ec149d3f #: ../enduser/cli_swift_large_object_creation.rst:288 msgid "**Segment object container name**" msgstr "" -# 8de59ca4089a493993ffe7135b0c01d2 +# 1965432c0ad8486dbe22ed2ac2af1355 #: ../enduser/cli_swift_large_object_creation.rst:282 msgid "**Segment object size and number**" msgstr "" -# a2324d19d32c4cee86a3b97972b98ca3 +# 8c943bb698874630843ba56d837c62e9 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:39 msgid "" "**Source of traffic**. Enable traffic to instances from either IP addresses " "inside the cloud from other group members or from all IP addresses." msgstr "" -# 2975ff8f5ec149b2834b07d21bf40b48 +# e46542ba76274316bfcfaeb998ad5874 #: ../adminuser/dashboard_manage_flavors.rst:60 msgid "**Swap Disk MB**" msgstr "" -# 1ad21f89281e44aa90b7b89e55c3965e +# 3ab7c1325bf34f66af97ab1c4208c317 #: ../enduser/hot-guide/hot_software_deployment.rst:37 msgid "" "**Test verification** - custom built images can be verified in test " "environments before being promoted to production." msgstr "" -# 09660511512746948882e541d4b3c57c +# 7d4e18d278a644ff8cf5fd4db182fc60 #: ../enduser/dashboard_manage_containers.rst:62 msgid "**To edit an object**" msgstr "" -# 5f6ae9bbee844afb99e4589288261bee +# a41144738626417e99174ab4364d3c00 #: ../common/cli_install_openstack_command_line_clients.rst:79 msgid "**Ubuntu and Debian**" msgstr "" -# 970603e98c964891bcf85cb3e598477b +# 440501a8ab4b4fa3a8c66fbeeaec509b #: ../enduser/cli_swift_large_object_creation.rst:269 msgid "**Upload order**" msgstr "" -# 3a61d7a94aac406c8a11ee0afcea89ba +# 69f294e6b8df4ee4933214cf1611512e #: ../adminuser/dashboard_manage_flavors.rst:42 msgid "**VCPUs**" msgstr "" -# fcc5f8373c894f95b54e435c03ee50e6 +# 1f638f886f4b40ba8443acc588a628f3 #: ../common/cli_manage_images.rst:229 msgid "**VIF model values**" msgstr "" -# 5c83d32ed354497c9e19f07066b43b44 +# df08603d8714496384c1754c354f6ba3 #: ../enduser/backup_db.rst:139 msgid "**Verify backup**" msgstr "" -# e3ef9b96437246ef812888c5814108e6 +# f6412330b4bf437283e98467ee33b30e #: ../enduser/dashboard_databases.rst:54 msgid "**Verify flavor.**" msgstr "" -# b9829a7edcbb4fdd91eb5de137ee1c4e +# 5e131b7c03654a0cb891e40cae6c7360 +#: ../enduser/set_up_replication.rst:52 +msgid "**Verify replication status**" +msgstr "" + +# ee9e17d589394b01b99fe2004e16e5e5 #: ../common/cli_nova_launch_instance_from_volume.rst:194 msgid "**bootindex=INDEX**" msgstr "" -# 5f02e6272cd14433b44b7112bfa45817 +# 05b389b6d31149ce8ba9e9daf38a4acc #: ../common/cli_nova_launch_instance_from_volume.rst:183 msgid "**dest=DEST**" msgstr "" -# 6f7eb801f8e6459ba472c4c7583bdc76 +# ec0ccb57499340a78b40eb06d4deab11 #: ../adminuser/cli_admin_manage_stacks.rst:27 msgid "" "**heat** CLI commands, see the `OpenStack Command Line Interface Reference " "`_" msgstr "" -# 343e0d978eae489090c2ea4e0ad4a625 +# ae7b050387d84fa4a348e0f63283092e #: ../common/cli_nova_launch_instance_from_volume.rst:179 msgid "**id=ID**" msgstr "" -# 5d71c6e0af1f409591e01597026e8f9b +# c9fbe760b329475883ceb97607ae17af #: ../common/cli_install_openstack_command_line_clients.rst:127 msgid "**openSUSE**" msgstr "" -# 3ca7c5dbfc294fa4b297bed33f835b68 +# 9eefe7b3e38e4897a19b6922a950bb7b #: ../common/cli_nova_launch_instance_from_volume.rst:191 msgid "**shutdown={preserve\\|remove}**" msgstr "" -# 750aee1fd8a5440d89d673cd3c4fe2ed +# 7c45e4db602241d2ad057f18edb5edc0 #: ../common/cli_nova_launch_instance_from_volume.rst:186 msgid "**size=SIZE**" msgstr "" -# 4e38389d835240b885fdda7b0075fbe9 +# 41d746efbac442c5bce8ac1349631d2d #: ../common/cli_nova_launch_instance_from_volume.rst:176 msgid "**source=SOURCE**" msgstr "" -# 07beee175a9c4d94884e8a4e6e211dc2 +# fab95343aa9544f8ac19e12653edcfa5 #: ../enduser/manage_db_config.rst:106 msgid "*DATASTORE_NAME*. The name of the associated data store." msgstr "" -# 5abf58c69e4e4dcc89257534bd16fb9c +# 05a0c6b62d58488eb6a048cc36f38399 #: ../enduser/manage_db_config.rst:102 msgid "*NAME*. The name you want to use for this group." msgstr "" -# 318bfe8674ca423c8326f39cea6cfbb4 +# 2a171c2da5684b28adba3d84305334c6 #: ../enduser/manage_db_config.rst:104 msgid "*VALUES*. The list of key-value pairs." msgstr "" -# 9f2705c020d94b429db1246ae4d5d10c +# d2bdada5a7fb4bd3a0ff54da6b70e84c #: ../enduser/dashboard_manage_containers.rst:114 msgid "" "*````* is the name of the container to which you are uploading the " "object." msgstr "" -# 5b12bf71cd184f74a0e799e2ff358198 +# 39a9c1eacf134cb08147b40ea8222220 #: ../common/cli_create_and_manage_networks.rst:197 msgid "..note::" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 38fb0d57375e474cafeeceae5933736b -# 36b83089d9014309bf7790072ba6d8b0 -# aac99051d9a74831ac7f3e6d81928145 -# fda32d9398ba4d74868c7447454374f9 -# ca50f82914084f2cb14d7c7ffb141147 -# cc4f92914ebb4ebbbdb1b34645229f10 +# dcff2121f5184c53af347073e34421ab +# adaf74ff8cae4cb3ac7556d8cebcdb52 +# 08cd63fa73a44f7990f1b2f1a433743d +# 8081686d0dab455f84fffeae0e5a5106 +# 3213755c6ed34c1f9953b401c89850f4 +# 42eb1c44d7f649d99ffb2b6b4fbbc5d5 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# bd0ea59718fc498ea17bfe68a4165eb8 -# 7d0e24a8be6849b4bce6caaf01beb73e -# efe9c28ad51b46c2afe95b2701e93554 -# 67ce472daa924d308e4bf7ac5d9f4671 +# 63c69f04eabb4e91a696b7cd913f3319 +# 3f284f4cce9e4b10a0cce7bd31ec54e5 +# 1f853fc827d748fabdd52df1dae18f46 +# ed8591bf78054136966c56fe64018adb #: ../adminuser/cli_manage_flavors.rst:58 #: ../adminuser/cli_manage_flavors.rst:59 #: ../adminuser/dashboard_manage_flavors.rst:17 @@ -485,145 +505,145 @@ msgstr "" msgid "1" msgstr "" -# 76109c6c869b4d85826df2bce3495458 +# da5a0bdda0f6437485fb4648ccd72fb9 #: ../enduser/create_db.rst:53 msgid "1024" msgstr "" -# c4381a52a9074376a0514ade0c3f74f1 -# a82f42b5115a45c985fade1d773ff869 +# 20fce0bebebc466eb4438216034561f5 +# d5605bbc564946deb15a35d7045b39f5 #: ../adminuser/cli_manage_flavors.rst:62 #: ../adminuser/dashboard_manage_flavors.rst:21 msgid "160" msgstr "" -# 69a35005d1754d188348289f201b149f -# c2b04bb56f4648ed8388f65493281cde +# 92a316878e294f4e8cc682475c2885a8 +# 8fdaf1a9a7f5433b9626ee583d33fc78 #: ../adminuser/cli_manage_flavors.rst:62 #: ../adminuser/dashboard_manage_flavors.rst:21 msgid "16384" msgstr "" -# a7faa6ff5f4d4bf890963941d8f5dab9 -# dbebaac761ef4df9839780cd34e73755 +# 17bc3fbdd318456f927dfbf323f899c9 +# a5f012589916469193674e6849df2779 #: ../adminuser/cli_manage_flavors.rst:60 #: ../adminuser/dashboard_manage_flavors.rst:19 msgid "2" msgstr "" -# 2b8e6b4232b0426c94863329bdaec589 -# 684f7c51c38f47bd9de266f130221a09 +# 5714754d91e040a1aa541474becd343b +# 86eef66773e34ec8ab8433abecf08e5d #: ../adminuser/cli_manage_flavors.rst:59 #: ../adminuser/dashboard_manage_flavors.rst:18 msgid "20" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 2d2ed8fa59954534ad26805e4d2a6fb6 -# d66182d96cd8481b84b3f010d0ec88a9 +# fc8605afbcc34d538df9976ba1cc0960 +# 6dd2eddfda154a7db58a92c6a3585fdb # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 64eebc447d2045f4b5f80d4c6d879f1d +# be34c1114772489f88c91dcb5f0ed36a #: ../adminuser/cli_manage_flavors.rst:59 #: ../adminuser/dashboard_manage_flavors.rst:18 ../enduser/create_db.rst:51 msgid "2048" msgstr "" -# 16002a5ff00f4b17964ee72ee8244dd9 -# 88baebc1fe244883aa9f4536d3338a96 +# d2e1bd7b494149149ba9de068288f178 +# 61a2fe9684d540f6ae8c5d82da8dc220 #: ../adminuser/cli_manage_flavors.rst:61 #: ../adminuser/dashboard_manage_flavors.rst:20 msgid "4" msgstr "" -# f28e9b03ab7a4c50af70f45c07bcf888 -# 96da64d6b58e4e729875696e9225188b +# fb0b3813611a451a8dfd5f728701965c +# 4cc22bd8c3e84ef9815f2a9ab0acdf54 #: ../adminuser/cli_manage_flavors.rst:60 #: ../adminuser/dashboard_manage_flavors.rst:19 msgid "40" msgstr "" -# 052a284be153479d927dc85b3099d139 -# 8a6af408a50444eaa9247e31c9423671 +# d663ea18c555411b92453afe1c10961d +# 3ea3b9f21bdd450084f43593e9750365 #: ../adminuser/cli_manage_flavors.rst:60 #: ../adminuser/dashboard_manage_flavors.rst:19 msgid "4096" msgstr "" -# 2ceeb04dc0f64fd2805743475fe128c2 -# 4ab3d90bd0f946d7a98a1bcb0137f7b4 -# 6484f2b2a35f4f408fd26021007b3b76 -# 76f6314d12ea4401b3481b3b625b0fdf +# 8090795316ad40f9a8f5a87f867831f4 +# 0b92987ba1f54e06b88e219025f7a601 +# 3598cd1311734cbf83eb5dbf4aca9492 +# 28bc25cbd7254c01b2a2bbb5ae116ffe #: ../enduser/create_db.rst:49 ../enduser/create_db.rst:51 #: ../enduser/create_db.rst:53 ../enduser/create_db.rst:55 msgid "5" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# bad9a4eaccd04cceaa82bee67956ea38 -# 0b7fbd05deb849ea95a1de1f65934aa3 +# 8b76ff24da6941ceabbdc1d73ab1f1dc +# 9adc826d2080441993216ac536d90340 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 52410582f40e4058a5e35f220660a7df -# ac759c0a617d4475b640c141e19a12c0 +# 9f05727727124d22b483d51927ca89fb +# 9c21e1fa46974713ba34a563288e43be #: ../adminuser/cli_manage_flavors.rst:58 #: ../adminuser/dashboard_manage_flavors.rst:17 ../enduser/create_db.rst:49 #: ../enduser/create_db.rst:55 msgid "512" msgstr "" -# 9a79ecd15abf467eb4d72ce13174ca4d -# 91c59aad735142fca07c6f06457c8b33 +# 7075188f6edb439da043aa2814731c44 +# b9d3adc12ca3473e8b0f4796c7c43af5 #: ../adminuser/cli_manage_flavors.rst:62 #: ../adminuser/dashboard_manage_flavors.rst:21 msgid "8" msgstr "" -# 1da5d99d2b3f455795d23a131f711de4 -# 4b4d06b862084e9781d0188629d3eab8 +# 8d8d05a5abb6459a8ddf47598cc23d2e +# ad3fe5fa0d454971bc08b006734e2824 #: ../adminuser/cli_manage_flavors.rst:61 #: ../adminuser/dashboard_manage_flavors.rst:20 msgid "80" msgstr "" -# c9fb70e77646408681c28b37668a473b -# 97aeae91d8694c4db3949988a25785b0 +# 4d169768f3194f79923ac787cf4ad6d2 +# cb33c5852a634fa58d76fdf138a97540 #: ../adminuser/cli_manage_flavors.rst:61 #: ../adminuser/dashboard_manage_flavors.rst:20 msgid "8192" msgstr "" -# 0a878356b4804ed09c3a65ecb6839df9 +# 08be98d5a8f8455689beb29e0e5fb1b9 #: ../enduser/hot-guide/hot_spec.rst:671 msgid ":file:`file:///path/to/my_instance_user_data.sh`" msgstr "" -# 10414cb4e7f54203bd08106eb9b4c1cb +# b7237081bb73456c864aad774844e8d1 #: ../enduser/hot-guide/hot_spec.rst:672 msgid ":file:`http://example.com/my_other_instance_user_data.sh`" msgstr "" -# 88c31ac073f2426db96b6785225f3798 +# 933829ead1e0440fb73cc9896ef99943 #: ../common/log_in_dashboard.rst:106 msgid ":guilabel:`API Access`: View API endpoints." msgstr "" -# 6a7670207f654af09b5648119231546b +# a65efae2bce644d693080fa5319809b5 #: ../common/log_in_dashboard.rst:96 msgid "" ":guilabel:`Access & Security`: Use the following tabs to complete these " "tasks:" msgstr "" -# 32bd6a654d7c4a4695d9477a03b5bbc5 +# 2820413bd1724145bbaca0b52a196f19 #: ../common/log_in_dashboard.rst:148 msgid ":guilabel:`Admin` tab" msgstr "" -# e71a598a8b8a4b9882990de111949bff +# 2cac8b47ae2a4851a8311bffe83fa0e0 #: ../enduser/dashboard_create_networks.rst:55 msgid ":guilabel:`Allocation Pools` Specify IP address pools." msgstr "" -# 83137c2b4365417e8c93c34b1189ecd6 +# 80915f882a684133ba15f2d9541348d4 #: ../adminuser/dashboard_manage_services.rst:35 msgid "" ":guilabel:`Availability Zones`: Displays the availability zones that have " @@ -631,7 +651,7 @@ msgid "" "availability zones have been defined." msgstr "" -# 1849f5429a0b4328ba8b62673e023223 +# aa2c54a6030e4bba9b3af447d1a24fa6 #: ../adminuser/dashboard_manage_services.rst:23 msgid "" ":guilabel:`Compute Services`: Displays information specific to the Compute " @@ -639,74 +659,74 @@ msgid "" "activation status." msgstr "" -# 101c8cbe86f74f7d927a3aee04c21aef +# 564a44b7256b4a859e0f6bc662851c6b #: ../common/log_in_dashboard.rst:191 msgid ":guilabel:`Compute Services`: View a list of all Compute services." msgstr "" -# 06275251ef524425a26b7805ca9d4163 +# dc3e3fda73f14db1b819620da9b3c2c1 #: ../common/log_in_dashboard.rst:78 msgid ":guilabel:`Compute` tab" msgstr "" -# cb98a135c43a4fa5a451423fd8d51e60 +# 5363dd4f5a164599bc1f5dbaf5e87252 #: ../common/log_in_dashboard.rst:122 msgid ":guilabel:`Containers`: Create and manage containers and objects." msgstr "" -# f716b66003ef489491a5edf4362e12d8 +# 7562a42dcb0d43ca9e3f490176ccfb1b #: ../enduser/dashboard_create_networks.rst:34 msgid ":guilabel:`Create Subnet`: Select this check box to create a subnet" msgstr "" -# 21a55f336f884c2894d78fc7dfd83ece +# efd77ba53f8a44f58a33d9229dc0b64b #: ../enduser/dashboard_stacks.rst:72 msgid ":guilabel:`Creation Timeout` :guilabel:`(minutes)`" msgstr "" -# 4b30c1f82b2749449766d35168bc020f +# 5fa754a424ef4e9ab9fc22291673dd64 #: ../enduser/dashboard_stacks.rst:97 msgid ":guilabel:`DBName`" msgstr "" -# 499ab1cb6b3649bb9ade87eb59569d7a +# 699b4d615aec4ea3a4028d5feb974ce6 #: ../enduser/dashboard_stacks.rst:100 msgid ":guilabel:`DBPassword`" msgstr "" -# a8fbf6572f7841f098f9ae0a808a9362 +# 5a94bb173b9e44618f68d919d0619343 #: ../enduser/dashboard_stacks.rst:91 msgid ":guilabel:`DBRootPassword`" msgstr "" -# 964ec8f066df42eca4beba573306cfa9 +# edc19aef35074115b3eb6af2884fb1b3 #: ../enduser/dashboard_stacks.rst:85 msgid ":guilabel:`DBUsername`" msgstr "" -# dd3cf640950c4a5080953330a1626b2d +# 4cd0450e787a48a4905e7ebbd6e59997 #: ../enduser/dashboard_create_networks.rst:57 msgid ":guilabel:`DNS Name Servers`: Specify a name for the DNS server." msgstr "" -# 203f53951c0f46df87b4516602630bc5 +# f643886e1ab346f28c38bd8ebe1f0437 #: ../common/log_in_dashboard.rst:161 msgid ":guilabel:`Daily Report`: View the daily report." msgstr "" -# 007ec8711c4e48769dee4e283b79b528 +# 5274213487634cd8b3bb5979bcbbaf3f #: ../enduser/dashboard_databases.rst:74 msgid ":guilabel:`Database Name`: Specify a name for the database instance." msgstr "" -# ba64c9d9b997483a9a9dd8705e83f5a2 +# 0a7d9960168a4522af97fa1d53644b4b #: ../adminuser/dashboard_manage_services.rst:32 msgid "" ":guilabel:`Default Quotas`: Displays the quotas that have been configured " "for the cluster." msgstr "" -# 8c5fb87e7dfe48e1b1c7fd3211ac7041 +# 6b679850a8cf47d0bd2c4907f0100553 #: ../common/log_in_dashboard.rst:195 msgid "" ":guilabel:`Default Quotas`: View default quota values. Quotas are hard-coded " @@ -714,99 +734,99 @@ msgid "" "resources." msgstr "" -# 19eb1e06646045cd9da7733a49991901 +# 4b823a16d7e94e8e81d8f27a2f53eaff #: ../adminuser/dashboard_manage_images.rst:40 msgid ":guilabel:`Description`" msgstr "" -# 1de217ae1a474be1a5ce6167c0e344a7 +# 259ff0135e614f968755fb86b7afc6ce #: ../enduser/dashboard_manage_volumes.rst:25 msgid "" ":guilabel:`Description`: Optionally, provide a brief description for the " "volume." msgstr "" -# 671ce4e114064ce5b3a5dcdf7bddef38 +# 36988400b6ef4719855657b7b2e7f61a #: ../enduser/dashboard_manage_containers.rst:89 msgid "" ":guilabel:`Destination Container`: Choose the destination container from the " "list." msgstr "" -# 583492b7d972411e95e17712ccae2ab9 +# 49f21bde356e4893b9e21410013f06bb #: ../enduser/dashboard_manage_containers.rst:93 msgid "" ":guilabel:`Destination object name`: Enter a name for the object in the new " "container." msgstr "" -# cd2478205fa6433e9ac888c5b015f38d +# 0471c395e3ee4a4aa100d8ab32162eaa #: ../enduser/dashboard_create_networks.rst:48 msgid "" ":guilabel:`Disable Gateway`: Select this check box to disable a gateway IP " "address." msgstr "" -# 93a9ac1fcbf544c1884d219930e5c8d5 +# 0fd033e67f0a43168869490813918ccf #: ../enduser/dashboard_create_networks.rst:53 msgid ":guilabel:`Enable DHCP`: Select this check box to enable DHCP." msgstr "" -# 70e5637ca04f4cc18159ae33213ffa86 +# 2d517c318b574201afd3e09e83d549b9 #: ../enduser/dashboard_stacks.rst:51 msgid ":guilabel:`Environment Source`" msgstr "" -# ad3e25a40a4e4c4982d10c6b58bc7806 +# fafa6d088e5e4e94a167809351bb7f8c #: ../enduser/dashboard_stacks.rst:57 msgid ":guilabel:`Environment URL/File/Data`" msgstr "" -# 931054e58e844a3c9f02527663a310ed +# 6a4c945f1944420093c4765c048df10c #: ../enduser/dashboard_databases.rst:76 msgid ":guilabel:`Flavor`: Select an appropriate flavor for the instance." msgstr "" -# f8bba61a84804747b3581b8935f943db +# 0f84c0bb869a4461a498b1be6ff33209 #: ../common/log_in_dashboard.rst:176 msgid "" ":guilabel:`Flavors`: View, create, edit, view extra specifications for, and " "delete flavors. A flavor is size of an instance." msgstr "" -# acd89337f80c4acc8ea27732945a61b3 +# 2b6ece4dd265424c81d6f15fae56c563 #: ../common/log_in_dashboard.rst:103 msgid "" ":guilabel:`Floating IPs`: Allocate an IP address to or release it from a " "project." msgstr "" -# 3704cfc3acb94cca8a0267c3d8910fca +# 551b581f33bd4dec953d4e96a58180c8 #: ../adminuser/dashboard_manage_images.rst:56 msgid ":guilabel:`Format`" msgstr "" -# 143a7c02e7b14d79a618a81905a30770 +# 5af58e99417647559a71bb3d68a9f3e6 #: ../enduser/dashboard_create_networks.rst:45 msgid "" ":guilabel:`Gateway IP`: Specify an IP address for a specific gateway. This " "parameter is optional." msgstr "" -# 8df0daaa01f047aa9971ba3c7bc8aa45 +# e0eda036afb9498da541546c6e6ddbaf #: ../adminuser/dashboard_view_cloud_resources.rst:33 msgid "" ":guilabel:`Global Disk Usage` tab to view disk usage per tenant (project)." msgstr "" -# 64612f91898e44eb991ac0a0050469ca +# 94b056ca96754d1a919898fe928f4ea1 #: ../adminuser/dashboard_view_cloud_resources.rst:35 msgid "" ":guilabel:`Global Network Traffic Usage` tab to view ingress or egress usage " "per tenant (project)." msgstr "" -# 77d424f0e4b443b298ca21cb08aaae40 +# 61095ee3ddf848719cc5d46ece7e866e #: ../adminuser/dashboard_view_cloud_resources.rst:41 msgid "" ":guilabel:`Global Network Usage` tab to view duration and creation requests " @@ -814,14 +834,14 @@ msgid "" "(project)." msgstr "" -# f6f113e8a8bd491dbe3e4d3ee0e2ba89 +# 4f7d1823d6c84d38800d00f187722716 #: ../adminuser/dashboard_view_cloud_resources.rst:38 msgid "" ":guilabel:`Global Object Storage Usage` tab to view incoming and outgoing " "storage bytes per tenant (project)." msgstr "" -# 7de8d36a09f241d78d4d1ebc58d16a68 +# 9ec4ef18d3064652b970193429246528 #: ../adminuser/dashboard_manage_services.rst:38 msgid "" ":guilabel:`Host Aggregates`: Displays the host aggregates that have been " @@ -829,19 +849,19 @@ msgid "" "have been defined." msgstr "" -# 8e5820c19e034501a97cbaae49c71358 +# 0e798038aed344e598677cf91b4a5cb0 #: ../common/log_in_dashboard.rst:167 msgid "" ":guilabel:`Host Aggregates`: View, create, and edit host aggregates. View " "the list of availability zones." msgstr "" -# 0047b7f1ab024f999e4d8fadaee3dfcc +# b0b16205b8fd431e82eb1b0825770d26 #: ../enduser/dashboard_create_networks.rst:59 msgid ":guilabel:`Host Routes`: Specify the IP address of host routes." msgstr "" -# 1c03d94e2d324f5a882dbee0464ffb0b +# 620208ddd9294a248ef6cabc4492397e #: ../enduser/dashboard_databases.rst:94 msgid "" ":guilabel:`Host`: Optionally, allow the user to connect only from this host. " @@ -849,32 +869,32 @@ msgid "" "anywhere." msgstr "" -# bb71c45c8d6547498d0b4491041ac5a6 +# 4bf709cb46a04e8d982a805614987b5d #: ../common/log_in_dashboard.rst:165 msgid ":guilabel:`Hypervisors`: View the hypervisor summary." msgstr "" -# 53e27154bcb54b60b2b0acf630e72e76 +# 1016a12cc35f4220a0ed6798d9b435c1 #: ../enduser/dashboard_create_networks.rst:43 msgid ":guilabel:`IP Version`: Select IPv4 or IPv6." msgstr "" -# eb512ab3849d484fb2baf01b500809e0 +# 345d255978db40af992b1ff2a96c16c1 #: ../common/log_in_dashboard.rst:201 msgid ":guilabel:`Identity Panel` tab" msgstr "" -# 76cdc4d992d84c08964efe0f623a42d5 +# c87405dd400346da983e80d159db0abd #: ../adminuser/dashboard_manage_images.rst:48 msgid ":guilabel:`Image File` or :guilabel:`Image Location`" msgstr "" -# dc554a3d2be84139b36b3cfbafd13985 +# 6d0b011231b049e8bd4e4b823dee9b3b #: ../adminuser/dashboard_manage_images.rst:43 msgid ":guilabel:`Image Source`" msgstr "" -# 8b3edec503ce44d8b8342cea1df908ad +# 4235a7b4cd254654ab8eceb950176c28 #: ../common/log_in_dashboard.rst:92 msgid "" ":guilabel:`Images`: View images and instance snapshots created by project " @@ -882,38 +902,38 @@ msgid "" "images, and launch instances from images and snapshots." msgstr "" -# 45183bbc697a412e9272ed4d910c16e1 +# 7de1e5ef66df4454b002d2b8c0d25eea #: ../common/log_in_dashboard.rst:179 msgid "" ":guilabel:`Images`: View, create, edit properties for, and delete custom " "images." msgstr "" -# b95fc75e2aef40318a1ee786bd997fce +# b4d4f0ae5dbb4387931fa8e4850b719a #: ../enduser/dashboard_databases.rst:88 msgid "" ":guilabel:`Initial Admin User`: Create an initial admin user. This user will " "have access to all the databases you create." msgstr "" -# 250705fd521f49f88e54011d8b80b951 +# 52e3a997f8f742699c5663c291f27df3 #: ../enduser/dashboard_databases.rst:81 msgid ":guilabel:`Initialize Databases`: Initial Database" msgstr "" -# 122374ba48c346daa8f26906c7b02fcf +# ecce4b0af24248f2872b21223bebe998 #: ../enduser/dashboard_stacks.rst:103 msgid ":guilabel:`InstanceType`" msgstr "" -# 0cbe0156c6714d5489dd44a1e6c8f372 +# bc82636d10044c0a839f1e870b836408 #: ../common/log_in_dashboard.rst:82 msgid "" ":guilabel:`Instances`: View, launch, create a snapshot from, stop, pause, or " "reboot instances, or connect to them through VNC." msgstr "" -# 24e56c03f287440e89d83fcc15e8b207 +# 71615225712244bebe3732a4c0f0da1c #: ../common/log_in_dashboard.rst:170 msgid "" ":guilabel:`Instances`: View, pause, resume, suspend, migrate, soft or hard " @@ -922,171 +942,171 @@ msgid "" "through VNC." msgstr "" -# 538a6ed6fbf0421abd9433006e910849 +# 53bd5df19f50435686960339de41f29c #: ../common/log_in_dashboard.rst:101 msgid "" ":guilabel:`Key Pairs`: View, create, edit, import, and delete key pairs." msgstr "" -# 126b0b25b2554aa3bbb83f2a71cc078e +# 7a47d9a975d64a6db33e7c8615f9d2cf #: ../enduser/dashboard_stacks.rst:94 msgid ":guilabel:`KeyName`" msgstr "" -# 7d737b5a91ff463381c0778011ed7f6b +# 2c66cbc1b84b4efabd698b507262f917 #: ../enduser/dashboard_stacks.rst:88 msgid ":guilabel:`LinuxDistribution`" msgstr "" -# 63cc86072a754e3bbdcaa593f44bd0f6 +# aa2035541efd4fbfbf209278ce00f663 #: ../adminuser/dashboard_manage_images.rst:58 msgid ":guilabel:`Minimum Disk (GB)` and :guilabel:`Minimum RAM (MB)`" msgstr "" -# 701a586518bd4d34bff39d5dd4b81214 +# 205e7b0cdbb24d868892528a6f51ed4f #: ../adminuser/dashboard_manage_images.rst:38 msgid ":guilabel:`Name`" msgstr "" -# 90d98e280e994e89b20631fc6adc2fac +# 85badfa46dcf4d169c5f0c54460ad575 #: ../enduser/dashboard_create_networks.rst:41 msgid ":guilabel:`Network Address`: Specify the IP address for the subnet." msgstr "" -# e59b2415c3584047aed71cbab6b5feba +# 0fed319dce3046a890f487ee144441b8 #: ../adminuser/dashboard_manage_services.rst:28 msgid "" ":guilabel:`Network Agents`: Displays the network agents active within the " "cluster, such as L3 and DHCP agents, and the status of each agent." msgstr "" -# 7162e692289c4b0881aab4e7062f9d33 +# 9ba1d4eba2c9443586f4313b3f659092 #: ../common/log_in_dashboard.rst:193 msgid ":guilabel:`Network Agents`: View the network agents." msgstr "" -# 37968de30d4d44fea667ed79ca7d6f2b +# 3fc0f7bb1d9f4ef79b326f341017d6e0 #: ../enduser/dashboard_create_networks.rst:30 msgid ":guilabel:`Network Name`: Specify a name to identify the network." msgstr "" -# 9e28b8e4d5904647b21acb3208b0de8a +# ff55990a96194c2ebfff75807cc51521 #: ../common/log_in_dashboard.rst:112 msgid ":guilabel:`Network Topology`: View the network topology." msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 40aa0d1b47a3481a94d222edc56728ea +# 041c026cfa864806ab22ba5784a26dd0 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 86cc6cb9b4104b6785c89773b3224437 +# 7b6c2246797b4d6d9ead0c9eb9416737 #: ../common/log_in_dashboard.rst:110 #: ../enduser/dashboard_create_networks.rst:28 msgid ":guilabel:`Network` tab" msgstr "" -# 55bda00353c440c896b22caefb7d14f1 +# 2f3a8522aa8c42ca80a725bbc90265af #: ../common/log_in_dashboard.rst:114 msgid ":guilabel:`Networks`: Create and manage public and private networks." msgstr "" -# 86deb59136d741cb8e711213fe2ca1d2 +# 3c478fe41b664ea1af23de11ef2964ff #: ../common/log_in_dashboard.rst:182 msgid "" ":guilabel:`Networks`: View, create, edit properties for, and delete networks." msgstr "" -# 1de9a8e05d8c41f38d8ec867d0145803 +# 62705ebf30614262937a8336a75f1449 #: ../common/log_in_dashboard.rst:120 msgid ":guilabel:`Object Store` tab" msgstr "" -# 4f91f8ef1d8c4a408416a77f944ede70 +# d593840bbfa140dd8c9f2e853ce5921c #: ../common/log_in_dashboard.rst:126 msgid ":guilabel:`Orchestration` tab" msgstr "" -# dcc483acc312491a91586d28280581bf +# 4746280388d9415099bbf2c0e8fb0c7a #: ../common/log_in_dashboard.rst:156 msgid ":guilabel:`Overview`: View basic reports." msgstr "" -# 75411d55ab9149babb3dd1c390ac9293 +# 2d2f4cc4d1724aa1b6e20939e8a51aa9 #: ../common/log_in_dashboard.rst:80 msgid ":guilabel:`Overview`: View reports for the project." msgstr "" -# c415fe10d1e944748f938cb5f94ad713 +# d721d64defa94daeb4ead65aca66e5bf #: ../enduser/dashboard_stacks.rst:81 msgid ":guilabel:`Password for user` :guilabel:`\"demo\"`" msgstr "" -# 0dc1e1f9225441a68628fa2a07d67b80 +# a79b1d0439784cd88f43402bc74b55e3 #: ../enduser/dashboard_databases.rst:91 msgid "" ":guilabel:`Password`: Specify a password associated with the initial admin " "user you just named." msgstr "" -# 1878b055292b414ea90997c0e316ed17 +# d8250796a5f140bfb752111fe71517bc #: ../enduser/dashboard_manage_containers.rst:91 msgid "" ":guilabel:`Path`: Specify a path in which the new copy should be stored " "inside of the selected container." msgstr "" -# 06d5d69c35bf4aca84f264bdc3cdef58 +# 0843ae1064474aad8162183344d0434b #: ../common/log_in_dashboard.rst:72 msgid ":guilabel:`Project` tab" msgstr "" -# 4e6a4876ab2e4e2c92566576dc44b1dd +# 340751da2dd4428abfe43dd6fa646213 #: ../common/log_in_dashboard.rst:203 msgid "" ":guilabel:`Projects`: View, create, assign users to, remove users from, and " "delete projects." msgstr "" -# e39efc3ad2014a078928a7ae45e41ea7 +# 506081f749b94828aff267e02bff3d46 #: ../adminuser/dashboard_manage_images.rst:65 msgid ":guilabel:`Protected`" msgstr "" -# 9ac59776fb7346748d414b0c3caac7d4 +# 5b3d89b734fc426b9dfd8e47716057d0 #: ../adminuser/dashboard_manage_images.rst:62 msgid ":guilabel:`Public`" msgstr "" -# b67c1d8164eb45cd8b36d45d8a47f0c1 +# 6a75bd99ba57480ea6f49c2fda7e0127 #: ../common/log_in_dashboard.rst:158 msgid "" ":guilabel:`Resource Usage`: Use the following tabs to view the following " "usages:" msgstr "" -# 718959ad0a124834813c34f397321050 +# 483837c230f042caa2229bad8da5c010 #: ../enduser/dashboard_stacks.rst:76 msgid ":guilabel:`Rollback On Failure`" msgstr "" -# a60a2547ce8a4a118da6eec8edeb8285 +# 46d0e6689c1c44649222d983db3e61d5 #: ../common/log_in_dashboard.rst:116 msgid ":guilabel:`Routers`: Create and manage subnets." msgstr "" -# fc76b9ecc5f14ef5bf80867a90df3c52 +# 50568cb11f434f6e802cdd06a047a8a6 #: ../common/log_in_dashboard.rst:184 msgid "" ":guilabel:`Routers`: View, create, edit properties for, and delete routers." msgstr "" -# 01be1c6b043b4cd783360f05264b79e2 +# 902cf04fa6d6496d9dbb7f03f0144efd #: ../common/log_in_dashboard.rst:98 msgid "" ":guilabel:`Security Groups`: View, create, edit, and delete security groups " "and security group rules." msgstr "" -# 7824acea174a47ab801aebc0ef1df07a +# 99cdd71c772c471e8057d6d74c3e6dd1 #: ../adminuser/dashboard_manage_services.rst:18 msgid "" ":guilabel:`Services`: Displays the internal name and the public OpenStack " @@ -1094,29 +1114,29 @@ msgid "" "not the service is enabled." msgstr "" -# 953cf2dc6c3f4504a81dac99b57a37ac +# 444241adc4b549cf8f68954a0dd54ad7 #: ../common/log_in_dashboard.rst:189 msgid ":guilabel:`Services`: View a list of the services." msgstr "" -# 57d9424ff809485abfca53bd4aadac99 +# 61467335d2a648bc8de05557c5a88b81 #: ../enduser/dashboard_manage_volumes.rst:30 msgid ":guilabel:`Size (GB)`: The size of the volume in gigabytes." msgstr "" -# 1fbb01b0c98c426bbb81ef030f8255b4 +# 1aade1c9ef844274835e66bf78525644 #: ../enduser/dashboard_stacks.rst:69 msgid ":guilabel:`Stack Name`" msgstr "" -# 9235c391a9dc444d8e6fe12608a420d7 +# 2867f90e8e7b4b69b5482333e43819a9 #: ../common/log_in_dashboard.rst:128 msgid "" ":guilabel:`Stacks`: Use the REST API to orchestrate multiple composite cloud " "applications." msgstr "" -# 01a98c692d3b41ae8d8003eceb0c8277 +# 2f0d5914fa82465d8846b8d59a1b9427 #: ../adminuser/dashboard_view_cloud_resources.rst:44 msgid "" ":guilabel:`Stats` tab to view a multi-series line chart with user-defined " @@ -1125,99 +1145,99 @@ msgid "" "range)." msgstr "" -# b4005f6517cc4f60a26b1b56f3716ca8 +# 06969729ef5d490aa2ef79c6a9e4ce50 #: ../common/log_in_dashboard.rst:163 msgid ":guilabel:`Stats`: View the statistics of all resources." msgstr "" -# e4b7e10fba494f2c9938cfbb6e1d8db7 +# b0b07b09147e415c843cbbfd7b17861e #: ../enduser/dashboard_create_networks.rst:51 msgid ":guilabel:`Subnet Detail` tab" msgstr "" -# 24a430868a254ba39f0709e7f0d4308b +# 791a83ea59954ea69c7d57c080d4c80a #: ../enduser/dashboard_create_networks.rst:39 msgid ":guilabel:`Subnet Name`: Specify a name for the subnet." msgstr "" -# 4ba35394e5b04150a9a2173b0c801eeb +# c5df73c3fc47474694363c9f4f193f56 #: ../enduser/dashboard_create_networks.rst:32 msgid ":guilabel:`Subnet` tab" msgstr "" -# 4ca9c030d8d44ceb8a46251ec84b652c +# f6085ba2ff1e4e88aa55bc879081340f #: ../common/log_in_dashboard.rst:186 msgid "" ":guilabel:`System Info`: Use the following tabs to view the service " "information:" msgstr "" -# 4a24f234d50443ab8e4ea3b4ed6b1537 +# fcfe623fcb484d9ebe2effad190d6dd6 #: ../common/log_in_dashboard.rst:154 msgid ":guilabel:`System Panel` tab" msgstr "" -# ae1c11cfb22a458aaf7c70183607782c +# 70a76a4e4f8c4247afa9fc0aaa30ef72 #: ../enduser/dashboard_stacks.rst:42 msgid ":guilabel:`Template Source`" msgstr "" -# aadb1c4b8969435496b0168d23f8d533 +# be8c0fdb062d43cfad4c61c7ee46c35c #: ../enduser/dashboard_stacks.rst:45 msgid ":guilabel:`Template URL/File/Data`" msgstr "" -# a1689b1ffb634b028829b15093f2e2d4 +# 75fabeefba3b440dbb9bf5f8ab4912e4 #: ../enduser/dashboard_manage_volumes.rst:28 msgid ":guilabel:`Type`: Leave this field blank." msgstr "" -# f02955b3ff6f4038bb45e07ccf581b8b +# 8a6b2cc0a6bb460d866ad61b318599d8 #: ../common/log_in_dashboard.rst:206 msgid ":guilabel:`Users`: View, create, enable, disable, and delete users." msgstr "" -# e81b53199fac42cc8e090e21865b1daf +# a02230ef21a34c978d4d6a3544c97aa1 #: ../enduser/dashboard_manage_volumes.rst:23 msgid ":guilabel:`Volume Name`: Specify a name for the volume." msgstr "" -# ff91899439de490289b978824fb63840 +# 5ac47c26629d449a9084b36e40ca6e9b #: ../enduser/dashboard_databases.rst:78 msgid "" ":guilabel:`Volume Size`: Select a volume size. Volume size is expressed in " "GB." msgstr "" -# 9618d2d5653e40e2917b4377085176c7 +# 8b382218a4f04dbebad419ace19cd9ea #: ../common/log_in_dashboard.rst:89 msgid "" ":guilabel:`Volume Snapshots`: View, create, edit, and delete volume " "snapshots." msgstr "" -# 188632dac95d46d29b643b131c1527a9 +# 9f5ba696d65a4dfb8f8712fc09b553bf #: ../enduser/dashboard_manage_volumes.rst:32 msgid ":guilabel:`Volume Source`: Select one of the following options:" msgstr "" -# 0bee96c54f1742348292f65ad9c8c926 +# 3d9469585b924e2d837b5a08e7d0400c #: ../common/log_in_dashboard.rst:85 msgid ":guilabel:`Volumes`: Use the following tabs to complete these tasks:" msgstr "" -# 5f30bf1cd9104366bef485b9ecc9fcd6 +# 7375e3b2e1db4591ae5ea43c7bb171a4 #: ../common/log_in_dashboard.rst:174 msgid "" ":guilabel:`Volumes`: View, create, edit, and delete volumes and volume types." msgstr "" -# a3bde14ff8df473f943a029880754755 +# 7ae9bdff5b2f4c20b4fc3cada8853f0b #: ../common/log_in_dashboard.rst:87 msgid ":guilabel:`Volumes`: View, create, edit, and delete volumes." msgstr "" -# 87a0e8a0847342f2a104653c8b70bc9d +# 50db1eb012224e028dc481fb5adf99d5 #: ../enduser/hot-guide/hot_software_deployment.rst:465 msgid "" ":hotref:`OS::Heat::SoftwareConfig` has the ability to define a schema of " @@ -1226,7 +1246,7 @@ msgid "" "parameters." msgstr "" -# b0c6e1736d9343bc85459d23e4d0fa15 +# 78c4af5691d544c88ae6ce0ce6879a9e #: ../enduser/hot-guide/hot_software_deployment.rst:459 msgid "" ":hotref:`OS::Heat::SoftwareConfig` resources are used to store software " @@ -1236,7 +1256,7 @@ msgid "" "config content." msgstr "" -# 9cd9b4c0ed6c444ea7c0f73df42276eb +# 39c503c16bf54c75be3ab67b92826af1 #: ../enduser/hot-guide/hot_software_deployment.rst:692 msgid "" ":hotref:`OS::Heat::StructuredConfig` is like :hotref:`OS::Heat::" @@ -1245,14 +1265,14 @@ msgid "" "tools including ansible, salt and os-apply-config." msgstr "" -# 591a32b035064f5cbdb8ef652980cce4 +# 736b781141ac455ca21042f607f40757 #: ../enduser/hot-guide/hot_software_deployment.rst:326 msgid "" ":hotref:`OS::Heat::SwiftSignal` depends on the availability of an Object " "Storage API" msgstr "" -# 6c1f814d421940a489895c68acd4e83c +# 64f2fe69aa5a456eba114d11534afbd2 #: ../enduser/hot-guide/hot_software_deployment.rst:295 msgid "" ":hotref:`OS::Heat::SwiftSignal` is implemented by creating an Object Storage " @@ -1261,7 +1281,7 @@ msgid "" "available. Object versioning is used to store multiple signals." msgstr "" -# 12671ea0fe9545f2bc4bad74dbe6cffc +# 640ad2e4546a4f5bbdc02e4fa2774561 #: ../enduser/hot-guide/hot_software_deployment.rst:329 msgid "" ":hotref:`OS::Heat::WaitCondition` depends on whether the orchestration " @@ -1269,7 +1289,7 @@ msgid "" "on the availability of an Identity V3 API)." msgstr "" -# 94f6b94d2b3c44a081eb442a51293ae2 +# ba60accc59a44da18deb02acb7501410 #: ../enduser/hot-guide/hot_software_deployment.rst:190 msgid "" ":hotref:`OS::Heat::WaitCondition` is implemented as a call to the " @@ -1280,82 +1300,82 @@ msgid "" "dedicated to the orchestration service." msgstr "" -# aa3c9aa3444840f9be21d691c7492de6 -# cf9f3508e29b4a54a9571e6f6a049bff +# 3d9b4779719045dd9bfce3c939b7cb98 +# b12b2ec0e8b744de9da69a26b7e4dd6c #: ../common/cli_nova_launch_instance_from_volume.rst:22 #: ../common/cli_nova_launch_instance_from_volume.rst:24 msgid ":ref:`Attach_swap_or_ephemeral_disk_to_an_instance`" msgstr "" -# 2d1b483af2054edf8d4a20deccc7b0ae +# 64ffd64bcac64d5f931f2d3cff282729 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:21 msgid ":ref:`Boot_a_new_instance_from_the_snapshot`" msgstr "" -# 6b92c97656974733a21f6fd742f81f7e +# 9712c62e851f4ff88178ea5a135ab6d1 #: ../common/cli_nova_launch_instance_from_volume.rst:16 msgid ":ref:`Boot_instance_from_image_and_attach_non-bootable_volume`" msgstr "" -# 1ecda5b54916463fae384cdc08970011 +# 76cd12122b894e81aa2c463ff6904fe8 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:13 msgid ":ref:`Create_a_snapshot_of_the_instance`" msgstr "" -# cef784f7137646309e786f3a3b0d41df -# 08d397519e544549b29ee73d5a50ad1a +# de205c5fbe2e4e2a8277602e57e81260 +# 41d91d2394014188a76e4c80de4cd0e2 #: ../common/cli_nova_launch_instance_from_volume.rst:18 #: ../common/cli_nova_launch_instance_from_volume.rst:20 msgid ":ref:`Create_volume_from_image_and_boot_instance`" msgstr "" -# 62e2cb20841e420da42270dae51d5f7d +# fd0f01f5d3e0451fb7266c67c300eeda #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:15 msgid ":ref:`Download_the_snapshot_as_an_image`" msgstr "" -# 938e7946cd7c46f4938248230d3a833c +# bca719bb32474acd811fdeb90daaca63 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:19 msgid ":ref:`Import_the_snapshot_to_the_new_environment`" msgstr "" -# 6bcc4fb98e0e4141a6157dc1ee03fa1a +# 101507dcedf0404fbc73433cdbf92399 #: ../enduser/cli_swift_discoverability.rst:14 msgid ":ref:`archive-auto-extract`" msgstr "" -# ae2fe5fb146747a1ab53a00453bd1b0c +# b307e3b6bb1e4c3584c184ec807f74db #: ../enduser/cli_swift_discoverability.rst:15 msgid ":ref:`bulk-delete`" msgstr "" # #-#-#-#-# index-admin.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 126fb9318f454a9494572a6d9417e6fd +# f3a9771c52de47179462815b19a917ad # #-#-#-#-# index.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 5a1a4993f1034d91951837fffcc0e3af +# 870f84ed82b4435c9f8ede1cf5529761 #: ../index-admin.rst:33 ../index.rst:36 msgid ":ref:`genindex`" msgstr "" -# e5620bc531f747b29f01f0cbe662e413 +# 42f3ae3cce014c1694f0f8b0ade7333c #: ../enduser/cli_swift_discoverability.rst:13 msgid ":ref:`large-object-creation`" msgstr "" # #-#-#-#-# index-admin.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 7d6627ff3f6b495990148597616dde8f +# 63c7de3ca70c4748a87ac30f469dac37 # #-#-#-#-# index.pot (Admin User Guide 0.0.1) #-#-#-#-# -# c2b4257974b44d65ab30e098953aeb88 +# fffae1418f184f57bbe39018677511cf #: ../index-admin.rst:34 ../index.rst:37 msgid ":ref:`search`" msgstr "" -# da66e3890de14a02a900289d4dd15498 +# 0d3d1d6ef0ba4a5a91458e14e6f0fa7c #: ../enduser/cli_swift_discoverability.rst:16 msgid ":ref:`static-website`" msgstr "" -# f5db9ffae2434c80ab336fe70ac4788f +# 16bf7051adcc4c8591a68ba2fe67e47d #: ../enduser/cli_launch_instances.rst:39 msgid "" "A **key pair** for your instance, which are SSH credentials that are " @@ -1366,12 +1386,12 @@ msgid "" "use the key pair for multiple instances that belong to that project." msgstr "" -# 02f0dcd5f1d24e6690af103c01a2bcc4 +# 0abba5ef4b444810a1866b552f9d16bf #: ../enduser/cli_launch_instances.rst:20 msgid "A **name** for your instance." msgstr "" -# c638e2d4a6e943e395fba1bfa503a464 +# 1b0c4fa15d1446e988c213ad3775dab8 #: ../enduser/cli_launch_instances.rst:47 msgid "" "A **security group** that defines which incoming network traffic is " @@ -1379,7 +1399,7 @@ msgid "" "known as *security group rules*." msgstr "" -# b4b113c44a574fef9e7374840b74798f +# 71b320fd96f349ec9c41139052c71739 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:20 msgid "" "A *security group* is a named collection of network access rules that are " @@ -1390,12 +1410,12 @@ msgid "" "security group." msgstr "" -# 273c9f1c279343b3b4adeb6e76ea1f67 +# 00ae8000b42846549e8a0071c6941d09 #: ../enduser/cli_access_instance_through_a_console.rst:24 msgid "A Java client offering console access to an instance" msgstr "" -# 969b41d3f8e44866b96fdae1d02fa546 +# 42d97521dc934569af92e8a108271a0f #: ../enduser/sdk_schedule_objects_for_deletion.rst:22 msgid "" "A UNIX epoch timestamp, in integer form. For example, ``1348691905`` " @@ -1404,7 +1424,7 @@ msgid "" "from the object store." msgstr "" -# bb2a3fb40e2e4a7e9e628b7fd3df13e7 +# 99ae1a52014747c49e50a8ea4a9ef54e #: ../enduser/cli_swift_set_object_versions.rst:141 msgid "" "A ``POST`` request to a versioned object updates only the metadata for the " @@ -1412,7 +1432,7 @@ msgid "" "created only when the content of the object changes." msgstr "" -# e6f53118f89b4ad48dc0c56e3114e97a +# d830dfda6a734c81b9f153391c2fae28 #: ../enduser/cli_swift_large_object_creation.rst:24 msgid "" "A ``manifest object`` links the segment objects into one logical large " @@ -1426,7 +1446,7 @@ msgid "" "The manifest object types are:" msgstr "" -# 6ff42b6e263c4d7cafb0f3c4802eb93e +# 0107277f86db4d9d8b796f91b4ebba46 #: ../enduser/cli_manage_bare_metal_nodes.rst:111 msgid "" "A bare-metal instance is an instance created directly on a physical machine, " @@ -1435,14 +1455,14 @@ msgid "" "Neutron and OpenFlow." msgstr "" -# 87cb58e426b940a089d71371c6c27243 +# a8c30e2e25fd4481888581893ff7c650 #: ../enduser/cli_access_instance_through_a_console.rst:20 msgid "" "A complete in-browser client solution for interaction with virtualized " "instances" msgstr "" -# e3166603b6ad453abc827177c31fdfff +# c8a558d16d31416ba907c825337d3b04 #: ../enduser/hot-guide/hot_software_deployment.rst:592 msgid "" "A config resource can be associated with multiple deployment resources, and " @@ -1450,26 +1470,26 @@ msgid "" "and ``input_values`` properties." msgstr "" -# db688d1125814b7e970afafba42ff089 +# f3d763b57d774606a686ac82269b9979 #: ../enduser/manage_db_config.rst:212 msgid "A configuration group can specify a large number of option values." msgstr "" -# 118f1115b9ca4df49d8c89f270dcfef1 +# 405b85dfbd6a4aacb5e3c8dc67f12f8d #: ../enduser/manage_db_config.rst:91 msgid "" "A configuration group contains a comma-separated list of key-value pairs. " "Each pair consists of a configuration option and its value." msgstr "" -# a6bb7f7fedfb4ff2920c3d9eabfe6194 +# b9b7d5de53194f53aa2d5c42e5429474 #: ../enduser/hot-guide/hot_spec.rst:160 msgid "" "A default value for the parameter. This value is used if the user doesn't " "specify his own value during deployment. This attribute is optional." msgstr "" -# ffbee2e5ca4546298ed48099b35d1232 +# 350fb53437044a6c95d9514919f520b8 #: ../enduser/hot-guide/hot_spec.rst:222 msgid "" "A description of the constraint. The text is presented to the user when the " @@ -1477,33 +1497,33 @@ msgid "" "message is presented to the user. This attribute is optional." msgstr "" -# 25a4a90406054bc58676992175e8feba +# 78ee007edc7d48adbcd697ea8256b084 #: ../adminuser/cli_manage_flavors.rst:20 msgid "A flavor consists of the following parameters:" msgstr "" -# 22cb5b14a62e4b048401e7d79f0e2674 +# 347e34951c7948618865093b56d4cb49 #: ../enduser/hot-guide/hot_spec.rst:156 msgid "" "A human readable description for the parameter. This attribute is optional." msgstr "" -# 988588f08aec4498b5780d1644b59ae1 +# 8ce9decf7b58426cafb0fed08945a832 #: ../enduser/hot-guide/hot_spec.rst:152 msgid "A human readable name for the parameter. This attribute is optional." msgstr "" -# 3ed337cb52b749e99dd30fac4114ef3f +# 727741b6d431479ca9e75fec89bb7a85 #: ../enduser/hot-guide/hot_spec.rst:107 msgid "A human-readable description of the parameter group." msgstr "" -# 4c24c98f76e1404e84e2b3606040c8b2 +# 5d0972f864314e4ea5e0c60b2415b486 #: ../enduser/hot-guide/hot_spec.rst:104 msgid "A human-readable label that defines the associated group of parameters." msgstr "" -# aa02f0e13aaf45719fef41d4026fcf62 +# 6a6f2a3e8b3e4949980c7c24b969507d #: ../enduser/hot-guide/hot_spec.rst:172 msgid "" "A list of constraints to apply. The constraints are validated by the " @@ -1512,12 +1532,12 @@ msgid "" "optional." msgstr "" -# f2e36ff249e84299b9cb53b6f63c6460 +# 07d8923df5b4460ab9f55549678f0569 #: ../enduser/hot-guide/hot_spec.rst:110 msgid "A list of parameters that belong with this parameter group." msgstr "" -# c8fe68d94bf7476cbfa1eefa5f20cb61 +# 65573f512edb427da8db768ed3265a28 #: ../enduser/hot-guide/hot_spec.rst:427 msgid "" "A list of resource-specific properties. The property value can be provided " @@ -1525,34 +1545,34 @@ msgid "" "section is optional." msgstr "" -# 1f19dd9117684a7bbe9c11dbb1ab49f0 +# 8749007669324388a68d3bfa6e8a0cce #: ../enduser/hot-guide/hot_environment.rst:26 msgid "A map of key/pair values." msgstr "" -# 58d80c1660114676b3ba9a2caf23a501 -# e40c0da38a714b7485641bb3468824bc +# 11f2a1b3e0794b3494c6cc8988d5d0a3 +# e183a85adc8b47e3b9454c1329c29e56 #: ../enduser/dashboard_manage_volumes.rst:95 #: ../enduser/dashboard_manage_volumes.rst:148 msgid "A message indicates whether the action was successful." msgstr "" -# 06797bdce3294cdab071d983b99c77ed +# b2a32a948351418a802a7d8299803de8 #: ../enduser/hot-guide/hot_hello_world.rst:38 msgid "A most basic template" msgstr "" -# 39414cc78734433d9a8eacfc76c19290 +# 958f15f73ed243ea94e23d9bec0a38bf #: ../enduser/hot-guide/hot_basic_resources.rst:361 msgid "A network and an associated subnet." msgstr "" -# f161f4d0db444a51a52b30a606cd9a6c +# fa3c48e10226492f931e0dff17c77d20 #: ../enduser/hot-guide/hot_software_deployment.rst:43 msgid "A number of tools are available for building custom images, including:" msgstr "" -# 9e1fad7c38bb4a649b9026ba357e91e6 +# 42687af676dc4ca09cc2277026afa513 #: ../common/cli_install_openstack_command_line_clients.rst:105 msgid "" "A packaged version available in the Open Build Service (https://build." @@ -1561,12 +1581,12 @@ msgid "" "Open Build Service repository:" msgstr "" -# ea682daea16940b99b733d88f0de850e +# 78e3c79cb1394aae86adc84c5476abf5 #: ../common/cli_install_openstack_command_line_clients.rst:91 msgid "A packaged version enables you to use yum to install the package:" msgstr "" -# 800d1b7548a2438a93b910ddd43ab066 +# 009cd8eb8e134612bf27c98a8323ae00 #: ../enduser/cli_manage_ip_addresses.rst:17 msgid "" "A pool of floating IP addresses, configured by the cloud administrator, is " @@ -1575,7 +1595,7 @@ msgid "" "allocate a floating IP address to a project, you can:" msgstr "" -# 762ec71776d74620846c9eb7a5ad611a +# 0cf5697ba8a14307938bafb831223456 #: ../enduser/hot-guide/hot_spec.rst:788 msgid "" "A provider template provides a custom definition of a resource, called its " @@ -1583,7 +1603,7 @@ msgid "" "The syntax of the :code:`resource_facade` function is:" msgstr "" -# fdfc8a239e5845e491587b36498a62db +# db71387d2bba4efeac3fb45f2f4ff11c #: ../common/networking_advanced_quotas.rst:7 msgid "" "A quota limits the number of available resources. A default quota might be " @@ -1591,14 +1611,14 @@ msgid "" "quota allows, an error occurs:" msgstr "" -# ae8874ae638e4cb5aad89b46776b9ee2 +# 93f2e20017aa474393d3e1b750df75d3 #: ../enduser/hot-guide/hot_spec.rst:419 msgid "" "A resource ID which must be unique within the ``resources`` section of the " "template." msgstr "" -# 82122ab32c6a4e409f2e030d384b43d4 +# d0a45ac8ff6a40db937a9ade08928178 #: ../adminuser/dashboard_admin_manage_roles.rst:8 msgid "" "A role is a personality that a user assumes to perform a specific set of " @@ -1606,37 +1626,37 @@ msgid "" "that role inherits those rights and privileges." msgstr "" -# c307ba1d41c648bda7df04091b1aeab5 +# 4573201e837d44a8be470d171136ff9c #: ../enduser/hot-guide/hot_basic_resources.rst:362 msgid "A router with an external gateway." msgstr "" -# 8669c1bb86a14f84b0ef5470a4129243 +# 81219d52cfff433e8b7f4b90d79b606a #: ../enduser/hot-guide/hot_spec.rst:536 msgid "" "A short description of the output parameter. This attribute is optional." msgstr "" -# 4a84dbca88df48f8bf6ce720eb162d37 +# c9bfd3f3b34a4b3db92fe7a8d139ba52 #: ../enduser/dashboard_manage_containers.rst:139 msgid "" "A slash (/) character is used as the delimiter for pseudo-folders in Object " "Storage." msgstr "" -# 57a3a873c6c34e2eb6f4401a891e2ed6 +# 900bccdff0fc4ec897394bc07ad1c3f8 #: ../enduser/cli_launch_instances.rst:222 msgid "A status of ``ACTIVE`` indicates that the instance is active." msgstr "" -# 0eccb595f46a4f3ba4ca6159d98516ec +# 8aea2791380a4cf9ab837a6dcadd94ee #: ../enduser/cli_launch_instances.rst:219 msgid "" "A status of ``BUILD`` indicates that the instance has started, but is not " "yet online." msgstr "" -# d596a20743004ea9939ddc24638be030 +# 98f91687918b49a4b066c55934dc6a04 #: ../adminuser/manage_projects_users_and_roles.rst:98 msgid "" "A tenant is a group of zero or more users. In nova, a tenant owns virtual " @@ -1645,7 +1665,7 @@ msgid "" "Each tenant and user pairing can have a role associated with it." msgstr "" -# 0f8b87691da44d63a479f1a8b15c8c99 +# 643149c732374333aa1d6f2c81d00a7d #: ../enduser/cli_provide_user_data_to_instances.rst:8 msgid "" "A user data file is a special key in the metadata service that holds a file " @@ -1656,7 +1676,7 @@ msgid "" "early initialization of a cloud instance." msgstr "" -# d598e263633e4eaabdd72b1d053074bc +# b470e1f3bafe4be48c54f0df606c7ed2 #: ../common/cli_manage_volumes.rst:7 msgid "" "A volume is a detachable block storage device, similar to a USB hard drive. " @@ -1664,52 +1684,52 @@ msgid "" "you use a combination of ``nova`` and ``cinder`` client commands." msgstr "" -# 1c99804bac2b4a739f9bca3f8acaa66a +# 1a381a22a65741c4877f42a1dbd80ba0 #: ../enduser/create_db.rst:102 msgid "A volume size of ``5`` (5 GB)." msgstr "" -# ac0babbbb4fe40538f389d090fe524b2 +# 42ff5c50f2534376b7ffc7255947b3c8 #: ../enduser/hot-guide/hot_composition.rst:81 msgid "Absolute path (:file:`file:///home/user/templates/my_nova.yaml`)" msgstr "" # #-#-#-#-# index-admin.pot (Admin User Guide 0.0.1) #-#-#-#-# -# ad7c00dcc7804fe28ceee0f5ac8e193e +# 2df2b2c2c50346d6a293697691a9ab82 # #-#-#-#-# index.pot (Admin User Guide 0.0.1) #-#-#-#-# -# c35c467c1fc34fb2854538c2ba0453b3 +# 02d865fc844a43f39c7245aec24d70f5 #: ../index-admin.rst:8 ../index.rst:8 msgid "Abstract" msgstr "" -# 7aeb65e41b95455d94f9413cd407f1c0 +# 9b67a91cde5343fb93b5fbfe32af0d75 #: ../common/cli_manage_volumes.rst:375 msgid "Accept a volume transfer request" msgstr "" -# 2312dc19d4164e61991af4d9475eb5c8 +# a6011488194441b3be1187faaa6a27ba #: ../common/cli_manage_volumes.rst:380 msgid "Accept the request:" msgstr "" -# 942b454a219648468a3966f47fe75dda +# 0d26d7d5e8dc468285bb13afe8984f08 #: ../enduser/cli_access_instance_through_a_console.rst:6 msgid "Access an instance through a console" msgstr "" -# 7acd266d1b5b45bc843ec4337798455e +# ada473235f864eba9bc8681b6a24b54e #: ../enduser/cli_launch_instances.rst:36 msgid "" "Access and security credentials, which include one or both of the following " "credentials:" msgstr "" -# c895e43d240444cb8e651182e19000a4 +# 1bf09aa8a41844509c145aecc30d3da4 #: ../common/log_in_dashboard.rst:150 msgid "Access the following categories to complete these tasks:" msgstr "" -# 5deb579f504b43379171416e4105d409 +# 1dd93363c55b4c1c8d17fb68f7712062 #: ../enduser/sdk_configure_access_security_instances.rst:162 msgid "" "Access the security group rules from the ``rules`` attribute of a " @@ -1718,91 +1738,91 @@ msgid "" "html#novaclient.v1_1.security_groups.SecurityGroup>`__ object:" msgstr "" -# 37c6f95cbaf9462eb91c3f1546cfcdce +# 2907dcd01cd04f1abc3d46583ec75d46 #: ../enduser/sdk_assign_cors_headers.rst:15 msgid "Access-Control-Allow-Credentials" msgstr "" -# 5c603dee8e694e3b942ce53c71fe4aaa +# f457c96b061f415c95b56a41a4535e3d #: ../enduser/sdk_assign_cors_headers.rst:16 msgid "Access-Control-Allow-Methods" msgstr "" -# 7b308228ad7f42828bf5bb514d2ae3bf +# 5f8cc10feb6d410fad12271cdaeaa056 #: ../enduser/sdk_assign_cors_headers.rst:17 msgid "Access-Control-Allow-Origin" msgstr "" -# 5d648b143ab64263aaa08a11eb6bb578 +# c2361997b818453498c519ab93824d92 #: ../enduser/sdk_assign_cors_headers.rst:18 msgid "Access-Control-Expose-Headers" msgstr "" -# 0f69e44720aa416a86374a645d0c2286 +# da31b302611d4f21abf29f60499bda87 #: ../enduser/sdk_assign_cors_headers.rst:19 msgid "Access-Control-Max-Age" msgstr "" -# 048b9cdbad63479283de8b2871db0c4a +# 1414034b7789434c949cdc29d8b42d5f #: ../enduser/sdk_assign_cors_headers.rst:20 msgid "Access-Control-Request-Headers" msgstr "" -# 3541ce819da74e6bb4581c1779c13c92 +# 160f76b00f314285b5924639b1ae5790 #: ../enduser/sdk_assign_cors_headers.rst:21 msgid "Access-Control-Request-Method" msgstr "" -# fe0e026072624573b66e02327789e739 -# e5fcbffd452f48658470e1b3ff09c07d +# 897ea309a5724f49b4971ad61fb863c4 +# a8c9c59cd3a74cc182ec8e8d29737216 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:64 #: ../enduser/configure_access_and_security_for_instances.rst:91 msgid "Add a key pair" msgstr "" -# 0eb9e721b0ac48ceaf0a7c990e8a47f6 +# c63c22fe5ca34258ae47c87de49ef2fb #: ../enduser/sdk_configure_access_security_instances.rst:19 msgid "Add a keypair" msgstr "" -# 1f80c7d03ac64642bc48c4575c3467be +# abb62761e04a4bb191fde7a428fbbc35 #: ../enduser/cli_manage_bare_metal_nodes.rst:91 msgid "Add a network interface to the node" msgstr "" -# 6ba9344b248a43bc826e2e1d33da86c3 +# 0be8680c3a6b43e6b29a1169316100b7 #: ../adminuser/nova_cli_manage_projects_security.rst:117 msgid "Add a new group rule, as follows:" msgstr "" -# edf95e8eb09d44a5877f0b41016a9db4 +# d55d4a0872e74235b596a6242b9606b1 #: ../enduser/configure_access_and_security_for_instances.rst:37 msgid "Add a rule to the default security group" msgstr "" -# 1c89aaff99f64ea398d0c46d650467f2 +# f4ee17cd424f431bac1feb90232f9687 #: ../adminuser/nova_cli_manage_projects_security.rst:192 msgid "Add a source group, as follows:" msgstr "" -# 467786c5e0a44eec9b6c9ad27850d88b +# e30a01b8d08d40f2ab173b2ec983861c #: ../enduser/cli_cheat_sheet.rst:258 msgid "" "Add rules to default security group allowing ping and SSH between instances " "in the default security group" msgstr "" -# b9b60f5dadeb4fcd8989facf4be838ed +# 110654726ffa46a2979b4881aa897905 #: ../enduser/dashboard_databases.rst:28 msgid "Add the following line to ``/etc/trove/trove.conf``:" msgstr "" -# 64f5459be22a4191b409fd0fc2c8d473 +# a4fdfcc686fc4d3395be1a1c552855e6 #: ../adminuser/nova_cli_manage_projects_security.rst:100 msgid "Add the new security group, as follows:" msgstr "" -# 6fddd63c9cde4dc0b3882533327c880f +# b07a8907d370411c94f2f0d897042bbd #: ../adminuser/nova_cli_manage_projects_security.rst:33 msgid "" "Additionally, the number of maximum rules per security group is controlled " @@ -1812,17 +1832,17 @@ msgid "" "html>`_ section)." msgstr "" -# 816ca053475f4665b8e8102cf43f53a6 +# 4f546e8cc15d46769ce6688083676fd2 #: ../enduser/cli_manage_bare_metal_nodes.rst:33 msgid "Adds a network interface to a bare-metal node." msgstr "" -# 87a2881a49194d82ab3b33d451b488da +# a52b60cb7945488c820dd5e36062651c #: ../adminuser/cli_cinder_quotas.rst:73 msgid "Administrative users can edit and update Block Storage service quotas." msgstr "" -# 9da66235f4484582aeb28642f4801352 +# 2f21f7a58cd94e9ea69879896acc92f1 #: ../common/log_in_dashboard.rst:136 msgid "" "Administrative users can use the :guilabel:`Admin tab` to view usage and to " @@ -1830,17 +1850,17 @@ msgid "" "quotas." msgstr "" -# d4ceb6c7307c44f78cf1cad9ce7cdc82 +# 696064fbb49041be836b0acf48f6849f #: ../adminuser/cli_cinder_quotas.rst:25 msgid "Administrative users can view Block Storage service quotas." msgstr "" -# 77ee66c5973f4d37a4df9c32f532f5c6 +# 9bc0f79baf8a44c0b9c4cf26fd795500 #: ../enduser/hot-guide/hot_advanced_topics.rst:7 msgid "Advanced topics" msgstr "" -# c12f8c68236d4da2952246a84e2fba2f +# 02b85941ee1a47ed918089577870585d #: ../adminuser/analyzing-log-files-with-swift-cli.rst:104 msgid "" "After ``awk`` processes the output, it pipes it to ``sort`` and ``uniq -c`` " @@ -1848,56 +1868,56 @@ msgid "" "combination." msgstr "" -# 42af135687434623bc229e0ee0966e1e +# e8066d6185d543348752879793084786 #: ../adminuser/cli_nova_migrate.rst:21 msgid "" "After selecting a VM from the list, run this command where :guilabel:`VM_ID` " "is set to the ID in the list returned in the previous step::" msgstr "" -# 5816c50b404142819eeaff40afe2effc +# 876b0092bdd24e32baa39a5d7a1382f2 #: ../enduser/dashboard_stacks.rst:110 msgid "" "After the stack is created, click on the stack name to see the following " "details:" msgstr "" -# ab2b9a0d5fcd44fe8b5b853e107cc7d1 +# 8e11b6071eeb478f8cf25eb7972be62f #: ../common/cli_manage_volumes.rst:360 msgid "" "After the volume recipient, or new owner, accepts the transfer, you can see " "that the transfer is no longer available:" msgstr "" -# 55764b3856f6471fab3784fb8b39e8bc +# eb80b9a35df740c6a1c8f88dcdd65533 #: ../enduser/cli_manage_ip_addresses.rst:117 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 "" -# 5c799f7787f64fb5a9ded87eb33921ec +# c5c37ce3312e4bd6899aa3915eed1365 #: ../adminuser/cli_manage_flavors.rst:110 msgid "" "After you create a flavor, assign it to a project by specifying the flavor " "name or ID and the tenant ID::" msgstr "" -# e084f0d5714240d192b0eabad048e394 +# e89fd09fa4724c7a84bc5bf4e7d77dc8 #: ../enduser/dashboard_manage_volumes.rst:60 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 "" -# 6b28df9558da44fbb99a38259a11e6a8 +# 9f389019b8714633b2c7feb2a679975b #: ../enduser/cli_launch_instances.rst:154 msgid "" "After you gather required parameters, run the following command to launch an " "instance. Specify the server name, flavor ID, and image ID::" msgstr "" -# 8cf32c5fcbd1417c8b4392e89ccfdd32 +# f7ba99617c97460db689eb5ec4e1d858 #: ../enduser/cli_launch_instances.rst:68 msgid "" "After you gather the parameters that you need to launch an instance, you can " @@ -1907,50 +1927,50 @@ msgid "" "a pool of images that are accessible to members of different projects." msgstr "" -# 81eb7d1f9e53444b937f7153785f242e +# 422d01401e3341a0b325cab6fbabed78 #: ../enduser/sdk_authenticate_against_identity_endpoint.rst:27 msgid "" "After you instantiate a ``Client`` object, you can retrieve the token by " "accessing its ``auth_token`` attribute object:" msgstr "" -# 66df7a24319349569013b6606c6d0a3b +# 607ddb2e69124c7d8a023f51fe050cd0 #: ../common/cli_manage_images.rst:108 msgid "" "After you restart the Image Service, you can use the following syntax to " "view the image's location information::" msgstr "" -# 81f25f3140884e748580b5fe95be777e +# 0d38cec046374a23864ae9e6846721fa #: ../common/networking_advanced_quotas.rst:281 msgid "" "After you run this command, you can see that quota values for the tenant are " "reset to the default values::" msgstr "" -# 5e2bda83436b46dea05985f579281169 +# 5a6c5e10423b42ada00ec5c30d2fd475 #: ../common/cli_manage_images.rst:15 msgid "After you upload an image, you cannot change it." msgstr "" -# 1acdffb33d2c4343bb990625013f157c +# ed1b4a6eb6c9433aabde458be076500c #: ../enduser/cli_swift_large_lists.rst:75 msgid "Again, two items are returned, and there might be more." msgstr "" -# 77c69133e6544f819f70812d7f524330 +# f73c818a98aa4507a71e8d2507321a40 #: ../enduser/hot-guide/hot_advanced_topics.rst:31 msgid "Alarming" msgstr "" -# 03b022d258614d2cb32b4942a38772d1 +# bc50d9f31c754438a5601c8d560b8a1e #: ../enduser/hot-guide/hot_software_deployment.rst:216 msgid "" "All of these values are optional, and if not specified will be set to the " "following defaults:" msgstr "" -# 07408f470da14e38956cc7666cd4ad12 +# ccbc222ec7434f9a8e1d4584ac153eea #: ../adminuser/nova_cli_manage_projects_security.rst:13 msgid "" "All projects have a \"default\" security group which is applied to any " @@ -1959,97 +1979,97 @@ msgid "" "outgoing traffic to your instance." msgstr "" -# 524abecfdcf54b9a85d3c4d6be7523b8 +# be0f06e67d7b4013a67eaf217f6081f0 #: ../enduser/hot-guide/hot_spec.rst:454 msgid "" "All resource types that can be used in CFN templates can also be used in HOT " "templates, adapted to the YAML structure as outlined above." msgstr "" -# 78b5e444aeea42bc9780667e732947d5 +# 99a8c8b8e11845978efcd039794334ea #: ../enduser/cli_swift_large_object_creation.rst:288 msgid "All segment objects must be in the same container." msgstr "" -# 92e976e3c8804c38a7a4f098235db98b +# d6c976add8324677b90d1b3b6bfd9234 #: ../enduser/hot-guide/hot_software_deployment.rst:609 msgid "All software dependencies installed" msgstr "" -# c3125052cc0d4a1c800af29ec52f25fe +# 02c739f3b26d426c84d40002b0e5b1f4 #: ../enduser/hot-guide/hot_hello_world.rst:76 msgid "" "All the defined elements (key pair, image, flavor) have to exist in the " "OpenStack environment where the template is used." msgstr "" -# 5173d9e974324abb86839c0ef50d9318 +# 829eaeced6384643aa22628adffbd32b #: ../enduser/configure_access_and_security_for_instances.rst:150 msgid "Allocate a floating IP address to an instance" msgstr "" -# e472f961b25a40449fac2034691fee10 +# ebaf9b154c924a299e61d14dfff6a27a #: ../enduser/cli_nova_configure_access_security_for_instances.rst:163 msgid "" "Allow UDP access from IP addresses, specified as IP subnet ``0.0.0.0/0`` in " "CIDR notation::" msgstr "" -# 46d7c200707b491d9433a0e5b2244d13 +# 82cf221a699643a086fe44095f997e08 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:134 msgid "" "Allow access from all IP addresses, specified as IP subnet ``0.0.0.0/0`` in " "CIDR notation::" msgstr "" -# 2f6ac6bd78d2499e9b9931f33da1b7e4 +# 9a0aed7400d24af69f75835dccd932ce #: ../enduser/cli_nova_configure_access_security_for_instances.rst:139 msgid "" "Allow access only from IP addresses from other security groups (source " "groups) to access the specified port::" msgstr "" -# bd8f990fb02e415d8bb33c33905ee08e +# a1fced9b56974a73828b9c76ab394bf2 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:168 msgid "" "Allow only IP addresses from other security groups (source groups) to access " "the specified port::" msgstr "" -# f98685e9b1344d3b998009f7a7de1996 +# 853c2a4b706c413298b082a1cc04709f #: ../enduser/cli_nova_configure_access_security_for_instances.rst:154 msgid "" "Allow only members of other security groups (source groups) to ping " "instances::" msgstr "" -# 8b42e2013ae84aff8f15e19f3abf080c +# fb3c739a1aee4e38aa9fec8e2be072ca #: ../enduser/cli_nova_configure_access_security_for_instances.rst:147 msgid "" "Allow pinging from all IP addresses, specified as IP subnet ``0.0.0.0/0`` in " "CIDR notation::" msgstr "" -# 1c80c0bc70fc4f31bbe3edac40ee1ec1 +# 72b6840135f749e6acda877b846c5276 #: ../enduser/hot-guide/hot_spec.rst:302 msgid "Alternatively, the following YAML list notation can be used:" msgstr "" -# 18023bd59c5842fbabb230d7f42c7e91 +# 3bf770dd3d2743108841d80d642a4a96 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:56 msgid "" "Alternatively, you can create the :file:`PROJECT-openrc.sh` file from " "scratch, if you cannot download the file from the dashboard." msgstr "" -# b1ce98fb06894f53ab14731d46d0f6d9 +# 93436f560e6e4294b64586bedb225399 #: ../enduser/sdk_authenticate_against_compute_endpoint.rst:27 msgid "" "Alternatively, you can instantiate a ``novaclient.client.Client`` object and " "pass the version number:" msgstr "" -# 39fcace61a644e8a97706e3528365b43 +# 87f412aa2180438ab274db0bb34b445f #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:8 msgid "" "Although you cannot nest directories in OpenStack Object Storage, you can " @@ -2059,12 +2079,12 @@ msgid "" "example shows you how to use pseudo-hierarchical folders and directories." msgstr "" -# 40bcb9f96363402b9faddc893db62723 +# 5b2642f8c68140f795010791bc4e657f #: ../adminuser/cli_manage_flavors.rst:33 msgid "Amount of RAM to use (in megabytes)." msgstr "" -# 489ca045a9154c89a6d6da1e384c2703 +# d45945e855544b60a254c48c6f152d29 #: ../adminuser/cli_manage_flavors.rst:40 msgid "" "Amount of disk space (in gigabytes) to use for the ephemeral partition. If " @@ -2074,26 +2094,26 @@ msgid "" "included in any snapshots." msgstr "" -# c70bae85fbd04f1bb6e66c665ee61a11 +# 516bab12af8544e3bfdd77c986a78935 #: ../adminuser/cli_manage_flavors.rst:36 msgid "Amount of disk space (in gigabytes) to use for the root (/) partition." msgstr "" -# 9232769af6924a408333ca831630ef4c +# 33eda69bb53c41168c92e5ffd1100efc #: ../adminuser/cli_manage_flavors.rst:50 msgid "" "Amount of swap space (in megabytes) to use. If unspecified, the value is 0 " "by default." msgstr "" -# 58f08428f61149628ba7613757a68262 +# 7e54dcc0c1304648800cfc6a03002b6c #: ../enduser/hot-guide/hot_composition.rst:101 msgid "" "An :file:`env.yaml` environment file holds the definition of the new " "resource:" msgstr "" -# 00b8f636db604a7f9f40286fe47f2908 +# 00fa9f7b012b4c4e81a152a59ca74748 #: ../adminuser/cli_keystone_manage_services.rst:18 msgid "" "An SQL back end for the catalog service. When the Identity Service is " @@ -2101,17 +2121,17 @@ msgid "" "for production, use the SQL back end." msgstr "" -# 835a53532bac48b5b8bbd429c027d3d0 +# 83b290eacd9b48cfb68d2002583d7540 #: ../enduser/cli_swift_archive_auto_extract.rst:34 msgid "An account" msgstr "" -# b6c402fd09174843b6c4de7354784d01 +# 3aab87b4e0e64115a817598f885ea84c #: ../enduser/cli_access_instance_through_a_console.rst:16 msgid "An in-browser VNC client implemented using HTML5 Canvas and WebSockets" msgstr "" -# 4dfd303a45284dde890fccc0bb8854e6 +# b5841a9b3a564cc69e8aaa7c2c9a5f66 #: ../enduser/sdk_schedule_objects_for_deletion.rst:29 msgid "" "An integer value which specifies the number of seconds from the time of the " @@ -2120,24 +2140,24 @@ msgid "" "value plus the current time, in seconds." msgstr "" -# 100c936550164583933f0afb167b6b89 +# 7434a1fb5be6442183ae49ee9a772e7d #: ../enduser/hot-guide/hot_basic_resources.rst:363 msgid "An interface to the new subnet for the new router." msgstr "" -# 08b69b2bbf6d410c9291fd81067635a5 +# dedc0e467cb44f07a51199e6a69e2756 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:6 msgid "Analyze log files" msgstr "" -# 62e5cdfa33314e6abd5c1cbf47ad929b +# 1e8fe99cee1e41be97c0495e9bdaeaf5 #: ../common/cli_install_openstack_command_line_clients.rst:75 msgid "" "Another option is to use the unofficial binary installer provided by " "Christoph Gohlke (http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip)." msgstr "" -# bb8e2ed2f9634545a832678fe535d74a +# 0376c9a63e91459a88a997c0fdad58ff #: ../enduser/cli_launch_instances.rst:27 msgid "" "Any **user data** files. A user data file is a special key in the metadata " @@ -2148,33 +2168,33 @@ msgid "" "distributions and that handles early initialization of a cloud instance." msgstr "" -# f9cd53657e2f495e8eb417052fa9c689 +# 81a9b4d9f5d348df98f8ef1bdeb6602f #: ../enduser/cli_swift_static_website.rst:127 msgid "Any 2\\ ``nn`` response indicates success." msgstr "" -# 23442ae7dd914f0ab10113b217a5b727 +# 9859c8305ef4457fa029ff6e371cceb1 #: ../enduser/cli_swift_serialized_response_formats.rst:22 msgid "" "Append this parameter to the URL for a ``GET`` request, where ``format`` is " "``json`` or ``xml``." msgstr "" -# 450a8e4048d44898ad8357fc92281c9a +# dc9043113afd455d953713c04a911efe #: ../common/cli_manage_images.rst:167 msgid "" "Arbitrary property to associate with image. This option can be used multiple " "times." msgstr "" -# af8258b3b6a64874b5758e5af09eba7b -# 666b75f28ad94c3480d8bda91e427380 +# 55891dfc9d7943bfa0d312db2e6fc8a2 +# 3119a3baed1c47dc92031bd33db5228a #: ../adminuser/manage_projects_users_and_roles.rst:72 #: ../adminuser/manage_projects_users_and_roles.rst:85 msgid "Arguments" msgstr "" -# 2db4dcfff2324bada2954f223aaf5d96 +# 73228845d54f4f6dbf3016339b2efdd7 #: ../adminuser/manage_projects_users_and_roles.rst:7 msgid "" "As a cloud administrator, you manage projects, users, and roles. Projects " @@ -2185,9 +2205,9 @@ msgid "" msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 78dd50724b10445d840360bb7cf6366d +# 8a8608627e3741df9c13ef567f8fa86a # #-#-#-#-# dashboard.pot (Admin User Guide 0.0.1) #-#-#-#-# -# d4e38f14232f4037a119bad7dcda0d35 +# ecc97c5e0db14f55a6385c309f19adcd #: ../common/cli_overview.rst:23 ../dashboard.rst:5 msgid "" "As a cloud end user, you can use the OpenStack dashboard to provision your " @@ -2196,21 +2216,21 @@ msgid "" "instances." msgstr "" -# 9de2e0a1a7b2409ea6af80e46b5489b5 +# fa0b2f8f27b94bbb9ef2df5465bbefcb #: ../adminuser/intro-admin.rst:8 msgid "" "As an OpenStack cloud administrative user, you can manage tenants, known as " "projects, users, services, images, flavors, and quotas." msgstr "" -# 0b1a47c39cd5411d9ea81d88d43c5a9b +# 3d8de95f08f74eb582b951d29f2edc9f #: ../enduser/intro-user.rst:8 msgid "" "As an OpenStack cloud end user, you can provision your own resources within " "the limits set by administrators." msgstr "" -# 2141788db3484e349713a0a1344cd930 +# 77e2e037f2944d7baf391520ba7a06aa #: ../adminuser/dashboard_manage_images.rst:8 msgid "" "As an administrative user, you can create and manage images for the projects " @@ -2218,7 +2238,7 @@ msgid "" "projects to which you have access." msgstr "" -# d6a8d48ddea349509b8e346840ea7c16 +# 19d4503811b24616a813cd49a8295508 #: ../adminuser/dashboard_manage_instances.rst:8 msgid "" "As an administrative user, you can manage instances for users in various " @@ -2227,7 +2247,7 @@ msgid "" "for instances or launch a VNC console for an instance." msgstr "" -# b0d9be3273184457bcd6928ea09e22ed +# 15d35e3c7edb4eabb54b2112f54c5351 #: ../adminuser/cli_cinder_quotas.rst:8 msgid "" "As an administrative user, you can update the OpenStack Block Storage " @@ -2235,7 +2255,7 @@ msgid "" "new project." msgstr "" -# 787106dab5f245cf9e24960c15e4aa2f +# 31d60b5df39e43dfbe6088d069c2f530 #: ../common/cli_set_compute_quotas.rst:8 msgid "" "As an administrative user, you can use the :command:`nova quota-*` commands, " @@ -2244,13 +2264,13 @@ msgid "" "update the quota defaults for a new tenant." msgstr "" -# 6c2fa12637f74a5aa01455ec0328553b +# 952d586a2a6b4ce6832e2ca3ed899c87 #: ../adminuser/dashboard_manage_services.rst:8 msgid "" "As an administrative user, you can view information for OpenStack services." msgstr "" -# 9a5e78b5477843e38b8e63a26bee6452 +# 59c6a31ce42a43719f6a207665642b8d #: ../adminuser/cli_admin_manage_ip_addresses.rst:24 msgid "" "As an administrator using legacy networking (``nova-network``), you can use " @@ -2259,14 +2279,14 @@ msgid "" "users." msgstr "" -# 01338ed6623e4952b3194e4487f9915d +# b416263cf56a4646a426c429482a50d9 #: ../adminuser/cli_admin_manage_stacks.rst:29 msgid "" "As an administrator, you can also carry out stack functions on behalf of " "your users. For example, to resume, suspend, or delete a stack, run:" msgstr "" -# bd3c21d71330437c890981d927bd955e +# 58a826786bd84daea4a08e2157bcd4e1 #: ../common/cli_manage_volumes.rst:15 msgid "" "As an administrator, you can migrate a volume with its data from one " @@ -2274,21 +2294,21 @@ msgid "" "You can migrate only detached volumes with no snapshots." msgstr "" -# ebcd35f1158546728e8e7cefb394df0f +# 5012ada8f9ba47d6808fae13772894cb #: ../enduser/sdk_authenticate_networking_endpoint.rst:25 msgid "" "As an example, see the sample shell file that sets these variables to get " "credentials:" msgstr "" -# 9279bac2668243c29649a97b58613a78 +# d1a96f95ce7c4464b8d6bfe2e39b4ed8 #: ../enduser/backup_db.rst:17 msgid "" "As background, assume that you have created a database instance with the " "following characteristics:" msgstr "" -# dbe475a651bf4d7b98909f66851bdefa +# 3eb5762646824b2190b3eebb830d19dd #: ../enduser/hot-guide/hot_software_deployment.rst:596 msgid "" "As can be seen in the ``outputs`` section of the above template, the " @@ -2297,89 +2317,89 @@ msgid "" "status_code are also available as attributes." msgstr "" -# 966eed788a0c4bb8b6abbaba710bb3ed +# 219b815e8cc74e8a800dbde1d00e6db3 #: ../enduser/cli_swift_env_vars.rst:24 msgid "" "As shown in this example, the public URL appears in the ``StorageURL`` " "field, and the token appears in the ``Auth Token`` field:" msgstr "" -# d35af55c5278469a805cf75d19e03780 +# 676062718fef4ab3ab9951b5df358ddd #: ../common/cli_manage_volumes.rst:301 msgid "" "As the volume donor, request a volume transfer authorization code for a " "specific volume:" msgstr "" -# a006112c135b4d698c99a4ed0a4f79ed +# bea4c915a5634b15bfc3d8ebc254f5c4 #: ../common/cli_manage_volumes.rst:377 msgid "" "As the volume recipient, you must first obtain the transfer ID and " "authorization key from the original owner." msgstr "" -# f5b3f27e99aa48ed9ea5b67e60d98612 +# 5cba51b16af54d7cb5111b79f0a88837 #: ../enduser/manage_db_config.rst:150 msgid "" "As you can see, the ``sync_binlog`` option is currently set to ``0`` for the " "``myDB7`` database." msgstr "" -# fa7014ce6227432c8874a698bc70661b +# 217465f5b41645a7abad167f0dedf832 #: ../enduser/manage_db_config.rst:205 msgid "" "As you can see, the ``sync_binlog`` option is now set to ``1``, as specified " "in the ``group1`` configuration group." msgstr "" -# 8529c67f9a0a49bd9d01bcb4c561f685 +# c795ddb9b434463da9b91eaf952b0a65 #: ../common/log_in_dashboard.rst:7 msgid "" "Ask the cloud operator for the host name or public IP address from which you " "can access the dashboard, and for your user name and password." msgstr "" -# 41c5fbea9eb94d6f94afcf3acfa0a67f +# 2c8d7b785d8c4df793287ddb1b09dbaa #: ../enduser/sdk_assign_cors_headers.rst:8 msgid "Assign CORS headers to requests" msgstr "" -# a3bcde7abf29419cabd8c49d6664cff5 +# 2567d707d1554bd08b3a9f9075ce99a7 #: ../adminuser/manage_projects_users_and_roles.rst:390 msgid "" "Assign a role to a user-project pair. In this example, you assign the ``new-" "role`` role to the ``demo`` and ``test-project`` pair:" msgstr "" -# c59e760a73b4467ead94db2f63bbeb7d +# d057075afe8849abb507a87dca3fb0a5 #: ../adminuser/dashboard_manage_host_aggregates.rst:48 msgid "" "Assign hosts to the aggregate on the Host within :guilabel:`Aggregate` tab." msgstr "" -# c6136cbcbbe148e3a29a8f9121bfc104 +# 0a50cd54716b41788096c2513011eb36 #: ../adminuser/cli_keystone_manage_services.rst:148 msgid "Assign the admin role to the user-project pair::" msgstr "" -# 2f108008b0834295a668ea28d80fd3de +# 0f986657734b4464801d75312ca9d623 #: ../enduser/cli_manage_ip_addresses.rst:99 msgid "Associate an IP address with an instance in the project, as follows::" msgstr "" -# 04a600e711b44f26965ccf268e4e5abc +# ded01f06e1ab411ebfd4204dbfd97548 #: ../enduser/cli_manage_ip_addresses.rst:65 msgid "Associate floating IP addresses" msgstr "" -# 4237aae61f764f91a01af2c60632ca36 +# 6754bed8a9b84733bfb3b59b66ead04c #: ../enduser/cli_manage_ip_addresses.rst:22 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 "" -# 7499d2623f4741bdb8d6edd577b15f9b +# 84a1ea2f842b4c10a1a7ce5cfb8a38e9 #: ../enduser/create_db.rst:7 msgid "" "Assume that you have installed the Database service and populated your data " @@ -2387,12 +2407,12 @@ msgid "" "that you can create and access a database." msgstr "" -# 49018a91b0f048bdba0a6af02d550e4e +# b53f40289d834efaa437442ddf9e0376 #: ../enduser/cli_swift_large_lists.rst:38 msgid "Assume the following list of container names:" msgstr "" -# d9611fc2d3334081822511b1de296c9e +# fc60afabd6e2426c9a5ff59a96fa2cf5 #: ../enduser/cli_swift_large_object_creation.rst:259 msgid "" "Assured. The list of segments includes the MD5 checksum (``ETag``) of each " @@ -2401,109 +2421,109 @@ msgid "" "an attempt to download the manifest object results in an error." msgstr "" -# ba79bf468c574e0595182a00187e8e02 +# 3653c541d0604e099565966835aa91ba #: ../enduser/backup_db.rst:219 msgid "" "At this point, you might want to delete the disabled ``guest1`` instance, by " "using the trove ``delete`` command." msgstr "" -# b4da0befb14741638b1918ab09643cb0 +# 36d32537a54840928aa653bde30f7565 #: ../common/cli_nova_launch_instance_from_volume.rst:22 msgid "Attach a swap disk to an instance." msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 53236c5f0c864696bbbac8b720d9b084 +# 4a6859fc4c8644dc95097fa548e5fbad # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 92ab87ec73bf422fbba302b3546a4b13 -# 966fe788cb4349f7bbfe16a72b58a6a6 +# 8177222d01d1455b911e75de4f74ca9e +# fc3ee85bb1124a63942a55a52c601b7c #: ../common/cli_manage_volumes.rst:116 #: ../enduser/dashboard_manage_volumes.rst:58 #: ../enduser/hot-guide/hot_basic_resources.rst:445 msgid "Attach a volume to an instance" msgstr "" -# 0ca09d69229a46ca8e7b55067d1d392e +# 5cd6ffc6d4a44c88afb996b216f0180c #: ../common/cli_nova_launch_instance_from_volume.rst:24 msgid "Attach an ephemeral disk to an instance." msgstr "" -# a31c90ab17a64c4abbbf6da7850014cf +# d7d1e1990d2a4bc0a10fef0963e60748 #: ../common/cli_nova_launch_instance_from_volume.rst:252 msgid "Attach swap or ephemeral disk to an instance" msgstr "" -# 40828412fc654a57bb6cab93da9cad89 +# bfa9c60c5382437cbc765bb9b8808fa1 #: ../enduser/manage_db_config.rst:182 msgid "Attach the configuration group to the database instance:" msgstr "" -# 4901b97fced447cfb9e550ad320e7769 +# 317e986281184559b6d2fce951ec8d5f #: ../enduser/cli_cheat_sheet.rst:306 msgid "" "Attach volume to instance after instance is active, and volume is available" msgstr "" -# 01b9a96d5f3848638b680de2c0c166b5 +# caf43c49de024eabab225b111f0b0884 #: ../common/cli_manage_volumes.rst:118 msgid "" "Attach your volume to a server, specifying the server ID and the volume ID::" msgstr "" -# 34875fa0dd4e4728aad6b5b53f828076 +# 0667fe8d56ae44d59a78be3ad81e70f4 #: ../enduser/sdk_authenticate.rst:10 msgid "Authenticate" msgstr "" -# 6dd8cee72425413eb180dae410bde4a3 +# cac5ea940a55423e869fe530bad8692e #: ../enduser/sdk_authenticate_against_compute_endpoint.rst:11 msgid "Authenticate against a Compute endpoint" msgstr "" -# 2819097542ec4648a545324e9af49cd9 +# 5b5fa213a7ff4169bfc3bb1fad5c5325 #: ../enduser/sdk_authenticate_against_networking_endpoint.rst:11 msgid "Authenticate against a Networking endpoint" msgstr "" -# fcd04439be7446099f98b216a8403e6e +# f8954abcd012434489238df33f64d706 #: ../enduser/sdk_authenticate_against_identity_endpoint.rst:11 msgid "Authenticate against an Identity endpoint" msgstr "" -# 65b0dde19c64446b947d68c05c57da2a +# bbbbe5b515c141d29f4642e7a729341e #: ../enduser/sdk_authenticate_against_image_service_endpoint.rst:11 msgid "Authenticate against an Image Service endpoint" msgstr "" -# 39a1139048da4a6e8091ad3275011d98 +# b9130b4d80384d2cb8a2ae5bcf5f3b6c #: ../enduser/hot-guide/hot_advanced_topics.rst:28 msgid "Auto scaling" msgstr "" -# d6c8fecd3b314ae59b9ba00d89b302b6 +# e95a5d291a5b4e6eb383c8c3291fe6ac #: ../enduser/cli_swift_archive_auto_extract.rst:8 msgid "Auto-extract archive files" msgstr "" -# e5a9398043184b059c709e05d768a3c3 +# 726e1a136ceb4d2bbb4fdeffce5c2473 #: ../enduser/cli_swift_archive_auto_extract.rst:20 msgid "Auto-extract archive request" msgstr "" -# 79427f70d2074605bf9a62ebe86145c8 +# 00ecc8ed885f4b94982f41db87a606e7 #: ../enduser/cli_swift_archive_auto_extract.rst:72 msgid "Auto-extract archive response" msgstr "" -# c9b167b52b6d44cbab50408dfa77aa8f +# f66701ed174a46988ccc1757d70f15f0 #: ../adminuser/cli_manage_flavors.rst:23 msgid "" "Automatically generated by OpenStack. For private flavors, a value from 1 to " "255." msgstr "" -# 470a4cdd1673483da4ac588282397411 +# 474ca3303af348fc9c4a8439d2365c54 #: ../enduser/dashboard_manage_volumes.rst:43 msgid "" "Availability Zone: Select the Availability Zone from the list. By default, " @@ -2512,7 +2532,7 @@ msgid "" "``nova``." msgstr "" -# c20ad5522dbb48a39a22e9b610a89fe7 +# 34a8116610a341c0a2c2b0889a5e2310 #: ../adminuser/dashboard_manage_host_aggregates.rst:37 msgid "" "Availability Zone: The cloud provider defines the default availability zone, " @@ -2520,7 +2540,7 @@ msgid "" "aggregate, as follows:" msgstr "" -# f95061cf74874f2f858b6750ca167b83 +# 199a4a60ea4a48579429eaa35453fb43 #: ../enduser/backup_db.rst:43 msgid "" "Back up the database instance by using the trove ``backup-create`` command. " @@ -2528,13 +2548,13 @@ msgid "" "``INSTANCE_ID`` with ``97b4b853-80f6-414f-ba6f-c6f455a79ae6``:" msgstr "" -# 5618163ef0d04a9694ed3d2a630e2e4b -# 2c4f517724084f88a97d75c8840beea1 +# 76e70a28cc7a468a9d8bbfd5f2d6c8b2 +# eb1355607638470ba3f88e131394e99b #: ../enduser/backup_db.rst:6 ../enduser/dashboard_databases.rst:102 msgid "Backup and restore a database" msgstr "" -# bbedb046c85f440ab193da29828dbd52 +# a55653e0ed9b4693ae8a3486a26526d5 #: ../adminuser/dashboard_manage_images.rst:48 msgid "" "Based on your selection, there is an :guilabel:`Image File` or :guilabel:" @@ -2542,19 +2562,19 @@ msgid "" "image file on your file system and add it." msgstr "" -# c61880e60da543a0ba609ea8acf1fb3f +# ca599ad39f08400e8b471d6e94d21ea4 #: ../adminuser/cli_admin_manage_stacks.rst:24 msgid "" "Basic creation and deletion of Orchestration stacks, refer to the `End User " "Guide `_" msgstr "" -# 1b5105cd28eb47da82df57eb9be05bc2 +# 4b02b3d5505345c7974d9f6e59b831f9 #: ../common/networking_advanced_quotas.rst:20 msgid "Basic quota configuration" msgstr "" -# 0c52f9134f8a46a6b58f9589716ff3c0 +# bf04e9049b7d403fa5327571b32da7f2 #: ../enduser/dashboard_databases.rst:24 msgid "" "Because the dashboard does not let you choose a specific datastore to use " @@ -2562,29 +2582,29 @@ msgid "" "then uses the default datastore to create the instance." msgstr "" -# fcf7122295244e3b965ef3870ed92f13 +# a8d031a909d24d239dff0e620ba7d232 #: ../enduser/cli_swift_large_lists.rst:59 msgid "Because two container names are returned, there are more names to list." msgstr "" -# 257044dc4dd0484a94b8050e9f4d3152 +# 63f9277b451e4c8592657f1da1de41b5 #: ../enduser/cli_launch_instances.rst:77 msgid "Before you begin, source the OpenStack RC file." msgstr "" -# 85f3a6439d1d41a385d0573a4e7aba77 +# 283625bdc25b4816821e327872ab63e2 #: ../adminuser/manage_projects_users_and_roles.rst:28 msgid "" "Before you can delete a user account, you must remove the user account from " "its primary project." msgstr "" -# 076fb1d205e54387aa7f0d0e75ad59ea +# bbb5d9a584bc4a25a5b4ba97868a6750 #: ../enduser/cli_launch_instances.rst:15 msgid "Before you can launch an instance, gather the following parameters:" msgstr "" -# d1b7feaaa85e4b8181dc9b176742d8ae +# a3d38b9ca6f34701aa61c997780abbac #: ../common/cli_install_openstack_command_line_clients.rst:243 msgid "" "Before you can run client commands, you must create and source the :file:" @@ -2592,7 +2612,7 @@ msgid "" "`cli_set_environment_variables_using_openstack_rc`." msgstr "" -# 1ac49f79f2b7458faa5b97516833820b +# d2354264fc934d1aab36030e41441757 #: ../adminuser/manage_projects_users_and_roles.rst:31 msgid "" "Before you can run keystone client commands, you must download and source an " @@ -2600,7 +2620,7 @@ msgid "" "docs.openstack.org/user-guide/content/cli_openrc.html>`__." msgstr "" -# 90a4da2882f2453786ece11067265185 +# 9e29c3756ee946a78b302ba0bc1a3594 #: ../enduser/configure_access_and_security_for_instances.rst:8 msgid "" "Before you launch an instance, you should add security group rules to enable " @@ -2611,12 +2631,12 @@ msgid "" "with rules." msgstr "" -# 1bbc9fe6a2394b358e1afd9e9d48766f +# 9bebf8fe165043a1821d22036b988ddf #: ../common/cli_create_and_manage_networks.rst:8 msgid "Before you run commands, set the following environment variables:" msgstr "" -# 9b25cd2317954e6c84983cc7a7e3ac3b +# 5a0fd12679fb4f48907b3994adc2f26e #: ../enduser/manage_db_config.rst:133 msgid "" "Before you use the newly-created configuration group, look at how the " @@ -2625,59 +2645,59 @@ msgid "" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# c4832e2b48d04739ae8402d178f4b869 -# c340445723664bee9242b65d143a7018 -# 000989a3a2e3430ab39e1e146945e9d5 +# fb787e07d7524d2bb1973069e153c0c9 +# 9064da616fde429c9110fd979d47252c +# ba5e8fca7dd44de8807fb5574dcb6fb6 # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 2ce099553076490e82758a903c3f8ce9 +# aad800af2b28497c920a28cce522dbfd #: ../adminuser/dashboard_set_quotas.rst:42 #: ../adminuser/dashboard_set_quotas.rst:68 #: ../adminuser/dashboard_set_quotas.rst:74 ../common/cli_overview.rst:34 msgid "Block Storage" msgstr "" -# 552a4ac16f044c99a55ca138e0b46e16 +# fb4b9a244ec04fa6a6b35fbc04bf8c65 #: ../enduser/cli_cheat_sheet.rst:283 msgid "Block Storage (cinder)" msgstr "" -# 95cf782a0db148f788004284e03fbe86 +# 91e30338b0f84956a82a36adf3a9d3c4 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:117 msgid "Boot a new instance from the snapshot" msgstr "" -# f827f6c337dd4ff493e2e0791f8ae75e +# 5a5f41f7d7734c02a73ffdfb8e6bbfdf #: ../enduser/cli_cheat_sheet.rst:294 msgid "Boot an instance and attach to volume" msgstr "" -# 7de40bb0a6b44be99bc5b438d497dce8 +# e842b709103b4f27b5bdafbcb2dd43d1 #: ../enduser/hot-guide/hot_basic_resources.rst:474 msgid "Boot an instance from a volume" msgstr "" -# bafd2ee415f943cc8fb061bf0239cd21 +# 91c7f0747ddd42708a6edd61155b64c9 #: ../common/cli_nova_launch_instance_from_volume.rst:16 msgid "Boot an instance from an image and attach a non-bootable volume." msgstr "" -# c4c4e9352a1a4705a1b68deb715e2269 +# 5f178cfc4a9d4413a93f87041f78892b #: ../common/cli_nova_launch_instance_from_volume.rst:80 msgid "" "Boot an instance from an image and attach the empty volume to the instance::" msgstr "" -# e3f65931918944b9baad67367d4b6b2d +# ff7c06f0c5ca45e7aeef04dbc4cd8bb8 #: ../enduser/cli_cheat_sheet.rst:106 msgid "Boot an instance using flavor and image names (if names are unique)" msgstr "" -# 60351a26d3a84b678736b188fa83d01a +# 178b2361d1dd4c7692bb9ecaf669e678 #: ../common/cli_nova_launch_instance_from_volume.rst:258 msgid "Boot an instance with a 512 MB swap disk and 2 GB ephemeral disk::" msgstr "" -# 010273056a9141688905f921c0cfa9c5 +# f4e45a2d9f43425587b8b8a875bc30fb #: ../enduser/hot-guide/hot_software_deployment.rst:339 msgid "" "Boot configuration scripts can also be managed as their own resources. This " @@ -2689,73 +2709,73 @@ msgid "" "to create a new config and delete the old one." msgstr "" -# 80a45978c0914e06a3023add2c6ca494 +# e3676504098d4c8eacfa89611d3c6c8d #: ../common/cli_nova_launch_instance_from_volume.rst:20 msgid "Boot from an existing source image, volume, or snapshot." msgstr "" -# cae362fe5b7f4b899dfbaa37f936e9a9 +# 262b5d1c3dcd4fa99b78dc2d57384553 #: ../common/cli_nova_launch_instance_from_volume.rst:35 msgid "Boot instance from image and attach non-bootable volume" msgstr "" -# a05a581fa91c46db94e37db38b14fcb6 +# 0348439b53084d43a012fa1bb436f373 #: ../common/cli_manage_volumes.rst:21 msgid "" "Bring down a physical storage device for maintenance without disrupting " "workloads." msgstr "" -# c0b8f0aef60945869a7527f790fb278e -# e01415700b3c4367a73fe1b749549677 +# c6009ca88a80490999f616899bc1135d +# 86d9374b04e04716b3f99a8a9ea5d922 #: ../enduser/dashboard_manage_containers.rst:50 #: ../enduser/dashboard_manage_containers.rst:72 msgid "Browse to and select the file that you want to upload." msgstr "" -# 8603b33d9f254831ab4ee950b8010136 +# e7fe0ea7242f4c5185fb8d82d7280857 #: ../enduser/hot-guide/hot_software_deployment.rst:458 msgid "Building custom image for software deployments" msgstr "" -# a57bb0399925436c8bf26d34c4138cd2 +# 9979aed097d24935b4b99756a3de0b34 #: ../adminuser/cli_admin_manage_ip_addresses.rst:59 msgid "Bulk create floating IP addresses" msgstr "" -# 43dda97f7ee84821a4fa7fe18a607e14 +# a9cf22057cd448fca758dca540b68661 #: ../enduser/cli_swift_bulk_delete.rst:8 msgid "Bulk delete" msgstr "" -# 4cf51c8f2ddb4e42bc7e7e347a24b624 +# 4f61754a835e455b83857b399fde76ab #: ../adminuser/cli_admin_manage_ip_addresses.rst:85 msgid "Bulk delete floating IP addresses" msgstr "" -# 4923e71ef2b6466e83329b86e6c34f5d +# e1ce95ec4aa84c2d8e257261dcbb5dbc #: ../enduser/cli_swift_bulk_delete.rst:17 msgid "Bulk delete request" msgstr "" -# 0f826c2214184e38ad192c637a9ae895 +# 8dfb67249b4444deac44fe639d1c057d #: ../enduser/cli_swift_bulk_delete.rst:48 msgid "Bulk delete response" msgstr "" -# 9545fb5e11bc414bb2070e7059dba587 +# a1814ebc64754860a0a66bc9b179b372 #: ../enduser/manage_db_config.rst:21 msgid "Bulk-configure a database or databases" msgstr "" -# 546897d41a094c37b74e01721f50e596 +# 4942c28872c5465c84dbdbb1e9627142 #: ../adminuser/cli_admin_manage_ip_addresses.rst:68 msgid "" "By default, **floating-ip-bulk-create** uses the ``public`` pool and " "``eth0`` interface values." msgstr "" -# 70bd6693db314bdf9847dee410a24ec6 +# 96ea4ec5377f4bac8f6e89eb7d22ca44 #: ../adminuser/cli_admin_manage_ip_addresses.rst:13 msgid "" "By default, both administrative and end users can associate floating IP " @@ -2766,7 +2786,7 @@ msgid "" ">`_." msgstr "" -# 46cdbc56ae1d4e77b25ee16779aa8134 +# 2795fc44280d413e90269f922ffaedb2 #: ../enduser/cli_swift_serialized_response_formats.rst:8 msgid "" "By default, the Object Storage API uses a ``text/plain`` response format. In " @@ -2774,7 +2794,7 @@ msgid "" "supported." msgstr "" -# 3e40594b83434f8380229426b09ad087 +# 6046c388ae2c46b6b62ee774505bb9ae #: ../enduser/cli_swift_large_object_creation.rst:14 msgid "" "By default, the content of an object cannot be greater than 5 GB. However, " @@ -2782,71 +2802,71 @@ msgid "" "large object is comprised of two types of objects:" msgstr "" -# 8e5762f36869437fbff64e58c48bf7bd +# 1964bba7d4974290ba90325182b131e4 #: ../adminuser/manage_projects_users_and_roles.rst:130 msgid "By default, the project is enabled." msgstr "" -# 0c2f4262adf641f48ce088f2a84f826c +# 10b48e04d2954942a70a9de9dec43ff8 #: ../enduser/cli_reboot_an_instance.rst:12 msgid "By default, when you reboot an instance, it is a soft reboot." msgstr "" -# c33c2c0eeced4f2caa7a0d413463322b +# 1ab526d82277444d941ea7388f702225 #: ../enduser/sdk_authenticate_compute_output.rst:320 msgid "Call ``print_server`` again to check the update server details:" msgstr "" -# 9f138c072fb8494dbae7ad9e3a0bfb5e +# 7aa09aa1d6624253a84d08c11d9f6043 #: ../enduser/sdk_authenticate_compute_output.rst:306 msgid "" "Call ``server.update`` on the server object with the new value for ``name`` " "variable:" msgstr "" -# fde457a371a448be9248bdeaa4bcf78f +# 88bad2a9bb744553b6f9ad458509244c #: ../enduser/create_db.rst:51 msgid "Cassandra" msgstr "" -# bb24e2f92cee4c0c9250cbf4268f052c +# 6b8c79a0261c4cfa85eb71f5a0c2f991 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:38 msgid "Change into the ``logtest`` directory::" msgstr "" -# 8bf347df8949428cabdc4aee9856c33c +# 1ac18c5861ef4615af7a36c80c351505 #: ../enduser/cli_change_the_size_of_your_server.rst:8 msgid "Change the size of a server by changing its flavor." msgstr "" -# a883f0265d99441cab94671b3de46678 +# 4a58fc6cec934cfc85041d8f3f5fadea #: ../enduser/cli_change_the_size_of_your_server.rst:6 msgid "Change the size of your server" msgstr "" -# 8ffda9d422e14c528288461511756055 +# 3040193595884b29b3bb197dabb78cc1 #: ../enduser/cli_launch_instances.rst:245 msgid "Check if the instance is online::" msgstr "" -# 0329db57415b43da8946a29fa1b3a89c +# a8a6d6cd641f41379fb50ad20102ff1c #: ../enduser/dashboard_databases.rst:147 msgid "Check the backup you want to use and click :guilabel:`Restore Backup`." msgstr "" -# d7cd75912eed4b599d85400147e16c50 -# dda080de2ad64e10bd0f28bec1c7a886 +# c38f0ad13daf414b8366e16397bd5a1b +# 3969eb95f8694bfd8f1b7f4268adc897 #: ../adminuser/cli_nova_manage_services.rst:38 #: ../adminuser/cli_nova_manage_services.rst:65 msgid "Check the service list:" msgstr "" -# 35123a6129a3480b8844dfdf65d085d7 -# 3c158de028de4d93896f2f86b6cd1406 -# 83a14d91fd8a4c35a55e9dda3ce250a8 -# 2b3194fcb474428693197f1dfbf55c2a -# 4917f534f7eb4ec2b14cb582b2a3dcb9 -# ae24a9e884064b9ba7b0ddcde3d3bcc7 +# 8c0544c8ad154b8f93414a48ef4121a1 +# 1650c42089dd49278d0b5cb45585d90a +# fb87f3b0159c4734a25cf7942ab0700c +# 824bb5e45d1b4a6da6b8d0604df695ed +# ad51ce3a930c40b79d6b19c004509e0d +# 35c093fc68fb4d8f8dd9bdd64f0f938c #: ../adminuser/dashboard_manage_flavors.rst:29 #: ../adminuser/dashboard_manage_flavors.rst:79 #: ../adminuser/dashboard_manage_flavors.rst:94 @@ -2858,347 +2878,347 @@ msgid "" "the page." msgstr "" -# 40d5d40672184651b549366d89cf5b95 -# fbe3f6e0851f48dea26d9f24943c7ac2 +# de436b3e2adc4f989c9d3c6d6611b0cc +# 28750886d3f04c5586c36eeef878ba0c #: ../adminuser/dashboard_manage_host_aggregates.rst:24 #: ../adminuser/dashboard_manage_host_aggregates.rst:60 msgid "" "Choose the admin project from the drop-down list at the top of the page." msgstr "" -# 5f3719a60a7e4ecc8830e8f3a48b1def +# aceec602fb954713880fa028a9428545 #: ../adminuser/dashboard_manage_images.rst:43 msgid "" "Choose the image source from the dropdown list. Your choices are :guilabel:" "`Image Location` and :guilabel:`Image File`." msgstr "" -# 8e4ae7afbd6f4b0486fa659ddb294b51 +# 6c551f51cafa4e6aa8c9ac306da0d052 #: ../enduser/configure_access_and_security_for_instances.rst:172 msgid "Choose the pool from which to pick the IP address." msgstr "" -# b1255a36ab0347088b36d0df1a170608 +# 00c0450d80ab48d2bde5b13d30d5f176 #: ../enduser/dashboard_stacks.rst:51 msgid "" "Choose the source of the environment from the list. The environment files " "contain additional settings for the stack." msgstr "" -# b959adb222924af8aa8e581982558e00 +# f5e109316ae34a998124f3525acc11d9 #: ../enduser/dashboard_stacks.rst:42 msgid "Choose the source of the template from the list." msgstr "" -# 655a6ae7cfe342f9b9d5d02ef7b6d9bb +# 2b01f1c84eec4780955f38dfeeb303be #: ../enduser/hot-guide/hot_software_deployment.rst:142 msgid "Choosing the user_data_format" msgstr "" -# 46f550b740874f3dabfd48ac7d3c35d3 -# 2c1e605f4eaf40dea2425ec4f291c330 +# a7b36efea3544dd88020232b15848e35 +# 3cec11470ac449aca05835f6686002dd #: ../adminuser/cli_cinder_quotas.rst:76 #: ../adminuser/cli_cinder_quotas.rst:109 msgid "Clear per-tenant quota limits::" msgstr "" -# 50bd403ca0b54ba999d84c9a59e211bc +# c0de53e50c1b4e0abcb1f4096acdbd74 #: ../enduser/dashboard_create_networks.rst:101 msgid "Click :guilabel:`Add Interface`." msgstr "" -# fd372f90f38040f993ddea6c52574a4a -# 752afa674b184be393761b0a88b0b498 +# 03f7bc516293472c91f6c5bb038ee2b8 +# dcd4ab8e5548446eb71f2004b55a3f04 #: ../enduser/configure_access_and_security_for_instances.rst:69 #: ../enduser/configure_access_and_security_for_instances.rst:84 msgid "Click :guilabel:`Add`." msgstr "" -# a1f42edc74114f7eaf5d7b773c910040 +# 4067ccee8ca149e3bb3a0bb78c66358b #: ../enduser/dashboard_manage_volumes.rst:76 msgid "Click :guilabel:`Attach Volume`." msgstr "" -# d025f69a9eba46ffb310446191f5c0d1 +# 54105520769047be80b0aa36692f1e53 #: ../enduser/dashboard_stacks.rst:131 msgid "Click :guilabel:`Change Stack Template`." msgstr "" -# a5695b10b932439ea4b2f4e79e854610 +# ae04f671484c43d0bf55cb8fe143daaf #: ../enduser/dashboard_manage_containers.rst:96 msgid "Click :guilabel:`Copy Object`." msgstr "" -# 3de76d8cb43040c98cb230f87d4207f8 +# bd34058256b64a2aaea11da1842e81c0 #: ../enduser/dashboard_databases.rst:120 msgid "Click :guilabel:`Create Backup`." msgstr "" -# c74d3c24583d4832a43e5976dd13daf6 +# 23efe1c759374d96866215ae372cbbfc #: ../enduser/dashboard_manage_containers.rst:24 msgid "Click :guilabel:`Create Container`." msgstr "" -# c636d508dbf645aa968d5c5842e4cbb8 -# c699ee44f4f249b68073c9133118aa36 +# 9dee5bb1b0524e488e84bab0d1a27a86 +# 9ff27fefdcb94b779ee942b6300f40eb #: ../adminuser/dashboard_manage_flavors.rst:33 #: ../adminuser/dashboard_manage_flavors.rst:72 msgid "Click :guilabel:`Create Flavor`." msgstr "" -# f9535acc4d17447c94d9b263030b2467 +# 13817ed6d9be4b3fbba6e7e9303d4030 #: ../adminuser/dashboard_manage_host_aggregates.rst:30 msgid "Click :guilabel:`Create Host Aggregate`." msgstr "" -# 10441846197e4c0bbcd0e5676a036db4 -# 288ab28bedf54700865a961e430a7acb +# a516411ec9b44387a51734d0595b8145 +# c9c4f478eaab436d832b92a1ba8f7190 #: ../adminuser/dashboard_manage_images.rst:33 #: ../adminuser/dashboard_manage_images.rst:70 msgid "Click :guilabel:`Create Image`." msgstr "" -# c6281269ee6647989a2366ed54e18467 +# e4c343c871724233bdb07c29618ab7ad #: ../enduser/dashboard_manage_containers.rst:131 msgid "Click :guilabel:`Create Pseudo-folder`." msgstr "" -# 5ab53da8460b4966966ea0af98082bed +# 5e3ce83f5141465695775bf6eeee840b #: ../enduser/dashboard_create_networks.rst:70 msgid "Click :guilabel:`Create Router`." msgstr "" -# 4e168d8e0bfc404fb00d561cf1003680 +# 23a765ced66c44ed88e0554ed6fc1c55 #: ../adminuser/dashboard_manage_instances.rst:30 msgid "" "Click :guilabel:`Create Snapshot`. The dashboard shows the instance snapshot " "in the :guilabel:`Images & Snapshots` category." msgstr "" -# 45fa0dc5212e47e180f1a3b92f4dcd56 -# 35548176dfff4e4e92d51f81be6894a8 +# 1c33531bc71e4ae09b1d1ec0bb231f29 +# e27db343c48749faafc877dff0802583 #: ../enduser/dashboard_manage_volumes.rst:19 #: ../enduser/dashboard_manage_volumes.rst:53 msgid "Click :guilabel:`Create Volume`." msgstr "" -# d277c4093ee94c61b74832e2cbc2e4a0 -# cec38e33ef414995a4b84f4e9952fd97 +# 973b2949f14546f49d1563a97f68e99f +# 3d961429b0a24eb88c2ce61091dd7c09 #: ../enduser/dashboard_create_networks.rst:61 #: ../enduser/dashboard_manage_containers.rst:142 msgid "Click :guilabel:`Create`." msgstr "" -# b6204e0f3db94967b508ab66a5b365c1 +# 02de49cffff94ec59958ff5eeab3180f #: ../enduser/dashboard_databases.rst:145 msgid "Click :guilabel:`Database Backups`. This lists the available backups." msgstr "" -# 2809ea96c5b34ca1b731028ccdee3b7e +# 1a61965ef60d4b73817043ba107e32bf #: ../enduser/dashboard_databases.rst:117 msgid "" "Click :guilabel:`Database Instances`. This displays the existing instances " "in your system." msgstr "" -# 18fb2013394e4971bb8077283eceaa31 +# d93703c18ae248018f404e8ce15df488 #: ../enduser/dashboard_databases.rst:65 msgid "" "Click :guilabel:`Database Instances`. This lists the instances that already " "exist in your environment." msgstr "" -# 6dde528c8d8a43f2b79a8f77c79ce004 +# f9ede2d8f2b84a2d8a7a13e2c42bc47d #: ../adminuser/dashboard_manage_flavors.rst:99 msgid "Click :guilabel:`Delete Flavors`." msgstr "" -# c7d3902c9dc74cc2bb6998ed852c30a6 +# 4334c973b79a47da8fff62b6a39f9a84 #: ../adminuser/dashboard_manage_images.rst:102 msgid "Click :guilabel:`Delete Images`." msgstr "" -# 2f3ce88c3a1d4b6d8a3edee8c4eac98e +# c29693b310f24d72b8b55f6f8b7dc94f #: ../enduser/dashboard_stacks.rst:148 msgid "Click :guilabel:`Delete Stack`." msgstr "" -# 5e1dec68a71242c7beec64b07ea0af73 +# c2c4bdb884284620bb14be2d89b9388d #: ../enduser/dashboard_manage_volumes.rst:146 msgid "Click :guilabel:`Delete Volumes` and confirm your choice." msgstr "" -# b7e12f0554a94088b5c8a918710a05da +# d5be357908d94adfaf281e3c24c0e44d #: ../adminuser/dashboard_manage_instances.rst:76 msgid "Click :guilabel:`Download CSV Summary` to download a CSV summary." msgstr "" -# cd1148e175d2469caaba02926fb8f413 +# 409ed8e8564a41edbace7f6f8e1661cf #: ../enduser/dashboard_manage_volumes.rst:130 msgid "Click :guilabel:`Edit Volume`." msgstr "" -# 2df61ef9191a494782a377467a505064 +# fa08f79fecfc45ff99b1363be54d1914 #: ../enduser/dashboard_databases.rst:68 msgid "Click :guilabel:`Launch Instance`." msgstr "" -# 92c29e828c06488aafb0200b28d0acef +# 4accb8b96b7e4664b5679ff3057513e6 #: ../enduser/dashboard_stacks.rst:37 msgid "Click :guilabel:`Launch Stack`." msgstr "" -# 24d3305b113843ec8e3cc4f22026c75a +# 7a63c775ea8f45418103b1b630fd3967 #: ../enduser/dashboard_stacks.rst:107 msgid "" "Click :guilabel:`Launch` to create a stack. The :guilabel:`Stacks` tab shows " "the stack." msgstr "" -# 1f3b44c2b15b448c8be530748756fdaa +# c7bed55c89a14ed08150cc3a82af754c #: ../enduser/dashboard_databases.rst:155 msgid "Click :guilabel:`Launch`." msgstr "" -# 00f046c0bb2f4f8d9a05b3124d464604 +# 5bbcdb165094439d8272c85942ccc62a #: ../enduser/dashboard_manage_containers.rst:84 msgid "" "Click :guilabel:`More` and choose :guilabel:`Copy` from the dropdown list." msgstr "" -# a9e710108709477ba7bee24939a95df4 +# 99e79c0c662c46fea2308f056f58a050 #: ../enduser/dashboard_manage_containers.rst:68 msgid "" "Click :guilabel:`More` and choose :guilabel:`Edit` from the dropdown list." msgstr "" -# c135309cd4004025a8a1971933c865b2 -# 8d2f529de5dc4c0b9aca3cf23143295c +# da796781d8eb4462879c71428157f18c +# fb7cf9e3b93c4d6bacfbcfbdcea70822 #: ../enduser/dashboard_stacks.rst:64 ../enduser/dashboard_stacks.rst:134 msgid "Click :guilabel:`Next`." msgstr "" -# a9135d7863fb4603a3170e7ef4d0aeb2 +# 16b81262553d4ff3a6c193e44a2aa09b #: ../adminuser/dashboard_manage_flavors.rst:87 msgid "Click :guilabel:`Save`." msgstr "" -# 36e4a88ce6b8427ebbef84ad9f02410a +# 783cdf6bef0c485aad86c89ae5b6bc79 #: ../adminuser/dashboard_manage_images.rst:90 msgid "Click :guilabel:`Update Image`." msgstr "" -# efa81247139d43ee8c425b3b94df1d70 -# 20aa1c3ec0704ae09979b806f5e95921 +# c31780c677f3418ea2bac13671464240 +# a77186ec115c4befa4f8ebd6a7a7d3ae #: ../enduser/dashboard_manage_containers.rst:74 #: ../enduser/dashboard_manage_containers.rst:119 msgid "Click :guilabel:`Update Object`." msgstr "" -# d7198102aba54f59aad9f64a874b252a +# f753e7a351394756b87f669eddea05f6 #: ../enduser/dashboard_stacks.rst:138 msgid "Click :guilabel:`Update`." msgstr "" -# 06c4a16535f14a08a38e59dea43651bb -# 45c66892019449f58a70675209e4d103 -# 338f9daed7054afc98f0280d4131831b +# 5f4e2e14a29b4e03907c0418f6b131d8 +# 1db6e64dc8294c15b3889fbe68a32ef9 +# 88da4c234712423e9cbc2d61fafd4ab4 #: ../enduser/dashboard_manage_containers.rst:41 #: ../enduser/dashboard_manage_containers.rst:52 #: ../enduser/dashboard_manage_containers.rst:109 msgid "Click :guilabel:`Upload Object`." msgstr "" -# 9f7615339732416d8cecfdc1c311d4d1 +# e93f8b281f964516afe581b0cf2c703c #: ../enduser/configure_access_and_security_for_instances.rst:170 msgid "Click Allocate IP to Project." msgstr "" -# a4a06f29fa6c44169d288db24e658f55 +# 5f88b7d604914bf4947226ac174567ee #: ../enduser/configure_access_and_security_for_instances.rst:174 msgid "Click Allocate IP." msgstr "" -# a55b59701b9c46f8aea72ef8e838ad35 +# bce911d4c36f473bbb23f6ca7c128715 #: ../enduser/configure_access_and_security_for_instances.rst:188 msgid "Click Associate." msgstr "" -# 5b1d6a3f93ee456f9729c562f0d7f4df +# ec338eb61f684dc38cf66d03b53644c5 #: ../enduser/dashboard_databases.rst:133 msgid "Click Backup. The new backup appears in the backup list." msgstr "" -# 5cf7e29382864c44a1bb714e826807e3 +# 576f4cad3e67478696a844ec68f15de9 #: ../enduser/configure_access_and_security_for_instances.rst:101 msgid "Click Create Keypair." msgstr "" -# 50e2089c870545e4ac23f756b03b3b5b +# 4ded5d69a04043a3a6df64542225ba60 #: ../enduser/dashboard_create_networks.rst:24 msgid "Click Create Network." msgstr "" -# f9c210ffa46c4c54a96f6c269615d5d9 +# 066a7792ef26406e8d7cc22aaa75fb5f #: ../enduser/dashboard_manage_volumes.rst:93 msgid "Click Detach Volume and confirm your changes." msgstr "" -# b1c097756ee849eba7a1ad0c98eaa486 +# 1fa9160023434bbeb9d8fd83b3fff866 #: ../enduser/configure_access_and_security_for_instances.rst:119 msgid "Click Import Keypair." msgstr "" -# cbec9911c6af406ba7e20f7d63c35228 +# 3d3101bfb4354d2dba58ee01ceb23d55 #: ../adminuser/dashboard_admin_manage_roles.rst:31 msgid "Click the :guilabel:`Create Role` button to confirm your changes." msgstr "" -# 642da7f5fa744721abfff6ecdfcf8f61 +# 6e5ae711385546de921e6e64db586afb #: ../adminuser/dashboard_admin_manage_roles.rst:28 msgid "Click the :guilabel:`Create Role` button." msgstr "" -# d542190dbb304f369994e09fd2b76f4b +# 899a26a72221425a890a6b40c43a061a #: ../adminuser/dashboard_admin_manage_roles.rst:39 msgid "Click the :guilabel:`Edit` button." msgstr "" -# a9638250cf0e48fd8814d1d5f124316f +# dc6f5511062f4038bcd0097f142461eb #: ../enduser/dashboard_databases.rst:98 msgid "" "Click the :guilabel:`Launch button`. The new database instance appears in " "the databases list." msgstr "" -# cf76ced935ca494f98d85ec76bff1e00 +# 9b266c2e0d2c435681097211d667f235 #: ../enduser/dashboard_databases.rst:152 msgid "" "Click the :guilabel:`Restore From Database` tab and make sure that this new " "instance is based on the correct backup." msgstr "" -# 95a04dbdc5f840f9a8390cb7567aef63 -# c16501e1929341a8af5ce3c70a0a85e8 +# c4085a1a7924416bb6aad5d7192b1a67 +# dcf0594f650f45dea09103e4d58ff5c9 #: ../adminuser/dashboard_set_quotas.rst:104 #: ../adminuser/dashboard_set_quotas.rst:109 msgid "Click the :guilabel:`Update Defaults` button." msgstr "" -# a529d250e1934b9bbe0c59263554ed3e +# 3cf5f38d6d4941be9a1126ea395f9c61 #: ../adminuser/dashboard_admin_manage_roles.rst:42 msgid "Click the :guilabel:`Update Role` button to confirm your changes." msgstr "" -# 88076b6b794e406ea09a6d20ff1a2c20 +# f98008342faf4552bddae65af828e1ce #: ../enduser/configure_access_and_security_for_instances.rst:167 msgid "" "Click the Floating IPs tab, which shows the floating IP addresses allocated " "to instances." msgstr "" -# f298618559684ed6a9178cee159d41e3 -# d151a9bcd1e04b8199919161b3777d5e +# f6649215a3384c929ac818b0761f97e1 +# eecbe8e58b5e493bb75c316f7df2f5f8 #: ../enduser/configure_access_and_security_for_instances.rst:98 #: ../enduser/configure_access_and_security_for_instances.rst:116 msgid "" @@ -3206,60 +3226,60 @@ msgid "" "this project." msgstr "" -# f04b73eb3612492ca6b868273b947533 +# 25d69bcecb2643719e256b951d3faae7 #: ../enduser/dashboard_create_networks.rst:77 msgid "Click the new router's :guilabel:`Set Gateway` button." msgstr "" -# 33d4c5241f2c43f5ace71c38f2fb5e9b +# 4867aea9a35e48d1af4816a26ee29853 #: ../adminuser/dashboard_view_cloud_resources.rst:31 msgid "Click the:" msgstr "" -# 1e52018698024c198686df7bdaf40545 +# d6b6bd306ca14c5e876ba64cbd5dcb7e #: ../common/cli_overview.rst:32 msgid "Client" msgstr "" -# 1c1971b791ad4da1ba453507fd33e6f1 +# 01122cf6d4144486b69aa3d4713fe3b3 #: ../enduser/cli_manage_bare_metal_nodes.rst:28 msgid "Commands" msgstr "" -# 2c545ed353344a47889152fa14b57575 +# 76c35a773d4f43ea88b4a78a382a6fd9 #: ../common/cli_overview.rst:80 msgid "Common client" msgstr "" -# 4fddc8399b39406e9444d7f0b3cb4817 +# 95c96f9da6fe449ea48a367f973fc3f1 #: ../common/cli_overview.rst:80 msgid "Common client for the OpenStack project." msgstr "" -# fd6cde65eb494706b8effd2ab638b58f +# 17ab29602d044b15bf9434e7cec58633 #: ../enduser/cli_swift_large_object_creation.rst:251 msgid "Comparison of static and dynamic large objects" msgstr "" -# f2b20b84b8ff493a9fd96c96e369fd0f +# 30dcbc20023c457198d88d8bb615d128 #: ../enduser/hot-guide/hot_basic_resources.rst:358 msgid "Complete network example" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# bb81901ff2b1475b8b4400dbd9ff9499 -# 4ebeba4d8bd5422da2c779ad1df08afd -# d472098926f54103b880d086711d1bda -# 262f1cd0d1a54a069ea097774c3d5a5e -# 991e9e0d80384a449108af91c8a9d045 -# 140f30e551924e2189930eaee3849f4a -# 8b90c7e2160c4f99898109a2f00667b7 -# aa722620452f44908817e98b921a409a -# 852bd53273b8499892bfc8e07f561fce +# 08668d2ea6794dd991f2431b3dc77fb1 +# 0cf7b808452245558247ca02826f71ab +# c94cc7251aed41eb82e3bd1c902a2a57 +# c85ff0ba11844ea1abae004f785cbf32 +# 6ad5d653a9c64bb8a36253b4f89ff3cb +# 616c8b0e80954260b2d6432375ff42d5 +# ea230a3a942d44b9830d0961ce37a8e6 +# 818a8ccfc24d4dffb38a1eec30b2db53 +# b29c88c2f797432bba36eacf759ce9fa # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 5730875905bf412080cd185896972526 +# 34744ce603e544c5824880b02add582d # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# e2bc21166a1d4610b55b158279b61a0e +# d1dc327ba1ab4f3590a72e8cb8da931c #: ../adminuser/dashboard_set_quotas.rst:45 #: ../adminuser/dashboard_set_quotas.rst:48 #: ../adminuser/dashboard_set_quotas.rst:51 @@ -3273,12 +3293,12 @@ msgstr "" msgid "Compute" msgstr "" -# d43f3c856d3343ca86cb675cf3549e55 +# 6730e114ab2347f4a40010dfff857c00 #: ../enduser/cli_cheat_sheet.rst:86 msgid "Compute (nova)" msgstr "" -# e678b6345b5646b4bd0f432d70a51da6 +# 106573986cb54ae39a121936d2a1b300 #: ../enduser/hot-guide/hot_software_deployment.rst:535 msgid "" "Config inputs are mapped to shell environment variables. The script can " @@ -3287,7 +3307,7 @@ msgid "" "inputs ``foo``, ``bar`` and generates an output ``result``." msgstr "" -# f0c01405fece41f89efa618679a5c7c2 +# 1716acd23d2241c08e412f06b4be6b35 #: ../enduser/hot-guide/hot_software_deployment.rst:634 msgid "" "Configuration data which used to be included in the ``AWS::CloudFormation::" @@ -3295,154 +3315,154 @@ msgid "" "property of the config resource, as in the following example:" msgstr "" -# e363a4dbb2b04dcea3db89ad92e1de18 +# 81795f28833c4153b74ccf8fd66d90e7 #: ../common/networking_advanced_quotas.rst:107 msgid "Configure Networking to show per-tenant quotas" msgstr "" -# e6f85b8c78f14ecaaf76a3468c5266ab -# 5d8a6528a9be489aa2678b59fb3d36d1 -# 65f42ca248fb4be788583587902fee71 +# 2516ce6e06bb41da89481a12aafb5574 +# cfcb56e8f874431aa32389190b3a0d7b +# af18eb04fac64900abb507fd4af81b03 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:6 #: ../enduser/configure_access_and_security_for_instances.rst:6 #: ../enduser/sdk_configure_access_security_instances.rst:11 msgid "Configure access and security for instances" msgstr "" -# 9baa4a5a3bc54dfaa1cc44bd4c1766c4 +# d451c984e1a04f21bf58ade6d991e761 #: ../common/cli_overview.rst:52 msgid "Configure networks for guest servers." msgstr "" -# 8e4c4fa0cc944271bffa6134abeb179a +# 321d08a098f84a4facd6978b971764ae #: ../common/networking_advanced_quotas.rst:85 msgid "Configure per-tenant quotas" msgstr "" -# bcc6243b488d43f0998614efc912e895 +# 4a8016a269134d879d7bd64f9ba16e06 #: ../enduser/hot-guide/hot_software_deployment.rst:620 msgid "Configuring with cfn-init" msgstr "" -# 701fcd7b5ea04df295ad1391d4e45357 +# 1e453b26cb8a4e9d96cbc1c88f087b43 #: ../enduser/hot-guide/hot_software_deployment.rst:602 msgid "Configuring with os-apply-config" msgstr "" -# d8c4d5f7e1a54370b0ca4f4132c0ed68 +# 37193857d68043e98776f984a4d986fa #: ../enduser/hot-guide/hot_software_deployment.rst:714 msgid "Configuring with puppet" msgstr "" -# e440f0072c5040d8b60c968fb2315086 +# ff4a12521cd34bee9ce537d9953253f0 #: ../enduser/hot-guide/hot_software_deployment.rst:530 msgid "Configuring with scripts" msgstr "" -# ff207c1e320c4d23ad7155f9489dfacc +# b49f625b88bd4ff7920ef027c75b232e #: ../enduser/cli_change_the_size_of_your_server.rst:82 msgid "Confirm the resize,for example::" msgstr "" -# bdf1326b0d5948a5b44b98e08a8639bd +# 6846a9dcea9a4fc387d29978a8bc73c7 #: ../enduser/dashboard_manage_volumes.rst:109 msgid "Confirm your changes." msgstr "" -# e426c823d5384d04ba6fc85ccc9fd923 +# 984a81f3c4ab4052b4d1bbbcdcf82d63 #: ../enduser/hot-guide/hot_basic_resources.rst:47 msgid "Connect an instance to a network" msgstr "" -# f3ea0a2399ef4bb0980fe5fb4b4a8793 +# be7b9c13982d409da8115021f2476331 #: ../adminuser/dashboard_set_quotas.rst:51 msgid "Content bytes allowed for each injected file." msgstr "" # #-#-#-#-# index-admin.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 54fa168a6f8642a0a97b38ea5c01f3f0 +# 58a41845bc494dd08e32abe371d7fdb0 # #-#-#-#-# index.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 3858640796d54289a0053d0ccf57cd47 +# 6607baabd8d443ceab103cd75882674e #: ../index-admin.rst:20 ../index.rst:20 msgid "Contents" msgstr "" -# 15b871cd272c4f16968722bd8935625d +# 9c90cd78c2214550ac34b7d3d447a8bd #: ../adminuser/dashboard_manage_instances.rst:39 msgid "Control the state of an instance" msgstr "" -# 765d6d13f8804c81b8a5c7f1f1741c44 +# f6ba79c8d9fa4dc2a62445d3660a1699 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:36 msgid "" "Copy the :file:`PROJECT-openrc.sh` file to the computer from which you want " "to run OpenStack commands." msgstr "" -# a3a8c01758bd4d3d9871cf44dc08c751 +# be95c8c5f0994d9385ec2bfaaf4da0bf #: ../enduser/cli_launch_instances.rst:227 msgid "" "Copy the administrative password value from the ``adminPass`` field. Use the " "password to log in to your server." msgstr "" -# 6bfe025f4d70497996d9161a1cffa15e +# d7d0aa771c3140f49ff99ded493459ac #: ../enduser/cli_launch_instances.rst:224 msgid "" "Copy the server ID value from the ``id`` field in the output. Use the ID to " "get server details or to delete your server." msgstr "" -# 52149317626c44168275decb2b96b4f9 +# 568cf509d10d49de8d6e704ef6c3b29e #: ../enduser/cli_swift_set_object_versions.rst:41 msgid "Create a ``current`` container to store current versions of objects." msgstr "" -# 32d10991a1d843bca5c423bbb215dbf3 +# ba12490cba0a4faeb8c73b2a46cbcd97 #: ../enduser/cli_manage_bare_metal_nodes.rst:54 msgid "Create a bare-metal node" msgstr "" -# 989cb3b887c3405aacc644cf7586d244 +# 03e900a09a8b44aa97fedf9a0919fcb1 #: ../common/cli_nova_launch_instance_from_volume.rst:198 msgid "" "Create a bootable volume from an image, before the instance boots. The " "volume is not deleted when the instance is terminated::" msgstr "" -# e72148b0b95c49eea5889f197ae64b20 +# 3199e2fd2b194094a59ded189794c701 #: ../enduser/dashboard_manage_containers.rst:20 msgid "Create a container" msgstr "" -# af9b115388fc4cce88a903e76cb5588f +# 87953cf1a9a74ab3b6f227ecefb76e02 #: ../common/cli_manage_volumes.rst:276 msgid "" "Create a custom bootable volume or a volume with a large data set and " "transfer it to a customer." msgstr "" -# 524f9b89f534443ebd1041d08d49c707 +# d6fd42bf6d35484fbc64914a580b4ed2 #: ../enduser/dashboard_databases.rst:16 msgid "Create a database instance" msgstr "" -# 120075518a8e404ea5da51c2104f8982 +# 4b349b5ce0664711bc03e61b4be81846 #: ../enduser/cli_cheat_sheet.rst:340 msgid "Create a file on the volume" msgstr "" -# 80cb6abe84124f6f8e820a23352d21fc +# 8a38c5a4e61c4e23a6cb081f4ff05bbf #: ../adminuser/cli_manage_flavors.rst:70 msgid "Create a flavor" msgstr "" -# 91ccfb8ff6cc41ea9b778bff9cd42a98 +# e5bcabad4fd4411aad2ba2be0d2cd27b #: ../enduser/hot-guide/hot_basic_resources.rst:269 msgid "Create a key pair" msgstr "" -# eae7907ae41b492387cd2fe956ea4107 +# e94da51fdbb04d3d9d65b6516d94353b #: ../enduser/cli_swift_large_object_creation.rst:71 msgid "" "Create a manifest object. Include the ``?multipart-manifest=put`` query " @@ -3450,440 +3470,449 @@ msgid "" "manifest object." msgstr "" -# 9e87b6894bbe46d3aa6b1e4376da08ff +# 196972782e6b4089b86c4fe223de1e06 #: ../enduser/cli_cheat_sheet.rst:328 msgid "Create a mountpoint" msgstr "" -# d85e36ba00354527b521f63389dbb0e0 +# e8bca4cf641d4d7884185fa5634763b9 #: ../enduser/dashboard_create_networks.rst:20 msgid "Create a network" msgstr "" -# 0fca2e82c0ef4b2db7a3b74551901d04 +# 04504059f2c248068318c5283a18c4a0 #: ../enduser/hot-guide/hot_basic_resources.rst:304 msgid "Create a network and a subnet" msgstr "" -# f73871b806af470bb6859e4234a047e7 +# 13c72f88b06e458c80818f0c09672bbc #: ../common/cli_create_and_manage_networks.rst:62 msgid "Create a network with specified provider network type::" msgstr "" -# 77891c504d6b409f8806a31615a3dce6 +# 500b248b04e6440da15c8287a713b1f1 #: ../common/cli_create_and_manage_networks.rst:37 msgid "Create a network::" msgstr "" -# 50e5de6ba2a24c01be054e7c8392fdeb +# ee1436f670e34c24815dfeaa7f6b1db4 +#: ../enduser/set_up_replication.rst:41 +msgid "" +"Create a new instance that will be a replica of the original instance. You " +"do this by passing in the ``--replica_of`` option with the trove ``create`` " +"command. This example creates a replica called ``replica_1``. ``replica_1`` " +"is a replica of the original instance, ``base_1``:" +msgstr "" + +# 27696061d8084781ae843aa96d012f04 #: ../enduser/cli_cheat_sheet.rst:287 msgid "Create a new volume" msgstr "" -# 1fd0b41409974b5dba37f97b919c2c1c +# fdba018811154aa38262d74148322f63 #: ../common/cli_nova_launch_instance_from_volume.rst:37 msgid "" "Create a non-bootable volume and attach that volume to an instance that you " "boot from an image." msgstr "" -# 5aa4d63719c946999fc2211a83445985 +# 10dc2c505c744c9ab86fd1fa6db69bce #: ../common/cli_nova_launch_instance_from_volume.rst:44 msgid "Create a non-bootable volume::" msgstr "" -# 94699ff5b0b3489a8a0e83eb583ea291 +# b1aa6f7e50884e3fabd4e739afe72d7f #: ../common/cli_create_and_manage_networks.rst:171 msgid "Create a port with specified IP address::" msgstr "" -# 473f7ba4eea64c278b91f85d604de7f5 +# 9143553dc0b7474893926fc0feb0e2cf #: ../common/cli_create_and_manage_networks.rst:203 msgid "Create a port without specified IP address::" msgstr "" -# 5c4fc014b0e04f569efbba08371ff615 +# 25e76125c16243969d4fb4ce56dc77b0 #: ../adminuser/cli_keystone_manage_services.rst:106 msgid "" "Create a project for the service users. Typically, this project is named " "``service``, but choose any name you like::" msgstr "" -# 3fa444c3cf9647ac8ba819b5716ec98e +# 65466b4da61346a8bb126ac6d9fcfec2 #: ../adminuser/manage_projects_users_and_roles.rst:124 msgid "Create a project named ``new-project``:" msgstr "" -# 468b7e52e8514868aca149f48aeba002 +# 0fccbe2c9e314007a10d55befa982a46 #: ../adminuser/dashboard_admin_manage_roles.rst:23 msgid "Create a role" msgstr "" -# 1377f27fd7ee4a2eb0e10c5c0be664f3 +# 6f69164d6b4b4973a45934061c3e04d1 #: ../enduser/dashboard_create_networks.rst:66 msgid "Create a router" msgstr "" -# bd4fd22f2eff48eca14cc86e8e21e00c +# 16de9eb19b7a48a39088b0f04d718c2e #: ../enduser/sdk_authenticate_networking_endpoint.rst:333 msgid "Create a router and add a port to the subnet:" msgstr "" -# 4a4494122c8244efa7bf8b098009de75 +# 497a5036b4664e2180a7e4a4f415e942 #: ../common/cli_create_and_manage_networks.rst:135 msgid "Create a router::" msgstr "" -# a32db9afd0f34a5da3b54b47c363aea9 +# 8dbefb027d574b97bfe1b2534899409c #: ../enduser/cli_swift_set_object_versions.rst:97 msgid "Create a second version of the object in the ``current`` container:" msgstr "" -# 01f6b452704f40349235de4d3ae3c705 +# 970ededc82da42b8a1ff0926e055ba46 #: ../adminuser/nova_cli_manage_projects_security.rst:90 msgid "Create a security group" msgstr "" -# 814549bc92e14eb28105469fff992d5e +# b28d366706fa46b5b4d178b767a2f553 #: ../adminuser/cli_keystone_manage_services.rst:39 msgid "Create a service" msgstr "" -# 30ee7e12e46b435aaa7ce07d6f436429 +# 74d265ee1ec140ec9b6dbc484d0bd88d #: ../enduser/dashboard_manage_volumes.rst:98 msgid "Create a snapshot from a volume" msgstr "" -# 2368c8405e5d49b4920494cfc0ba4e08 +# 61e7841994d24d9083ed027950eb396b #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:30 msgid "Create a snapshot of the instance" msgstr "" -# ff18d1c0037e4a2da332febd389118ce +# 839d3b3635ed4f8a8e1baec570c53e47 #: ../enduser/cli_cheat_sheet.rst:275 msgid "Create a subnet" msgstr "" -# 204d4fe3f4354d00950c540198ce161e +# 409ab78cf7794a63ab194fb595298781 #: ../common/cli_create_and_manage_networks.rst:89 msgid "Create a subnet::" msgstr "" -# c713b8c9400a4b1582ccd4b7020e3678 +# 030b6b9488524195827f61547e927818 #: ../adminuser/manage_projects_users_and_roles.rst:96 msgid "Create a tenant (project)" msgstr "" -# 8f33bd16d63842b5af0515e93402b731 +# f9520614696e410bb63131b1d1c840f7 #: ../adminuser/manage_projects_users_and_roles.rst:197 msgid "Create a user" msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# a03a0906a7db4f7aaae3b0467946051c +# dc9fe9bd58f446b8824181bbf2532652 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 7a190de7bbe14a14ab9a701eeeac2c15 -# 39dce95e5ae34d90bf2895749fd0b233 +# 2cc66fa4af964c9a984b866c5d91ffbd +# 6c9bcbcbbba84804a212a1d9b1040cdc #: ../common/cli_manage_volumes.rst:43 #: ../enduser/dashboard_manage_volumes.rst:15 #: ../enduser/hot-guide/hot_basic_resources.rst:397 msgid "Create a volume" msgstr "" -# f58b6c5b2f814f139e5fd94d24a36282 +# fc4c4ac0809b4e2f8fa94bb04172a857 #: ../common/cli_nova_launch_instance_from_volume.rst:18 msgid "Create a volume from an image and boot an instance from that volume." msgstr "" -# f835d5e6cd26427ba18f3eb98c99c4e2 +# 3ea0fba366f84c5a9eed5d412df09107 #: ../common/cli_manage_volumes.rst:284 msgid "Create a volume transfer request" msgstr "" -# 1d17b70fea0f4c47a6e8921378028795 +# 28ea8f36533047c793dd1036a65d6466 #: ../common/cli_manage_volumes.rst:73 msgid "" "Create a volume with 8 GB of space, and specify the availability zone and " "image::" msgstr "" -# 9c79a20bf9334126a9e58867bbe26d6e +# 96cc3314ad1148a6baae6e5b227794b0 #: ../enduser/cli_swift_set_object_versions.rst:27 msgid "Create an ``archive`` container to store older versions of objects:" msgstr "" -# b223a42280ff4cd8826a384e7560fb26 +# 010899c1f6124c00a3d4d032b596cdcb #: ../enduser/cli_swift_archive_auto_extract.rst:47 msgid "Create an archive for auto-extract" msgstr "" -# 6ea8365554fe416a9895d6f2a89e15b1 +# 16725fba5af94595a9a3cffebc20545d #: ../enduser/hot-guide/hot_basic_resources.rst:22 msgid "Create an instance" msgstr "" -# 1c63e7fd24b746d49cb22600ef00c49a +# a2f85ffd40684b8fa63e93eac1934756 #: ../enduser/cli_cheat_sheet.rst:145 msgid "Create an instance snapshot" msgstr "" -# 1a7ffa1b74ee4e278bf9f480738d98cc -# b998552b96ac4dad9d387f68825506f3 +# c43be6cc88ef432f842a3a15cd8a4823 +# fe414c5c920a4ca0a978b63eb7f5667d #: ../enduser/create_db.rst:6 ../enduser/create_db.rst:14 msgid "Create and access a database" msgstr "" -# fc1a5a1c23234c4a89d0cd2402cd2d8d +# 0073df533b254d648f5311eaa663f6f6 #: ../adminuser/manage_projects_users_and_roles.rst:283 msgid "Create and assign a role" msgstr "" -# 9d3294afc1da4df0a5ac02971d70bfd1 +# a0118218d8ae41af89fef759e347c9e4 #: ../enduser/hot-guide/hot_basic_resources.rst:145 msgid "Create and associate a floating IP to an instance" msgstr "" -# cfadb90620fe4a9c8d490c1474052e6d +# efb4398742a94384acff020db471e275 #: ../enduser/hot-guide/hot_basic_resources.rst:96 msgid "Create and associate security groups to an instance" msgstr "" -# 9f39dac9ec9e41e7a212f64ce92aeef0 +# 3c7f18040f5f49639b789e58d61ebf9a #: ../common/cli_overview.rst:72 msgid "Create and collect measurements across OpenStack." msgstr "" -# 120a67eec04b482c8b0ad10fd950f802 +# 8067462285324ebc882016acec088f25 #: ../common/cli_overview.rst:76 msgid "Create and manage Hadoop clusters on OpenStack." msgstr "" -# 2392f0ef7dc0464ebc5a366f5d29fbc9 +# 20139e239a1b434c9d5b3649327477ac #: ../enduser/hot-guide/hot_basic_resources.rst:330 msgid "Create and manage a router" msgstr "" -# d8f2a5877ead4c52bf9ca63946aad10e +# 77d723e024054176ad2b5507630d7f3d #: ../enduser/cli_swift_create_containers.rst:6 msgid "Create and manage containers" msgstr "" -# f62978f9ab9544a0a61459bc9a42897e -# c58605fdb485418780c8fa676c89bac9 +# 223aac8489c74887afd0e60586c8e118 +# 402100311deb4fa0968bdf766ba0edaf #: ../enduser/dashboard_databases.rst:6 ../enduser/trove-manage-db.rst:6 msgid "Create and manage databases" msgstr "" -# 91962b68aa924df799b74f307d479882 +# f324574e246f46dfbc1685660a638943 #: ../common/cli_overview.rst:41 msgid "Create and manage databases." msgstr "" -# aa75fbf92fe849ec8574ea3e2b385b0c +# c61ba0fba8a64683bc5063e5f20ca2d6 #: ../adminuser/dashboard_manage_host_aggregates.rst:6 msgid "Create and manage host aggregates" msgstr "" -# fac988216fed43d898395b5d55d573a5 +# d120c20eef334ce2bbed0f2fd322d406 #: ../adminuser/dashboard_manage_images.rst:6 msgid "Create and manage images" msgstr "" -# 6b137acf0e194b32a12802a30ae5f878 +# 3d22d324374b43e2ac603690b9cc6452 #: ../common/cli_overview.rst:37 msgid "Create and manage images, instances, and flavors." msgstr "" -# 30484a04c86c4754a74f1f270bea5c30 +# 5c69f9e4eace42e090818b75c16f2f8e #: ../common/cli_overview.rst:49 msgid "Create and manage images." msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 8d6d3f048f5b40798bf4079b34daef9a +# bcc111921c5c49b6bb8fade65550c4ef # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# dcee294fc06449879783c918c4557db5 +# d2e3b373864540ad8cdbd909a4156ba8 #: ../common/cli_create_and_manage_networks.rst:6 #: ../enduser/dashboard_create_networks.rst:6 msgid "Create and manage networks" msgstr "" -# 36b55d666e0d4c83bc4d8c08df4a4beb +# 864ba25dad60479ba3c926bc1b3fbf49 #: ../enduser/dashboard_manage_containers.rst:6 msgid "Create and manage object containers" msgstr "" -# 25e7086a93924e6a948ae8e261b73224 +# 54514c86b88945e5ae23f2d714fb53d7 #: ../adminuser/dashboard_admin_manage_roles.rst:6 msgid "Create and manage roles" msgstr "" -# dec67b0bcfe049e7ae594b1d594cee8d -# eb30589a50a0461f9632c3c6e3100444 +# 7636c2d3838a439f9d747418223f573e +# 086a0a56deee45138ca84e9b828b1e09 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:122 #: ../enduser/sdk_configure_access_security_instances.rst:160 msgid "Create and manage security group rules" msgstr "" -# de5129d8e0314228b3136469ee7e5fdf -# be39e9de90bc4ebbb738d079f30b5ace +# 3abbb2663d5c43fea2fafd8972e180ea +# 175c310bf58a46c09ba492c391549ac2 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:99 #: ../enduser/sdk_configure_access_security_instances.rst:110 msgid "Create and manage security groups" msgstr "" -# b2b9263c39b44a3784e219ea9cee114c +# 1db32ba33530452eb1c6f2899924fa6d #: ../adminuser/cli_keystone_manage_services.rst:6 msgid "Create and manage services and service users" msgstr "" -# 83215e9107384189b7b178e6613817b1 +# 02e21673d71d482a86657d8697af6aed #: ../common/cli_overview.rst:44 msgid "Create and manage users, tenants, roles, endpoints, and credentials." msgstr "" -# d28ffda250cd484aac573f2900365391 +# ec480b8403b942b1af34447b3fb21eb2 #: ../enduser/dashboard_manage_volumes.rst:6 msgid "Create and manage volumes" msgstr "" -# cbae885a8ee049acbd78aeceb9b77e9e +# a76120db7ccd41f8bf241d39147068cd #: ../common/cli_overview.rst:34 msgid "Create and manage volumes." msgstr "" -# aeaf219fe56044a9965b5dd2c256af0f +# 4bb9bdc8146346ebbbaec72138666bf2 #: ../enduser/hot-guide/hot_environment.rst:84 msgid "Create and override resources" msgstr "" -# 5caaa74f86f546e59165cb84d8596d00 +# 1b9e254f91294d128838bbdacad26375 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:54 msgid "Create and source the OpenStack RC file" msgstr "" -# 25df7aae3af044b6876d4795728c7d30 +# 0935143fcd3345bc89221097a775211b #: ../enduser/backup_db_incremental.rst:31 msgid "Create and use incremental backups" msgstr "" -# f9639f1767cf49d9a36f766cb8f19c81 +# ab73654436424311aece1c66539d143e #: ../enduser/configure_access_and_security_for_instances.rst:93 msgid "Create at least one key pair for each project." msgstr "" -# f29449002c5e4d7ca732fb0b35a61b3b +# a74e57cb92134bb2898ad3e0f63231ce #: ../adminuser/dashboard_manage_flavors.rst:25 msgid "Create flavors" msgstr "" -# 092e743cf953466eaac7a2970a030663 +# 816d0938cb4d49edb97a1ae693ec62c3 #: ../adminuser/dashboard_manage_images.rst:21 msgid "Create images" msgstr "" -# 6e478816d9ae4a85bb7e37e0e747c9aa +# e4b870e3c6e844b1b16aa47792ba4514 #: ../adminuser/dashboard_manage_instances.rst:18 msgid "Create instance snapshots" msgstr "" -# 72623882d63e4d8ba079a6a7027d8c24 +# 1d36401215824e65b8dada5020988453 #: ../enduser/cli_cheat_sheet.rst:235 msgid "Create keypair" msgstr "" -# 899dd79676c44853b4ca404b74dbe196 -# 044011b62b6c4e85a16d5672a748f4a9 +# 4c39329af9864e7a825b6b4a113be8ed +# 69b028dbb25e4e57a8a3516a33a81c19 #: ../enduser/cli_cheat_sheet.rst:269 #: ../enduser/sdk_authenticate_networking_endpoint.rst:136 msgid "Create network" msgstr "" -# de21df36fbd141eeb6311958f4fb9166 +# 4adb840b5a2548c0ae111b0e1dc00c05 #: ../common/cli_create_and_manage_networks.rst:18 msgid "Create networks" msgstr "" -# 09b690c17bc94ff09b88f3f0a4e7b744 +# 80c76e3a8f3b4a04a637fe6b34208d10 #: ../common/cli_manage_images.rst:120 msgid "Create or update an image (glance)" msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# c7599ea5551a458ea06fb746a7c36d2f +# ae7b5a99d8a64039a8057592f1116615 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 599c54371d764eb6bdfc459631c577d8 +# 8df69a7abced4712905588a4db511e4b #: ../common/cli_create_and_manage_networks.rst:169 #: ../enduser/sdk_authenticate_networking_endpoint.rst:193 msgid "Create ports" msgstr "" -# 77788db1911c4ca79aa0301548af21ad +# 49edf9ea7a684183afe21ce8398d3720 #: ../enduser/sdk_authenticate_networking_endpoint.rst:306 msgid "Create router and add port to subnet" msgstr "" -# 43e5521d6a1e4089831159e425dc1899 +# 36d7f5d7b31b4ff2a8cb3d583d407912 #: ../enduser/sdk_authenticate_networking_endpoint.rst:365 msgid "Create router: complete code listing example" msgstr "" -# a2c6e12ea0bd469c9dcffbc6ee904dcb +# ff4bbee18b7f4121a881ff11e012be5e #: ../common/cli_create_and_manage_networks.rst:133 msgid "Create routers" msgstr "" -# 89209baac0c8484db2a3dda16d07858a +# 4084329f91f44e63990f131badcdf48c #: ../adminuser/nova_cli_manage_projects_security.rst:182 msgid "Create security group rules for a cluster of instances" msgstr "" -# d81233dd6804435989505450f48890a3 +# 4221864239e54d9482ffe95338111cd0 #: ../enduser/sdk_authenticate_compute_output.rst:95 msgid "Create server (API v2)" msgstr "" -# 3b6afc2c5b314189847d8ce8cf0dc6cb +# a4cbe57ff14b440885abc4dd6d977f27 #: ../enduser/sdk_authenticate_compute_output.rst:146 msgid "Create server code listing example" msgstr "" -# 25c197b8af234f57a102aa97fcd9391f +# 08d6a219feb8491a997b9c9cacdc0f55 #: ../adminuser/cli_keystone_manage_services.rst:104 msgid "Create service users" msgstr "" -# 20e9211fe59c43a98a708c77c16c9c0e +# 018eff05094c406bbb7e2169f1616795 #: ../adminuser/cli_keystone_manage_services.rst:128 msgid "Create service users for the relevant services for your deployment." msgstr "" -# 1dac5b04f64148aba15e9d89d3bb3861 +# d277908f89ac48abaa8ebf86e080f5a6 #: ../enduser/cli_swift_static_website.rst:8 msgid "Create static website" msgstr "" -# 7f327f20e83a489abb3f11ca3e5e24d1 +# 22e245954c5f4e33953c6b5a6c6ad7d9 #: ../common/cli_create_and_manage_networks.rst:87 msgid "Create subnets" msgstr "" -# 672a759cb3544c8fa799a4d6803e5397 +# 43a6227df06a43509acb8241fb50e3ad #: ../enduser/cli_swift_set_object_versions.rst:64 msgid "Create the first version of an object in the ``current`` container:" msgstr "" -# 959674132da74b268835bba4507c5dbe +# 28fd3e63ed1f439995fe124559139583 #: ../common/cli_nova_launch_instance_from_volume.rst:123 msgid "Create volume from image and boot instance" msgstr "" -# 02b7e910ce5444a48f857bebdc043a01 +# 298d62c1c5e84722b757a27a4821a005 #: ../enduser/cli_manage_bare_metal_nodes.rst:42 msgid "Creates a bare-metal node." msgstr "" -# 5854c0a458b34ca6aa1e79029d1de43e +# d32564e3a5f04be2873687a91170fd3a #: ../enduser/sdk_assign_cors_headers.rst:10 msgid "" "Cross-Origin Resource Sharing (CORS) is a specification that defines how " @@ -3892,7 +3921,7 @@ msgid "" "supports the following headers:" msgstr "" -# 363df03510284ed2adb73e21547aad60 +# 39e4ac7b81154e4b86ffe33af7e6b7f1 #: ../common/cli_manage_images.rst:194 msgid "" "Currently the libvirt virtualization tool determines the disk, CD-ROM, and " @@ -3904,69 +3933,69 @@ msgid "" "versions of Linux and Windows." msgstr "" -# feeb5fd7e43d4c999bcb285beddac1ba +# fdb4f2e2137f4cb998ddd1f14c4439fc #: ../common/cli_install_openstack_command_line_clients.rst:24 msgid "Currently, the clients do not support Python 3." msgstr "" -# 70fc37e59df44f59af26feecc0ca49ab +# a217f7b094c44ed99c8f7df33e318bbd #: ../enduser/hot-guide/hot_software_deployment.rst:16 msgid "Custom image building" msgstr "" -# 25665f6b3f2847b982e5e1c52ac53103 +# 039f900fe60b41b8abe2c0618efcc797 #: ../enduser/hot-guide/hot_software_deployment.rst:480 msgid "Custom image script" msgstr "" -# 7dc56ed87552406a9fb9b00f97cb3eb6 +# 00d522e0dd2e4e388c0254415d7620c4 #: ../common/cli_overview.rst:76 msgid "Data Processing" msgstr "" -# 6f53aa91774249d3bc696ef20d36c41a +# c270e5d4839d41619b7b9b8655948b89 #: ../enduser/create_db.rst:47 msgid "Database" msgstr "" -# 6913c1e4bb984d3dbabaf42c5897467a +# ff1a1c4f620341afb15c07cefc549f43 #: ../enduser/dashboard_databases.rst:129 msgid "Database Instance" msgstr "" -# 65a2ecae8a5448319c4b861fd5b40973 +# d28c22a8358f4e2e86f24aa1d35cc517 #: ../common/cli_overview.rst:41 msgid "Database Service" msgstr "" -# 2b1088f218a649c49ff162375818aef4 +# d605964468da438caacf8470785874f7 #: ../enduser/create_db.rst:98 msgid "Database flavor: ``6``" msgstr "" -# ad6ecb455807496eaa4780d0129bb23f +# cd7dce69869249abbb835bb96aa1f0cc #: ../enduser/backup_db.rst:27 msgid "Databases: ``db1`` and ``db2``" msgstr "" -# 9e3d88d45bee4b1d9a9e48484705177d +# 14a8cdbd4fbb41759ed8bca4be3fd2fe #: ../enduser/hot-guide/hot_software_deployment.rst:79 msgid "" "Debugging these scripts it is often useful to view the boot log using :code:" "`nova console-log ` to view the progress of boot script execution." msgstr "" -# 06b4ac292ec143ffb2927854aaa10628 +# 8f9d462da33342e1b4a17968e347fbb7 #: ../enduser/hot-guide/hot_composition.rst:93 msgid "Define a new resource type" msgstr "" -# b7ee632ff3dd4f17aed07046c09f20bb +# 34a8aaf9c07b4e78a48c9df8536383a3 #: ../enduser/hot-guide/hot_composition.rst:21 msgid "Define new resource types and build your own resource library." msgstr "" -# 72af2a6ab4714723a316b82b8108b3fa +# 89756f93c1154ec899557cd360151cd9 #: ../enduser/hot-guide/hot_basic_resources.rst:100 msgid "" "Define the ``security_groups`` property of the :hotref:`OS::Neutron::Port` " @@ -3974,26 +4003,26 @@ msgid "" "an instance." msgstr "" -# 779dcd27dcfd45689908fd15488807a8 +# 6e933b8b2c9e4509b92e39308986846e #: ../enduser/hot-guide/hot_environment.rst:70 msgid "Define values for a template arguments" msgstr "" -# bfc10529a6be4eb7a410821e45aa6ad3 -# fdc9df2c8c9a4a2bbd0cf276d452cf5d +# 7b980b8989aa456dbadefa48f7d3d6bd +# 32b3bd40769e463399fd8a55645f6530 #: ../adminuser/cli_cinder_quotas.rst:15 #: ../adminuser/dashboard_set_quotas.rst:40 msgid "Defines the number of" msgstr "" -# 17dba936b52e45d690b7ba24e18044f2 +# 2db048ca612a438f893e2824d94c79b2 #: ../enduser/hot-guide/hot_spec.rst:816 msgid "" "Defines the template string that contains placeholders which will be " "substituted at runtime." msgstr "" -# bc347462bc2b4435a7234088c333d45b +# 8b4f55387d064ccca54e1a8bc4c686bc #: ../enduser/hot-guide/hot_spec.rst:165 msgid "" "Defines whether the parameters should be hidden when a user requests " @@ -4001,7 +4030,7 @@ msgid "" "used to hide passwords specified as parameters." msgstr "" -# bb0dbd0cbe68426599a47f077f798508 +# 1ba9851f5bd8405ea611af03934b60c6 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:21 msgid "" "Defining environment variables using an environment file is not a common " @@ -4009,169 +4038,169 @@ msgid "" "the :guilabel:`Advanced` tab of the :guilabel:`System Properties` dialog box." msgstr "" -# 07cec15fb28344b390e0d15b5b454209 +# b31553cad1254403a3f9fece461ba53f #: ../enduser/hot-guide/hot_environment.rst:29 msgid "Definition of custom resources." msgstr "" -# 3bfb385551bf4c67875d378e09450381 +# af21a745e61a4a1683ac8a7b91b0ff2e #: ../enduser/manage_db_config.rst:232 msgid "" "Delete a configuration group, using the trove ``configuration-delete`` " "command. You might want to do this if no instances use a group." msgstr "" -# 7713b49121f1479aafe590950638c4c1 +# c4d8909af7c040ce9997d43e7115ef9f #: ../adminuser/cli_manage_flavors.rst:117 msgid "Delete a flavor" msgstr "" -# ce3a95fc77e34b06ae383ac288e1abdd +# ec633f1171dd4fcdb118357d5b020599 #: ../enduser/cli_manage_ip_addresses.rst:27 msgid "" "Delete a floating IP from the project which automatically deletes that IP's " "associations." msgstr "" -# 402db30f340b4d1990b54e107c1cfc40 +# ca47a2362e1847a99562055506155617 #: ../enduser/sdk_authenticate_networking_endpoint.rst:409 msgid "Delete a network" msgstr "" -# fa812c1bed40452baaaebbafb8e23848 +# b4a94e46aa9e4ef693c84ba935e5694e #: ../adminuser/manage_projects_users_and_roles.rst:188 msgid "Delete a project" msgstr "" -# 24bc8a268a554957829b9015c712af5e +# 7f8e9385ee5d4bb4800b89d758f75012 #: ../adminuser/dashboard_admin_manage_roles.rst:48 msgid "Delete a role" msgstr "" -# 67df46bf8a09408ea1b63e24f9883cea +# 58ff144d2cf14679a9fde67a1fd7a083 #: ../adminuser/nova_cli_manage_projects_security.rst:165 msgid "Delete a security group" msgstr "" -# df9ce3e2333643a3894b7335ef892605 +# d491e17811eb481ab54bfaea328e7340 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:175 msgid "Delete a security group rule" msgstr "" -# 45dad9ecdf25454d93b99f4d9e25c9cb +# 55ad15390298498ba2b8d83554e50fad #: ../adminuser/cli_keystone_manage_services.rst:153 msgid "Delete a service" msgstr "" -# f46da793624b4bb39794b4c5abe5ba6c +# 29ade9c469d041f1befd7c295c8552c5 #: ../adminuser/cli_manage_flavors.rst:118 msgid "Delete a specified flavor, as follows::" msgstr "" -# bbab3b43953e49a4aefae99116b2c107 +# f097d2053a6048a89dbf604c827104f9 #: ../enduser/dashboard_stacks.rst:141 msgid "Delete a stack" msgstr "" -# 2e0ed0f85d1245a980d2f3d9ab303ceb +# f89ec255b10d4122be2a16fb5a1bddf6 #: ../adminuser/manage_projects_users_and_roles.rst:274 msgid "Delete a user" msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 7660ecd5099c4beeba21fe7514c7bd10 +# b0e808e2a0c4495587fb3fb27c858d30 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 24124aeb15f843b4b0a82e53f18f6ac3 +# 25c894b5838b464fa13077d7ed54bc87 #: ../common/cli_manage_volumes.rst:215 #: ../enduser/dashboard_manage_volumes.rst:137 msgid "Delete a volume" msgstr "" -# 94ea8aee3216477a83d6ce0981a8da02 +# 775df884b54a401b83d555656f3a6be2 #: ../common/cli_manage_volumes.rst:408 msgid "Delete a volume transfer" msgstr "" -# e190c65aa8324520a4edc7c51c049e51 +# cf04a2af58fe48aa86c6cfa54601f7e8 #: ../enduser/cli_delete_an_instance.rst:6 msgid "Delete an instance" msgstr "" -# 8f84556babf7446c8e20a9b026b844f7 +# 12d0fd507c164204bf08910c65490478 #: ../common/networking_advanced_quotas.rst:92 msgid "Delete defined quotas for a specified tenant" msgstr "" -# a6370d0a023a4425b2f10a5b8597212e +# 359fc6a91c024202a0e61c518abd7d83 #: ../adminuser/dashboard_manage_flavors.rst:90 msgid "Delete flavors" msgstr "" -# 89c18359a5eb4bcd897f6578ca350f81 +# 308d911315574931b5cc98bdb6a55ae9 #: ../adminuser/dashboard_manage_images.rst:93 msgid "Delete images" msgstr "" -# abe0a4308803448a863fc3308e0b1a11 +# b24901bfcb4d428bb4eb7f79e2bb2ba4 #: ../enduser/sdk_authenticate_networking_endpoint.rst:456 msgid "Delete network: complete code listing example" msgstr "" -# e917798d17644fb88bf3862846d89ffc +# 87e6f60f8ae242b79dd838a05075465c #: ../common/networking_advanced_quotas.rst:273 msgid "Delete per-tenant quota values." msgstr "" -# ebe4d94c6b704f3799dfb95e6e103c90 +# 2194737bce114acca3b4e03e1368033c #: ../enduser/sdk_authenticate_compute_output.rst:174 msgid "Delete server (API v2)" msgstr "" -# fb1edc192ede48a283723e48f5bcb37a +# 6d4bd3d8d56b410aa25572dddf3b4fb6 #: ../enduser/sdk_authenticate_compute_output.rst:227 msgid "Delete server code example" msgstr "" -# f4d808573de749dabfe5dc3f8e2766c1 +# 8837aa1efd8540e0b7b42ef8e63d4d7e #: ../enduser/cli_cheat_sheet.rst:34 msgid "Delete specified image" msgstr "" -# f1e75e9315784225bb9a7262ddd828ae +# f555a27a22a74ba5bb286001058dd0b2 #: ../enduser/sdk_authenticate_networking_endpoint.rst:431 msgid "Delete the network:" msgstr "" -# 53f698654f87454391f4a84f5e6bc1b7 +# 95cf0bf71ab246b59de353811999f1ed #: ../adminuser/nova_cli_manage_projects_security.rst:169 msgid "Delete the new security group, as follows:" msgstr "" -# 6b2025e1add445f291bb8e448c6f672f +# 871423f7acbf4a0787efe3dddc49a07f #: ../common/cli_manage_volumes.rst:221 msgid "Delete the volume using either the volume name or ID:" msgstr "" -# 5abc9130eb464512bb6f365b80455ed9 +# 30649f46e4df4fa2ac0c356a3deb637e #: ../common/cli_manage_volumes.rst:439 msgid "Delete the volume:" msgstr "" -# 63f64583d31b49f4a443906c279e8336 +# c0927ca0b97e433a827c6b734c057a0d #: ../common/cli_manage_images.rst:169 msgid "" "Deletes all image properties that are not explicitly set in the update " "request. Otherwise, those properties not referenced are preserved." msgstr "" -# ac5780e1b67c4a218bbd88c725aa97dc +# c6bdef79ec7e4854a530a82a91c1229a #: ../enduser/hot-guide/hot_spec.rst:447 msgid "" "Deletion policy for the resource. Which type of deletion policy is supported " "depends on the type of the current resource. This attribute is optional." msgstr "" -# 38267f0ee02e416282dfec3859e16ce2 +# 289297d57e7a4361a7db06ab7f1e1e36 #: ../enduser/hot-guide/hot_spec.rst:436 msgid "" "Dependencies of the resource on one or more resources of the template. See :" @@ -4179,7 +4208,7 @@ msgid "" "optional." msgstr "" -# c7e455f25d4e45b5b06f7f8ced46227c +# e2af23fd453f40178c54f1ee77b9a7e0 #: ../adminuser/dashboard_manage_instances.rst:51 msgid "" "Depending on the current state of the instance, you can choose to pause, un-" @@ -4187,47 +4216,47 @@ msgid "" "in red are disabled)." msgstr "" -# ee33f03ba2954699809a4b953632ee19 +# c653f6feb09f45b787da70d41a7a6a5b #: ../enduser/cli_launch_instances.rst:185 msgid "" "Depending on the parameters that you provide, the command returns a list of " "server properties::" msgstr "" -# 9063dc741dbf4744b973a8484d4fb0cf +# 006332d1307d4bbfb8465073587a21f1 #: ../enduser/dashboard_stacks.rst:57 msgid "" "Depending on the source that you select, enter the URL, browse to the file " "location, directly include the environment." msgstr "" -# b53d72f44d234a58a805b4d96ae6c0da +# c880057f337a4e7e8a4a14663d64ac46 #: ../enduser/dashboard_stacks.rst:45 msgid "" "Depending on the source that you select, enter the URL, browse to the file " "location, or directly include the the template." msgstr "" -# 844ca1efdafe43a8b12428046940e08a +# 6e3343a43544456ea4a34989d19a1dcf #: ../enduser/hot-guide/hot_spec.rst:451 msgid "" "Depending on the type of resource, the resource block might include more " "resource specific data." msgstr "" -# 93304a0076704ce995a616ed5d66d0fa +# 242021a94c964afa8ad227f8511b16b8 #: ../enduser/cli_cheat_sheet.rst:40 msgid "Describe a specific image" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# d5c9454e9e8f457db13baf7d1bf07945 +# 391d2aca4ea14c2ca38ce110b8dd4efd # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# d12e4771538748159ccf653ac15fafc0 -# 60ff33bb974947f18c8f73cc7ddb3a95 -# 9198e9904d25493395a882b7ad9b3b01 +# d213f304ef404433bd008dd247fc82f5 +# 3e2c9e532dd74dc085ed1d4ae46519ee +# 12ad845ed1cd454785a4167471e2ab88 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 47061b01bb3e487f85e4b2a9022c9d5e +# 39c891356a2847faaa47087d402df8f3 #: ../adminuser/manage_projects_users_and_roles.rst:49 #: ../common/cli_install_openstack_command_line_clients.rst:22 #: ../common/cli_overview.rst:32 ../common/cli_set_compute_quotas.rst:16 @@ -4235,146 +4264,146 @@ msgstr "" msgid "Description" msgstr "" -# a28c4cd0db8e4517ab27e0578a1bc14c +# c90d940143eb426c885b3822c50e0b3d #: ../adminuser/nova_cli_manage_projects_security.rst:149 msgid "" "Despite only outputting the newly added rule, this operation is additive " "(both rules are created and enforced)." msgstr "" -# 3727c09e0a334544bf11cf3fabbe77c7 +# d0fe5a30bc90492c8f92e10f11e80c5e #: ../enduser/dashboard_manage_volumes.rst:87 msgid "Detach a volume from an instance" msgstr "" -# 90c260562a8b40a6b9618cdd392aa247 +# df74aafffefd426cb58e7d0973ecf344 #: ../enduser/dashboard_databases.rst:72 msgid "Details" msgstr "" -# eab0e42861434fd089edc87f14196203 +# ba944b5b9c174d12a4f8ed49d516492b #: ../enduser/sdk_authenticate_compute_output.rst:196 msgid "Determine whether the ``vm1`` server exists:" msgstr "" -# f6965894338942beae62957c6cfb081c +# a9b470688a2a4ab993d5ed3505e0bf0a #: ../enduser/cli_manage_bare_metal_nodes.rst:20 msgid "" "Development efforts are focused on moving the driver out of the Compute code " "base in the Icehouse release." msgstr "" -# f8f3cea7c1a34c7da71e9a9173ab3b14 +# 537d58fb18604b76ae3ed0dcafad2991 #: ../enduser/configure_access_and_security_for_instances.rst:79 msgid "Direction" msgstr "" -# 4fc702a120bf4ea48bc6e95d72895ba1 +# e535bc544cd44bc8a2b5e52ee3e4d03e #: ../adminuser/cli_nova_manage_services.rst:27 msgid "Disable a nova service:" msgstr "" -# 86af125d798a4573a543f5e4eda19f67 +# 3f6add70d15b4ce8af4465f0ffccb4ee #: ../enduser/manage_db_config.rst:223 msgid "" "Disassociate a configuration group from a database instance, using the trove " "``configuration-detach`` command." msgstr "" -# 7c6ef480f9a34622a6045497355f2adf +# 138d7ae3780a43e69225db021f04a469 #: ../enduser/cli_manage_ip_addresses.rst:25 msgid "Disassociate a floating IP address from an instance in the project." msgstr "" -# c05f3c52e5454d4c92a40d12f2c72245 +# e745d69f59544252a67dc8c4c31ead7a #: ../enduser/cli_manage_ip_addresses.rst:132 msgid "Disassociate floating IP addresses" msgstr "" -# 358da97285fd4cd0a6e508e2eebbbafa +# ede0ae4979ff4b159f70f30774f2aaf8 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:147 msgid "Discover how many PUT requests are in each log file." msgstr "" -# f00a905b689f46879743ab2c16bea886 +# a738b26f14714a5aa333c8ba940486d7 #: ../common/cli_discover_version_number_for_a_client.rst:3 msgid "Discover the version number for a client" msgstr "" -# a003956d22874ac5938bbfea3bea9554 +# 1bd2937eb59a435b99ba2a1fdd61b9a9 #: ../enduser/cli_swift_discoverability.rst:8 msgid "Discoverability" msgstr "" -# 76771c0b7de64432b7b2dacc159a3c68 +# c2cc068adc3e4a268c2a0fe6fb3818e6 #: ../enduser/create_db.rst:47 msgid "Disk (GB)" msgstr "" -# bc1209c1907e42c29150054458a14d0e -# 6439485a292a449e945f2bda3de44b6a +# f4d30aa98eeb414e855c68c03f22ed5a +# bcb84f2b14ba49858f4c48dc74106a49 #: ../adminuser/cli_manage_flavors.rst:56 #: ../adminuser/dashboard_manage_flavors.rst:15 msgid "Disk (in GB)" msgstr "" -# 50a085894aea4776ba6082b6cd56d689 +# 12dffa4cc6424dd29b47a0f1f646c30c #: ../enduser/cli_cheat_sheet.rst:356 msgid "Display information for the account, container, or object" msgstr "" -# 0d6ca0ebd9cf4fa9918d2e2bd8940110 +# a39c326ea8354146a5781a379fd9c431 #: ../enduser/manage_db_config.rst:194 msgid "Display the ``sync_binlog`` setting again:" msgstr "" -# 2a9592daeed24c599e978e86f6578512 +# 07ad675e892c478fafa99f84bbde1328 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:108 msgid "Download an object::" msgstr "" -# e11d102b31cd49ea938e2654ca7e0968 +# 73e778d6089247ad904edfb75a509293 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:92 msgid "Download and analyze an object" msgstr "" -# 3065e415bc534fa2b9a6a9a62b03ff87 +# 6542d2986e6848b7a86037ae81e12890 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:27 msgid "Download and source the OpenStack RC file" msgstr "" -# a6b54118bf8f47c98fbac97026b824e2 +# 6fdf92163a6b4545926a1763be118c85 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:76 msgid "Download the snapshot as an image" msgstr "" -# 38a3a5932f0e44d9ad8517903aa624fd +# 601bac2117df4635bc79d614a0447c76 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:87 msgid "" "Download the snapshot by using the image ID that was returned in the " "previous step::" msgstr "" -# 313ddf50b4a643398aa9f1f41841475a +# 5cd5d9382f4d4b00b4f2a2b2bacc5913 #: ../adminuser/manage_projects_users_and_roles.rst:20 msgid "" "During cloud set up, the operator defines at least one project, user, and " "role." msgstr "" -# 0b92bbcc403549058bdb3ad0c0123f99 +# 937366d43ea648dda8c9c3946a0e3ac6 #: ../enduser/cli_swift_large_object_creation.rst:257 msgid "Dynamic large object" msgstr "" -# 9b16ef7ad8a24f1ca934b1a1b8a931cb -# a7df70480647462b93629844274f8912 +# 8e0c83fc3e4a4611ac6ba5d84ceb4c85 +# ca8acb38518849fbb1f3ab968593e267 #: ../enduser/cli_swift_large_object_creation.rst:45 #: ../enduser/cli_swift_large_object_creation.rst:159 msgid "Dynamic large objects" msgstr "" -# 33eb4f40a03549a88c89d0f4dc289e55 +# bd8400a3c7fd46e99b5165573a31fa39 #: ../enduser/hot-guide/hot_hello_world.rst:58 msgid "" "Each HOT template has to include the ``heat_template_version`` key with " @@ -4385,7 +4414,7 @@ msgid "" "text in YAML, for example:" msgstr "" -# 78557feab0a74a2fb731ffb9caf21d10 +# 3b9fb6c0b4a6421bb67cf81373fc4382 #: ../enduser/sdk_install.rst:9 msgid "" "Each OpenStack project has its own Python library. These libraries are " @@ -4393,7 +4422,7 @@ msgid "" "the Compute API are bundled with the python-novaclient package." msgstr "" -# 90ff8b30285a47a19385b0469ed9b451 +# 4ce2135c5e954c489de4c6b899d8dc5d #: ../common/cli_overview.rst:5 msgid "" "Each OpenStack project provides a command-line client, which enables you to " @@ -4401,12 +4430,12 @@ msgid "" "Compute service provides a nova command-line client." msgstr "" -# f97341905c9d4af49545b779395b206f +# 70326563c67a4b13bb6b3b61e425db2a #: ../adminuser/analyzing-log-files-with-swift-cli.rst:32 msgid "Each file uses the following line format::" msgstr "" -# 7261bafda4114261af4b48cd05783f10 +# dc05df0aead547f5a5e7786878464d57 #: ../adminuser/cli_admin_manage_ip_addresses.rst:8 msgid "" "Each instance has a private, fixed IP address (assigned when launched) and " @@ -4415,7 +4444,7 @@ msgid "" "communication with networks outside the cloud, including the Internet." msgstr "" -# e2286df747a24e7cbd4925d469c0e0f1 +# 777da1c1db90478b97e2cfb80224e096 #: ../enduser/cli_manage_ip_addresses.rst:8 msgid "" "Each instance has a private, fixed IP address and can also have a public, or " @@ -4424,7 +4453,7 @@ msgid "" "outside the cloud, including the Internet." msgstr "" -# 8f0d78f132c142188f15b7ff4832f95b +# 7079eefc2ff24dd68fddb968afac1aca #: ../adminuser/dashboard_manage_host_aggregates.rst:11 msgid "" "Each node can have multiple aggregates and each aggregate can have multiple " @@ -4432,7 +4461,7 @@ msgid "" "aggregates." msgstr "" -# 999e9db2d5824c28bc8f88940bea139c +# e2baeca72e594928b0873d976a0d22e6 #: ../enduser/hot-guide/hot_software_deployment.rst:481 msgid "" "Each of the following examples requires that the servers be booted with a " @@ -4440,14 +4469,14 @@ msgid "" "required in later examples:" msgstr "" -# 8f01a7ea26754972a80a3b8a112293c3 +# 6610ce7fb7f5464d92a3147a06bd68ed #: ../enduser/hot-guide/hot_spec.rst:520 msgid "" "Each output parameter is defined as a separate block within the outputs " "section according to the following syntax:" msgstr "" -# d70a0d9df33e4f3fae965197c96fde82 +# a2f7cd8227cb46a2b8ccf3b4d7fa63ea #: ../enduser/hot-guide/hot_spec.rst:125 msgid "" "Each parameter is specified in a separated nested block with the name of the " @@ -4455,49 +4484,49 @@ msgid "" "or a default value defined as nested elements:" msgstr "" -# 37269aeee4fe45aaa30544c71df6983e +# 282d52f8ecbc42c489a995b478d98056 #: ../enduser/hot-guide/hot_spec.rst:401 msgid "" "Each resource is defined as a separate block in the ``resources`` section " "with the following syntax:" msgstr "" -# fec2aa6a33184a7aa1dd21939bdad5f8 +# 48b5d8f759e04263b095c80a1a280fb9 #: ../adminuser/dashboard_admin_manage_roles.rst:34 msgid "Edit a role" msgstr "" -# f3258351b94140bdb56520d0ba6166b2 +# d578c4f9ae8f4d0b86a7d286c306c65f #: ../enduser/dashboard_manage_volumes.rst:114 msgid "Edit a volume" msgstr "" -# 269281b9c51c46a98cac1a6259e59a1f +# dba4043a606a404ea72b55f92071d78d #: ../adminuser/cli_cinder_quotas.rst:71 msgid "Edit and update Block Storage service quotas" msgstr "" -# e75b2e925da74b519ff39a0a1020290b +# 3c64a672e7e34103b5cbf575a09653c3 #: ../enduser/cli_swift_static_website.rst:90 msgid "Enable CSS for file listing" msgstr "" -# 8736de6d039e49cb8105ca53ecd44506 +# c02c8488901b4535aec8faf725740d41 #: ../enduser/cli_swift_static_website.rst:79 msgid "Enable file listing" msgstr "" -# 4be6ac22f45e444ea367e67a54ebcd23 +# 39711f93433945678bbd3413576fc1de #: ../enduser/hot-guide/hot_basic_resources.rst:247 msgid "Enable remote access to an instance" msgstr "" -# b92bf5d9f42e4d2585086961ee73603c +# f9f0aee13c6a40f0a3daafc951c1da53 #: ../adminuser/cli_nova_manage_services.rst:54 msgid "Enable the service:" msgstr "" -# bfbdcad9a08c4ff7babedc7dde35db16 +# 94dac6176e33492cbcd0f3e217259c74 #: ../common/cli_install_openstack_command_line_clients.rst:66 msgid "" "Ensure that the ``C:\\Python27\\Scripts`` directory is defined in the " @@ -4505,7 +4534,7 @@ msgid "" "setuptools package:" msgstr "" -# 339a236b0718421585014ef210de18f4 +# 1efc107476d746029439fbf9dcfb871e #: ../common/cli_manage_images.rst:268 msgid "" "Ensure that the version of qemu you are using is version 0.14 or later. " @@ -4513,123 +4542,123 @@ msgid "" "the ``nova-compute.log`` file." msgstr "" -# 9df3157efa03486a86a3b91cfab86b92 +# 75dd09eaea9c4a9681b6f18a55e4a49c #: ../adminuser/nova_cli_manage_projects_security.rst:97 msgid "" "Ensure your system variables are set for the user and tenant for which you " "are checking security group rules for." msgstr "" -# 3589f75838824dd18755e6c0be02133c +# 6181532cd3994cf18e6600e5ae4ad32b #: ../adminuser/nova_cli_manage_projects_security.rst:44 msgid "" "Ensure your system variables are set for the user and tenant for which you " "are checking security group rules for. For example:" msgstr "" -# c7ea17164f504e0c8883f98bcc2ccba5 +# 2ba2f3b46c144027935814d8b838f112 #: ../adminuser/nova_cli_manage_projects_security.rst:166 msgid "" "Ensure your system variables are set for the user and tenant for which you " "are deleting a security group for." msgstr "" -# 97f37bcdc7cf4c879abf2e916c5bf8f6 +# 086636809374477bba8b4cb2c73b4128 #: ../adminuser/dashboard_manage_images.rst:40 msgid "Enter a brief description of the image." msgstr "" -# 42abe2ec5fa245b39c3a39f1028de2ae +# 37a65531e4824165bd5e5d4b0956981f #: ../adminuser/dashboard_manage_images.rst:38 msgid "Enter a name for the image." msgstr "" -# 46ae4f1ec9ef499fadbc0048f31a397b -# 9f4d81a7664147c699b2c5a5223f5977 +# a7d7d10f179b443e8f5a5f555d367b01 +# 413abc43d6c54a088a35f7a4f2548ae8 #: ../enduser/dashboard_manage_containers.rst:48 #: ../enduser/dashboard_manage_containers.rst:117 msgid "Enter a name for the object." msgstr "" -# 526a1974428847998696700d7b84eb0d +# 6704f9f92ea34d4ebce450c342ad299f #: ../enduser/dashboard_manage_containers.rst:137 msgid "Enter a name for the pseudo-folder." msgstr "" -# 65259ed0b7894d88b5418c917d328213 +# 284a5abbaa794acc8bdd363a16a4444d #: ../enduser/dashboard_stacks.rst:69 msgid "Enter a name to identify the stack." msgstr "" -# 0ce9a3ae21e14cd3bc3fe7293270a41a +# 6567317f74be4def89b23678e8bf8fb3 #: ../enduser/dashboard_stacks.rst:137 msgid "Enter new values for any parameters that you want to update." msgstr "" -# 23c17d88608f4b70a0ccfb8a0918811f +# b12fed32981c454385326c8753fb1f4a #: ../adminuser/dashboard_manage_flavors.rst:44 msgid "Enter the amount of RAM to use, in megabytes." msgstr "" -# d22036a7666b474c9df148b3e649d9f1 +# 2546c658874645038d1270748a9f4c41 #: ../adminuser/dashboard_manage_flavors.rst:49 msgid "" "Enter the amount of disk space in gigabytes to use for the ephemeral " "partition. If unspecified, the value is 0 by default." msgstr "" -# 7b031bfe842546ddb19dcc819b8aa566 +# bef53afd564c461b80ee32a93c5d77c8 #: ../adminuser/dashboard_manage_flavors.rst:46 msgid "" "Enter the amount of disk space in gigabytes to use for the root (/) " "partition." msgstr "" -# 31f29c2f37414005b7f5871421993b3b +# c2c3ad196275417aba4e2799363e0597 #: ../adminuser/dashboard_manage_flavors.rst:60 msgid "" "Enter the amount of swap space (in megabytes) to use. If unspecified, the " "default is 0." msgstr "" -# 4b6af8e9fb374ee3a5c4001f82d270a2 +# a7a600fb189b42b2a5d99835f2eea475 #: ../adminuser/dashboard_manage_flavors.rst:40 msgid "Enter the flavor name." msgstr "" -# cf457153e09f43e8bc7e443fc1ecb4c5 +# bb2d2e6adc1043e5a4785e7687e2d9a2 #: ../enduser/dashboard_manage_volumes.rst:70 msgid "" "Enter the name of the device from which the volume is accessible by the " "instance." msgstr "" -# 73fd7ad52fcb43b0a4178cc4d0fc8735 +# 3bd6763189544418a352175e9e3a4bc5 #: ../adminuser/dashboard_manage_flavors.rst:42 msgid "Enter the number of virtual CPUs to use." msgstr "" -# 272eb463acce4ae4943e805cc66b1d2c +# eb1970c7dc9e49cd9ab47a05794748a8 #: ../enduser/hot-guide/hot_environment.rst:21 msgid "Environment file format" msgstr "" -# 9e904b3fbd1e4f1799055533a4dff5ed +# 540170d925a04a26a5122c0bf1e20aa1 #: ../enduser/cli_swift_env_vars.rst:8 msgid "Environment variables required to run examples" msgstr "" -# 99c7149c121e4159a5be394f7344f219 +# 63757f609acc4c058594c62626aa8666 #: ../enduser/hot-guide/hot_environment.rst:11 msgid "Environments" msgstr "" -# 376a8b43b46c4bd39fdbff331584a780 +# 7cf9217f8d3a49dcaf522efd24c117c4 #: ../adminuser/cli_manage_flavors.rst:47 msgid "Ephemeral Disk GB" msgstr "" -# 7cca05c7e4d94cfd8eec882449c13074 +# 0d97176b15b34cf5930c971c09225227 #: ../adminuser/dashboard_manage_flavors.rst:54 msgid "" "Ephemeral disks offer machine local disk storage linked to the life cycle of " @@ -4637,7 +4666,7 @@ msgid "" "lost. Ephemeral disks are not included in any snapshots." msgstr "" -# c0b899557bbc4c5290451ee49ecd1166 +# a3a31f67a7e34d68a777b1b412911853 #: ../enduser/cli_swift_static_website.rst:108 msgid "" "Error pages are served with the status code pre-pended to the name of the " @@ -4648,7 +4677,7 @@ msgid "" "Web-Error`` metadata, or your site will display generic error pages." msgstr "" -# e4727d79b98746dba7a5b0019cfe0f93 +# 81eb3a64264b46d0bf200b398bff3e26 #: ../enduser/cli_swift_bulk_delete.rst:76 msgid "" "Errors. A list of object names and associated error statuses for the objects " @@ -4656,12 +4685,12 @@ msgid "" "``Accept`` header." msgstr "" -# 862370be03224da18704bce2bd3df5f1 +# 913a329a66de4c71b7afa1972cd70201 #: ../adminuser/cli_nova_evacuate.rst:6 msgid "Evacuate instances" msgstr "" -# 9ec99c71fee3492db5fe648c44482c08 +# 45751d8569e7439f8d7b95658163fe45 #: ../adminuser/cli_nova_evacuate.rst:21 msgid "" "Evacuate the instance. You can pass the instance password to the command by " @@ -4671,12 +4700,12 @@ msgid "" "is down to the specified HOST_B::" msgstr "" -# eba665ce7ea44d9c832b04d4f6516ca7 +# 392d94db8ef54820ae54da26b3cfba0e #: ../enduser/dashboard_stacks.rst:123 msgid "Events" msgstr "" -# 277c084b8a734beb89630f00cc0db337 +# bf7e693e67b647faa6d10541b4014376 #: ../common/cli_manage_images.rst:272 msgid "" "Examine the :file:`/var/log/nova-api.log` and :file:`/var/log/nova-compute." @@ -4684,12 +4713,12 @@ msgid "" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 27b61138c7f74a42bcf1b3eb487e4af8 -# 6dc6330a2c414ad7b616ddd99d20183e -# c2798908e0b24b2cb1dce6f6eea7aa72 -# 64697508bbd24a6faeb24d8333ba7ad4 +# 26e6521272e94696b50578c1cbf1a3d4 +# 08f2dc581f914840885df57fa6f76974 +# d4dbba0632b940b99305fc96bcdbaca9 +# 2bd99acca8a344048f81485518b05e3e # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# d4eafec215d841e09a89350d728386f4 +# df6ccd760e2042979b02f67801731575 #: ../adminuser/manage_projects_users_and_roles.rst:51 #: ../adminuser/manage_projects_users_and_roles.rst:63 #: ../adminuser/manage_projects_users_and_roles.rst:76 @@ -4698,90 +4727,90 @@ msgstr "" msgid "Example:" msgstr "" -# dd97619022a84e51b33323351f0f1f30 +# a895475c187b43cea06b0aef1d852024 #: ../enduser/hot-guide/hot_software_deployment.rst:50 msgid "" "Examples in this guide which require custom images will use diskimage-" "builder_." msgstr "" -# 09b5a50d953a47338b4d4323ced64f6c +# 83d73250ca9f4055ad39cd6bcae16bc2 #: ../enduser/cli_swift_serialized_response_formats.rst:39 msgid "Example 1. JSON example with format query parameter" msgstr "" -# 6bd54123b3fa4244bc0ba9f8468d72f3 +# 20e932dd0263481a9e210326f340bc00 #: ../enduser/cli_swift_serialized_response_formats.rst:82 msgid "Example 2. XML example with Accept header" msgstr "" -# e42765c07a2b418bbb1ea4bc9245c3d5 +# cd6c6144799e4012a97a6a8cc834cbd4 #: ../enduser/manage_db_config.rst:229 msgid "" "Find out what instances are using a configuration group, using the trove " "``configuration-instances`` command." msgstr "" -# e8d3db3c6b5d48429bd056787338cdbe +# 88bf9a74e2f64cd28327b3e4783a020c #: ../common/cli_manage_volumes.rst:425 msgid "Find the matching transfer ID:" msgstr "" -# 6fc77af65ab4471bba9856d610a379f6 +# 19adfbe7e98a410fb4320be129ec82fb #: ../enduser/hot-guide/hot_advanced_topics.rst:18 msgid "Firewall" msgstr "" -# cf47457b6ec045eab6297cd45b323aa1 +# 2df4e238893e4d558b3b4d7dc2fff01a #: ../enduser/manage_db_config.rst:25 msgid "" "First, determine which configuration options you can set. Different data " "store versions have different configuration options." msgstr "" -# 0cdb2edaaefc48908ea677fb2f6e28be +# 3ed91491e0bf437bbe15c7c0c6c44449 #: ../enduser/backup_db.rst:31 msgid "" "First, get the ID of the ``guest1`` database instance by using the trove " "``list`` command:" msgstr "" -# e5df5e64718c491d9b198f241318ab35 +# 2772626979754b46ae7e883f83080fc1 #: ../enduser/create_db.rst:132 msgid "" "First, use the trove ``list`` command to list all instances and their IDs:" msgstr "" -# b2c07fcea872414a85ed7734ce5bf86b -# 01465918af6e44ca8735e10832a4c1bf +# 86b3080cff86431282b63198899cb787 +# 4afa648d92f843df8945cfced186fbb4 #: ../adminuser/cli_manage_flavors.rst:56 #: ../adminuser/dashboard_manage_flavors.rst:15 msgid "Flavor" msgstr "" -# a1779162065e4aa785c7c18324334826 +# 1b6b6caba9d74cacb80766ea3e004435 #: ../adminuser/cli_manage_flavors.rst:24 msgid "Flavor ID" msgstr "" -# b824b8d24f884f95bf5166023df0f253 +# eadf425270634581b2c729590b4827f3 #: ../enduser/create_db.rst:71 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 ``6``." msgstr "" -# 8b4297fc4eaf4a82a815ebcb1661da1f +# db5e07c1ca0e42cfad5c9f5baafa88cc #: ../enduser/backup_db.rst:23 msgid "Flavor ID: ``10``" msgstr "" -# e40a4150ab7847b58267a52f6c3604aa +# ef960908374746c2ae594da2951cf25f #: ../enduser/create_db.rst:69 msgid "Flavor name: ``mysql_minimum``" msgstr "" -# 6261421a16004c528dc4e2ddb8d7a38d +# 4ad2821aa1f149b6bbea0b2f14a8dff8 #: ../adminuser/cli_manage_flavors.rst:15 msgid "" "Flavors can also determine on which compute host a flavor can be used to " @@ -4790,17 +4819,17 @@ msgid "" "cloud/content/>`_." msgstr "" -# f18bdca2a5154ca5ac8b85fb3efabb3b +# 7e0a7478364d4d7db303f4c31df16956 #: ../common/cli_install_openstack_command_line_clients.rst:191 msgid "For Mac OS X or Linux::" msgstr "" -# b256b3b3a57246b5ac578f7e9d3dfdb4 +# b6ba432ffd144f2196262188e78796fe #: ../common/cli_install_openstack_command_line_clients.rst:195 msgid "For Microsoft Windows::" msgstr "" -# 6fbababe3577470390b97c903b84b8e9 +# 1a2ad974c01c4274b6bcee3d2a56b53a #: ../common/cli_install_openstack_command_line_clients.rst:218 msgid "" "For SUSE Linux Enterprise Server, use zypper to install the clients from the " @@ -4808,14 +4837,14 @@ msgid "" "Service repository::" msgstr "" -# 7c2df1d21cda4504a8b70e3a8b3283ba +# ad7801e29cab4a54a042a807ca94f5b5 #: ../enduser/hot-guide/hot_software_deployment.rst:150 msgid "" "For ``RAW`` the user_data is passed to Nova unmodified. For a Cloud-init_ " "enabled image, the following are both valid ``RAW`` user-data:" msgstr "" -# d361996463d04ea4ac84c416d2b3205b +# 05e72b59bb2444fb9801ed36b5aa5cd4 #: ../enduser/hot-guide/hot_software_deployment.rst:177 msgid "" "For ``SOFTWARE_CONFIG`` ``user_data`` is bundled as part of the software " @@ -4823,38 +4852,38 @@ msgid "" "deployment resources`_." msgstr "" -# 65840de7fadb4c718fc8054b22c1d5d7 +# f543989e4b194d5486bf19d6d8f89eb7 #: ../enduser/sdk_authenticate_networking_endpoint.rst:256 msgid "For ``get_credentials`` see :ref:`Get credentials `." msgstr "" -# 07f0b9c05b664e6cb43edb6840c407a9 +# 1fd27eeede084700a1108956b0d5891d #: ../enduser/sdk_authenticate_networking_endpoint.rst:234 msgid "For ``get_credentials``, see :ref:`Get credentials `." msgstr "" -# 34afbd239de4418991b01a65b33a25d0 +# 562976397cef4071bb6107c7421e4fc8 #: ../enduser/sdk_authenticate_networking_endpoint.rst:231 msgid "" "For ``get_nova_credentials``, see :ref:`Get Nova credentials `." msgstr "" -# 00201bf390194c1680a01170a73e0d15 -# 71510223bdaa46ffa1bb674f5a1d46c8 -# 74bf5fde95b146129608b055d96c9d74 +# d59d5a0809964a7390b50fb42f90055d +# 3578aa81498048cdb2d279678ffc0a47 +# 68238fb7b9a1498893ca8d66d5ccd109 #: ../enduser/sdk_authenticate_networking_endpoint.rst:188 #: ../enduser/sdk_authenticate_networking_endpoint.rst:258 #: ../enduser/sdk_authenticate_networking_endpoint.rst:522 msgid "For ``print_values``, see :ref:`Print values `." msgstr "" -# 661d0a3a2a9641dd88a78a9aa9b06cf7 +# a03d0d3b054744c692eae0532015a29a #: ../adminuser/cli_manage_flavors.rst:106 msgid "For a list of optional parameters, run this command::" msgstr "" -# aa1e2acf312b4bde988c5874a6ebf96c +# ef018c5fc6d04fa693376fd08857772a #: ../adminuser/dashboard_view_cloud_resources.rst:19 msgid "" "For basic administration information, refer to the \"Measure Cloud Resources" @@ -4862,7 +4891,7 @@ msgid "" "guide/content/>`_." msgstr "" -# 6a609db781834a4f806e5c480d78958e +# dc4d07bda502400f80209b40312b05cb #: ../common/cli_manage_volumes.rst:279 msgid "" "For bulk import of data to the cloud, the data ingress system creates a new " @@ -4870,28 +4899,28 @@ msgid "" "device ownership to the end user." msgstr "" -# 92087df90db24cf7bf7c0235dc9cc6fa +# b3ccda8ab4684e238f83df8a46ae1def #: ../enduser/sdk_install.rst:13 msgid "" "For details about how to install the clients, see :doc:`../common/" "cli_install_openstack_command_line_clients`." msgstr "" -# 5b019afe9bf544b288c48a4b07234643 +# 7b7253e9cfb043b9884e156075d5d2bc #: ../adminuser/dashboard_manage_images.rst:23 msgid "" "For details about image creation, see the `Virtual Machine Image Guide " "`_." msgstr "" -# 64a6bbb6b5f84fa692c2e5790ad545b8 +# 90fd9eaf0cd24f1f9cf06828458f03c8 #: ../common/cli_manage_images.rst:17 msgid "" "For details about image creation, see the `Virtual Machine Image Guide " "`__." msgstr "" -# b5b8a624dc22469d9e2863c28153a0e6 +# eeed20a05b8f4bfba37565a3633b94db #: ../adminuser/cli_admin_manage_ip_addresses.rst:19 msgid "" "For details on creating public networks using OpenStack Networking " @@ -4900,14 +4929,14 @@ msgid "" "are created by default in OpenStack Networking." msgstr "" -# bb56ab05fc1443c588affa3397bed435 +# 5d8ca309e93049b0886d87e53f8d792e #: ../enduser/cli_manage_bare_metal_nodes.rst:93 msgid "" "For each NIC on the node, you must create an interface, specifying the " "interface's MAC address." msgstr "" -# ae171c06a4ef4d9dbd8cec2e34437443 +# 0335ba0a85fa4ab387ffe4538d0707c4 #: ../enduser/cli_manage_ip_addresses.rst:60 msgid "" "For each floating IP address that is allocated to the current project, the " @@ -4916,19 +4945,19 @@ msgid "" "the pool from which the floating IP address was allocated." msgstr "" -# 2bd758a694da488e9ec8fc4af8b745aa +# 552ebc81357a40d5bd18cb67783187fe #: ../adminuser/analyzing-log-files-with-swift-cli.rst:179 msgid "For each item in the list, run the swift **download -o -** command." msgstr "" -# 222b9ed9e64242da939a57d75e18c4f4 +# 7407e5ef3e09441ca93b2b32a7ab5563 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:39 msgid "" "For example, copy the file to the computer from which you want to upload an " "image with a ``glance`` client command." msgstr "" -# 7a7c94d8eb314178b9b2638c3a1b9362 +# ecd2b8e20972427eb75c06d7f0d71ae2 #: ../enduser/cli_swift_archive_auto_extract.rst:40 msgid "" "For example, if the first object in the tar archive is ``/home/file1.txt`` " @@ -4937,47 +4966,47 @@ msgid "" "container in the ``12345678912345`` account." msgstr "" -# d71e6903d7c044a0ab9dddc6ff6e14c2 +# 9eb28f1fc0f74fffb5133a996e2edcb9 #: ../enduser/dashboard_databases.rst:39 msgid "" "For example, if your MySQL datastore name is set to ``mysql``, your entry " "would look like this:" msgstr "" -# 9f740cfd41d343a8a184ce3f0ef4bf2b +# 88dc44e7731b49159a013f3db531f955 #: ../enduser/cli_swift_serialized_response_formats.rst:41 msgid "" "For example, this request uses the ``format`` query parameter to ask for a " "JSON response:" msgstr "" -# 447c5d83d44c462d989ec233512f5201 +# de3794a240de43c88a730c5ef557cba9 #: ../adminuser/cli_keystone_manage_services.rst:68 msgid "" "For example, to create a ``swift`` service of type ``object-store``, run " "this command:" msgstr "" -# a6007609106d4799ad644682197d70e3 +# acc761dd33d44519912c36ecbb76a5eb #: ../enduser/hot-guide/hot_basic_resources.rst:430 msgid "For example, to create a new volume from a backup:" msgstr "" -# 6963b1506bca4a019d9fe4e4f647ce89 +# 4e85b9ce61f34587952b89d21343a5a6 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:180 msgid "" "For example, to delete the security group rule that permits SSH access from " "all IP addresses, run the following command::" msgstr "" -# c973defeebe9416bbe64105bd72774d5 +# e9e875e4d16b4e919eeee09b5d44bef7 #: ../common/cli_discover_version_number_for_a_client.rst:9 msgid "" "For example, to see the version number for the ``nova`` client, run the " "following command::" msgstr "" -# f11c869463694de8bddfd9f9ffd2c899 +# 8ad1a17e868340a1a70f9b56b1e2521b #: ../common/cli_manage_images.rst:113 msgid "" "For example, using the image ID shown above, you would issue the command as " @@ -4985,23 +5014,23 @@ msgid "" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# ba794a63a55e4a2da83b884cd8b65f14 -# bae257609165425ea586ee2d23334124 -# 976e508f7d8e4728a6259bad216bef0b -# 71cef6675ff34437803b2ea4c478ccd1 -# 54eb34a54e58471fb928a22283e7a443 -# 7ed860a7925b45a5b4b60c69ecc002eb -# 3e582ea6c5ea404cae24b581372c9927 +# 14c1fb7b237d4eab8a94a52f1540c97a +# d4080baefd57449d98b72df458568142 +# 652eed4f68bc40f7b1644384534a344d +# 89b3bd3bba12477bbea2f87cef01f7c3 +# abce98f452a4413c973737f258d30305 +# c1933682ed0e413eae0425f3e71430f4 +# 1b4f4b9908e24c9f82f748a353d71e2c # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 83078157003647968096f28e27d93b41 -# 87d03569b6384c61b990a6e7b68fe6c7 +# 84f2ed17ceca4f4e99c5c4bcb1cbb506 +# 4070d2f5d4474430a8346b23b461d100 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# fa08a6e28d304aa58825d763d48c4dea -# c2f7c9bc195c48e4bca2dbc55a3d140c -# ce3bd51f454045e1b9adf458a62af7ac -# f67e6a1c85114c36819bb8ceee04b287 -# a7a2aa9403614d7e90e57d685ca5f155 -# 662385d3642444ceb4277077c354d6f9 +# c99ed2fdf2464e5d8e9e3abdeadbd2d4 +# d6c989f89e2f4c2f8fbb2a8b89bae3a9 +# 70a6de5466ad4919b03ceaac6b7d5ad1 +# 0f2e2866d2d84e84a523a3f9dd8b7249 +# 38111bfb2d26406f8cedd22e54cd13ad +# c00077240c9443faa3b1332f31e68a16 #: ../adminuser/cli_cinder_quotas.rst:44 ../adminuser/cli_cinder_quotas.rst:95 #: ../adminuser/cli_keystone_manage_services.rst:88 #: ../adminuser/nova_cli_manage_projects_security.rst:70 @@ -5017,19 +5046,19 @@ msgid "For example:" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 79dd98503bab4941b15573c8058dd073 -# 0ece6c987c0d4b5d83ad1c9795251688 -# 891a703bbbc44f01910334e55b282b8b +# fcd4c63382a04a6db9b834f8aa4d039b +# 0d4b82b6498f441c92033d5dfea79136 +# af709c8f7a97461ab0430c06c46a02c2 # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 0277924998194049996b22987af9baa3 -# 796e7376ed1c4e22be48b0c70e1e6197 -# 49b89b7e50ad4aab97670086dcc4d394 -# c33a42f52e2b4979bfecc34de833c44e -# fe81073a5e2c467e84a7f3f27ed77f35 -# 63b2d259791b4abd9ee4e4ad5453ff60 -# 7e9b578553e14e1793b60db797435d50 +# 424ba07a0de848b6a4369a4ce29e33af +# 20d7b6b96bc043dcb1c9534ff9f5f405 +# 8de93c1db76341b88e4823c5ef344ead +# 8b4572f762fd443fa81b172628bd8008 +# 06b8b27e033f4277961f52a42379ade2 +# d3f004f675424bfc94cd81b2f4e9ca96 +# bb7b925c37b747fba5c689654bfc29af # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# f8b43c692ce64ed0ac8cb4e435531e08 +# 3c36a60ef457400784eab963b2363795 #: ../adminuser/cli_admin_manage_ip_addresses.rst:64 #: ../adminuser/cli_admin_manage_ip_addresses.rst:90 #: ../adminuser/cli_nova_specify_host.rst:16 @@ -5044,7 +5073,7 @@ msgstr "" msgid "For example::" msgstr "" -# d8159175a4314192a88f39467a383193 +# 1e188d540b8347e39256b54a76c48933 #: ../enduser/cli_access_instance_through_a_console.rst:53 msgid "" "For further information and comparisons (including security considerations), " @@ -5052,12 +5081,12 @@ msgid "" "compute.html>`__." msgstr "" -# efe1ec0b62de409e94267d9f07f6680d +# c208541337884d749759c6016a278e02 #: ../adminuser/cli_admin_manage_stacks.rst:22 msgid "For information about the:" msgstr "" -# 8d00c410175240d1860ade96366fadd6 +# 34d97b63f1c14f009a7bb8cd5f5cde42 #: ../adminuser/dashboard_manage_instances.rst:13 msgid "" "For information about using the dashboard to launch instances as an end " @@ -5065,12 +5094,12 @@ msgid "" "guide/content/>`__." msgstr "" -# 1d53e2a818854efca8f465090ff61710 +# 7020f3b890fc435dab2e92e630f39882 #: ../adminuser/dashboard_admin_manage_stacks.rst:20 msgid "For information about:" msgstr "" -# 298fb7f397174e48b7fe934ba6a0c793 +# deb037e4b7ba48d48af1591c44bc05c6 #: ../common/cli_create_and_manage_networks.rst:128 msgid "" "For information and examples on more advanced use of neutron's ``subnet`` " @@ -5078,21 +5107,21 @@ msgid "" "admin-guide-cloud/content/advanced_networking.html>`__." msgstr "" -# c2013c2ab1454077bd1f677c6fe8278a +# 653c65df020146dd994387f8a37fc56b #: ../enduser/hot-guide/hot_hello_world.rst:125 msgid "" "For more information about intrinsic functions, see :ref:" "`hot_spec_intrinsic_functions`." msgstr "" -# be6362b42eef482bac832335b702875a +# 3bf8fe40763246bfbd2dd54da1dfe94b #: ../enduser/hot-guide/hot_basic_resources.rst:263 msgid "" "For more information about key pairs, see the `Configure access and security " "for instances`_ section of the OpenStack user guide." msgstr "" -# 012395118c9f48658da47020f008e33a +# 1d3f841e1c444664b83d22955cad3a58 #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:12 msgid "" "For more sophisticated monitoring, see the `ceilometer '." msgstr "" -# 50325040fb7e426f9131455196441b3f +# 8e79b679efdc4582b6ecf1f8c1929f32 #: ../enduser/sdk_authenticate_networking_endpoint.rst:66 msgid "Get Nova credentials" msgstr "" -# ed4b3af5a3404e98a812809ae152cd48 -# 2f5061f36d3b43d995134f2e9d50f350 +# 27ccacf22a504eb3b0f3db212652d55b +# 565b768b6d98428bb5714212becf37c2 #: ../enduser/sdk_authenticate_compute_output.rst:63 #: ../enduser/sdk_authenticate_compute_output.rst:186 msgid "" @@ -5208,28 +5237,28 @@ msgid "" "openstack-credentials>`." msgstr "" -# cefa33cd8d544db8bf01c480af80dccc +# 5a0d1a85a1a948a5bae606c06fb146a4 #: ../enduser/sdk_authenticate_compute_output.rst:285 msgid "" "Get OpenStack Credentials. See :ref:`Get OpenStack credentials (API v2) `." msgstr "" -# dcc6f59ddb95476ab96fa22cc259273f +# 82d28fe891144ad1938dc915036b0815 #: ../enduser/sdk_authenticate_compute_output.rst:25 msgid "Get OpenStack credentials (API v2)" msgstr "" -# d50f2cbfc595451f920e9c6e8b7ecfb1 +# 1bfc9502797848359929a7c28702ac81 #: ../enduser/sdk_authenticate_compute_output.rst:379 msgid "" "Get OpenStack credentials. :ref:`Get OpenStack credentials (API v2) `." msgstr "" -# a9945cdbf605455ba3d2639c232e6f62 -# d73c8fa46bf34ed89e388d6f4d1529e9 -# c8871c744cc54e45a458c0c29cdbb5a7 +# 0922fa833b374d409f31e87d953d35fd +# c10c9461bdce4b4f9c6b73e8bf020563 +# aeac0c9a15a1404d9002ff95ff357bb1 #: ../enduser/sdk_authenticate_compute_output.rst:107 #: ../enduser/sdk_authenticate_compute_output.rst:449 #: ../enduser/sdk_authenticate_compute_output.rst:516 @@ -5238,113 +5267,118 @@ msgid "" "openstack-credentials>`." msgstr "" -# ac9dfc57da9f48db9bf00586ad529438 +# 9ab9c0f8aaf342caaac653466cba8a38 #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:38 msgid "" "Get a summary of resource usage of all of the instances running on the host::" msgstr "" -# cf2491e1412b420eb02d2ec09e20c786 +# 69050af049a248ebb46f6230e716cab6 #: ../enduser/hot-guide/hot_composition.rst:133 msgid "Get access to nested attributes" msgstr "" -# 42136f2aef35413aa4883ed003b4004f +# 6ca7d87e910243fc8839a1c2ccdef6db #: ../enduser/sdk_authenticate_networking_endpoint.rst:39 msgid "Get credentials" msgstr "" -# cef6305d79b048d39e655232059eec7b +# 745e8d2f03fb4b4d93191d56f3252846 #: ../enduser/sdk_authenticate_networking_endpoint.rst:608 msgid "Get credentials. See :ref:'Get credentials '." msgstr "" -# e308ccdf79604d52a183eabe949007b9 -# b8599d1dc2244d24a31c39b57f084b81 +# a6a9e4855b2e4e10a3ae06aa23c92fc1 +# f7fbd7031a3b4b1184f43075c7e6efdc #: ../enduser/sdk_authenticate_networking_endpoint.rst:422 #: ../enduser/sdk_authenticate_networking_endpoint.rst:504 msgid "" "Get credentials. See :ref:`Get Nova credentials `." msgstr "" -# 88e98ad414404968b2b4974178d65d91 +# 0d84bcda58f245c48b1f1ff107f720d2 #: ../enduser/sdk_authenticate_networking_endpoint.rst:558 msgid "Get credentials. See :ref:`Get credentials `." msgstr "" -# b4a69805cfb3454d9e416a97e08965ba +# bedf23177c044cadbefdfcdcdec09d40 #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:93 msgid "Get diagnostic statistics:" msgstr "" -# 3306b29d69324a859a1765eb142942d0 +# 7eccd751918c41d48d6caefa9caf00e1 #: ../enduser/sdk_manage_images.rst:93 msgid "Get image by ID" msgstr "" -# 2a6a9c43dab34e9a9f5e995b1540fa10 +# 6acdfdf2254b4492bbb9a0563ce4ab17 #: ../enduser/sdk_manage_images.rst:108 msgid "Get image by name" msgstr "" -# eee96090f71648c7b3a9d92d50b027b0 +# 356bf11d6e7045008a671fdf935e9e32 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:53 msgid "Get statistics for the account::" msgstr "" -# 1e4d137bd26a414a85cce7832596aae1 +# a3803ba22fd14f7689cae0c1e37f5da2 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:65 msgid "Get statistics for the logtest container::" msgstr "" -# cd0b435974d244cca403a1e57b44b98f +# eefea966fc954f40988b100ba239ae10 #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:118 msgid "Get summary statistics for each tenant:" msgstr "" -# 9c69fa6361af43849015daf0ac2f32a2 +# 52b5321647934f3f92d81173135c56b1 #: ../enduser/manage_db_config.rst:171 msgid "Get the ID of the configuration group:" msgstr "" -# 9bc29bd7bf1d48578fe9b87bce4dc765 +# 5b8abcf31ce849078ad4afcceb105c4c #: ../enduser/manage_db_config.rst:160 msgid "Get the ID of the database instance:" msgstr "" -# c0f311fa7721456f82adb9931bc4998b +# 207ea15995ae4457b47416c32c646e6e +#: ../enduser/set_up_replication.rst:28 +msgid "Get the ID of the original instance you want to replicate:" +msgstr "" + +# d8081dafbe5c45e7a18d7d2216048957 #: ../enduser/sdk_authenticate_compute_output.rst:117 msgid "" "Get the flavor and image to use to create a server. This code uses the " "``cirros`` image, the ``m1.tiny`` flavor, and the ``private`` network:" msgstr "" -# 3b0408eb84ac4656988de068afa2cbfe +# 60281cceb7cc4662a357ea873ccfd782 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:78 msgid "Get the image ID::" msgstr "" -# bfea562afbe042b98974842411fd0dbe +# 2744df752aff43a29ec0f29ff2bd49b3 #: ../enduser/sdk_authenticate_compute_output.rst:314 msgid "Get the updated instance of the server:" msgstr "" -# 3bd4f8de98db4bb3b2a447d1f2d46d07 +# 9d20986b9f10406f8e3f04a07c6fd9a7 #: ../adminuser/dashboard_set_quotas.rst:42 msgid "Gigabytes" msgstr "" -# 59fe2c1960a44b10a5a4d8d8f0a29ee6 +# cf5c9417d6d6449a9445c0d662d40c25 #: ../enduser/hot-guide/hot_environment.rst:44 msgid "Global and effective environments" msgstr "" -# 0354d3eb0fd342c7bbb777221e64beb0 +# 8d20127ce1d34fa5902a080e43491934 #: ../enduser/hot-guide/hot.rst:6 msgid "HOT Guide" msgstr "" -# fc549999facf44058e2e845db9f64593 +# 974baa6527214e29b96b7098cf485210 #: ../enduser/hot-guide/hot_hello_world.rst:26 msgid "" "HOT is a new template format meant to replace the CloudFormation-compatible " @@ -5354,7 +5388,7 @@ msgid "" "be found at :ref:`hot_spec`." msgstr "" -# e4c4fde3a04d49c7a90f8bdda74fa174 +# 8fe12222718c427baa0999db6cd7ae64 #: ../enduser/hot-guide/hot_spec.rst:560 msgid "" "HOT provides a set of intrinsic functions that can be used inside templates " @@ -5363,39 +5397,39 @@ msgid "" "intrinsic functions." msgstr "" -# 97f2dd564f424af7bc3cebd9bf7fd582 +# ec8c91fd1867435f93fef7b878bb2be4 #: ../enduser/hot-guide/hot_spec.rst:28 msgid "HOT templates are defined in YAML and use the following structure:" msgstr "" -# 20917a9ebd6a4739b4037401417ca40f +# edadef1039f8409498bcda6f7bf44bae #: ../enduser/sdk.rst:18 msgid "HTTP/1.1" msgstr "" -# a6c9586cee614641a3b9c640afce3edd +# 871d03db3c16446d9f36d2451d3508ce #: ../common/cli_manage_images.rst:159 msgid "Hash of image data to use for verification." msgstr "" -# 70e303e7b60b41f88c0f45b2dcf55813 +# ecb3f804036f43f793ad6eee1e9c8050 #: ../enduser/hot-guide/hot_spec.rst:24 msgid "Heat Orchestration Template (HOT) specification" msgstr "" -# 94d2c77144ba440795b31e091fd1e2b6 +# ed165a25aa9141bfad2d1585e4d06ec8 #: ../enduser/create_db.rst:27 msgid "" "Here are the default flavors, although you may have additional custom " "flavors in your environment:" msgstr "" -# 9f18d66c72be463eb980bb6daca787b2 +# 26e8787fb5a34318b7c4ebc2d7819f45 #: ../enduser/cli_cheat_sheet.rst:8 msgid "Here is a list of common commands for reference." msgstr "" -# 54f32e559b394096920796efc2c34d1e +# ee717140b3624f2b8461ad1ae4614102 #: ../adminuser/cli_manage_flavors.rst:90 msgid "" "Here is an example with additional optional parameters filled in that " @@ -5405,36 +5439,36 @@ msgid "" "(through the Virtual Interface (vif) creation in the hypervisor)::" msgstr "" -# 82c2f880417f46bdbbac65c4b6d28c21 +# 15293f7c69e14d118f1a85c0dc6eeaf3 #: ../enduser/hot-guide/hot_hello_world.rst:150 msgid "Hiding parameters values" msgstr "" -# 442218ea84404597a23bd6b47039197f +# 2a4cd9e5b03f40d09eac68e263df3010 #: ../adminuser/dashboard_manage_host_aggregates.rst:8 msgid "" "Host aggregates enable administrative users to assign key-value pairs to " "groups of machines." msgstr "" -# dc6b12c913e14931b0176483861a9f6c +# 06a9fa8b17184b7eac1fd2940dccdd5c #: ../adminuser/intro-admin.rst:6 msgid "How can I administer an OpenStack cloud?" msgstr "" -# 706a295a497b4df08400986bd1420c74 +# 24c4670140c84e39b7a961669f9991e2 #: ../enduser/intro-user.rst:6 msgid "How can I use an OpenStack cloud?" msgstr "" -# 0707044a196b45a6b362ef85758f873b +# f74b9a14652c4005a99151f6cb481e3e #: ../enduser/hot-guide/hot_software_deployment.rst:58 msgid "" "How this user-data is consumed depends on the image being booted, but the " "most commonly used tool for default cloud images is Cloud-init_." msgstr "" -# 3f4ad365322841ddad74b9f51b2cce00 +# c7e6bfb8a78348e4ae846c3af5379126 #: ../enduser/configure_access_and_security_for_instances.rst:157 msgid "" "However, in addition to the fixed IP address, a floating IP address can also " @@ -5445,48 +5479,48 @@ msgid "" "address with a specific instance." msgstr "" -# a64f12a9a103414d98afee18e6790702 +# 29c47aa7b38544f4b0baa95aa4f6fdd9 #: ../enduser/hot-guide/hot_composition.rst:82 msgid "Http URL (:file:`http://example.com/templates/my_nova.yaml`)" msgstr "" -# 35a5e58a6596493695067452a8bd5869 +# e0c5d87878ba4003ab0bd78b71ae8715 #: ../enduser/hot-guide/hot_composition.rst:83 msgid "Https URL (:file:`https://example.com/templates/my_nova.yaml`)" msgstr "" -# ec519cb242a74c059817322cecb84371 +# d3adc156ea2142c5a32652fa0a929308 #: ../enduser/backup_db_incremental.rst:24 msgid "" "ID of the instance (``INSTANCE_ID``): ``792a6a56-278f-4a01-9997-" "d997fa126370``" msgstr "" -# 2c3281517ed0400e8ad936c58902e082 +# bb166486ef4c4675a16b51c71ae7a1f4 #: ../enduser/backup_db_incremental.rst:27 msgid "" "ID of the regular backup artifact (``BACKUP_ID``): " "``6dc3a9b7-1f3e-4954-8582-3f2e4942cddd``" msgstr "" -# 6458e90c475848f78529c4f8f283d6cd +# cc107c2e63014ee09143fc4234c7d1c2 #: ../common/cli_overview.rst:44 msgid "Identity" msgstr "" -# f19d6432afde4fc3871f99eee7e53059 +# 724734d799a74f9893e2b2bdf01c0f4b #: ../enduser/cli_cheat_sheet.rst:11 msgid "Identity (keystone)" msgstr "" -# e94cd362091b4c88ab17d2fcdf6a0b4d +# fed96649da554ed9b89ee63b47440d6d #: ../enduser/hot-guide/hot_software_deployment.rst:228 msgid "" "If ``status`` is set to ``FAILURE`` then the resource (and the stack) will " "go into a ``FAILED`` state using the ``reason`` as failure reason." msgstr "" -# da80e81e32f44daca193a280499243f5 +# 42c29b6ccd9e4286a9d5185b628412ad #: ../common/log_in_dashboard.rst:31 msgid "" "If a certificate warning appears when you try to access the URL for the " @@ -5495,7 +5529,7 @@ msgid "" "browser to bypass the warning." msgstr "" -# 130b3d0f48f549d8b0516cb3d400dacf +# 2530ce4e2fe94804aecefe1af9158fc1 #: ../adminuser/cli_nova_evacuate.rst:8 msgid "" "If a cloud compute node fails due to a hardware malfunction or another " @@ -5504,7 +5538,7 @@ msgid "" "you omit the host, the scheduler determines the target host." msgstr "" -# 275e81af213a4baf8df0cc61ad15d28e +# 549e1709bea84cb0921a8d3088e32704 #: ../enduser/hot-guide/hot_spec.rst:477 msgid "" "If a resource depends on just one other resource, the ID of the other " @@ -5512,7 +5546,7 @@ msgid "" "the following example:" msgstr "" -# 219810d68b214fb0a118f37ec37db733 +# 5c9b1b4049e54e6e9be327f5a49bed9e #: ../enduser/hot-guide/hot_spec.rst:492 msgid "" "If a resource depends on more than one other resources, the value of the " @@ -5520,7 +5554,7 @@ msgid "" "the following example:" msgstr "" -# a2255a84f39a44d58315beb023b131c8 +# 29cd3b22dbb34ff8a53d014c51da3861 #: ../enduser/hot-guide/hot_software_deployment.rst:108 msgid "" "If a stack-update is performed and there are any changes at all to the " @@ -5529,21 +5563,21 @@ msgid "" "server." msgstr "" -# bd95d1239a8a4b32911606d7a6722073 +# 63f5587dbe4e411c8bc025f695b23497 #: ../enduser/hot-guide/hot_hello_world.rst:146 msgid "" "If a template doesn't define a default value for a parameter, then the user " "must define the value, otherwise the stack creation will fail." msgstr "" -# b5e5b5b307234c1d98486d8646241e29 +# f50e06e004d54f6bb4f8ccc72eca1831 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:16 msgid "" "If an image uses a static root password or a static key set (neither is " "recommended), you must not provide a key pair when you launch the instance." msgstr "" -# f11183d7db5143ada8784a55ecf52ea5 +# 3fb39856f8db4bd0a906552404b7172e #: ../adminuser/cli_manage_flavors.rst:101 msgid "" "If an individual user or group of users needs a custom flavor that you do " @@ -5553,7 +5587,7 @@ msgid "" "flavors.html>`_." msgstr "" -# ae9553e12ac14aadb8ade83569149dc7 +# 98d68bcc387d42eea1c865039836b9b1 #: ../enduser/cli_manage_ip_addresses.rst:123 msgid "" "If an instance is connected to multiple networks, you can associate a " @@ -5561,7 +5595,7 @@ msgid "" "fixed-address`` parameter:" msgstr "" -# cf08c48c9ea34aaa91482721bc44d09a +# 051de979dec442359c8db5ff20cacc0d #: ../enduser/cli_swift_large_object_creation.rst:134 msgid "" "If everything matches, the manifest object is created. The ``X-Static-Large-" @@ -5569,7 +5603,7 @@ msgid "" "manifest." msgstr "" -# 7f394e07f58b4e39aca127b61c6c2be7 +# 30da6d6d101c4185ad943a2eae4336ea #: ../enduser/cli_manage_ip_addresses.rst:82 msgid "" "If more than one IP address pool is available, you can specify from which " @@ -5577,26 +5611,26 @@ msgid "" "allocate a floating IP address from the ``test`` pool, run::" msgstr "" -# e93f1d80c27642c2adc569238b4318de +# 557694a82aa44d768e9ac62cfa5c691b #: ../enduser/cli_launch_instances.rst:51 msgid "" "If needed, you can assign a **floating (public) IP address** to a running " "instance." msgstr "" -# 0f9fe08c2a81448f886a43ca493186da +# 835f09ad3b69430b98f15f47975445c2 #: ../adminuser/nova_cli_manage_projects_security.rst:22 msgid "If set to:" msgstr "" -# d88fb08cdfa549a1979417f165bfdbb0 +# 3e09254179b84ffda51ecb5b2515d413 #: ../enduser/sdk_authenticate_against_identity_endpoint.rst:36 msgid "" "If the OpenStack cloud is configured to use public-key infrastructure (PKI) " "tokens, the Python script output looks something like this::" msgstr "" -# 108c1014750e4beda3f4f36aca51af01 +# 8b1525ad683046838b8c3d1257dfd2a7 #: ../enduser/hot-guide/hot_basic_resources.rst:273 msgid "" "If the ``public_key`` property is not specified, the Orchestration module " @@ -5605,31 +5639,39 @@ msgid "" "key." msgstr "" -# 3d49f165c24c4ceebda66de1de6c8655 +# 081026354f5e48e1bb04d5b40c4a9d5d +#: ../enduser/set_up_replication.rst:104 +msgid "" +"If the original instance goes down, you can detach the replica. The replica " +"becomes a standalone database instance. You can then take the new standalone " +"instance and create a new replica of that instance." +msgstr "" + +# fde9abfac3c04e7886a78813b1ab5362 #: ../enduser/cli_change_the_size_of_your_server.rst:88 msgid "" "If the resize fails or does not work as expected, you can revert the resize. " "For example::" msgstr "" -# 372ba2151c224a85a8a9ff86a5a12a82 +# 10905210a5884b6293549f7aca5b80da #: ../adminuser/manage_projects_users_and_roles.rst:438 msgid "If the role was removed, the command output omits the removed role." msgstr "" -# f4b6ada4fd8a482286e9cc8629277c6d +# 2c4766f9633f4c27b9225d495840357a #: ../enduser/sdk_authenticate_compute_output.rst:219 msgid "" "If the server exists, run the ``delete`` method of the ``nova_client." "servers`` object:" msgstr "" -# e630c2edaf43426294940cbe72238766 +# 5ae9be41097b415ea0ad663b4896b6c4 #: ../enduser/cli_launch_instances.rst:260 msgid "If the status for the instance is ACTIVE, the instance is online." msgstr "" -# ba49345834664e12a4836cf1c80c93b3 +# 2dda5497d2b148969eaaa3418ea1f005 #: ../common/cli_manage_volumes.rst:38 msgid "" "If the volume is in use or has snapshots, the specified host destination " @@ -5637,21 +5679,21 @@ msgid "" "fails." msgstr "" -# c3aa641bab2a4eb18c7989c47e61aed0 +# 51f8fa514b9146c4a44b475a44252524 #: ../enduser/cli_manage_ip_addresses.rst:46 msgid "" "If this list is empty, the cloud administrator must configure a pool of " "floating IP addresses." msgstr "" -# c7213e07620e4eaa804fbf631cbf24a5 +# be074a4e208b45bba4b0710d054e8d80 #: ../enduser/cli_launch_instances.rst:122 msgid "" "If you are an admin user, specify the ``--all-tenants`` parameter to list " "groups for all tenants." msgstr "" -# 2a1b53fd623b402fa88c0831ef004a41 +# 25f9ad6d19994f51904dd7f1aed51f58 #: ../common/log_in_dashboard.rst:48 msgid "" "If you are logged in as an administrator, the :guilabel:`Project` tab (:ref:" @@ -5659,14 +5701,14 @@ msgid "" "tab`) are displayed." msgstr "" -# 02356dffe3e74e93ab7cee0afd535b6d +# 2e92024922a440b0bdd6de6ba5b7819f #: ../common/log_in_dashboard.rst:45 msgid "" "If you are logged in as an end user, the :guilabel:`Project` tab is " "displayed." msgstr "" -# 9fc8b776f27e42c38cb3374dde2b98a1 +# de393346ab8b454c8e71059fc20f6416 #: ../enduser/configure_access_and_security_for_instances.rst:134 msgid "" "If you are using the dashboard from a Windows computer, use PuTTYgen to load " @@ -5675,7 +5717,7 @@ msgid "" "docs/ui-puttygen>`__." msgstr "" -# 01e5f4803c7a40e38a81cfb9d630d800 +# 6fb095bd0ce54906a8853d9c4265024d #: ../enduser/sdk_authenticate_against_compute_endpoint.rst:41 msgid "" "If you authenticate against an endpoint that uses a custom authentication " @@ -5683,7 +5725,7 @@ msgid "" "constructor." msgstr "" -# 53f56b027d274c00963630addfd87be7 +# 1e67bd57639d4e97ac664fb9b3d5237d #: ../enduser/cli_launch_instances.rst:170 msgid "" "If you boot an instance with an INSTANCE_NAME greater than 63 characters, " @@ -5692,14 +5734,14 @@ msgid "" "nova-network.log file." msgstr "" -# eeb12f13934a45009b950c15585a144b +# e80f937702384ac2942e8235f18a9f4a #: ../enduser/dashboard_create_networks.rst:94 msgid "" "If you choose not to set the :guilabel:`IP Address` value, then by default " "OpenStack Networking uses the first host IP address in the subnet." msgstr "" -# 9369b88b0e444e0888a8562457808c21 +# f7f813bc5ab74b49bafacb4bd1d99410 #: ../enduser/cli_launch_instances.rst:269 msgid "" "If you did not provide a key pair, security groups, or rules, you can access " @@ -5707,7 +5749,7 @@ msgid "" "instance is not possible." msgstr "" -# e106046843204215baa38bab242d1dcb +# 8b813321678a4b68a1beeef05e63f861 #: ../adminuser/manage_projects_users_and_roles.rst:253 msgid "" "If you disable a user account, the user cannot log in to the dashboard. " @@ -5715,21 +5757,21 @@ msgid "" "at any time." msgstr "" -# c70ce9a5bf364f398fd0c58eb00726cb +# 9426be99598c4ef6a12269d7285b46a2 #: ../common/cli_manage_volumes.rst:404 msgid "" "If you do not have a sufficient quota for the transfer, the transfer is " "refused." msgstr "" -# 4fc8450d53914b25b1db01418586b517 +# 92c9ab29babd4363803b52680dcbaecb #: ../common/cli_manage_images.rst:264 msgid "" "If you encounter problems in creating an image in Image Service or Compute, " "the following information may help you troubleshoot the creation process." msgstr "" -# 9118061827f348d8a06565c08dfd1dcd +# 8ef90dbab2394f20b6690fdd02deca8d #: ../enduser/create_db.rst:58 msgid "" "If you have a custom flavor that meets the needs of the database that you " @@ -5737,7 +5779,7 @@ msgid "" "that flavor." msgstr "" -# 94b5ff39bb9143bd9d31e426dedafd1c +# 1552c27c9d744b26a30c217079d694c5 #: ../enduser/cli_swift_large_lists.rst:8 msgid "" "If you have a large number of containers or objects, you can use the " @@ -5745,14 +5787,14 @@ msgid "" "items are returned in a list and where the list starts or ends." msgstr "" -# a11a0850a5474b95898b69668f6fd04e +# 8ad4c83c0a6741c4a44b11bfd27881d4 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:84 msgid "" "If you have already generated a key pair and the public key is located at " "``~/.ssh/id_rsa.pub``, run the following command to upload the public key::" msgstr "" -# 1cdeb715752b44b8afb581e876872408 +# 35ac5ab96bf04447b0c7eefdcddad196 #: ../enduser/sdk_configure_access_security_instances.rst:74 msgid "" "If you have already generated a keypair with the public key located at ``~/." @@ -5762,7 +5804,7 @@ msgid "" "KeypairManager.create>`__ method to import the public key to Compute:" msgstr "" -# 8de1e0cb1ae5436eb5d83beb123d68c4 +# 8fa2825727e44bf0af187cbc4defe460 #: ../enduser/configure_access_and_security_for_instances.rst:21 msgid "" "If you have generated a key pair with an external tool, you can import it " @@ -5771,14 +5813,14 @@ msgid "" "`dashboard_import_keypair`." msgstr "" -# ef2965812d304d919ebe2b5a15175c79 +# 69257f3e3f0e48198b8ccdeb1d78e12f #: ../enduser/cli_launch_instances.rst:137 msgid "" "If you have not created any security groups, you can assign the instance to " "only the default security group." msgstr "" -# ca084e648d444dd7bba8e0d05187742c +# ec88f7a969d84ddf9bc1b380e97b186a #: ../common/cli_install_openstack_command_line_clients.rst:17 msgid "" "If you need to install the command-line packages source packages, the " @@ -5786,7 +5828,7 @@ msgid "" "line clients, and provides installation instructions as needed." msgstr "" -# be7f199406b241f6a142fa941556dae7 +# a6f21e6b5ac844df8dee86d02e8499be #: ../adminuser/cli_nova_migrate.rst:69 msgid "" "If you see this error, it means you are either trying the command with the " @@ -5794,7 +5836,7 @@ msgid "" "prevents migration for your user:" msgstr "" -# efc7389a3e9741ada465152ec98da594 +# f5862670dda84b169b0977ced6d3aace #: ../enduser/sdk_authenticate_against_compute_endpoint.rst:70 msgid "" "If you set the ``OS_AUTH_SYSTEM`` environment variable, check for this " @@ -5802,7 +5844,7 @@ msgid "" "custom authentication back end:" msgstr "" -# df43d7c5b47f4f97b5146149402aedf5 +# 514810c35bc5484c9fe2aaed26322545 #: ../common/cli_manage_images.rst:202 msgid "" "If you specify a disk or CD-ROM bus model that is not supported, see the " @@ -5810,14 +5852,14 @@ msgid "" "not supported, the instance fails to launch. See the VIF_model_values_table_." msgstr "" -# 7883b2c18c65447f9e57e6029d13c4e4 +# b4dec04b014c49938f12ce6d462806ae #: ../enduser/cli_swift_manage_access_swift.rst:27 msgid "" "If you use StaticWeb middleware to enable Object Storage to serve public web " "content, use ``.r:``, followed by a list of allowed referrers." msgstr "" -# 3f86d25d28504eb3a6d7a4cb5054aa2e +# 49a5979b3b084238902dc77ebc0db052 #: ../enduser/cli_swift_large_object_creation.rst:145 msgid "" "If you use the ``DELETE`` operation on a manifest object, the manifest " @@ -5827,7 +5869,7 @@ msgid "" "deleted." msgstr "" -# 98aa79dd4458440cbb39cf3d6de7a90b +# cf547d1098ca4b35a6150a6c5e4ac215 #: ../enduser/cli_manage_bare_metal_nodes.rst:14 msgid "" "If you use the bare-metal driver, you must create a network interface and " @@ -5835,14 +5877,14 @@ msgid "" "metal image." msgstr "" -# ad4e7b7e4cc44dd0bb75621b716cf412 +# eeff7cd8ea15478288a2a74f2b8911f9 #: ../enduser/cli_reboot_an_instance.rst:47 msgid "" "If you want to rescue an instance with a specific image, rather than the " "default one, use the ``--rescue_image_ref`` parameter::" msgstr "" -# 0a4b5cfb60a54e09a3bee354bc6c62e7 +# db087acd69bb46dca3de6acb7e7b7edc #: ../enduser/hot-guide/hot_composition.rst:153 msgid "" "If you wish to be able to return the ID of one of the inner resources " @@ -5850,66 +5892,66 @@ msgid "" "output ``OS::stack_id`` to your template resource." msgstr "" -# 7d68d200f96148b1a5c7a8b8f6722c94 +# 4393b4aff365419d98d26033435949f7 #: ../enduser/create_db.rst:62 msgid "" "If your environment does not have a suitable flavor, an administrative user " "must create a custom flavor by using the nova ``flavor-create`` command." msgstr "" -# 569fda19121c4c468f520455eb33e851 +# 98cc9557d290433486019b7f3c5e6722 #: ../common/cli_manage_volumes.rst:110 msgid "" "If your volume was created successfully, its status is ``available``. If its " "status is ``error``, you might have exceeded your quota." msgstr "" -# c9012f02db484f33bf1168c3e0509670 +# 256ed3f0f0234a0ca2a5258f6dfa63f3 #: ../common/cli_overview.rst:49 msgid "Image Service" msgstr "" -# e9947184819e4fe5805a914cf6bd0f86 +# e891dd53f8bf420b9ce5b94e63c48ee0 #: ../enduser/hot-guide/hot_software_deployment.rst:26 msgid "Image building" msgstr "" -# 7b65ff13091946d0950e82c9e2812f0d +# 9d758700bc4a403b8457c22753057382 #: ../enduser/dashboard_manage_volumes.rst:40 msgid "" "Image: If you choose this option, a new field for Use image as a source " "displays. You can select the image from the list." msgstr "" -# 4555f06122674d88bc1930b871460196 +# ab15f8f135fb4e55bd0b46f367003f0c #: ../enduser/cli_cheat_sheet.rst:26 msgid "Images (glance)" msgstr "" -# f9f115805a90444aaf9404358618eb0f -# 3edea7c2fdd04cd0bd4f84c979652f4b +# de909785d25d455c99ea210350bcb6e6 +# f84d5a72c48840b0bc7946d22cc335cc #: ../enduser/cli_nova_configure_access_security_for_instances.rst:82 #: ../enduser/configure_access_and_security_for_instances.rst:111 msgid "Import a key pair" msgstr "" -# f355532dce4047cfbd1ab5ef616dbc75 +# dc252ce8e3ea47e48e97aea02b5a3f01 #: ../enduser/sdk_configure_access_security_instances.rst:72 msgid "Import a keypair" msgstr "" -# 7699680159054af1824b511812cbfbb3 -# 645d1a5cf19d41d58f4a4b0b2e173b41 -# 7130a66bb54344d7a3a5c90c15628930 -# 8f10c02a257e42fb98ef977168727030 -# 8e01913d79bd490baab5385988a6b217 -# d81c8a442276452a8e5fdd97efe332c0 -# e6692b00a8cd400187157e0be41b6bdc -# 00ae531c257040db98d7377e8e494efe -# 131a8dfc6b1b41b8a9d068d7d807c723 -# 714462638b9e4643bd4bd84ff52d77ec -# cd29d7dddeb54d0586de9322acfbe93f -# dcc305ab204143cbb7dfdb42dc19d3e0 +# f0a4a707a2794faba3022a3c2a890fac +# 2939dde999564b04b4c2e7f455a5df40 +# a916ae3e51734c1bb1a3498d3bab9eae +# 6c3050bc54534d9bb75311a605237bba +# 85be1492d2a245449eb8dff69cbfdec3 +# 8ab85907a63f4ed3aa99caa2423642d7 +# b3d483ebbf574995a079e77b495f527b +# 985cc9d7e3994826936702328811f424 +# df2985607c4944d0b743148a7878227e +# a0c3a1192988467b8961d2cefb313739 +# f7801659886b4131a516358d497f324e +# 59409039f2424f649fef99341e4bf52b #: ../enduser/sdk_authenticate_compute_output.rst:56 #: ../enduser/sdk_authenticate_compute_output.rst:99 #: ../enduser/sdk_authenticate_compute_output.rst:178 @@ -5925,19 +5967,19 @@ msgstr "" msgid "Import the following modules:" msgstr "" -# 042396d400884477bbad9d40da8685c9 +# 2bfef79316e547f2b2101858ca168bed #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:106 msgid "Import the snapshot to the new environment" msgstr "" -# 17b9ee87985442c8ada1f61926fad5b1 +# aeb3981bf48e4867a2f7a1bbcb2a70ce #: ../enduser/cli_cheat_sheet.rst:123 msgid "" "In CirrOS the password for user ``cirros`` is \"cubswin:)\" without the " "quotes." msgstr "" -# dcc36778a1a6428f952c978f249f5b2a +# 4e96e90b9772479cb5055de8d08a8895 #: ../enduser/dashboard_manage_containers.rst:14 msgid "" "In OpenStack Object Storage, containers provide storage for objects in a " @@ -5946,7 +5988,7 @@ msgid "" "in the container and any accompanying metadata." msgstr "" -# c4ca8c18f793413e9b0abdbdc43a8b15 +# b98cc1d1db5345c5ac5bf6a20b9a1f79 #: ../adminuser/dashboard_manage_flavors.rst:8 msgid "" "In OpenStack, a flavor defines the compute, memory, and storage capacity of " @@ -5954,7 +5996,7 @@ msgid "" "can create, edit, and delete flavors." msgstr "" -# ad4623951d524b85897c4ce515583a9f +# 769d714a61734d4aa6277c2b3444a3dd #: ../adminuser/cli_manage_flavors.rst:8 msgid "" "In OpenStack, flavors define the compute, memory, and storage capacity of " @@ -5963,14 +6005,14 @@ msgid "" "server that can be launched." msgstr "" -# 46a7977608234753a16e382d09e1d4fd +# 84d4756f04c949e2a9651e22e4123a3e #: ../common/cli_set_environment_variables_using_openstack_rc.rst:59 msgid "" "In a text editor, create a file named :file:`PROJECT-openrc.sh` and add the " "following authentication information::" msgstr "" -# 104bb19bdf6e4c25a330aee3fd009448 +# 717888fee14243f0a0d0ddcabf2c215c #: ../enduser/hot-guide/hot_spec.rst:386 msgid "" "In addition to parameters defined by a template author, the Orchestration " @@ -5981,7 +6023,7 @@ msgid "" "function, just like user-defined parameters." msgstr "" -# 55a6ca35e8f645598263c49c6d57a9f9 +# a7931b7e682247cd8ccdcb7cb619742c #: ../enduser/hot-guide/hot_hello_world.rst:216 msgid "" "In addition to template customization through input parameters, you can " @@ -5992,9 +6034,9 @@ msgid "" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# ba7497469af5433f9483a7f8d75baea7 +# 2fff795006f543459c10505dd0bacd0f # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# d31b5a0dc0524c87b775905d3a01f90e +# cb9cc01ec96c482185dd6b6bb369d88c #: ../adminuser/intro-admin.rst:24 ../enduser/intro-user.rst:23 msgid "" "In addition to these ways of interacting with a cloud, you can access the " @@ -6003,35 +6045,35 @@ msgid "" "using the native OpenStack APIs or the EC2 compatibility API." msgstr "" -# 58750c4818a244b79ea26d664c1eebc6 +# 3cc0e7e80ba14ad096de098965f4bb5d #: ../enduser/create_db.rst:100 msgid "In addition, this command specifies these options for the instance:" msgstr "" -# bac61c7bdaec4d72a40fc851bdd957c1 +# a7c88b20594749178250ab433cee8ec1 #: ../enduser/cli_swift_bulk_delete.rst:34 msgid "In addition, you must:" msgstr "" -# b943c2c5006f4cb1baf6c4adbae213e5 +# 92d96a4655f64251bb50b841af4d2002 #: ../enduser/dashboard_manage_volumes.rst:125 msgid "In the :guilabel:`Actions` column, click :guilabel:`Edit Volume`." msgstr "" -# ae2cbb4c8f3045288a0cfce2aa49e1ae +# 6908531919c64b80888fe58686a082d3 #: ../enduser/dashboard_create_networks.rst:89 msgid "" "In the :guilabel:`Add Interface` dialog box, select a :guilabel:`Subnet`." msgstr "" -# 8ca93a004db9421b8cdfd033a956794a -# c80504199cf2463688f239732b7ce513 +# 0895fc478c024bd1a5b987cfb96ad0b6 +# 00b8990cbf4c4ab893a76f4e2099bc3e #: ../enduser/configure_access_and_security_for_instances.rst:58 #: ../enduser/configure_access_and_security_for_instances.rst:76 msgid "In the :guilabel:`Add Rule` dialog box, enter the following values:" msgstr "" -# e68c1f68107a4ff3b64ba6a3f764c446 +# 612cb057776a48fabcb608ba9663f877 #: ../adminuser/dashboard_manage_host_aggregates.rst:75 msgid "" "In the :guilabel:`Add/Remove Hosts to Aggregate` dialog box, click + to " @@ -6039,8 +6081,8 @@ msgid "" "an aggregate." msgstr "" -# 50d0e162f35b4d56856f09f27d11e1d7 -# 4dacd5b7f65c42fcb3cda86f7c3cb19d +# ca69488cb0894d08a43ab4c48b5f8645 +# 759dec8fe4e346769945a56db79e7eb2 #: ../adminuser/dashboard_manage_flavors.rst:81 #: ../adminuser/dashboard_manage_flavors.rst:96 msgid "" @@ -6048,115 +6090,115 @@ msgid "" "the :guilabel:`Flavors` category." msgstr "" -# 9d797b2e574b437480d0a3c6f52f20b2 +# 7b5f2b3ebb034f5f8e23ad39b8c074f3 #: ../adminuser/dashboard_manage_flavors.rst:31 msgid "" "In the :guilabel:`Admin` tab, open the :guilabel:`System Panel` and click " "the :guilabel:`Flavors` category." msgstr "" -# c027702b248c4991b71baa66178a9046 +# 661a69d22f7f4785a7744f71fd2c9ec7 #: ../enduser/dashboard_databases.rst:122 msgid "" "In the :guilabel:`Backup Database` dialog box, specify the following values:" msgstr "" -# 7edc747ff4f44f36b5bfe7333221adab +# a106735415c6485782c6531fbbedba72 #: ../adminuser/dashboard_manage_flavors.rst:100 msgid "" "In the :guilabel:`Confirm Delete Flavors` window, click :guilabel:`Delete " "Flavors` to confirm the deletion. You cannot undo this action." msgstr "" -# 2c48a97648684f0dbd4c7321b6e8c99c +# 13e4d76d67e246ea9e835708235e7fe9 #: ../adminuser/dashboard_manage_images.rst:103 msgid "" "In the :guilabel:`Confirm Delete Image` window, click :guilabel:`Delete " "Images` to confirm the deletion." msgstr "" -# f0aa657fef01420fa51660261c8cb47f +# ce5a707a7b42446a80eadc0b231d50ec #: ../enduser/dashboard_manage_containers.rst:86 msgid "" "In the :guilabel:`Copy Object:` launch dialog box, enter the following " "values:" msgstr "" -# bf9915c3fafa464ea2a1348806d3d3e8 +# c03d25534fe64207a8271ea3a6741d5c #: ../adminuser/dashboard_manage_images.rst:34 msgid "" "In the :guilabel:`Create An Image` window, enter or select the following " "values:" msgstr "" -# 0ba81d1a5e7b4fe19b644b9e8d92092b +# 1f6105a816504ea3aac8e0b287370dec #: ../enduser/dashboard_manage_containers.rst:26 msgid "" "In the :guilabel:`Create Container` dialog box, enter a name for the " "container, and then click :guilabel:`Create Container`." msgstr "" -# 81e4456aea694eca82deb15178e700c2 +# c34ab51a2c5b41dfa66e37b0c203133a #: ../adminuser/dashboard_manage_flavors.rst:34 msgid "" "In the :guilabel:`Create Flavor` window, enter or select the parameters for " "the flavor." msgstr "" -# 5c988a5d68f14a16bcfdc4dc30e3ac5b +# 1fe7c1c077d84c7a92627b84e0cc562e #: ../adminuser/dashboard_manage_host_aggregates.rst:32 msgid "" "In the :guilabel:`Create Host Aggregate` dialog box, enter or select the " "following values on the :guilabel:`Host Aggregate Info` tab:" msgstr "" -# c5e89ea31d8e4ff986a4a564a8387deb +# d352146e38e64d779efd3bdb2d543d9f #: ../adminuser/dashboard_admin_manage_roles.rst:30 msgid "In the :guilabel:`Create Role` window, enter a name for the role." msgstr "" -# 30e7b63df1bf44b2bfd844d1876e05a8 +# e28e4c2b7b9e4c949157f17d2226b915 #: ../enduser/dashboard_create_networks.rst:72 msgid "" "In the :guilabel:`Create Router` dialog box, specify a name for the router " "and click :guilabel:`Create Router`." msgstr "" -# 228f8baab0004f2183bd6fab1e8275a4 +# ee7ffae6b592443597c0ceb68b6e6975 #: ../adminuser/dashboard_manage_instances.rst:28 msgid "" "In the :guilabel:`Create Snapshot` window, enter a name for the snapshot." msgstr "" -# 041e98a2a0e34038b868138dc149dea9 +# 9811ded89a9f4b00a0f49f28d67a4915 #: ../adminuser/dashboard_manage_flavors.rst:85 msgid "" "In the :guilabel:`Edit Flavor` window, you can change the flavor name, " "VCPUs, RAM, root disk, ephemeral disk, and swap disk values." msgstr "" -# 2d0782864ad7441e8a6c2502b69109df +# 0335358ba3764ef5888d585786476412 #: ../adminuser/dashboard_manage_host_aggregates.rst:69 msgid "" "In the :guilabel:`Edit Host Aggregate` dialog box, you can change the name " "and availability zone for the aggregate." msgstr "" -# cec95e8f7ff04dd392fbdbd0fa65a403 +# 1adbe73dc51d4808afb5acf570c2260e #: ../enduser/dashboard_manage_volumes.rst:127 msgid "" "In the :guilabel:`Edit Volume` dialog box, update the name and description " "of the image." msgstr "" -# a03a11746aad4185b72b2f5613b147f1 +# dfcaa85a062641fa9d95f12e5f3af565 #: ../enduser/dashboard_create_networks.rst:79 msgid "" "In the :guilabel:`External Network` field, specify the network to which the " "router will connect, and then click :guilabel:`Set Gateway`." msgstr "" -# 7a7f4a28e09f4692995d027c880a2996 +# 49c0900c81ce47088a64c4dfc543e2ae #: ../adminuser/dashboard_manage_flavors.rst:65 msgid "" "In the :guilabel:`Flavor Access` tab, you can control access to the flavor " @@ -6164,179 +6206,179 @@ msgid "" "`Selected Projects` column." msgstr "" -# 56e4ed67966645f88316d784b4e5c67f +# 80480da9e1a94afcab4b034e743383de #: ../enduser/dashboard_databases.rst:70 msgid "" "In the :guilabel:`Launch Database` dialog box, specify the following values." msgstr "" -# 49a887e7170a4817afd1c854a9c91e50 +# b33ace71b6674da385336060cab0c95c #: ../enduser/dashboard_databases.rst:149 msgid "" "In the :guilabel:`Launch Database` dialog box, specify the values you want " "for the new database instance." msgstr "" -# 692a03e841274925b4aab7d95f8f1a5c +# f97d2144d0e24023b1c85a11e5b15431 #: ../enduser/dashboard_stacks.rst:65 msgid "" "In the :guilabel:`Launch Stack` dialog box, specify the following values:" msgstr "" -# 0d441a6b54844a828662c8ee2d3b3e6f +# 09c00e5071f84ddbbb6d81a622834cd9 #: ../enduser/dashboard_manage_volumes.rst:68 msgid "" "In the :guilabel:`Manage Volume Attachments` dialog box, select an instance." msgstr "" -# e91ff7cc45e4419eb5ef684f16872b5c +# 089bbab035944538b7d8fad6c0da8832 #: ../adminuser/dashboard_manage_instances.rst:48 msgid "" "In the :guilabel:`More` drop-down list in the :guilabel:`Actions` column, " "select the state." msgstr "" -# 1e2f95ce79384d3bb325506a63611cc0 +# 331751c30d874973a829bc776efcf5cd #: ../enduser/dashboard_stacks.rst:132 msgid "" "In the :guilabel:`Select Template` dialog box, select the new template " "source or environment source." msgstr "" -# 9636812e61ba4ea6b94cc54f30e6f662 +# 3a81574e10364083a0f9ae0140c27606 #: ../enduser/dashboard_stacks.rst:38 msgid "" "In the :guilabel:`Select Template` dialog box, specify the following values:" msgstr "" -# c41c83d771774a0b8761f2a0e90f2234 +# 6709c352bdd7407bb4b2676c91caf742 #: ../adminuser/dashboard_set_quotas.rst:106 msgid "" "In the :guilabel:`Update Default Quotas` window, you can edit the default " "quota values." msgstr "" -# 89deb429601e4140a13db028c02282fb +# 65fde3375efe4164ae4de7f0e264fa5b #: ../adminuser/dashboard_manage_images.rst:85 msgid "In the :guilabel:`Update Image` window, you can change the image name." msgstr "" -# e0fdba41b42b43228b2209142ea137c5 +# 82259e6258db47b89d1c3c4f20b1b3ae #: ../adminuser/dashboard_admin_manage_roles.rst:41 msgid "In the :guilabel:`Update Role` window, enter a new name for the role." msgstr "" -# 4ac230b5df814a83840179495181db6b +# 92d82ada90e644eabb67d4cce6ed5d7d #: ../enduser/configure_access_and_security_for_instances.rst:103 msgid "" "In the Create Keypair dialog box, enter a name for your key pair, and click " "Create Keypair." msgstr "" -# 8875fe01202b42ddabd38ba99718bd44 +# 0654db8ea77145e2860c0cb2089bd278 #: ../enduser/dashboard_create_networks.rst:26 msgid "In the Create Network dialog box, specify the following values." msgstr "" -# 19b09b77c7bc48a1a19e5a52356da6f0 +# 02f17f6cf0004a36b8b28550e308e556 #: ../enduser/configure_access_and_security_for_instances.rst:176 msgid "In the Floating IPs list, click Associate." msgstr "" -# 4822c12452a041a2b7beb99a31bf89a2 +# 92f1bf1dc6094f229a2ce371da2abaee #: ../enduser/configure_access_and_security_for_instances.rst:121 msgid "" "In the Import Keypair dialog box, enter the name of your key pair, copy the " "public key into the Public Key box, and then click Import Keypair." msgstr "" -# 9806c817011745c59d3cf9c72e5c63b0 +# 0c33fcf46c68465192e50bbb15fbce66 #: ../enduser/configure_access_and_security_for_instances.rst:178 msgid "" "In the Manage Floating IP Associations dialog box, choose the following " "options:" msgstr "" -# 7d1a34166f624cc6a75e0c7d896cb6b5 +# a6fb178faadc42da8e7b6420ff80b4f0 #: ../common/networking_advanced_quotas.rst:21 msgid "" "In the Networking default quota mechanism, all tenants have the same quota " "values, such as the number of resources that a tenant can create." msgstr "" -# 32e149d26cbe4a64aa3180e73023b853 +# 314d0337b86c4177a91e86bc5f13a94f #: ../enduser/configure_access_and_security_for_instances.rst:184 msgid "In the Ports to be associated field, select a port from the list." msgstr "" -# 4e3aba2a80004b97955c0e8615e3b879 +# 0d0d40d4644e44aeacddddcbd20af342 #: ../enduser/cli_swift_archive_auto_extract.rst:32 msgid "In the ``PUT`` request, you can specify the path for:" msgstr "" -# dcd811464bca4d8a8584fd1bae39a6a3 +# c87b0bc6598e409ea1970da4eb5ced8f #: ../common/log_in_dashboard.rst:22 msgid "" "In the address bar, enter the host name or IP address for the dashboard." msgstr "" -# 19c1e79deb344bb9a5a34ca2d94d079a +# 7fed2f16501f4a86adb1513c15b9e4c2 #: ../enduser/dashboard_stacks.rst:149 msgid "" "In the confirmation dialog box, click :guilabel:`Delete Stack` to confirm " "the deletion." msgstr "" -# 383829a7dcfa40239acf1641a8839774 +# 9fcd12037bf1408095f2b41a28a27daf #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:17 msgid "In the destination project:" msgstr "" -# 232d16b92fca44ef9bc050afed66422a +# c6b21417d54547009c90fe5754a14a9d #: ../enduser/dashboard_manage_volumes.rst:106 msgid "" "In the dialog box that opens, enter a snapshot name and a brief description." msgstr "" -# 8575b82f11ba4c82ad5f4a8fb8231868 +# ad7773e9815741afa2631f227fc95231 #: ../enduser/dashboard_manage_volumes.rst:21 msgid "In the dialog box that opens, enter or select the following values." msgstr "" -# a628e14a0d9446a79417cca2c35fab47 +# 21c40d52a5284425b4a55d3bf4dcbe4c #: ../enduser/hot-guide/hot_composition.rst:98 msgid "" "In the following example a new ``OS::Nova::Server`` resource overrides the " "default resource of the same name." msgstr "" -# 5c21e706f4424391b5ac07165d09a9d7 +# 472a6b3876e14bbe9d20e88a30d0f2c0 #: ../enduser/hot-guide/hot_environment.rst:37 msgid "" "In the following example the environment is read from the :file:`my_env." "yaml` file and an extra parameter is provided using the :option:`-P` option::" msgstr "" -# ed3b24f613de4f668306cc0e39f28023 +# 9b7645e816034e28bf0fa584eb10ed68 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:45 msgid "" "In the following example, the :file:`demo-openrc.sh` file is sourced for the " "demo project::" msgstr "" -# 80df027b902a40e18959c1762bb0ec07 +# 46d28f84d16e4b079625d7c99c092712 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:108 msgid "In the new project or cloud environment, import the snapshot:" msgstr "" -# 337783c555d64a54bba4a9ca966f1939 +# b4954bfbc8e9458d98c50fb1bfe27ba4 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:119 msgid "" "In the new project or cloud environment, use the snapshot to create the new " "instance::" msgstr "" -# 960043b0e7234712b46263ee5228df3d +# 4a2f6296af4a428eb76a5024a19d4741 #: ../common/cli_create_and_manage_networks.rst:193 msgid "" "In the previous command, ``net1`` is the network name, which is a positional " @@ -6344,7 +6386,7 @@ msgid "" "specifies the port's fixed IP address we wanted." msgstr "" -# b0b3c99e6bd14b3b8ed73f60437cf761 +# 91a5de6ca8e841ff9fa267c920dc34c7 #: ../enduser/cli_swift_bulk_delete.rst:29 msgid "" "In the request body of the ``POST`` or ``DELETE`` operation, list the " @@ -6353,12 +6395,12 @@ msgid "" "list." msgstr "" -# 43a2af1e628d41a4bf8a15892a2b8f03 +# ec8fad6390434ffa8a1f64ce37dccec0 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:11 msgid "In the source project:" msgstr "" -# 267f053bb058433c93a4c9b855bf4c21 +# f041c0a97c0b474baa8b5f132afe5bae #: ../enduser/hot-guide/hot_basic_resources.rst:441 msgid "" "In this example the ``size`` property is not defined because the Block " @@ -6366,72 +6408,72 @@ msgid "" "volume." msgstr "" -# 1d172528bcd640508e3b303b16b2b0fc +# 5a6efbe2c81a49c0b3b00e2fe88c5e6d #: ../common/cli_manage_volumes.rst:33 msgid "" "In this example, ``--force-host-copy True`` forces the generic host-based " "migration mechanism and bypasses any driver optimizations." msgstr "" -# f5eb4c321e304b35bb566a08173fec52 +# b13c1d4d010749e8b21846ea379167f6 #: ../common/cli_create_and_manage_networks.rst:125 msgid "In this example, ``--name subnet1`` specifies the name of the subnet." msgstr "" -# 54342662802a45a1ad420f6397e721e5 +# 577f9651a4934543912da8a8137c658b #: ../common/cli_create_and_manage_networks.rst:120 msgid "" "In this example, ``192.168.2.0/24`` is a positional argument that specifies " "the CIDR." msgstr "" -# 237c34c6f28144fba632b40eefc4f5aa +# 2ebf75d2df0d41a8a6e2964625ddb6eb #: ../common/cli_create_and_manage_networks.rst:115 msgid "" "In this example, ``net1`` is a positional argument that specifies the " "network name." msgstr "" -# c854d423fef54839bd87aac1f0ee2f66 +# cc2d56c6c20245c1a98eeac776059807 #: ../enduser/hot-guide/hot_spec.rst:717 msgid "" "In this example, if the ``instance_type`` and ``server_data`` parameters " "contained the following data:" msgstr "" -# 4858f5cad0014ab790c3b2abc3ebf75d +# b0fd58ddf7454b5ab28c8cee341b380f #: ../enduser/hot-guide/hot_spec.rst:612 msgid "" "In this example, if the networks attribute contained the following data:" msgstr "" -# 36d88990865e46dfbc65438d2e936f47 +# 2c6c281eb275411c980c5ba451a1e886 #: ../enduser/sdk_schedule_objects_for_deletion.rst:51 msgid "" "In this example, the ``X-Delete-After`` header is set to 864000 seconds. The " "object expires after this time." msgstr "" -# ace846ae3d49493abdb18a67840aabaa +# 85d40b16b09f492baa7529d0a9371573 #: ../enduser/sdk_schedule_objects_for_deletion.rst:42 msgid "" "In this example, the ``X-Delete-At`` header is assigned a UNIX epoch " "timestamp in integer form for ``Mon, 11 Jun 2012 15:38:25 GMT``." msgstr "" -# c259c4d518904a1c9c306c67be2f9f06 +# 59fbdc5653ba4b89818fb489347fbb73 #: ../enduser/manage_db_config.rst:86 msgid "" "In this example, the ``configuration-parameter-list`` command returns a list " "of options that work with MySQL 5.5." msgstr "" -# b537867c1e6040768158ad85e89adcc3 +# 0ed7afcdc4c14130a0112a21dc3fdf4c #: ../enduser/hot-guide/hot_basic_resources.rst:365 msgid "In this example, the ``public`` network is an existing shared network:" msgstr "" -# 6a9c8198b83d4fe59def03c19acd9bd2 +# b57d1cab57504fcfa7dc83a111fab797 #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:17 msgid "" "In this example, the objects reside in a container called ``backups``. " @@ -6442,7 +6484,7 @@ msgid "" "jpg``." msgstr "" -# ab0d92a099c3402c9378cae2e14444a7 +# 3bbc6e3281d94456ac2a71678597e7fe #: ../enduser/cli_swift_large_object_creation.rst:299 msgid "" "Include the ``?multipart-manifest=get`` query string in the ``COPY`` " @@ -6451,7 +6493,7 @@ msgid "" "objects share the same set of segment objects." msgstr "" -# 9d12ebd882ad4b7495d23574d5bf4533 +# d353cd974eb14dacad9445595a1bc066 #: ../enduser/cli_swift_set_object_versions.rst:43 msgid "" "Include the ``X-Versions-Location`` header. This header defines the " @@ -6463,13 +6505,13 @@ msgid "" "``archive`` container." msgstr "" -# aa6b6b77c451456abb8a524d3eaf11c9 +# 704b52545ec9436b9425c765bdbba135 #: ../enduser/cli_swift_serialized_response_formats.rst:25 msgid "" "Include this header in the ``GET`` request. The valid header values are:" msgstr "" -# ab4a9d6cb6a348428e4a8f0db52e495a +# 6ab0538a909341bbaf935c9d11a658fe #: ../enduser/backup_db_incremental.rst:8 msgid "" "Incremental backups let you chain together a series of backups. You start " @@ -6478,50 +6520,50 @@ msgid "" msgstr "" # #-#-#-#-# index-admin.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 861467bc8a8641eeb0deabbf23f957c7 +# 9689e33ce42147369ffbbcd95b8c18d4 # #-#-#-#-# index.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 1fecec308e9e449682ea3eb55fb9b3dc +# d544b01f9aeb40e5addcda14d6375a17 #: ../index-admin.rst:30 ../index.rst:33 msgid "Indices and tables" msgstr "" -# cbd9fb4be14a4cea8694a4b758723992 +# caa1b84c706e4af68c2967e1f3ee1200 #: ../common/cli_nova_launch_instance_from_volume.rst:14 msgid "Information" msgstr "" -# b037e196db0b4f37b4f3e57322eba943 +# 1caa7807f9e1472f84f36a0e246bbc05 #: ../enduser/cli_cheat_sheet.rst:232 msgid "" "Inject a keypair into an instance and access the instance with that keypair" msgstr "" -# af5f6ff16258464d95f924308a2d7b1f +# 45482c2d28ab417e9e4378d60374a296 #: ../enduser/cli_cheat_sheet.rst:221 msgid "Inject user data and files into an instance" msgstr "" -# 789427b808004d16bbd84f6490691b5c +# 439c744a7846474eb83b1e098a9616e5 #: ../adminuser/dashboard_set_quotas.rst:51 msgid "Injected File Content Bytes" msgstr "" -# a67a2797960d4fcdb6f401e6048d213f +# 46397423306f46abb8b1e788fcac8b87 #: ../adminuser/dashboard_set_quotas.rst:48 msgid "Injected Files" msgstr "" -# ae584012cec347fcbf8e2a4e6e779a95 +# 444921b1467d4b309183a59ffb02ff82 #: ../adminuser/dashboard_set_quotas.rst:48 msgid "Injected files allowed for each project." msgstr "" -# c200df1521644ce5adaadf589a126596 +# 7c48a8811f7844cf918ce047d3b4457b #: ../enduser/hot-guide/hot_hello_world.rst:80 msgid "Input parameters" msgstr "" -# b86f3dfcfb8c459fb68210e4c3138ba0 +# dbb5b85d5ac3497595da31dc19ea6ba2 #: ../enduser/hot-guide/hot_hello_world.rst:81 msgid "" "Input parameters defined in the ``parameters`` section of a template allow " @@ -6531,83 +6573,83 @@ msgid "" "template more easily reusable by avoiding hardcoded assumptions." msgstr "" -# 9a3c4b65fc1447668c6f8a1189c91d3f +# 0a7f275c81df4d689e422acef07f2699 #: ../common/cli_install_openstack_command_line_clients.rst:189 msgid "Install each client separately by using the following command:" msgstr "" -# 6038f4dca725487bbcfabefd771627f8 +# 165f34eda6bc4ad8a1ad2c41f35b8f9b #: ../common/cli_install_openstack_command_line_clients.rst:55 msgid "Install pip through the package manager for your system:" msgstr "" -# 16773feb9d4f455bb5a5325ef8d37e23 +# d2e66d9a15054d5aa9d4e0efc3480c08 #: ../common/cli_install_openstack_command_line_clients.rst:6 msgid "Install the OpenStack command-line clients" msgstr "" -# d05a887c76534790bf66ea92f9c273fd +# 32a30d4f49a142a08efc92c7d3f1be35 #: ../common/cli_install_openstack_command_line_clients.rst:142 msgid "Install the clients" msgstr "" -# 3f6afe73f8584f5297d3574481134514 +# 443f1246904c42ccb6dc0b7b9caf9396 #: ../common/cli_install_openstack_command_line_clients.rst:12 msgid "Install the prerequisite software" msgstr "" -# a94c006d118946118009a36e21213d07 +# f473d37eab154e12ab94be63b6e58851 #: ../common/cli_install_openstack_command_line_clients.rst:8 msgid "" "Install the prerequisite software and the Python package for each OpenStack " "client." msgstr "" -# 76f28175a123422d9bab6fa1d89279e7 +# e4d3564a656a4d99b307d9975d92b812 #: ../common/cli_install_openstack_command_line_clients.rst:26 msgid "Installed by default on Mac OS X." msgstr "" -# 5593a5acc2a140c98696e7965a87d7f9 +# e05df465470343b4a1bf04d7985e1922 #: ../enduser/sdk_install.rst:7 msgid "Installing OpenStack SDK" msgstr "" -# b7211a839a7047fe97763ab8eb0fae2a +# 6056682ec12046c29e1e0b5826089632 #: ../common/cli_install_openstack_command_line_clients.rst:202 msgid "Installing from packages" msgstr "" -# 27e3f0b6d8c4486fb4dd1f3ddedbad92 +# dcdf6612f1ca450590e17abb0861009f #: ../common/cli_install_openstack_command_line_clients.rst:181 msgid "Installing with pip" msgstr "" -# b45e7c1fc5cc4326a7bd3ce0095d6748 +# 0ba8cb84db73464caf14ba60774c2941 #: ../adminuser/dashboard_set_quotas.rst:71 msgid "Instance cores allowed for each project." msgstr "" -# 0927728f571a413a96a6565af00abc1a +# a813c890bfc54a2eb4285efa650763cf #: ../enduser/backup_db_incremental.rst:22 msgid "Instance name: ``guest1``" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 054ff29d99914f418be92e1676a44c35 +# b9623dc721264fd9b4296cfb6d0fa190 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 97a7456668974299a0db20d290ba50dd +# f6cea1dd35d54f3e96e181ba67d06639 #: ../adminuser/dashboard_set_quotas.rst:45 #: ../enduser/hot-guide/hot_basic_resources.rst:11 msgid "Instances" msgstr "" -# 3ade18b9f65e40648f0fb273467d55bf +# c73f8987764d441caf076ca182b5854e #: ../adminuser/dashboard_set_quotas.rst:45 msgid "Instances allowed for each project." msgstr "" -# 0082dd1476dc43a99c2e0de68a17c860 +# 80e0969bdeeb46dd84507708e9f6bf07 #: ../enduser/cli_manage_instances_hosts.rst:8 msgid "" "Instances are virtual machines that run inside the cloud on physical compute " @@ -6615,13 +6657,13 @@ msgid "" "group of instances resides." msgstr "" -# 335220355de14d46a1444d3bcf915832 +# 92c23240d86b46d184f392ab1b072787 #: ../enduser/cli_launch_instances.rst:13 msgid "Instances are virtual machines that run inside the cloud." msgstr "" -# 5afff8560f844d4f824af7f5bc0cf135 -# 9479667ac98e4303b352dc85284dd1eb +# 9470d26126ed4ce8b7759f76f6f79c1e +# 20f374e541574718bf585fcca337c339 #: ../enduser/cli_launch_instances.rst:59 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:54 msgid "" @@ -6631,20 +6673,20 @@ msgid "" "security group." msgstr "" -# 851704005728417a8d23fa2dc2ee430f +# 907d8f2d778f4b96a40953bc523fd278 #: ../enduser/configure_access_and_security_for_instances.rst:86 msgid "Instances will now accept all incoming ICMP packets." msgstr "" -# 84c51ffbbdd2433986e943a1f2e2c7b1 +# e6f4e108d8bd42cab764de1bca7086ce #: ../enduser/configure_access_and_security_for_instances.rst:71 msgid "" "Instances will now have SSH port 22 open for requests from any IP address." msgstr "" -# 7d724da6295b459486b40760844cc75f -# 8bdaddb1e91540599b603d91ab21708c -# 3ae297191673492a8d1cb3f4232fbbec +# e0b5befe649d446a8ab99fa28173aaa9 +# 46fd1296e8e84e79bfb9e9a423182d6c +# 48ffe280e6ce45ec9c72e364d0b78791 #: ../enduser/sdk_authenticate_networking_endpoint.rst:424 #: ../enduser/sdk_authenticate_networking_endpoint.rst:506 #: ../enduser/sdk_authenticate_networking_endpoint.rst:560 @@ -6653,14 +6695,14 @@ msgid "" "dictionary object:" msgstr "" -# e98b9445ea854393928cb50867cc421f -# c07aaf5a60c4426c9e5fbfd35b2c5d8e -# b0ace29fd7034e3e938f3b11b2937e5d -# d1e7067cf97648fdad979ccbe28a27f7 -# 71dd0b6e8bf64d3b99b4f0fe206d54c7 -# 78e1d75663414be5970b7b90996bfc33 -# 0fd60e295248453ea111617da4fe40e2 -# eb525d50dc4a410bbd17973b00b93d14 +# 472243fdb3fa444d88c0e445d26f9abd +# b6f9f09b34274651bf1331a861d91bef +# 49b237f3027447079d6abf62ef1d5ef4 +# 19e6ead655844c43af7d8fbf7c5ced5c +# b4d34e6ec1e64f77aad277a8155e8d23 +# bf123ec6d1f8428b88047b9abf2ee223 +# cb1ff37c61c345b4910bd67ba6ca653f +# 3857f25fd90d4d2d86ecbd546aa3de13 #: ../enduser/sdk_authenticate_compute_output.rst:66 #: ../enduser/sdk_authenticate_compute_output.rst:110 #: ../enduser/sdk_authenticate_compute_output.rst:189 @@ -6674,7 +6716,7 @@ msgid "" "dictionary object:" msgstr "" -# b9cc3581e8c64333b60e6e711ade0f62 +# 1ace8a91a34a43b18ff66fafd224c65a #: ../common/cli_overview.rst:14 msgid "" "Internally, each command uses cURL command-line tools, which embed API " @@ -6682,12 +6724,12 @@ msgid "" "include methods, URIs, media types, and response codes." msgstr "" -# 0535fbbc1d0c40518e53b4696b5f5256 +# d57276e064c9493c93a88fa1883b6fda #: ../enduser/hot-guide/hot_spec.rst:559 msgid "Intrinsic functions" msgstr "" -# 221f77f601e64080a3bd465bfb3e9316 +# 65bdce8935ab46f5a830d9541ce85dd3 #: ../enduser/cli_swift_set_object_versions.rst:145 msgid "" "Issue a ``DELETE`` request to a versioned object to remove the current " @@ -6695,14 +6737,14 @@ msgid "" "the non-current container." msgstr "" -# 8af63fbcb20b4feea7f35521f6b2dc52 +# 85d4a66a484e46849665e1654c280b51 #: ../enduser/cli_swift_set_object_versions.rst:114 msgid "" "Issue a ``GET`` request to a versioned object to get the current version of " "the object. You do not have to do any request redirects or metadata lookups." msgstr "" -# 4ffa61e85874494daf79931ed82a8a3b +# bd6b18e022994360ae499fcdaaa155cf #: ../enduser/cli_reboot_an_instance.rst:22 msgid "" "It is also possible to reboot a running instance into rescue mode. For " @@ -6710,7 +6752,7 @@ msgid "" "becomes corrupted with prolonged use." msgstr "" -# 57d673337dcd4b33af3bba96b68ebcb9 +# 3f1b3f29ea9c43268245062f45eeb492 #: ../enduser/cli_swift_large_object_creation.rst:180 msgid "" "It is best to upload all the segments first and then create or update the " @@ -6721,43 +6763,43 @@ msgid "" "available to download the first set of segments." msgstr "" -# 067a5fd8a1c8408387dc1f25ff0ba720 +# a1632dbe8b134d8eb9f4b21682fdc5f0 #: ../enduser/hot-guide/hot_spec.rst:265 msgid "" "It is possible to define a length constraint with only a lower limit or an " "upper limit. However, at least one of ``min`` or ``max`` must be specified." msgstr "" -# 19a2dd19eabc4c2985163c42987b620f +# 0a4c068736944847bd594d178aa105f1 #: ../enduser/hot-guide/hot_spec.rst:279 msgid "" "It is possible to define a range constraint with only a lower limit or an " "upper limit. However, at least one of ``min`` or ``max`` must be specified." msgstr "" -# b872843a11804ec8837e1e6fedb71265 +# 86eff291f20f4ba78b92875653f50c1f #: ../enduser/sdk_authenticate_compute_output.rst:200 msgid "Iterate over ``servers_list`` and compare name with ``vm1``." msgstr "" -# 815bbedbd1dc41dbb6cde950b4819930 +# 886bcc5eecbc4db88c1df344646038cb #: ../enduser/sdk.rst:19 msgid "JSON and XML data serialization formats" msgstr "" -# dd33cce607794801b44a68ae0c8aecd9 +# 19a7f267a9ce4b43b77b6a01862cc4ef #: ../enduser/cli_swift_serialized_response_formats.rst:31 msgid "JSON data serialization response format." msgstr "" -# 1977df6c9e1a4b5ca1c499558fce8a0d +# 09590164a3ad4074b5d7d3f5dca7b053 #: ../common/cli_create_and_manage_networks.rst:83 msgid "" "Just as shown previously, the unknown option ``--provider:network-type`` is " "used to create a ``local`` provider network." msgstr "" -# 0548ee1953994280a92a6a8c963d8230 +# d018037a3b074ffd9777ee15d801192e #: ../enduser/configure_access_and_security_for_instances.rst:15 msgid "" "Key pairs are SSH credentials that are injected into an instance when it is " @@ -6766,71 +6808,71 @@ msgid "" "one key pair. For more information, see the section :ref:`keypair_add`." msgstr "" -# 99aaa1610a9f43faa5eaf129a406538e +# 49ced66594624c959d98e2dcdf5a2b67 #: ../adminuser/dashboard_set_quotas.rst:54 msgid "Keypairs" msgstr "" -# 0474f02b9ff94982b4f56d6f362015b6 +# e024b8ad5ad840f2be87d1b9fc4e4b2f #: ../adminuser/manage_projects_users_and_roles.rst:43 msgid "Keyword arguments:" msgstr "" -# fcc76f1fbbd2438dbf61bd42be82213e +# b43ca8a5972a49b48542c42a5b5daa5d #: ../enduser/cli_swift_large_object_creation.rst:8 msgid "Large objects" msgstr "" -# 5ff35062fff24c57b8400e9ccd0d7820 +# 2f41d28a87cb46a98b68b4e88a94ffbf #: ../enduser/backup_db.rst:73 msgid "" "Later on, use the trove ``backup-list`` command to get this information:" msgstr "" -# 4b7cfb7c60744fb98cbf882ff53adec5 +# 076abb2ce09e485c857a0a2a817f6b09 #: ../enduser/dashboard_stacks.rst:32 msgid "Launch a stack" msgstr "" -# 86a977baf8724ea7967f3856a5daf12a +# b85d2b46d9e344a19ad8519e02c5d803 #: ../enduser/cli_manage_bare_metal_nodes.rst:109 msgid "Launch an instance from a bare-metal image" msgstr "" -# 0a6b3c43481b42a09c93f0c760546150 +# 97b10f347514467999c72c500ec773a2 #: ../common/cli_nova_launch_instance_from_volume.rst:6 msgid "Launch an instance from a volume" msgstr "" -# 393b8f198d514c06ad48aec0fbbc3c79 +# ee7f6a4d1585421c874ab89e9f58516b #: ../enduser/cli_launch_instances.rst:152 msgid "Launch an instance from an image" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 922d1f90bd9e4669aa4cc0e689660d07 -# 6c6d008634f449df88e8f8a97eeb8548 +# 143f6888264440ad8240ac501c4345b9 +# 78bcf79fbe3945728f795a596bd35634 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 6de617dde3f64b6fa4149fa59992b611 +# f1393ef9bc3f4c50994c14b9c4a40fa6 #: ../adminuser/cli_admin_manage_stacks.rst:6 #: ../adminuser/dashboard_admin_manage_stacks.rst:6 #: ../enduser/dashboard_stacks.rst:6 msgid "Launch and manage stacks" msgstr "" -# b37ab1a57f1c41b09a9d3c75397a9220 +# 71fb8f5b66544f9cb1fdacbdcb9e02a1 #: ../enduser/cli_launch_instances.rst:6 msgid "Launch instances" msgstr "" -# 6750ff2bee864765b3c6f36dd8a736ff +# 7537da4c91424a86b4cae4348fb4d4a3 #: ../common/cli_overview.rst:65 msgid "" "Launch stacks from templates, view details of running stacks including " "events and resources, and update and delete stacks." msgstr "" -# 72fe66306b8341ae949ae2ea96d4772d +# f50177c42cf043ce853ff282a3ac9469 #: ../adminuser/manage_projects_users_and_roles.rst:23 msgid "" "Learn how to add, update, and delete projects and users, assign users to one " @@ -6839,17 +6881,17 @@ msgid "" "can also change quotas at the project level." msgstr "" -# 4bdb717e4f60454691ee47c4a07351e2 +# 31a8dce1db0542a2a7e3b09e505903c8 #: ../adminuser/dashboard_manage_images.rst:58 msgid "Leave these fields empty." msgstr "" -# 0ce65914fa1e40cf8bab292ed5b04f49 +# da62f8c1d7ee4a40ae5d250f2e86e055 #: ../common/cli_set_compute_quotas.rst:23 msgid "Length of injected file path." msgstr "" -# f9c468cbee904c0b98b169195314c8e8 +# c93f5a171af94ba099cc607fbf955746 #: ../enduser/hot-guide/hot_software_deployment.rst:621 msgid "" "Likely the only reason to use the ``cfn-init`` hook is to migrate templates " @@ -6858,7 +6900,7 @@ msgid "" "introduces a number of new concepts." msgstr "" -# 23fe48488b7f43da8272ef78708478b4 +# 5c9fc06a785541348d4f9b8a9453c89a #: ../enduser/hot-guide/hot_software_deployment.rst:470 msgid "" "Likewise, ``outputs`` are mapped to the tool's capability to export " @@ -6867,7 +6909,7 @@ msgid "" "hook to read." msgstr "" -# 7434eb73272f4f0ca968d596656f45b7 +# a6fd0edd91e544e3bbf790c729b4b7af #: ../enduser/cli_swift_large_lists.rst:31 msgid "" "Limits the result set to names that are less than the ``end_marker`` " @@ -6875,104 +6917,104 @@ msgid "" "send the HTTP request." msgstr "" -# c542ec8410e847d1ba1f60dbe4b56315 +# e52edc80b5e64658aa24ef7ecc856f50 #: ../common/cli_create_and_manage_networks.rst:154 msgid "Link the router to the external provider network::" msgstr "" -# e20932c04d494f03ad7d5db9ff5a3956 +# 9b7e8a7ea1244095b1824e50e78f4e15 #: ../common/cli_create_and_manage_networks.rst:161 msgid "Link the router to the subnet::" msgstr "" -# 720e42d19ef84e6f991dca55a0a93245 +# df944feeda5c4699b676d75576fe04dd #: ../enduser/cli_cheat_sheet.rst:19 msgid "List Identity service catalog" msgstr "" -# e0a38488a3ee49e3be2dc5b607bf32d3 +# bd2120b165234bd69c04a26603a4ddac #: ../common/networking_advanced_quotas.rst:115 msgid "List Networking extensions." msgstr "" -# 5d87e3cc4efa4ea79faa8bc0345f188e +# eee15710b75a4b3aa310675c04e1df91 #: ../enduser/sdk_authenticate_networking_endpoint.rst:567 msgid "List Security groups" msgstr "" -# e4a0bec0371348619570f80889f6597b +# f898b59b97e9442dbf98bdc9ed922c85 #: ../adminuser/cli_admin_manage_ip_addresses.rst:29 msgid "List addresses for all projects" msgstr "" -# 524da00b64364b60bd0d18efe6db4849 +# e4b40b84d47b49a1a6c7192d496628a2 #: ../common/cli_set_compute_quotas.rst:37 msgid "List all default quotas for all tenants, as follows::" msgstr "" -# b20f5f23ae1b492f8c74713814347670 +# 34aec9377f0b4b03a2a7b5b0e5b15b83 #: ../enduser/cli_delete_an_instance.rst:10 msgid "List all instances::" msgstr "" -# 54f937ee9b5a45219d59bc8b1c1f49e3 +# 49edc8215b304a04911e0c31ef88e6f2 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:79 msgid "List all objects in the logtest container::" msgstr "" -# a63322fac86e434ebdc6ed324fcacca8 +# f6c1f990094b4dc3ad3c5b1a85f0cf50 #: ../enduser/cli_manage_ip_addresses.rst:88 msgid "" "List all project instances with which a floating IP address could be " "associated::" msgstr "" -# c5b9d975469b4a6bbbaf20c7772958b1 +# af4c809a12fd4cb184423fb8fd9bffe7 #: ../enduser/cli_cheat_sheet.rst:13 msgid "List all users" msgstr "" -# cea00bf695d04cb782afd8452f39e200 +# e0004adf36e4439c975ade9318ce93e5 #: ../adminuser/nova_cli_manage_projects_security.rst:40 msgid "List and view current security groups" msgstr "" -# a699cf77a77e452fa577d25a5a12479e +# 8307ab6f829c47bdad77c29df43b88c4 #: ../common/cli_manage_volumes.rst:410 msgid "List available volumes and their statuses:" msgstr "" -# 1424f753d3554a4e95412144a9c1fdb0 +# 1a8d926a81d04ff4a55c7df7e17a8ba5 #: ../enduser/cli_manage_bare_metal_nodes.rst:141 msgid "List bare-metal nodes and interfaces" msgstr "" -# 4ac5199f09ce4190a2ce63b4a934c8c2 +# 34c080e118f84ddea68d7ed026d23251 #: ../enduser/cli_cheat_sheet.rst:365 msgid "List containers" msgstr "" -# 86e82243b7c04ababda9888ece32a27e +# 89709f0fdd6a4ef9847cf4362a9b2196 #: ../enduser/cli_cheat_sheet.rst:100 msgid "List flavors" msgstr "" -# ab7c5da87d1043e9add0ecfc63698c83 +# da6a3185c32d41a8b0256d547c7163bc #: ../enduser/sdk_authenticate_compute_output.rst:353 msgid "List flavors (API v2)" msgstr "" -# d773a78944bc4eab990be41021c59377 +# 6aa0945fb5ee4a2d9502a8a87988207a #: ../enduser/sdk_authenticate_compute_output.rst:389 msgid "List flavors by calling ``list()`` on ``nova_client.flavors`` object:" msgstr "" -# 4b80b8a16c504f7daeeeb45398078ae3 +# ccd769efada14d64ba995832a7eb5095 #: ../enduser/sdk_authenticate_compute_output.rst:402 msgid "List flavors code listing example" msgstr "" -# a2ea0f6131124a42b027e51b41eb945d +# a7079ce692da45cdb29a7a7a5cc45d1f #: ../adminuser/cli_manage_flavors.rst:72 msgid "" "List flavors to show the ID and name, the amount of memory, the amount of " @@ -6980,361 +7022,361 @@ msgid "" "and the number of virtual CPUs for each flavor::" msgstr "" -# c30f6c2ce9b64805966913327761d722 +# 55bf866179584bce97c4c43095393252 #: ../enduser/cli_manage_ip_addresses.rst:33 msgid "List floating IP address information" msgstr "" -# bdb7c353d2334b3aa2bb895c6ab4c1b6 +# d11f8eae85ff4a1eb0ff21696cf08ac4 #: ../enduser/sdk_authenticate_compute_output.rst:420 msgid "List floating IPs (API v2)" msgstr "" -# fee6a127a93643c5ba4abd1cee2fbeae +# 89a5895cab8b42e08e54e72276f9b6a5 #: ../enduser/sdk_authenticate_compute_output.rst:473 msgid "List floating IPs code listing example" msgstr "" -# bceea6c7c6a44307aa2867ba5bf1dd51 +# 422fc93129af4aba83b0cebd988bfaee #: ../enduser/sdk_authenticate_compute_output.rst:490 msgid "List hosts (API v2)" msgstr "" -# 466bb96f0f8543e58f901fe93c8e03ea +# 9e340c6b8a684b66b3a10e940926ffcb #: ../enduser/sdk_authenticate_compute_output.rst:526 msgid "List hosts by calling ``list()`` on ``nova_client.hosts`` object:" msgstr "" -# 055ffb8baa1c475697b2e7046fa5fc27 +# 4281b769be6841e7b4a820189dafc98b #: ../enduser/sdk_authenticate_compute_output.rst:539 msgid "List hosts code listing example" msgstr "" -# 23ebf4a0f0dc4b61b8f84742bd4e2a74 -# 1634f7c5161b4cc2893cc7d9a2b09748 +# f18e863e580d49bd82acafd7200c05e6 +# 526d5d8552d94c079ac75868a35304a1 #: ../enduser/cli_cheat_sheet.rst:94 ../enduser/sdk_manage_images.rst:19 msgid "List images" msgstr "" -# 8cb7705942ca4f4c84bedb8203fc0fb6 +# 0230a5e09a7042a98f61aa51998063a5 #: ../enduser/cli_cheat_sheet.rst:28 msgid "List images you can access" msgstr "" -# 5f0f3793fa5f4fc6a37efb8a404718f3 +# 68182fced66444d6bbf93db8555f43c1 #: ../common/cli_manage_volumes.rst:47 msgid "" "List images, and note the ID of the image that you want to use for your " "volume::" msgstr "" -# 3f5f9398ec24408f9129841b6ecef71b +# beae038f16bd49a085868a654b9e9cf2 #: ../enduser/cli_cheat_sheet.rst:88 msgid "List instances, check status of instance" msgstr "" -# cd05bba2d4334efeae3a5da2b70ea15c +# bcc34cc4a2874366b9e6473f744a1341 #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:81 msgid "List instances:" msgstr "" -# 4c431d379ad54366a099970dda502959 +# 993b7e13465149438c1146a3138bad86 #: ../enduser/sdk_configure_access_security_instances.rst:94 msgid "List keypairs" msgstr "" -# 1e48d5eaec77484aad4b9acd2424e53f +# 43f4612069cf45fca9874cbcb9b611b0 #: ../enduser/sdk_authenticate_networking_endpoint.rst:170 msgid "List networks" msgstr "" -# e737a5a0e7534b0b99b828ab43cfb274 +# 138cb39d65064e13a45f5c6d57958ad8 #: ../enduser/cli_swift_set_object_versions.rst:162 msgid "" "List objects in the ``archive`` container to show that the archived object " "was moved back to the ``current`` container:" msgstr "" -# a1348033eefc49f1823ddeae1658fd77 +# b59ecdf3e3b8403194379c4230f26cba #: ../enduser/cli_swift_set_object_versions.rst:118 msgid "List older versions of the object in the ``archive`` container:" msgstr "" -# d00656d21fe74d69a9ea51ec607f8a1b +# f2e25e1939224ec89a61b3c60c7d53ea #: ../common/cli_manage_images.rst:21 msgid "List or get details for images (glance)" msgstr "" -# 69c4bbfa926e426c8a3ea9f57d93b931 +# 97449218c9f247c2840c6cd19a3485af #: ../enduser/sdk_authenticate_networking_endpoint.rst:239 msgid "List ports" msgstr "" -# 88b305cb08d44b4eb5e65dc2512a0934 +# 89f4e778fa3c4c7fb40b29ccc02bea56 #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:25 msgid "List pseudo-hierarchical folders request: HTTP" msgstr "" -# 1cbf783ffb9243239cd5db0ec58c335e +# 32c54cf61dc54bffb593197b447807c8 #: ../enduser/sdk_authenticate_networking_endpoint.rst:491 msgid "List routers" msgstr "" -# 765f34edace844589e5c79d3eeaf0202 +# 4b64c853dd024ec89cb4c11168a80265 #: ../enduser/sdk_authenticate_networking_endpoint.rst:525 msgid "List routers: complete code listing example" msgstr "" -# 234f9057f2ba4b509b789ec29d7c326e +# f0d7ac8d5d254850808b37ef911efb46 #: ../enduser/sdk_authenticate_networking_endpoint.rst:546 msgid "List security groups" msgstr "" -# f0e93a1238fc4f3eb9fe72c273004e46 +# 42e5944b47e745d692321e1ebb6063c8 #: ../enduser/sdk_authenticate_networking_endpoint.rst:575 msgid "List security groups: complete code listing example" msgstr "" -# dd53307869304ca58413395893d641b6 +# 464266a50c6c4218930d8da87260ea2f #: ../enduser/sdk_authenticate_compute_output.rst:80 msgid "List server code listing example" msgstr "" -# 8a3b4840bb7b42249d6caca9292495af +# fe8da7e0f44e4fd3840e796d884d1501 #: ../enduser/sdk_authenticate_networking_endpoint.rst:263 msgid "List server ports" msgstr "" -# 5b11ede8a18748ec971adff4c491c683 +# e756a803b4cb4078b7530cd9db297ff5 #: ../enduser/sdk_authenticate_compute_output.rst:52 msgid "List servers (API v2)" msgstr "" -# a8e94d2542844493a86ebdf670145e94 +# 9466ba62ea484359b5696ac5df33ae72 #: ../enduser/sdk_authenticate_compute_output.rst:73 msgid "List servers by calling ``servers.list`` on ``nova_client`` object:" msgstr "" -# 205ec2800b334f6aa5b6a4b1f7fc78cc +# 8b920679fa0e430c9382886e820d4c2b #: ../enduser/sdk_authenticate_compute_output.rst:198 msgid "List servers: ``servers_list``." msgstr "" -# 4ea7fe227d0b414cba8e7aeb971e47af +# c291f9d30283482bab1cbfb5a371403a #: ../enduser/cli_cheat_sheet.rst:316 msgid "List storage devices" msgstr "" -# 8489f751c8e040a19b6d909352dec6f9 +# 72bec760acde4ca094f0579d43613b47 #: ../enduser/sdk_authenticate_networking_endpoint.rst:596 msgid "List subnets" msgstr "" -# e70e63e002dc4457b8b2ba78d80baa63 +# 6787f7dc9e5d47debc74936e372a1cd3 #: ../enduser/sdk_authenticate_networking_endpoint.rst:617 msgid "List subnets:" msgstr "" -# f5b1c8b07efd467da54c9fef380074bf +# b50c3bb16e69449b86f916e3a660453b #: ../enduser/sdk_authenticate_networking_endpoint.rst:625 msgid "List subnets: complete code listing example" msgstr "" -# e43d4a833ff44707982259a7b69ef947 +# 6c839028ad554b2e8a43ac7623617d1a #: ../common/networking_advanced_quotas.rst:162 msgid "List tenants who have per-tenant quota support." msgstr "" -# 3e01ff2689654cd28ce612b73ea4562c +# 621794af8beb4ea4ba6b728c9bcde21d #: ../adminuser/cli_nova_manage_services.rst:11 msgid "List the Compute services:" msgstr "" -# ca32b37cc0f74c5cb48a05313f58a4ee +# 2eb30e59fe984391bad57964a5c2bef0 #: ../common/cli_manage_volumes.rst:62 msgid "" "List the availability zones, and note the ID of the availability zone in " "which you want to create your volume::" msgstr "" -# 64ca1b46b3234d0092492e0647087332 +# d51e330dc413470087145883e4bafbc4 #: ../enduser/cli_change_the_size_of_your_server.rst:47 msgid "List the available flavors with the following command::" msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# aee3b86490414d9bab5e96ac17e3efc5 +# 99442faa23d342c18a1d8bad3c071a3a # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 522bfe8079d74fd688224fd7857cabf2 +# 581891bb218e4c40aa8379d77e88bcc3 #: ../common/cli_nova_launch_instance_from_volume.rst:143 #: ../enduser/cli_launch_instances.rst:79 msgid "List the available flavors::" msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# adf221cc70094446b8e7aded5c87f09b +# d06e65aabf004bdfad8c2929c23eec2a # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# db7cf06aef184a76a2e1d00a2835cc9c +# e3c9c91cc91d4df68dff107f550652f8 #: ../common/cli_nova_launch_instance_from_volume.rst:129 #: ../enduser/cli_launch_instances.rst:95 msgid "List the available images::" msgstr "" -# 422de8992dae4a3b959fea99691de763 +# d8a899caf23f4f2e89aed8d3a10a0e82 #: ../enduser/cli_launch_instances.rst:144 msgid "" "List the available key pairs, and note the key pair name that you use for " "SSH access::" msgstr "" -# 0f928edf99634fc7bc7aa1631a8357cc +# aac00a53f9384a1da3f7ba82082b7be8 #: ../enduser/cli_launch_instances.rst:116 msgid "List the available security groups::" msgstr "" -# 342f1127cf0e4b5b93d87c43b507cc62 +# 92608150f8764f6cb8057dd1a246133e #: ../adminuser/cli_keystone_manage_services.rst:41 msgid "List the available services:" msgstr "" -# 64df9384d5e14a23b81735b80be51489 +# 5a15e24fbf624dc380a1d05ef3d32960 #: ../common/cli_set_compute_quotas.rst:147 msgid "List the currently set quota values for a tenant user, as follows::" msgstr "" -# 4e90ffa66dc34c9fb7911f73a7d0b32e +# dcd70de67b3b41688a470a63ef033ac5 #: ../common/cli_set_compute_quotas.rst:76 msgid "List the currently set quota values for a tenant, as follows::" msgstr "" -# 6d200cf0845f4e54b23d6c80ee97ed59 +# fc2bbbe3acf842178df96d895e12622d #: ../adminuser/cli_cinder_quotas.rst:27 msgid "List the default quotas for all projects:" msgstr "" -# efdbafcc33cf40d1be6358b1fbf8afc6 +# 3587f8155e71440780b7df07e9879ba9 #: ../common/cli_create_and_manage_networks.rst:20 msgid "List the extensions of the system::" msgstr "" -# ef21fc3786fa4df09ef7b95f203ff337 +# ccd75662dba0426e9c80843d461cb61a #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:24 msgid "List the hosts and the nova-related services that run on them::" msgstr "" -# e7450209932e4207939ebc2fd64f55a6 +# 184be1f992f241dd900b8b15de5234ee #: ../enduser/cli_swift_large_object_creation.rst:68 msgid "" "List the name of each segment object along with its size and MD5 checksum in " "order." msgstr "" -# ee9c574c5d354e5794aacd6c9a2a6ebd +# e5e65439e14d4611b9ee5dbf333cb7dd #: ../enduser/manage_db_config.rst:28 msgid "" "List the names and IDs of all available versions of the ``mysql`` data store:" msgstr "" -# beb497587bf947c1ab41b5a84bf7487d +# d63dc4a08314492d817ea69ee6620df1 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:174 msgid "List the object names that begin with a specified string." msgstr "" -# cc4c9a5941754b6a9aea58390d977b07 +# 0fcda793bcf6496d93c187ed2fd3dd6a #: ../enduser/sdk_authenticate_networking_endpoint.rst:513 msgid "List the routers:" msgstr "" -# 35d317178b2546e2a7bbd054ac10d7b3 +# e43da04e9cfa4acd8d58efd92232f97b #: ../common/cli_manage_volumes.rst:229 msgid "" "List the volumes again, and note that the status of your volume is " "``deleting``:" msgstr "" -# b8acd6b8a09443c690138100f792cf22 +# 1b678e87e4fd46afa9984c1034ce2530 #: ../common/cli_nova_launch_instance_from_volume.rst:239 msgid "" "List volumes to see the bootable volume and its attached " "``myInstanceFromVolume`` instance::" msgstr "" -# 43757047cd714e1eae5c069c1deb8fef +# dadcc072ce4a4b00b7783f405a55bc9a #: ../enduser/cli_cheat_sheet.rst:300 msgid "List volumes, notice status of volume" msgstr "" -# 8a4ee787ab3149a3b561ceff42fb2e1d +# faf62e964e6e4cbe9b0ad55438c00d57 #: ../common/cli_manage_volumes.rst:188 msgid "List volumes:" msgstr "" -# f996c84a969d48478bafe672a484c85b +# b36121b6f6e0487cab421cc695bac61d #: ../common/cli_nova_launch_instance_from_volume.rst:71 msgid "List volumes::" msgstr "" -# 11bde895dc5d4d78921aa7f4e7284055 +# 11c7cdc0311f40f4800b8c098aa5fb9c #: ../enduser/cli_manage_bare_metal_nodes.rst:48 msgid "Lists available bare-metal nodes." msgstr "" -# 66972beb97084c3d994507395f585ce1 +# 40adb6760d9946c79c0ed84fc0e518e5 #: ../common/networking_advanced_quotas.rst:95 msgid "Lists defined quotas for all tenants" msgstr "" -# 5d6771cdbea04ec59866431d2367e561 +# 2fa81967004e497d9f5830e3da82b75b #: ../enduser/cli_manage_bare_metal_nodes.rst:36 msgid "Lists network interfaces associated with a bare-metal node." msgstr "" -# c2a25a59fd2f4e01a67db2a16af1332b +# aa8976fcb75640bf8dc7c82b295410a2 #: ../enduser/hot-guide/hot_advanced_topics.rst:13 msgid "Load balancer" msgstr "" -# dd227094204947d18e98567e9866a8f3 +# a3fbd96b98734953b540b4c0d8ef92b4 #: ../common/cli_manage_images.rst:157 msgid "" "Local file that contains the disk image to be uploaded during the update. " "Alternatively, you can pass images to the client through stdin." msgstr "" -# 54f54206e02040ba8211eac1b68765ac +# 72d0dcd78f244b63a8dd0a88539f978c #: ../adminuser/dashboard_manage_services.rst:10 msgid "" "Log in to the OpenStack dashboard and choose the :guilabel:`admin` project " "from the drop-down list at the top of the page." msgstr "" -# 48bcb21413fb47359167795eedf6fe5b +# e242648b7d574325b50220b87b283cde #: ../adminuser/dashboard_view_cloud_resources.rst:27 msgid "Log in to the OpenStack dashboard as a user with Admin privileges." msgstr "" -# 29b36047a31641399bbed79b3a810dbe +# 208b5eca620642edaaf035831280a80a #: ../common/cli_set_environment_variables_using_openstack_rc.rst:29 msgid "" "Log in to the OpenStack dashboard, choose the project for which you want to " "download the OpenStack RC file, and click :guilabel:`Access & Security`." msgstr "" -# 47df93ace6d141ce9f8ff2fbd1e16a62 -# d00c6dc96ed5415a8e9ac8a1a21136de +# fdb006c9331f44bcb1978c67288719df +# 0c5412c626d147c2bec7f9acb9950696 #: ../adminuser/dashboard_set_quotas.rst:83 #: ../adminuser/dashboard_set_quotas.rst:99 msgid "Log in to the OpenStack dashboard." msgstr "" -# ccaea4e24d624371a35bf89ab11a6d3c +# 9d163931f824415585d1825d07ff4155 #: ../common/log_in_dashboard.rst:2 msgid "Log in to the dashboard" msgstr "" -# 4adc6e9aa9bd4e77a1e9643a55656cbf -# b220f9ea63194a6aba6bf9bcb54ea7f5 -# a032867f2c774c6d849c03403054702f +# 95b1f9b4b5fd4009a6f22d64142b0236 +# c276454dfb2048c4a6261422173d44a1 +# 221c1480514c44bd998f0db0be7c7382 #: ../adminuser/dashboard_admin_manage_roles.rst:25 #: ../adminuser/dashboard_admin_manage_roles.rst:36 #: ../adminuser/dashboard_admin_manage_roles.rst:50 @@ -7343,15 +7385,15 @@ msgid "" "guilabel:`CURRENT PROJECT` drop-down list." msgstr "" -# 20478f01142e45cb9c77e360c8b8cd0d +# c1af8b739c364012b9d98bee3badab36 #: ../adminuser/dashboard_manage_instances.rst:68 msgid "" "Log in to the dashboard and choose the admin project from the CURRENT " "PROJECT drop-down list." msgstr "" -# 91da78e568214358a0bbf68bc0eaf2bf -# 528d01c490ab4b3db7f6933c1e0f906e +# b22d2de45d0649439a4a94ae81af926e +# fcd85efe31fc4e18a454e469445da958 #: ../adminuser/dashboard_manage_instances.rst:20 #: ../adminuser/dashboard_manage_instances.rst:41 msgid "" @@ -7359,13 +7401,13 @@ msgid "" "at the top of the page." msgstr "" -# 7d0607fa3de44a9cbd15a1decb1da53a +# 0dd3e3fb4d734c1d9cd18419a3a13411 #: ../enduser/dashboard_stacks.rst:128 msgid "" "Log in to the dashboard, choose a project, and click :guilabel: `Stacks`." msgstr "" -# b8afc697df8f4deebf960446e912851a +# b26801975bfa4255b977847894edfb43 #: ../enduser/configure_access_and_security_for_instances.rst:50 msgid "" "Log in to the dashboard, choose a project, and click :guilabel:`Access & " @@ -7373,12 +7415,12 @@ msgid "" "that are available for this project." msgstr "" -# abf739aaaa0c49488989617eafcb0a49 -# a64e90663efd4d93b8bc910d390d862d -# a939392a38c744ccafd3bb7f5e97bfbc -# ec55c07b0d19459ab35a0038d598e38b -# 84e6ad4bd7f7499e9eb081f6830cd341 -# 5b9017a283df4c39bbf9433c90ac2686 +# 43d8d1373fdf4c6aad1ea99ee818563e +# 5c31a6e5255342d9b20b29ec37c6fc70 +# 96b03290addb4c95a3a5df1e0cb48ea3 +# efe7c736c8fd4be787532faba9b6acf5 +# 1954453335184094b66b16e631db0ba9 +# 5e14ce3c29cf4cb7a20f7f9ea22004eb #: ../enduser/dashboard_manage_containers.rst:22 #: ../enduser/dashboard_manage_containers.rst:37 #: ../enduser/dashboard_manage_containers.rst:64 @@ -7389,9 +7431,9 @@ msgid "" "Log in to the dashboard, choose a project, and click :guilabel:`Containers`." msgstr "" -# f17aeec2eaff42beae25fb05db398db4 -# ef4f63455d7a4258b59ca351eec8e48e -# f08f61b700804d71bd8a173283f680a8 +# bc4e485d7c674d219c2eb2454fc95f14 +# 241926e958d0440c8a389279e5eb4ac9 +# 92a80434e2514087aca816243d75b8c1 #: ../enduser/dashboard_databases.rst:63 #: ../enduser/dashboard_databases.rst:114 #: ../enduser/dashboard_databases.rst:142 @@ -7399,30 +7441,30 @@ msgid "" "Log in to the dashboard, choose a project, and click :guilabel:`Databases`." msgstr "" -# 3729c2d112d74654b728b37385b0b6cb +# 2d9bcd700ff94d6692cbf3998ef4b0a7 #: ../enduser/dashboard_create_networks.rst:68 msgid "" "Log in to the dashboard, choose a project, and click :guilabel:`Routers`." msgstr "" -# 37026f37ce2840ab9786e8f7878c3876 +# f96797c51239456db11699d75f3a9741 #: ../enduser/dashboard_stacks.rst:34 msgid "" "Log in to the dashboard, choose a project, and click :guilabel:`Stacks` in " "the :guilabel:`Orchestration` category on the :guilabel:`Projects` tab." msgstr "" -# eafaa539cc824d3295c9b93f4d7cd447 +# 406aac195bc04dd48ed83b8b277d642d #: ../enduser/dashboard_stacks.rst:145 msgid "" "Log in to the dashboard, choose a project, and click :guilabel:`Stacks`." msgstr "" -# 941a77dab09141e8a1bc8cae43b731e8 -# 432bc47a6f5a428f8cc1276dd8aa3296 -# 58db85cb7d3f47b3b4a0db4e5115e515 -# fbf935aab08745b9abf911425c9258ef -# 394609482bd643fcaca791706c4bc776 +# 461a55f92dd841708c6e77f1767a5ab5 +# 07d0e0f58c8346e38f9e40309efd187c +# 52df1241e001404484d33ae65c356af7 +# 1a12f45b455d416cbefa95c132f47bd8 +# e188c0e74ac64b319fe5524cc28704e2 #: ../enduser/dashboard_manage_volumes.rst:17 #: ../enduser/dashboard_manage_volumes.rst:63 #: ../enduser/dashboard_manage_volumes.rst:100 @@ -7432,32 +7474,32 @@ msgid "" "Log in to the dashboard, choose a project, and click :guilabel:`Volumes`." msgstr "" -# 93844096dfec4ae79da2b607f6742265 -# 13645bc147c84674a3e96e394da8f776 -# f003b6b9a964491ba1bf4f1ebd8d531d +# df9edd587ef046e6897919276212855d +# 6e45b92e353e4194a417cec30dc730c9 +# 805f74e0159f4f08ab834cc3a32a2b2e #: ../enduser/configure_access_and_security_for_instances.rst:95 #: ../enduser/configure_access_and_security_for_instances.rst:113 #: ../enduser/configure_access_and_security_for_instances.rst:164 msgid "Log in to the dashboard, choose a project, and click Access & Security." msgstr "" -# 4482ab5dbf944123926afe09e91655fe +# 07967eb02d8946a6a2974bbed783485d #: ../enduser/dashboard_create_networks.rst:22 msgid "Log in to the dashboard, choose a project, and click Networks." msgstr "" -# f95a3db7415c4a4a963bb959bec32040 +# e0de68b4882f423491a72e70a0bfdfec #: ../enduser/dashboard_manage_volumes.rst:89 msgid "Log in to the dashboard, choose a project, and click Volumes." msgstr "" -# 28615f7a3857437dbfaa0ca380900818 -# c31a37934f2e4b05b33f15c9f6523f0c -# 217e4b52764741efa1316b12b6bef72c -# db7ae9ef3b174f27ba3bbc2686904d51 -# 9f556c019b0d49e2bff0c774b78ce01b -# 7b9e0154247943fcabf12aa887f6f41f -# c140dc88cc884012ba363afc642bfd21 +# cc37be49641b462ab77ad97042cf6c78 +# a2973e2eb3b7442db7b599c8fef0cd3b +# dd9990c5368f4797870f8e78581f3b8e +# f22ea1d609e24576b2e584f0e819934d +# a782e4323af04f97bec7fb00823518ac +# d3a11d5f24ec427b92d721b97e9a6111 +# 82c4e7b88b1e4c44b60ee7d7e671110d #: ../adminuser/dashboard_manage_flavors.rst:27 #: ../adminuser/dashboard_manage_flavors.rst:77 #: ../adminuser/dashboard_manage_flavors.rst:92 @@ -7468,59 +7510,59 @@ msgstr "" msgid "Log in to the dashboard." msgstr "" -# 95d3f8cc2c0e454181a7e41f3fb49dc7 +# 7441915d52b64c7c81e168288c6c7c0f #: ../enduser/cli_cheat_sheet.rst:114 msgid "Login to instance" msgstr "" -# 9f7ef0c9dc7b43faaea50fbc8d9f0ba6 +# acd5706c1959446cbf993642232de7ee #: ../adminuser/cli_keystone_manage_services.rst:114 msgid "" "Make a note of this ID. You need it to create service users and assign roles." msgstr "" -# 6bb6b29a1ceb43dab563ffbe2f66a6b5 +# 5f706fc27a3444e6923e0703eac8ad65 #: ../enduser/cli_swift_large_lists.rst:77 msgid "Make another request with a ``marker`` of the last item returned:" msgstr "" -# 55c499b5740f45249d440ef278c37df6 +# c0900719220a478d9ed7fbadfbfa5d9f #: ../enduser/cli_swift_large_lists.rst:62 msgid "" "Make another request with a ``marker`` parameter set to the name of the last " "item returned:" msgstr "" -# b792897816b54a3b8e967f2ffb9bfd19 +# 992b7c5bdaf748b9a047385472d365fe #: ../enduser/cli_swift_static_website.rst:57 msgid "Make container publicly readable" msgstr "" -# d8e8d71eae4c4793a267529f9980c6ef +# 0cd93fa1820f477580f43eabf8e7074c #: ../enduser/cli_cheat_sheet.rst:322 msgid "Make filesystem on volume" msgstr "" -# b0dcb74fef554291811da4da8080a5e9 +# afda6ef97dd4440ab05941d5c6f488ea #: ../enduser/dashboard_databases.rst:56 msgid "" "Make sure an appropriate flavor exists for the type of database instance you " "want." msgstr "" -# 1d63f9ebdc8040efb4a68f79258961db +# 9f4d8bf9a67147f0ad525c7f46ef1942 #: ../enduser/sdk_authenticate_networking_endpoint.rst:23 msgid "Make sure that you set the relevant environment variables." msgstr "" -# 3114b652cdc74c34b14b4035f3c632c9 +# e5eec6f12fcb4e02a24f4ef1117a6b15 #: ../adminuser/nova_cli_manage_projects_security.rst:189 msgid "" "Make sure to set the system variables for the user and tenant for which you " "are deleting a security group for." msgstr "" -# 517dd2e8c6e84f2a9b5317517b7f6a25 +# e3c0fcbb6108487385f8a09dff2e1efa #: ../enduser/cli_swift_static_website.rst:59 msgid "" "Make the container publicly readable. Once the container is publicly " @@ -7528,166 +7570,166 @@ msgid "" "file to browse the main site URL and its sub-directories." msgstr "" -# 4ccb651a15ba4e208e7882c3044bb762 +# 82a3ce473c9040179cada723a92e628b #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:100 msgid "" "Make the image available to the new environment, either through HTTP or " "direct upload to a machine (``scp``)." msgstr "" -# c38d84a41d3e425e9a597651d643f8ee +# d34627caa99348a38688efe2194709fa #: ../common/cli_manage_images.rst:163 msgid "Makes an image accessible for all the tenants (admin-only by default)." msgstr "" -# fef6f45419d44e3ca3472cdf2f5af2fe +# 6fb6d4bccfdf4ac9a24616c1a94501fa #: ../enduser/hot-guide/hot_composition.rst:152 msgid "Making your template resource more \"transparent\"" msgstr "" -# 2a613907a2034d4f850114dbcc1268e7 +# 5ce99abe4b07429c833efd877d1a4d8c #: ../adminuser/cli_cinder_quotas.rst:6 msgid "Manage Block Storage service quotas" msgstr "" -# 9a73d42a4e4449309188e7f449630cc3 +# f7ae3ed64e71457497beeb7f96c9e3b6 #: ../common/cli_set_compute_quotas.rst:6 msgid "Manage Compute service quotas" msgstr "" -# 097bc84adfea46fd8250277ecc154576 +# b6d500c24b7f446ea819caf2d2e78ed2 #: ../adminuser/cli_nova_manage_services.rst:6 msgid "Manage Compute services" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 5036c0a03f03462ca611984bcfe9150c +# 810024966cb844979760f7710ba2d78e # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# adf16c1a690b40228088840629a1c747 +# 1eb51eb6d0bb461ab2dca96593b6d197 #: ../adminuser/cli_admin_manage_ip_addresses.rst:6 #: ../enduser/cli_manage_ip_addresses.rst:6 msgid "Manage IP addresses" msgstr "" -# 7fe49bf52e504b76a73c54f7586a142d +# d029cd8e384b4bc9b1a308fb104182ea #: ../common/networking_advanced_quotas.rst:6 msgid "Manage Networking service quotas" msgstr "" -# 68025b998c1c4fc3bce65c0d931d1ff7 +# 2ca5856d6acd4b6f86a76372c417bedc #: ../enduser/dashboard_stacks.rst:126 msgid "Manage a stack" msgstr "" -# da3383b8eca742609cbfa5a9947566c2 +# 3fc8fd0b76d94e39ba6c67de99208a77 #: ../enduser/cli_swift_manage_access_swift.rst:6 msgid "Manage access" msgstr "" -# 38485728677a44a0a64855cb4d35df77 +# 84e5f783162842f794cc81554ad72bd6 #: ../enduser/dashboard_manage_containers.rst:60 msgid "Manage an object" msgstr "" -# 66c66dd0d704451e969074c5ecdb2a24 +# 2728141b6c974b2388683929d2496e4d #: ../enduser/cli_manage_bare_metal_nodes.rst:6 msgid "Manage bare-metal nodes" msgstr "" -# eb774e4e15e14794a73dd874fa6d1dd9 +# 5a32da28d3a44d9682ad2bba312f0a85 #: ../enduser/manage_db_config.rst:6 msgid "Manage database configuration" msgstr "" -# bcefcc797cdf427996e5c66d0eef9bda -# 30c7e2e2f89a44578059d98b9f372a4e +# 852b3adf6f6d455ba5c9aa6345c240f1 +# bf9b60eaeb4e4a0f85a37ad24537d774 #: ../adminuser/cli_manage_flavors.rst:6 #: ../adminuser/dashboard_manage_flavors.rst:6 msgid "Manage flavors" msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 26f9b053071a42fab1ea7a6d5c2c8287 +# 66aeaeb2968a4d50bb1e440d2e4d3f64 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# a40615de998345afa58605bfa846ddaf +# 623882e0e96140e99a8d6352775c93bd #: ../common/cli_manage_images.rst:3 ../enduser/sdk_manage_images.rst:11 msgid "Manage images" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 25dc9eb590c2409b89445cc136ebc454 +# ab7446ff3e46471fb7017d8f9ebc4a53 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 28fea7de956c45ea849911a1603963ee +# e244d912c0bc49e784dd353583c50e9c #: ../adminuser/dashboard_manage_instances.rst:6 #: ../enduser/hot-guide/hot_basic_resources.rst:19 msgid "Manage instances" msgstr "" -# 04c2c473965e4019a0b8ecde1e3bae3a +# f8dd2abbfa2544dc9925ad6faf9e6d39 #: ../enduser/cli_manage_instances_hosts.rst:6 msgid "Manage instances and hosts" msgstr "" -# a64db62c496e45d5a6c977a23f59d123 +# 4b63e9d8b2f94480b8c95397f92a6afc #: ../enduser/hot-guide/hot_basic_resources.rst:302 msgid "Manage networks" msgstr "" -# 26ea8b937937441c9032d502fbcb05bc +# bb830e6e5faf4c7b8e784c61322d44cc #: ../enduser/cli_swift_manage_objects.rst:6 msgid "Manage objects" msgstr "" -# 9a836ac46a8640a1bc84e73295ac9825 +# 2a942fa6bfe84236880c7729efc4e44e #: ../enduser/managing-openstack-object-storage-with-swift-cli.rst:6 msgid "Manage objects and containers" msgstr "" -# 4502976154fb4a1485ec2e07fcc99679 +# bca04d4582a94852aab5f70d730957d9 #: ../adminuser/nova_cli_manage_projects_security.rst:6 msgid "Manage project security" msgstr "" -# d7bfa42cfbc54ac9b6b2d91398094546 +# cfd0e980f8a04662aea0392caae7651a #: ../adminuser/manage_projects_users_and_roles.rst:6 msgid "Manage projects, users, and roles" msgstr "" -# 2662324f11074c77bb3844ae15c2d7b8 +# b64a40ab00bb4685bc19a0b34e4f5569 #: ../adminuser/cli_set_quotas.rst:6 msgid "Manage quotas" msgstr "" -# 84d3583084dc43e28a2e5b1d31aedda9 +# d71971e506584b38bbc7e927f3476f02 #: ../enduser/cli_cheat_sheet.rst:256 msgid "Manage security groups" msgstr "" -# e068cc3364a846d6aa420319e2602d51 +# 1f155cb4a62e4ac6930d99c7b50d75a8 #: ../adminuser/cli_manage_services.rst:6 msgid "Manage services" msgstr "" -# 3594ae0a58ff46e582a57d00ac4008f0 +# 7701a17383ca4daa8b6ceb75ceb72d02 #: ../adminuser/cli_admin_manage_environment.rst:6 msgid "Manage the OpenStack environment" msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 12ad6749386b410a84a81f990e7023cb +# c435cc9ee936405f9a21becf6f1e730f # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# ac76909aff4a4f8c8147585931c51787 +# 80a7de018c8a475484d2c68cc02b62df #: ../common/cli_manage_volumes.rst:5 #: ../enduser/hot-guide/hot_basic_resources.rst:395 msgid "Manage volumes" msgstr "" -# 0913a81cd2ba4b978ab4a3947dac996a +# 634828679838490abe445ff732f68e62 #: ../enduser/cli_cheat_sheet.rst:314 msgid "Manage volumes after login into the instance" msgstr "" -# 9eb768cfbd5540128be2ceeb8fbe9a50 +# 175991aacb0541ad8ea894bc8471899f #: ../common/cli_install_openstack_command_line_clients.rst:28 msgid "" "Many Linux distributions provide packages to make setuptools easy to " @@ -7696,56 +7738,56 @@ msgid "" "from http://pypi.python.org/pypi/setuptools." msgstr "" -# cbf026bf48264184a041d2ed9b659dfb +# 301814e2f22c4582aebb800eab989d2a #: ../common/cli_set_compute_quotas.rst:28 msgid "Megabytes of instance ram allowed per tenant." msgstr "" -# 878b6eb1381f427685f22fa7d1f7e776 +# 99514654448848a8948e1c18fc97fdc8 #: ../adminuser/cli_manage_flavors.rst:33 msgid "Memory MB" msgstr "" -# f799e1fc5dfa47fa8b508e2eee596d73 +# c17ea7b776934412940ee31d3354d64a #: ../adminuser/dashboard_set_quotas.rst:56 msgid "Metadata Items" msgstr "" -# 2b7394f2f5e44f2fb113106f0593e9af +# d6f3a40a9d764d5f80f2b274d150a8dd #: ../adminuser/dashboard_set_quotas.rst:56 msgid "Metadata items allowed for each instance." msgstr "" -# 5e7d302135484240afaf91278666108c +# caa5cb77bb1d40b88983d74c47accef5 #: ../enduser/cli_swift_serialized_response_formats.rst:20 msgid "Method" msgstr "" -# 58afd1b00d76414792f66a6c7fb08c0d +# 051407bf3fd64d8d8ea6b167ac126ef9 #: ../common/cli_manage_volumes.rst:13 msgid "Migrate a volume" msgstr "" -# d95e5725d9f7418087104b6f86f288ed +# 3de221cf2c0a430994149a235aec1ff4 #: ../common/cli_manage_volumes.rst:28 msgid "" "Migrate a volume with the :command:`cinder migrate` command, as shown in the " "following example::" msgstr "" -# 6ed43f7619674a5ea290d73680797136 +# 294d9dce94d04c7c8187be1b267de482 #: ../adminuser/cli_nova_migrate.rst:9 msgid "Migrate single instance to another compute host" msgstr "" -# 3fc60eba350f45ed9aa9170dc3e78c58 +# 4c8fbadc12914eb1a9c3d18f8480bce0 #: ../enduser/manage_db_config.rst:226 msgid "" "Modify a configuration group on the fly, using the trove ``configuration-" "patch`` command." msgstr "" -# 118c6213ed7545788ab147d956a682ed +# 28f9f8a0ff2f4d3ab72566f114a5ecad #: ../enduser/cli_nova_configure_access_security_for_instances.rst:124 msgid "" "Modify security group rules with the :command:`nova secgroup-*-rule` " @@ -7753,81 +7795,81 @@ msgid "" "doc:`../common/cli_set_environment_variables_using_openstack_rc`." msgstr "" -# 829aeafcb29f4804898e37dbdc345061 +# 14721648623d46e3a33fd8dfd5842a9a #: ../common/cli_manage_volumes.rst:24 msgid "Modify the properties of a volume." msgstr "" -# 1379e36ce357483c97093b3bceb2003f +# 0da10e986e014488a7fa6a90f7461238 #: ../enduser/create_db.rst:53 msgid "MongoDB" msgstr "" -# e13e757c94bb419aa1db240f752524cb +# 9dc49122f7a04e879bddd1595860ef3e #: ../common/cli_install_openstack_command_line_clients.rst:14 msgid "" "Most Linux distributions include packaged versions of the command-line " "clients that you can install directly, see Installing_from_packages_." msgstr "" -# ca6f215f2ba64c95b9f2ae44fefc14d0 +# 8a271d6c02b54e41aa6c82eaaccd57c8 #: ../enduser/cli_cheat_sheet.rst:334 msgid "Mount the volume at the mountpoint" msgstr "" -# 1f6a77dff7c54241af17a0d48b8c2b73 +# 4a3dcc5888694027a01f8051d8f12cfa #: ../enduser/create_db.rst:49 msgid "MySQL" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 4bfb7fd8e5944c05bdb310e3b1c73eaf -# 4b9dca5b47da442fb8d5cbbdda432c7e +# e37e739410ed4c559e62da9c20a2b357 +# 4ce59c9af56c4878b642c548d145b9e2 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 93296c654c244aa98b541646dcbc7733 +# 6ce00e4a04c54632bb326506f4dc6294 #: ../adminuser/cli_manage_flavors.rst:27 #: ../adminuser/manage_projects_users_and_roles.rst:45 #: ../enduser/dashboard_databases.rst:125 msgid "Name" msgstr "" -# 543ff091de154880bc68cae1e68cd2c1 +# d01ef5df854d404eb435a31ad501552c #: ../adminuser/cli_manage_flavors.rst:27 msgid "Name for the new flavor." msgstr "" -# 73768c13bee24bc1ab9ffc3af33b7251 +# e75df09df8b34f859c9d4758386b1a0a #: ../enduser/backup_db.rst:21 msgid "Name of the database instance: ``guest1``" msgstr "" -# 70916e7e4b4e442893a26851e6625254 +# e2351c3ed76747d6acab2ba85c86802b #: ../enduser/create_db.rst:96 msgid "Name of the instance: ``mysql_instance_1``" msgstr "" -# 6a08936bc08b4642a3f95a5fe2e206e6 +# ad428eb235724a578796c2e7d2ced9e8 #: ../adminuser/dashboard_manage_host_aggregates.rst:35 msgid "Name: The host aggregate name." msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# b5fc85510adc467cb3807a1d76f4c25e +# 73ac4aed0c70424a9de4d4ed29e6afa3 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# eab72a4940904919ba478a288c998401 -# cddce470acbd4b58a0739ee3a4c75957 +# abe0be01beb044a7b2bbd2e1bf2438a5 +# 2682b6d79d6e4b3a883b925622902c2f #: ../common/cli_overview.rst:52 #: ../enduser/hot-guide/hot_advanced_topics.rst:10 #: ../enduser/sdk_authenticate_networking_endpoint.rst:11 msgid "Networking" msgstr "" -# 8a2053a479de48acb7f73448c739d182 +# ead1be7123dd43848df6d535edb96446 #: ../enduser/cli_cheat_sheet.rst:267 msgid "Networking (neutron)" msgstr "" -# aa4427179e414913935d18ed2f2e7d39 +# 7f59b321e9434c33bd5f91f38060f070 #: ../enduser/dashboard_create_networks.rst:13 msgid "" "Networking in OpenStack is complex. This section provides the basic " @@ -7836,7 +7878,7 @@ msgid "" "`__." msgstr "" -# 231e367791ff428da889c9fd327a3e5f +# af622e2a9dba46bda47291ad64050815 #: ../enduser/cli_swift_large_object_creation.rst:221 msgid "" "Next, upload the manifest you created that indicates the container where the " @@ -7846,7 +7888,7 @@ msgid "" "segments." msgstr "" -# 15463ae4a2b3419c91dc839c1602790e +# 453f954225984a3a971bbec8556c9c6e #: ../enduser/cli_swift_large_object_creation.rst:199 msgid "" "No response body is returned. A status code of 2``nn`` (between 200 and 299, " @@ -7857,14 +7899,14 @@ msgid "" "returned." msgstr "" -# ffe9d8721c0b4946955386232c4a0e68 +# 915ac1aa84e340e9aff8214224493d1d #: ../enduser/dashboard_manage_volumes.rst:34 msgid "" "No source, empty volume: Creates an empty volume. An empty volume does not " "contain a file system or a partition table." msgstr "" -# 89c19ef742ff45e1a170fb0de45fa673 +# 1e980c89b0974112ad85e8ab703f62ef #: ../enduser/cli_swift_large_object_creation.rst:138 msgid "" "Normally when you perform a ``GET`` operation on the manifest object, the " @@ -7874,7 +7916,7 @@ msgid "" "originally used in the ``PUT`` operation." msgstr "" -# 69333aba15fa4598861ff779b930cd6b +# 7e4f1f82f1d944d699b3394eb79c295a #: ../enduser/cli_swift_large_object_creation.rst:259 msgid "" "Not guaranteed. The eventual consistency model means that although you have " @@ -7884,40 +7926,40 @@ msgid "" "``GET`` request." msgstr "" -# 3d1e355abef349209be68297c97a2d65 +# f203a52129b5484889e394e790b7d477 #: ../common/cli_install_openstack_command_line_clients.rst:85 msgid "" "Note that extra dependencies may be required, per operating system, " "depending on the package being installed, such as is the case with Tempest." msgstr "" -# c083478c356240b1adc56cbf72c45f5a +# 504eb270d01445e48a36b6edca07bded #: ../enduser/backup_db.rst:70 msgid "" "Note that the command returns both the ID of the original instance " "(``instance_id``) and the ID of the backup artifact (``id``)." msgstr "" -# b4d2051c72d74b9b8279aeb616fd3955 +# b78c2be0ed6e4cc18a8d03a0e992926b #: ../enduser/backup_db.rst:179 msgid "" "Note that the data store, flavor ID, and volume size have the same values as " "in the original ``guest1`` instance." msgstr "" -# 7b41bbe917be4ebc82c205de21f87243 +# b6e2bbf76e294a9c806f184f4696e342 #: ../common/cli_create_and_manage_networks.rst:227 msgid "" "Note that the system allocates one IP address if you do not specify an IP " "address in the ``neutron port-create`` command." msgstr "" -# 3bfe7c007d6e486abb4e859615a1008a +# eafd742c7947417c8d6c27a7137145da #: ../common/cli_manage_volumes.rst:203 msgid "Note that the volume is now available." msgstr "" -# d6fa3587a75d45d799a8b28b742c651f +# 75b571efb99e4c168b774205d9577788 #: ../enduser/backup_db_incremental.rst:65 msgid "" "Note that this command returns both the ID of the database instance you are " @@ -7925,58 +7967,58 @@ msgid "" "incremental backup artifact you just created (``id``)." msgstr "" -# 7163cde015d74a29ba110333779b0c40 +# fd61c6278e49412c9321f1e208155a5a #: ../adminuser/manage_projects_users_and_roles.rst:143 msgid "Note the ID for the project so you can update it in the next procedure." msgstr "" -# b30ddd734dba46e1a48f0f9d4df86efa +# cab30351c959461f83433895a7ecbc01 #: ../enduser/cli_launch_instances.rst:83 msgid "Note the ID of the flavor that you want to use for your instance::" msgstr "" -# 2da8bb4a71094a2fb29cb70d576fd929 +# f1b0fde9e644465ebf88704c9feb81ca #: ../common/cli_nova_launch_instance_from_volume.rst:156 msgid "Note the ID of the flavor that you want to use to create a volume." msgstr "" -# 1f92c48d387e477e8a0c3e345d0d6a69 +# a935f85435734699add3c1d39eb670ba #: ../enduser/cli_launch_instances.rst:99 msgid "Note the ID of the image from which you want to boot your instance::" msgstr "" -# c494772bb2aa4ceeb631d6d8ed0d3d59 +# 19a6316d69b441329316c038853c43f5 #: ../common/cli_nova_launch_instance_from_volume.rst:141 msgid "Note the ID of the image that you want to use to create a volume." msgstr "" -# a9e3404fe1394bc58e09c7f75a634d43 +# d59e62157d664e5dad6a2e0911d6a4b7 #: ../adminuser/manage_projects_users_and_roles.rst:388 msgid "Note the ID of the project to which you want to assign the role." msgstr "" -# cc93c63876a245088be138076d414804 +# 4a30daa0c28b444fb029cfec0dc49a92 #: ../adminuser/manage_projects_users_and_roles.rst:365 msgid "Note the ID of the role that you want to assign." msgstr "" -# 13436b96c9ac4b2d9841aa5b0ae3b257 +# 751394864ae940208a89fdccbe107d85 #: ../enduser/cli_launch_instances.rst:127 msgid "" "Note the ID of the security group that you want to use for your instance::" msgstr "" -# 48d6826431f24096b17accb99eb0127d +# 09dfe0dda18f49898c53bc662d092f48 #: ../adminuser/manage_projects_users_and_roles.rst:344 msgid "Note the ID of the user to which you want to assign the role." msgstr "" -# 14e3e6a16a7246cfa7e226bc5124f861 +# b03f6c7d3b2f46979d1a929b048a1ed8 #: ../common/cli_manage_volumes.rst:132 msgid "Note the ID of your volume." msgstr "" -# b82fe3c8594e42e0b8756a1e6600e630 +# 5ede77161f564275a40edcce779d4ba5 #: ../enduser/cli_swift_set_object_versions.rst:81 msgid "" "Nothing is written to the non-current version container when you initially " @@ -7985,7 +8027,7 @@ msgid "" "object in the ``archive`` container." msgstr "" -# 1b66edff91b746e8a295f1cec01ec092 +# 11c01806fe2c437c9ce600bbf3b6bda8 #: ../enduser/backup_db_incremental.rst:96 msgid "" "Now assume that your ``guest1`` database instance is damaged and you need to " @@ -7993,7 +8035,7 @@ msgid "" "``create`` command to create a new database instance called ``guest2``." msgstr "" -# 21f30181c9fb49ae9956498142ca353a +# 444732fdc2ef4260b281bf80ef2d30ff #: ../enduser/backup_db.rst:109 msgid "" "Now assume that your ``guest1`` database instance is damaged and you need to " @@ -8001,7 +8043,7 @@ msgid "" "a new database instance called ``guest2``." msgstr "" -# c941658d1efa4668a2ed3d95a37161bd +# 58f8bc6ff901441c8b94fb854451b8fe #: ../enduser/dashboard_databases.rst:138 msgid "" "Now assume that your original database instance is damaged and you need to " @@ -8009,143 +8051,152 @@ msgid "" "instance." msgstr "" -# 951a881da9174f24a11a14238f644a77 +# e3e372d912e04093a94f4c175c06b3f9 #: ../enduser/backup_db.rst:141 msgid "" "Now check that the new ``guest2`` instance has the same characteristics as " "the original ``guest1`` instance." msgstr "" -# 9c03d9aeb81141a28e6d4e267dde9689 +# 376d979f77314512abead8058a6f2146 +#: ../enduser/set_up_replication.rst:77 +msgid "" +"Now pass in ``base_1``'s instance ID with the trove ``show`` command to list " +"the replica(s) associated with the original instance. Note that the " +"``replicas`` property is set to the ID of ``replica_1``. If there are " +"multiple replicas, they appear as a comma-separated list." +msgstr "" + +# 4cb960081cfc47c9b0882d601bd1dd64 #: ../enduser/create_db.rst:43 msgid "" "Now take a look at the minimum requirements for various database instances:" msgstr "" -# c659efde042046efa555120ba440d0c7 +# d8aaa8d6ec8e43b98fb3a82ef711bd83 #: ../enduser/hot-guide/hot_composition.rst:170 msgid "" "Now when you use :code:`get_resource` from the outer template heat will use " "the nova server id and not the template resource identifier." msgstr "" -# c045e387f4664f409b10727f4ac26d3d +# 5f084740a72c45b493f945054aec0c76 #: ../enduser/dashboard_manage_volumes.rst:84 msgid "Now you can log in to the instance and mount, format, and use the disk." msgstr "" -# 9e9024b97a0d452a8d690d04c794729c +# 05e59eeb8602448a95b8204e842c3759 #: ../adminuser/cli_nova_migrate.rst:26 msgid "Now, use the ``nova migrate`` command::" msgstr "" -# f627bc87b623470294286be100730ccd +# 486b4c513b474bf4b7821afdb6d8f41c #: ../common/cli_set_compute_quotas.rst:22 msgid "Number of content bytes allowed per injected file." msgstr "" -# 986ed577a69247d1962cf324316aaead +# 335fbf183ae3421fb175f714479b7292 #: ../common/cli_set_compute_quotas.rst:19 msgid "" "Number of fixed IP addresses allowed per tenant. This number must be equal " "to or greater than the number of allowed instances." msgstr "" -# 02b97d842dc74a228dd41d4620426d16 +# 81a186300be84bb08eaf918172704bf2 #: ../common/cli_set_compute_quotas.rst:21 msgid "Number of floating IP addresses allowed per tenant." msgstr "" -# e40c5a584ae84a43a932066b44403420 +# 9fa03db59e2f46099db60c9839a8291e #: ../common/cli_set_compute_quotas.rst:24 msgid "Number of injected files allowed per tenant." msgstr "" -# 09389b8a292345d0a12b1e90e35dbff9 +# 5456b7aef09741da9f839893aaee5cf5 #: ../common/cli_set_compute_quotas.rst:18 msgid "Number of instance cores (VCPUs) allowed per tenant." msgstr "" -# c9057ec90d60474abe916cb4ef80fc61 +# eca06cc332d542cc832ee69e0aadfa6f #: ../common/cli_set_compute_quotas.rst:25 msgid "Number of instances allowed per tenant." msgstr "" -# 3406b38aeac84dca87d5b234751102e3 +# 4c20b03667a540ef9884ecc770e0a64c #: ../common/cli_set_compute_quotas.rst:26 msgid "Number of key pairs allowed per user." msgstr "" -# f2e13bbf3e78466b8125ac8b98f9aa71 +# 1a315c701f3c46709f7b2342ebce1562 #: ../adminuser/dashboard_set_quotas.rst:54 msgid "Number of keypairs." msgstr "" -# a697cb721e014de8b0d8ada4aba7da8c +# ec6e84f4eba8426680c498d21ef79c68 #: ../common/cli_set_compute_quotas.rst:27 msgid "Number of metadata items allowed per instance." msgstr "" -# 688a8e39957b452fa674d555e9ffabb7 +# ab754fe406f74ea9b1c3ec5cd8b8ff59 #: ../common/cli_set_compute_quotas.rst:30 msgid "Number of rules per security group." msgstr "" -# 1895d7eb59d244629e1be18bc61fe8db +# 0b504da9d7834024a4dc0d198a3d3822 #: ../common/cli_set_compute_quotas.rst:29 msgid "Number of security groups per tenant." msgstr "" -# f87ed3e2b1f749f2a02b87a779391315 +# dec844420bf34438b9445d02ed9433cd #: ../adminuser/cli_manage_flavors.rst:30 msgid "Number of virtual CPUs to use." msgstr "" -# 9bf6613cf0ae42d8b230de3e59499a18 +# ef12bf6e2f5d47bd95a9dc4c956ded3c #: ../enduser/hot-guide/hot_basic_resources.rst:182 msgid "OS::Neutron resources" msgstr "" -# b8f23eac61c44dd99b27c2277523ce63 +# 50b6b70fa5ae4c5c9f0052546e93150f #: ../enduser/hot-guide/hot_basic_resources.rst:150 msgid "OS::Nova resources" msgstr "" -# 7bdb7a7f3e254a61a487b48a064a72a0 +# 8a2d0ec25ee5408193751835d23a1628 #: ../common/cli_overview.rst:55 msgid "Object Storage" msgstr "" -# e94e3583d1d84538a45fb725f74e9a95 +# 8898374f5d4c41a1a6bdce10fafc0486 #: ../enduser/cli_cheat_sheet.rst:354 msgid "Object Storage (swift)" msgstr "" -# 7e48b831bfe04056a5e86635e323ff8a +# e6f553f8fb4a46daa338154556625566 #: ../enduser/cli_swift_serialized_response_formats.rst:62 msgid "" "Object Storage lists container names with additional information in JSON " "format:" msgstr "" -# a4a5347717d04629be2906b988bb4348 +# 198a0807370e48a7bd674b71052ab178 #: ../enduser/cli_swift_serialized_response_formats.rst:106 msgid "" "Object Storage lists container names with additional information in XML " "format:" msgstr "" -# dfeb086f2a2943148c2abe1cc281ae54 +# 104d20b9b8a24f0eb57bae9e8b0f5831 #: ../enduser/cli_swift_set_object_versions.rst:6 msgid "Object versioning" msgstr "" -# acc9fbe9eba341318b9628b37915b00e +# 50950a947b644ea3a8dfd08c154879ea #: ../common/cli_set_compute_quotas.rst:102 msgid "Obtain the tenant ID, as follows::" msgstr "" -# f6406a9547774989811a2571c557aab7 +# 3d33a9d38804473a9254b68678729682 #: ../enduser/hot-guide/hot_software_deployment.rst:183 msgid "" "Often it is necessary to pause further creation of stack resources until the " @@ -8156,7 +8207,7 @@ msgid "" "perform this function using different techniques and tradeoffs." msgstr "" -# 1974b7e9194c45d0889eb1fb0b762c95 +# 54372f78fffa49a3976e2a73ab6e7f05 #: ../enduser/hot-guide/hot_software_deployment.rst:83 msgid "" "Often there is a need to set variable values based on parameters or " @@ -8164,7 +8215,7 @@ msgid "" "intrinsic function:" msgstr "" -# ec34da0625794d92ae19732d62ad9327 +# b45013455a1d49f5adc465af2f544ae3 #: ../common/cli_install_openstack_command_line_clients.rst:207 msgid "" "On Red Hat Enterprise Linux, CentOS, or Fedora, use ``yum`` to install the " @@ -8172,14 +8223,14 @@ msgid "" "redhat.com/>`__::" msgstr "" -# d4bc35d1347947779e95e4b4331c3355 +# 674efec43512443cb45ae048c924c68f #: ../common/cli_set_environment_variables_using_openstack_rc.rst:42 msgid "" "On any shell from which you want to run OpenStack commands, source the :file:" "`PROJECT-openrc.sh` file for the respective project." msgstr "" -# aa560ce9b0bd43a0b62488bae530c3a2 +# d8fae46e3d304619bd86900fb8880da6 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:71 msgid "" "On any shell from which you want to run OpenStack commands, source the :file:" @@ -8187,15 +8238,15 @@ msgid "" "source the :file:`admin-openrc.sh` file for the admin project::" msgstr "" -# 48aef1e0116b40429523f488041e92b2 -# f6ab9670d06748b2bf072c68c8cce1f9 +# bf02c71847694efa83720c085fdd35d6 +# 8177d6d7d4114b3ba03ba061f94d4b2c #: ../adminuser/dashboard_admin_manage_roles.rst:27 #: ../adminuser/dashboard_admin_manage_roles.rst:38 msgid "On the :guilabel:`Admin tab`, click the :guilabel:`Roles` category." msgstr "" -# 8062ce2e865e446c9f82386a4100f435 -# 0b3d16a27ea14959b316be8a9127e7eb +# 62e6fc14cde04f0e987ed490a130b145 +# efde293887db4e1c827ed08ecb55ab1c #: ../adminuser/dashboard_manage_images.rst:82 #: ../adminuser/dashboard_manage_images.rst:99 msgid "" @@ -8203,7 +8254,7 @@ msgid "" "the :guilabel:`Images` category." msgstr "" -# 96976b2cd0e243218e9bdd791fdd9bd6 +# 5d73e257da344825aa2529c4d8af4b52 #: ../adminuser/dashboard_manage_images.rst:30 msgid "" "On the :guilabel:`Admin tab`, open the :guilabel:`System Panel` and click " @@ -8211,70 +8262,70 @@ msgid "" "cloud users appear on this page." msgstr "" -# 38543c15af774373b3602b9ca6dc0984 -# b20289525655460e8d775b88e4c5fa5e +# 0713ac1349864cbd974e7890edfe022e +# 25876aee5f834e048432d28b1f706eed #: ../adminuser/dashboard_set_quotas.rst:85 #: ../adminuser/dashboard_set_quotas.rst:101 msgid "On the :guilabel:`Admin` tab, click the :guilabel:`Defaults` category." msgstr "" -# 7ab920069b9048039516a0de4df132e6 -# 82af1db58bb3436aa013d0e8b771291b -# 1bda8c4fc5d544b38aeb99ed328dfe19 +# 6445eb23e1754aea9b984ee631cca864 +# c0205840afbc4de09c6e8d15ea3855af +# dfaa8b4eef914ffab862dd59ae27ad11 #: ../adminuser/dashboard_manage_instances.rst:23 #: ../adminuser/dashboard_manage_instances.rst:44 #: ../adminuser/dashboard_manage_instances.rst:71 msgid "On the :guilabel:`Admin` tab, click the :guilabel:`Instances` category." msgstr "" -# 14ac6786b63b466e916874c2b3b50041 +# 5afb000734a44b038541f5a05a255019 #: ../adminuser/dashboard_view_cloud_resources.rst:29 msgid "" "On the :guilabel:`Admin` tab, click the :guilabel:`Resource Usage` category." msgstr "" -# 40c1ad6b61204fd4a79a67b34403e4a0 +# 429eec84fd0c4187853b5e7e12530e22 #: ../adminuser/dashboard_admin_manage_roles.rst:52 msgid "On the :guilabel:`Admin` tab, click the :guilabel:`Roles` category." msgstr "" -# cfe3eb55719947e88f6f1d8f5752ad13 +# d967e5c968ab48d998c4c14a6fbe76c7 #: ../adminuser/dashboard_manage_services.rst:14 msgid "" "On the :guilabel:`Admin` tab, click the :guilabel:`System Info` category." msgstr "" -# e829ce8bd1b44280bab8d8c02a38f776 +# d64ee824ecdd4f4dbaf053bbdd0c7178 #: ../adminuser/dashboard_manage_host_aggregates.rst:63 msgid "" "On the :guilabel:`Admin` tab, open the :guilabel:`System Panel` and click " "the :guilabel:`Host Aggregates` category." msgstr "" -# 2778a71d5f7e46a090c7bb3be10030b9 +# 39c9eaba000c4cc392c01ff8acdca15b #: ../adminuser/dashboard_manage_host_aggregates.rst:27 msgid "" "On the :guilabel:`Admin` tab, open the System Panel and click the :guilabel:" "`Host Aggregates` category." msgstr "" -# 7d9aee2dd83544358caa2973e3249aa7 +# 5b393b36e8344089883d51f82379f64d #: ../enduser/dashboard_manage_volumes.rst:121 msgid "On the :guilabel:`Project` tab, click :guilabel:`Volumes`." msgstr "" -# 438b31314c954083903d02bb250bb754 +# 4ef905468a6e40788c7309dd9b1b3b51 #: ../enduser/dashboard_create_networks.rst:87 msgid "" "On the :guilabel:`Router Details` page, click :guilabel:`Add Interface`." msgstr "" -# e9a033f3d7bf49c8a20978742450e672 +# 3d64b4afa0f8449cacc4fea5813bc7b6 #: ../enduser/dashboard_create_networks.rst:85 msgid "On the :guilabel:`Routers` tab, click the name of the router." msgstr "" -# 0930788918054dc2b06917ca287628db +# 5caf3328c2934216b927d5bce4dccfc2 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:32 msgid "" "On the API Access tab, click :guilabel:`Download OpenStack RC File` and save " @@ -8282,14 +8333,14 @@ msgid "" "``PROJECT`` is the name of the project for which you downloaded the file." msgstr "" -# 127188ad2adb4328ab9941543449de5e +# 258b36cfa2704460a730524ffd963eff #: ../common/log_in_dashboard.rst:36 msgid "" "On the Log In page, enter your user name and password, and click :guilabel:" "`Sign In`." msgstr "" -# 52b2e2e7dffa44699226d08c66254f02 +# 011c97ad08ae4c1ca57d9a5886fad3a3 #: ../adminuser/dashboard_manage_flavors.rst:69 msgid "" "Only projects in the :guilabel:`Selected Projects` column can use the " @@ -8297,7 +8348,7 @@ msgid "" "the flavor." msgstr "" -# 43190f5dc3604dfa9e763b88542cb2d0 +# bb9222ef85fc450baeb20d38b8fddea0 #: ../common/networking_advanced_quotas.rst:156 msgid "" "Only some plug-ins support per-tenant quotas. Specifically, Open vSwitch, " @@ -8306,7 +8357,7 @@ msgid "" "plug-in." msgstr "" -# 9ac9c197aa7149219a88ad8d1ef77cce +# e03d6a4df0664f52ac2f7718ae490f51 #: ../common/networking_advanced_quotas.rst:103 msgid "" "Only users with the ``admin`` role can change a quota value. By default, the " @@ -8314,12 +8365,12 @@ msgid "" "create` command exists." msgstr "" -# 9b001e1bb9e648b786189ab6afb56875 +# 523ca8fe02964961ac2db93c0256aae2 #: ../common/log_in_dashboard.rst:11 msgid "Open a web browser that has JavaScript and cookies enabled." msgstr "" -# 413c1f50dace4cf18c0ca8d130b1587e +# 38181a6ff6f9428381218da485a94922 #: ../common/cli_overview.rst:18 msgid "" "OpenStack APIs are open-source Python clients, and can run on Linux or Mac " @@ -8328,17 +8379,17 @@ msgid "" "become familiar with the OpenStack API calls." msgstr "" -# 52ac1ba72e44415888b7372df2bb540c +# b7f0a0049bc24c50bfeb4054c4a79628 #: ../index-admin.rst:5 msgid "OpenStack Admin User Guide" msgstr "" -# 131c5a5eeec1412fbd0e87318fb299f1 +# 9cd33c9cfba24a13bf7812c470f8fe9d #: ../index.rst:5 msgid "OpenStack End User Guide" msgstr "" -# cfc20b909ca14b3eb2ef76f0a9c9dc86 +# bdc9cedbd10948d39772928da7754772 #: ../adminuser/dashboard_admin_manage_roles.rst:12 msgid "" "OpenStack Identity service defines a user's role on a project, but it is " @@ -8350,14 +8401,14 @@ msgid "" "the :file:`/etc/keystone/policy.json` file." msgstr "" -# f11ac55bc6544588a981e59e7f1992df +# f3534e72c2724fb29d6b1ca060631878 #: ../common/networking_advanced_quotas.rst:86 msgid "" "OpenStack Networking also supports per-tenant quota limit by quota extension " "API." msgstr "" -# 88933ea883ba4636bd875bc78ef4b28c +# 583c8e25e5814ad8ac4940362afe653a #: ../common/networking_advanced_quotas.rst:49 msgid "" "OpenStack Networking also supports quotas for L3 resources: router and " @@ -8365,7 +8416,7 @@ msgid "" "conf` file:" msgstr "" -# 22f5bb7c50ac4279b1444bfca1df153d +# bd83bfd0232f42f8aaa235d69d40ddff #: ../common/networking_advanced_quotas.rst:65 msgid "" "OpenStack Networking also supports quotas for security group resources: " @@ -8373,7 +8424,7 @@ msgid "" "Add these lines to the ``quotas`` section in the :file:`neutron.conf` file:" msgstr "" -# bdf9889b717e40929926006d5bf1d574 +# d5b4802431ee4ad8bbf2f43318fe8dad #: ../enduser/dashboard_manage_containers.rst:8 msgid "" "OpenStack Object Storage provides a distributed, API-accessible storage " @@ -8383,7 +8434,7 @@ msgid "" "objects." msgstr "" -# a7b8a29157a441f1a4b6b544eecf527f +# b92cd77239cc473ab5ff4137de8cddea #: ../enduser/dashboard_stacks.rst:8 msgid "" "OpenStack Orchestration is a service that you can use to orchestrate " @@ -8393,17 +8444,17 @@ msgid "" "Heat Orchestration Template (HOT) format through a REST API." msgstr "" -# ac0bbe3d11a14070a861f0088db30a8f +# 0837854530144377a4da70f45df68dee #: ../enduser/sdk.rst:6 msgid "OpenStack Python SDK" msgstr "" -# 9ebf316af245461b8a34d78cb401515d +# f3b5c9eb8e6f4cadae3b0f8d9d336c78 #: ../cli.rst:3 msgid "OpenStack command-line clients" msgstr "" -# 129a3886fcfe4bccb74cb52859ea02f9 +# 473530235b6a425d85667c4170a4fcd2 #: ../adminuser/intro-admin.rst:17 msgid "" "OpenStack command-line clients. Each core OpenStack project has a command-" @@ -8411,7 +8462,7 @@ msgid "" "manage resources and services in a cloud and automate tasks by using scripts." msgstr "" -# 0150b2d31a754429a02110446603be11 +# 71c16074dd93403f9e7bbd43d44d05dc #: ../enduser/intro-user.rst:16 msgid "" "OpenStack command-line clients. Each core OpenStack project has a command-" @@ -8419,46 +8470,46 @@ msgid "" "manage resources in a cloud and automate tasks by using scripts." msgstr "" -# 385e60b1d5fb48dabf412a7680838424 +# ce8c61eb992040719c967ec98fdcbc18 #: ../enduser/cli_cheat_sheet.rst:6 msgid "OpenStack command-line interface cheat sheet" msgstr "" -# 57e366ff5b974c79b411d6b4ea26ab28 +# 9313d7d83601430189c2fb9dc8162854 #: ../dashboard.rst:3 msgid "OpenStack dashboard" msgstr "" -# 1e4264c298b04bf0bb34a8649c2464eb +# 46ea4479dae944038dcf4b2f7c8fc4d1 #: ../adminuser/intro-admin.rst:14 msgid "" "OpenStack dashboard. Use this web-based graphical interface, code named " "horizon, to view, create, and manage resources and services." msgstr "" -# 67908d6005634b5db0b0a5eb37f7522b +# 7f337cf1b00e4f61a0af4987484e423b #: ../enduser/intro-user.rst:14 msgid "" "OpenStack dashboard. Use this web-based graphical interface, code named " "horizon, to view, create, and manage resources." msgstr "" -# ed6580b8f7134e8e89faa07bcf906e92 +# 78de3f2d0ab64cf599a1a78dc1fcbf57 #: ../common/log_in_dashboard.rst:134 msgid "OpenStack dashboard—:guilabel:`Admin` tab" msgstr "" -# ac98ccef4acd40aaa6bc1d8a2e62d465 +# 07e9e570bf2745c783dc526fb7d971cf #: ../common/log_in_dashboard.rst:56 msgid "OpenStack dashboard—:guilabel:`Project` tab" msgstr "" -# 5efd6811a2ba4fd099f8e1a592f299ff +# 6dcf15c7b3644fe18ae02ffe40820d25 #: ../adminuser/dashboard_manage_flavors.rst:41 msgid "OpenStack generates the flavor ID." msgstr "" -# c87e1d0d4f5647da864b622bacbba256 +# c53cb5ad4e5045139e46eff298c8fb28 #: ../index-admin.rst:10 msgid "" "OpenStack is an open source cloud computing platform for public and private " @@ -8468,7 +8519,7 @@ msgid "" "client commands." msgstr "" -# 4bf4b7d29f2240b9888d17b56fa4e372 +# a7a57e5a0c434624a6d83269d695ee13 #: ../index.rst:10 msgid "" "OpenStack is an open-source cloud computing platform for public and private " @@ -8478,31 +8529,31 @@ msgid "" "client commands." msgstr "" -# 4143154a71ec49ca8cc749f0b86041dc +# a61d1ba505f2423c8ec40c810462ee76 #: ../enduser/dashboard_databases.rst:83 msgid "" "Optionally provide a comma separated list of databases to create, for " "example:" msgstr "" -# 834908a38e5a442b9e9529b7e6c3925f +# 146889e7e8ff4318af52987d15d743a9 #: ../enduser/cli_swift_archive_auto_extract.rst:36 msgid "Optionally, a specific container" msgstr "" -# f06bff9e38c94d18837714ba7d3fa6cb +# 243be8dfb8a84a72a78b1a834fbd591e #: ../enduser/cli_swift_archive_auto_extract.rst:38 msgid "Optionally, a specific object prefix" msgstr "" -# d050a90c4cc449e597990a39cc76ca66 +# 58b01b83094a49a0bd0dd2e3a16a2bb8 #: ../enduser/dashboard_create_networks.rst:91 msgid "" "Optionally, in the :guilabel:`Add Interface` dialog box, set an :guilabel:" "`IP Address` for the router interface for the selected subnet." msgstr "" -# d684a4e2cbf74ed98025d1396d9caeb5 +# 2d304a152bc94def903830fd6e728538 #: ../enduser/cli_launch_instances.rst:161 msgid "" "Optionally, you can provide a key name for access control and a security " @@ -8511,34 +8562,34 @@ msgid "" "description=\"My Server\"`` parameter." msgstr "" -# 8e7a9b3784ff4178b4036608ae4a1a71 +# d925ca6062ae43ef8b2eb96a67300518 #: ../common/cli_manage_volumes.rst:334 msgid "" "Optionally, you can specify a name for the transfer by using the ``--display-" "name displayName`` parameter." msgstr "" -# 6c4484ad96e7460ba38d1be9a635cee1 +# f8283675ef0e4626a05c4370db59c1ab #: ../common/cli_overview.rst:65 msgid "Orchestration" msgstr "" -# d227ea2e1859462284091217d7a6e20e +# ce4f49991eea4b18a501379726c28593 #: ../common/cli_nova_launch_instance_from_volume.rst:194 msgid "Orders the boot disks. Use ``0`` to boot from this volume." msgstr "" -# e0a2d59ff44a40ad8435edf3400e5d84 +# 7639d4a81fa54bddadf6f79842b90072 #: ../enduser/sdk_assign_cors_headers.rst:22 msgid "Origin" msgstr "" -# 4769f2c81a28441ab37b24bffe647923 +# 71d7d77e51314ce388bb82609b865485 #: ../adminuser/nova_cli_manage_projects_security.rst:52 msgid "Output security groups, as follows:" msgstr "" -# 22aaead822a74aaebd45f9dfefb9879e +# 906b82b6cadf47248440a01ad6d9af42 #: ../enduser/hot-guide/hot_hello_world.rst:229 msgid "" "Output values are typically resolved using intrinsic function such as the " @@ -8546,72 +8597,81 @@ msgid "" "about intrinsic functions.." msgstr "" -# ee8852825bd848108a31f5fb0950055a +# 17a4c35525b64b2abff1b7ea5c12e436 #: ../enduser/hot-guide/hot_spec.rst:514 msgid "Outputs section" msgstr "" -# f3e47ce7f3734a19b5c717bca203de41 +# 5be19932d0c34844964ee6a4543a340d #: ../common/cli_set_environment_variables_using_openstack_rc.rst:95 msgid "Override environment variable values" msgstr "" -# 3ead70a1a2d943108c3b665a0f5e8b63 +# c98ad892f0624823b6ccd06a4e7e25fa #: ../enduser/hot-guide/hot_composition.rst:22 msgid "Override the default behaviour of existing resource types." msgstr "" # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 99d50daa3a514f628cb803fe9eae22cc +# 474cceea36b94f4cb9f4d5cf914aa6f8 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 2e09f822497543679b613dec4138e4a8 +# 1569c5f1e3f042f18aa173932d265870 #: ../common/cli_overview.rst:3 ../enduser/dashboard_stacks.rst:117 msgid "Overview" msgstr "" -# 7dbb39cc64cf434b8e26e80c223ac247 +# 0ba2bc11ca0f42ac98cc9c45792989f4 #: ../common/cli_overview.rst:32 msgid "Package" msgstr "" -# 12a7fe4faea64d91a1112ff9c35a354e +# 9af5f0b09bf54355bc539c1d71c151b6 #: ../enduser/cli_swift_large_lists.rst:6 msgid "Page through large lists of containers or objects" msgstr "" -# b42e9d93af954a39969463eb4d7e28e8 +# 2d3921192803489b8356b334ccea176e #: ../enduser/hot-guide/hot_spec.rst:200 msgid "Parameter constraints" msgstr "" -# 8c309ae97ff546ec89ddf8b14aa60273 +# b5b4d7846f4e4b32904ed747053fb15a #: ../enduser/hot-guide/hot_spec.rst:82 msgid "Parameter groups section" msgstr "" -# 2cf323865f62419c84c6255e3d48c687 +# 9d97449c7f5a4d83a5e05928d18d7a48 #: ../enduser/hot-guide/hot_spec.rst:119 msgid "Parameters section" msgstr "" -# b0916cc448b6493ab81e2f070478c949 +# edefa25605a34b589c14505236b98b22 +#: ../enduser/set_up_replication.rst:54 +msgid "" +"Pass in ``replica_1``'s instance ID with the trove ``show`` command to " +"verify that the newly created ``replica_1`` instance is a replica of the " +"original ``base_1``. Note that the ``replica_of`` property is set to the ID " +"of ``base_1``." +msgstr "" + +# c599ac78719c484087ff3399e2a3042a #: ../enduser/manage_db_config.rst:40 msgid "" "Pass in the data store version ID with the trove ``configuration-parameter-" "list`` command to get the available options:" msgstr "" -# 614b11baf32946febb73c96539b63be5 +# dc8168674f454f7895f8a2aaf344ba73 #: ../enduser/cli_cheat_sheet.rst:155 msgid "Pause" msgstr "" -# da8d1c9545864a95ac571f5435dbd1dd +# 72f34ba471054d11b72503fbe7ce20c7 #: ../enduser/cli_stop_and_start_an_instance.rst:11 msgid "Pause and unpause an instance" msgstr "" -# f39bc420dcd54b14a8af5a071aa072b2 +# 6fb47cd27ada4fde8d3c5a45b264ea97 #: ../enduser/cli_reboot_an_instance.rst:28 msgid "" "Pause, suspend, and stop operations are not allowed when an instance is " @@ -8619,106 +8679,106 @@ msgid "" "original instance state, and makes it impossible to unrescue the instance." msgstr "" -# dc892e53e87b476da35e9f4a8c6407e2 +# d4f68fe46f9f413ea5acad92dc001d11 #: ../enduser/cli_cheat_sheet.rst:153 msgid "Pause, suspend, stop, rescue, resize, rebuild, reboot an instance" msgstr "" -# e8c9baa0ccc04b5188e5d059cf265b24 +# 09ec6774e12648b39bc0e70eabb06465 #: ../common/networking_advanced_quotas.rst:16 msgid "" "Per-tenant quota configuration is also supported by the quota extension API. " "See :ref:`cfg_quotas_per_tenant` for details." msgstr "" -# 1340ff56eae444b6a0dab78be70ca074 +# a3ca05922544444a8360f98afebc78d5 #: ../adminuser/cli_admin_manage_ip_addresses.rst:75 msgid "" "Pick a small range (/29 gives an 8 address range, 6 of which will be usable)." msgstr "" -# 0670359838794b0b841dac530b0e4c9a +# b05a6f1309764d13bf5f037af47bc4e4 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:181 msgid "" "Pipe the output to **grep** and **wc**. Use the **echo** command to display " "the object name::" msgstr "" -# 93694e16d04e4c2282c7d3fe3b66a843 +# f00925ff6df94524a7aba95b840c4bc7 #: ../common/cli_set_compute_quotas.rst:72 msgid "Place the tenant ID in a usable variable, as follows::" msgstr "" -# 2dfc230959884e81bdb5b0e2721af369 -# ca49a994efa54e5581599bb5f254298a +# eb175dad4dfd4f309ce171d2dee60e82 +# b79302915e4a4a14843fb2e899fe9760 #: ../common/cli_set_compute_quotas.rst:139 #: ../common/cli_set_compute_quotas.rst:173 msgid "Place the user ID in a usable variable, as follows::" msgstr "" -# e770685f0d4d4df2ac6f68b3514c95e8 -# 19deaf8adbcf4f699df1c81499fc1dc9 +# 0b03b38a82f04fcaa980efc687661e42 +# 25175718c66242baabecea0f2a53bc57 #: ../common/cli_set_compute_quotas.rst:143 #: ../common/cli_set_compute_quotas.rst:177 msgid "Place the user's tenant ID in a usable variable, as follows::" msgstr "" -# 59c403b383404098b522df98a1c6800f +# 3b2f9cd4236e49ad94b3e0ce31f65c90 #: ../enduser/cli_swift_serialized_response_formats.rst:29 msgid "Plain text response format. The default." msgstr "" -# bb0ec9c529c24560aa5b23dcb9d54eff +# f9cbb18a04804e9387e9e814ff8c5a6f #: ../common/cli_manage_volumes.rst:19 msgid "Possible use cases for data migration include:" msgstr "" -# be0b66d038e8433c8f86c66d3fb4d7b1 +# 8f659cd61bc64247ab7ddf4a983dd8a8 #: ../common/cli_install_openstack_command_line_clients.rst:22 msgid "Prerequisite" msgstr "" -# 89d2c8361a4e4a51baa2312e5d7dee9a +# 43ae4ccebcf74a1ba9f02753125794c3 #: ../common/cli_manage_images.rst:165 msgid "Prevents an image from being deleted." msgstr "" -# 663cb7cf94e249a08c8e9948f5617b07 +# 70335a4e3dcc4436b3a9fb0796696bf9 #: ../enduser/sdk_authenticate_compute_output.rst:395 msgid "Print the flavor details, id and name by calling ``print_flavors``:" msgstr "" -# 770a9d3c03d94a23b5de498110ae5380 +# 144bf48ab7f349f19b24aa4c16cc644f #: ../enduser/sdk_authenticate_compute_output.rst:466 msgid "Print the floating IP object details by calling ``print_values_ip``:" msgstr "" -# 5357911b5300450cb47defac1adbbc96 +# 7c35663794ef492d9e402ef1b2d2f89e #: ../enduser/sdk_authenticate_compute_output.rst:532 msgid "Print the host object details by calling ``print_hosts(host_list)``:" msgstr "" -# c1e43db1d0724a8ba5946ba0ad3702d7 +# 85d6aae3481948a09e51ebe137f3c8d9 #: ../enduser/sdk_authenticate_networking_endpoint.rst:94 msgid "Print values" msgstr "" -# 10e342a9b4db427ca1b1ace1820c5b56 +# 305d1caf6c2b46f0a52917e55964debc #: ../common/cli_manage_images.rst:171 msgid "Prints the image size in a human-friendly format." msgstr "" -# 545f065b242a447a8a191384f1a3fc96 +# 4937a21c04024b55b4fa668becbbd65e #: ../adminuser/dashboard_manage_host_aggregates.rst:20 msgid "Procedure: To create a host aggregate" msgstr "" -# 1b9a9be10abd4ca88cd85e057abf0fbe +# e36167c9f0c2459c9522817c098ddf39 #: ../adminuser/dashboard_manage_host_aggregates.rst:58 msgid "Procedure: To manage host and aggregates" msgstr "" -# d191f544491244898db89b44f8069939 +# fe1354e863bc40c8ac852d35e6f14f31 #: ../common/log_in_dashboard.rst:58 msgid "" "Projects are organizational units in the cloud, and are also known as " @@ -8726,51 +8786,51 @@ msgid "" "project, a user creates and manages instances." msgstr "" -# 9019572777014a12bd4f3256edecea71 +# ab94bff0416c49489846829f0012e05e #: ../adminuser/cli_cinder_quotas.rst:15 msgid "Property name" msgstr "" -# a5d776f19cb74f66a44751a76547d561 +# 79fa42132b684275b56fbe15be0c1de3 #: ../enduser/cli_provide_user_data_to_instances.rst:6 msgid "Provide user data to instances" msgstr "" -# 8c54532e18724e1e82b2ccc22d424887 +# c47ac78415d74b2c9c5af8b4b47b0a10 #: ../enduser/hot-guide/hot_spec.rst:820 msgid "" "Provides parameter mappings in the form of dictionary. Each key refers to a " "placeholder used in the ``template`` attribute." msgstr "" -# 3a395cb9fc634e47aaa772e698e2f0b7 +# 34718789d63c4eed8ee967d9af803ba9 #: ../enduser/hot-guide/hot_hello_world.rst:129 msgid "Providing default values" msgstr "" -# 22864a32d7454f139e162f1bec08c66b +# 5fd17262c3a14336b7fe1d3c974c7618 #: ../enduser/hot-guide/hot_spec.rst:385 msgid "Pseudo Parameters" msgstr "" -# 6d812ba1f69a43daa15bdf98c95bcbcb +# 7959475b7f8e4e7ebea0be4824b4d885 #: ../enduser/dashboard_manage_containers.rst:123 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 "" -# fc9d973de2cd47e8b63da0498ff6aed6 +# 9f297ef184e64ea48da88888a0b9ea50 #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:6 msgid "Pseudo-hierarchical folders and directories" msgstr "" -# 1209e2aac1884cb0b307e3b5d171bf10 +# 081675c9256947d19e9c378deb92c619 #: ../common/cli_install_openstack_command_line_clients.rst:24 msgid "Python 2.7 or later" msgstr "" -# 8f56449b9c0e4f8791be275c9074c7fa +# 991c22f4e4d5415c8aaf9b75fe61c53c #: ../enduser/sdk_authenticate.rst:19 msgid "" "Python scripts that use the OpenStack SDK must have access to the " @@ -8780,59 +8840,59 @@ msgid "" "credentials by using the environment variables in the Python scripts." msgstr "" -# 74f79e1d75174e599f9c089e7902b7c8 +# 85c9adb97ddc44ce8f640bc2537ecfb0 #: ../common/cli_create_and_manage_networks.rst:230 msgid "Query ports with specified fixed IP addresses::" msgstr "" -# bf1ed98c0c69439cb87617d1c9eca9bc +# e8fdae75d47843e287805c0ee9d81ec2 #: ../adminuser/dashboard_set_quotas.rst:40 msgid "Quota Name" msgstr "" -# 402e95a8ca254b139bb94147551d85d0 +# 31c3576d7d0b49eaaf49ac3136c8433a #: ../common/cli_set_compute_quotas.rst:16 msgid "Quota name" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 514676f819af4705bb27008ac214d76f +# ba1dfadef0224fc9a9cfa7ff29ceb440 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 6321a8e38db043e7b611936fd8f405e0 +# 4f75790d36564005ae504be303da028b #: ../adminuser/dashboard_set_quotas.rst:59 ../enduser/create_db.rst:47 msgid "RAM (MB)" msgstr "" -# db0ec7ef88eb469bbfc6798825d3ead4 -# fa9de79d96024fa387c23f7eff461595 +# 778cda759db543718f15845f57a99942 +# 7dc59bb6b7704f17800717eec63cfe0c #: ../adminuser/cli_manage_flavors.rst:56 #: ../adminuser/dashboard_manage_flavors.rst:15 msgid "RAM (in MB)" msgstr "" -# 3791dc2277124f3c91a3ff5c17f18871 +# 486316bf23e748f4acbf08e6d7eeab64 #: ../adminuser/dashboard_set_quotas.rst:59 msgid "RAM megabytes allowed for each instance." msgstr "" -# 9737b87bd51644a3baf7101b507ccc44 +# a1d83d47b6b64cda95372300d7a411f8 #: ../enduser/create_db.rst:74 msgid "RAM: ``512``" msgstr "" -# 1044983da7f944489b4ef1ede53d5917 +# 9e71790a354a46c38a9e0c501ae2b272 #: ../common/cli_install_openstack_command_line_clients.rst:204 msgid "" "RDO, openSUSE and SUSE Linux Enterprise have client packages that can be " "installed without ``pip``." msgstr "" -# 60716902d7694224bacdaec20ab5da36 +# 75d7ffd289264bc6842ef6517217e7da #: ../enduser/sdk.rst:17 msgid "RESTful web services" msgstr "" -# 8cf7aad0b19b487d88614467771d93bf +# b22aca318ba244878168c4765850a395 #: ../enduser/hot-guide/hot_existing_templates.rst:22 msgid "" "Rackspace has provided a set of Heat templates at the `RCB Ops repository`_ " @@ -8842,42 +8902,42 @@ msgid "" "Drupal and more can be found here." msgstr "" -# ad92ed75a2e845f08bb978d07fbf4b74 +# 11aa337bcdf94e4293b1ddf8c8eb9a76 #: ../enduser/cli_cheat_sheet.rst:214 msgid "Reboot" msgstr "" -# e41f50e4865f4179874d62b30b7e2fa7 +# 67c69e0b127e40519086532542ced392 #: ../enduser/cli_reboot_an_instance.rst:6 msgid "Reboot an instance" msgstr "" -# 11e03923be21478f9ffca8df8dcef4a7 +# c2f6c7ca52e14516a8e43287ceb955d4 #: ../enduser/cli_cheat_sheet.rst:207 msgid "Rebuild" msgstr "" -# dc3b4f61f2bc4b42a94eec4122f82234 +# 93af25eb33d846d094d51cbbe962b2ef #: ../enduser/create_db.rst:55 msgid "Redis" msgstr "" -# 4a25002df0214bb2bf6dcdc554ded770 +# c900e0bdf9df415285e91191ac6adec8 #: ../enduser/cli_cheat_sheet.rst:77 msgid "Register raw image" msgstr "" -# 148f401f97744433b4819110330502f4 +# 4d170d5294f84c67b061489295782cde #: ../enduser/hot-guide/hot_composition.rst:80 msgid "Relative path (:file:`my_nova.yaml`)" msgstr "" -# 33ddd65819c349509f3d16cddf6481f7 +# ca2cde44d3b6434b82977b03275e77a6 #: ../enduser/configure_access_and_security_for_instances.rst:61 msgid "Remote" msgstr "" -# cdbeedbe45d24081a2f8c942cbb0453a +# ce54262897c24192af901556c9c437f5 #: ../enduser/cli_stop_and_start_an_instance.rst:62 msgid "" "Remove a shelved instance - Removes the instance from the server; data and " @@ -8885,17 +8945,17 @@ msgid "" "can move the instance off the hypervisor in order to minimize resource usage." msgstr "" -# be927e9d3423480fac5fddfce022fc7c +# 8081565633aa4959b9390f10c3d4d154 #: ../enduser/cli_manage_bare_metal_nodes.rst:45 msgid "Removes a bare-metal node and any associated interfaces." msgstr "" -# 56630039dfd24405806c27aa7e1aaceb +# cc4bb41c83ee4f1aa0c6c4ed465927ef #: ../enduser/cli_manage_bare_metal_nodes.rst:39 msgid "Removes a network interface from a bare-metal node." msgstr "" -# 2f6d77f093094112bc9379eb63f61ae5 +# f4be916e26eb4de8a302da0a74d7ffcb #: ../enduser/dashboard_databases.rst:34 msgid "" "Replace *``DATASTORE_NAME``* with the name that the administrative user set " @@ -8904,26 +8964,31 @@ msgid "" "available in your environment." msgstr "" -# 48c942c562a04e3aa1d448902eb3b0ed +# 7d1d3a5cd60f4d279ee8939bfede8c62 #: ../common/cli_create_and_manage_networks.rst:158 msgid "" "Replace ROUTER with the unique identifier of the router, replace NETWORK " "with the unique identifier of the external provider network." msgstr "" -# 79267485172d418a96912be6654a3404 +# 68f275534143470abd3a234af09e4dee #: ../common/cli_create_and_manage_networks.rst:165 msgid "" "Replace ROUTER with the unique identifier of the router, replace SUBNET with " "the unique identifier of the subnet." msgstr "" -# caad76d0cfdb4d7ca859640382e9d15c +# 2f8bedcbc1a64f89b0d496f666137205 +#: ../enduser/set_up_replication.rst:12 +msgid "Replicas are read-only." +msgstr "" + +# 711c9f6098414896864f02f4596bc6f2 #: ../enduser/cli_cheat_sheet.rst:192 msgid "Rescue" msgstr "" -# c14273ffcf2f4ca1b668690a8dfc30ad +# 6633869ea1ca493592e1abc18a97a291 #: ../enduser/cli_reboot_an_instance.rst:33 msgid "" "Rescue mode provides a mechanism for access, even if an image renders the " @@ -8931,54 +8996,54 @@ msgid "" "image attaching the current boot disk as a secondary one." msgstr "" -# caf79b870ca64ee28f9db14c4d6d317e +# f3090789777c48df91e94b659756501d #: ../enduser/cli_cheat_sheet.rst:199 msgid "Resize" msgstr "" -# 14bca58e920b41c7a39e3787f8661b33 +# 9b0017576d2c438bb6d719242e17597f #: ../common/cli_manage_volumes.rst:176 msgid "Resize a volume" msgstr "" -# 7d15cac6279b4208b167cef593d2856b +# d6a46efec39c4bc99229a85a1a2e0599 #: ../common/cli_manage_volumes.rst:205 msgid "" "Resize the volume by passing the volume ID and the new size (a value greater " "than the old one) as parameters:" msgstr "" -# 7d1a969adf0445d8bdb60bfe78b53997 +# 0f68f7143d8d4b8fa64478f169701145 #: ../enduser/hot-guide/hot_spec.rst:473 msgid "Resource dependencies" msgstr "" -# 2e04a840ece7485a936ea03beec54e85 +# 3aee8b51e4b64f679e084952e350f717 #: ../enduser/hot-guide/hot_spec.rst:432 msgid "Resource-specific metadata. This section is optional." msgstr "" -# df9ac71773f3467d94c7e785c83f8e25 +# 09b67d77f8e64329b0eb55c6c985722c #: ../enduser/dashboard_stacks.rst:120 msgid "Resources" msgstr "" -# 54d5d2a3cbb541ddaf06ebb00a23a75f +# 073618ae6966485ea5d72dcb34158771 #: ../enduser/hot-guide/hot_spec.rst:396 msgid "Resources section" msgstr "" -# 62dd80c0e0fe4736809679b67fecadb5 +# 89d00680719f464fb783a3c0b3c202ef #: ../enduser/configure_access_and_security_for_instances.rst:106 msgid "Respond to the prompt to download the key pair." msgstr "" -# a9fa6147117248b182046424eae4c246 +# 71bf7de0f81649a38e70b46a9d12fb80 #: ../enduser/dashboard_databases.rst:46 msgid "Restart Database services on the controller node:" msgstr "" -# 13eabe6bd4aa463094f455a516274dd1 +# 6ad3fb775bb84be89e64b8b5fa69d187 #: ../enduser/backup_db_incremental.rst:12 msgid "" "Restoring a database instance from an incremental backup is the same as " @@ -8986,51 +9051,51 @@ msgid "" "handles the complexities of applying the chain of incremental backups." msgstr "" -# 8aed55266b814657bce10a9f36b53601 +# 6dfd1a00b019421e92c844b8fb0e0284 #: ../enduser/hot-guide/hot_hello_world.rst:166 msgid "Restricting user input" msgstr "" -# 92be9cac43724c3bb611efa064b79853 +# 3dfb1950e1ce4a1a8dd894b530c2203e #: ../adminuser/cli_manage_flavors.rst:37 msgid "Root Disk GB" msgstr "" -# e25a89f4cda64d3fb05ae367b94da679 +# 10f72e7e4a904600969bca986b05f394 #: ../enduser/create_db.rst:76 msgid "Root volume size in GB: ``5``" msgstr "" -# c450a722aa484caf9d5786e271cd69fe +# a1f92821c21b4c0c94f3379c3169f848 #: ../enduser/backup_db.rst:25 msgid "Root volume size: ``2``" msgstr "" -# 9741eab13cde4d45a9c4dea8d6cb925d -# adda31b4f97b4d499c3fa87c15fb58ff +# 04f777795606404a9c8fe97bf89327f5 +# 0e78d8cebeac4ffea568cedf4a1b3727 #: ../enduser/configure_access_and_security_for_instances.rst:61 #: ../enduser/configure_access_and_security_for_instances.rst:79 msgid "Rule" msgstr "" -# d31badd675974b3db9ce42558516b8fa +# d52ae11fec5d4fbdbbce327b74c0fb56 #: ../adminuser/dashboard_set_quotas.rst:65 msgid "Rules allowed for each security group." msgstr "" -# ff836675679b45cb9ee85f3f7c8afc29 +# d0b80ee2890a479ea01da2fd5ba9c2d6 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:50 msgid "Rules are automatically enforced as soon as you create or modify them." msgstr "" -# 003bd56ce57546f8a1f274db4aa885a8 +# ff0e554f05f84327ac426d4e1ae8b76d #: ../enduser/sdk_authenticate_compute_output.rst:135 msgid "" "Run the \"Sleep for five seconds\" command, and determine whether the server/" "vm was created by calling ``nova_client.servers.list()``:" msgstr "" -# 05a387dfaf604157b14740443797a4b8 +# b4dcd786ffbd4a8081b09d0360869a65 #: ../enduser/cli_delete_an_instance.rst:22 msgid "" "Run the :command:`nova delete` command to delete the instance. The following " @@ -9038,7 +9103,7 @@ msgid "" "state::" msgstr "" -# f88def03115e4e62909cbfdd380cd7d2 +# adb845987cf045f2a67f93780a32f10b #: ../enduser/cli_manage_ip_addresses.rst:69 msgid "" "Run the following command to allocate a floating IP address to the current " @@ -9046,19 +9111,19 @@ msgid "" "pool. The command outputs the allocated IP address::" msgstr "" -# 3104c0f68ae740989b6f8a41e38debc5 +# 60f6ac85c009412c9acfac6581544c5a #: ../common/cli_discover_version_number_for_a_client.rst:5 msgid "Run the following command to discover the version number for a client::" msgstr "" -# f4d1225292844229802a35ae6a40e1e7 +# 999052b2b4ef4ac18ed05854c5a46f19 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:176 msgid "" "Run the swift ``list -p 2010-11-15`` command to list objects in the logtest " "container that begin with the ``2010-11-15`` string." msgstr "" -# 396b4f7ee1d74a988983ba7ca31107cc +# 1e49c21667554b929a572f64d6d95690 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:153 msgid "" "Run the swift ``list`` command to list objects in the logtest container. " @@ -9067,17 +9132,17 @@ msgid "" "``wc -l`` to count the lines." msgstr "" -# 1d81a3378df64150bc0c2c72f73b30b3 +# 8c7df44a562340c98bc158c57bbb73c8 #: ../enduser/configure_access_and_security_for_instances.rst:125 msgid "Save the ``*.pem`` file locally." msgstr "" -# 0b5f2295e4424fe785131e1cb35ffade +# 0a20710d65bc4ec5a1791bdaaa44cfe8 #: ../enduser/sdk_schedule_objects_for_deletion.rst:8 msgid "Schedule objects for deletion" msgstr "" -# 004b3ce3ec90454aa35d861a116cf61e +# f485cf381e8244f6930b39a43a117f0c #: ../enduser/sdk_schedule_objects_for_deletion.rst:13 msgid "" "Scheduling an object for deletion is helpful for managing objects that you " @@ -9086,27 +9151,27 @@ msgid "" "time." msgstr "" -# 4a18c3edd5e54228babf54d25cca7ff1 +# 83364f4e324948ba8d676f6986776f66 #: ../enduser/cli_search_instance_with_ip_address.rst:6 msgid "Search for an instance using IP address" msgstr "" -# ddaba10cb5bf4fcc932d9f6774ebc7de +# f883fba85576417ebeef30e14452f639 #: ../adminuser/dashboard_set_quotas.rst:65 msgid "Security Group Rules" msgstr "" -# 7ae642e0aa244e29836be6856a007733 +# 085a9a574e8d436292c0ee26586908ff #: ../adminuser/dashboard_set_quotas.rst:62 msgid "Security Groups" msgstr "" -# 118b91c865ed4338a6ddf13a35da6095 +# 6500a78063544802877f9f859171b177 #: ../adminuser/dashboard_set_quotas.rst:62 msgid "Security groups allowed for each project." msgstr "" -# 30ff56e8fdf140d09929349759f98883 +# 4dd3724ace5e4bf9b50b8f74725f4eca #: ../adminuser/nova_cli_manage_projects_security.rst:8 msgid "" "Security groups are sets of IP filter rules that are applied to all project " @@ -9115,19 +9180,19 @@ msgid "" "and add new rule sets." msgstr "" -# 18a1b4e9079a451e996c25346e767160 +# d3232ba726c741018977de09521ce884 #: ../enduser/hot-guide/hot_composition.rst:110 msgid "See :ref:`environments` for more detail about environment files." msgstr "" -# 9225d0cc0324427bbbecd7f8d9d0ee3d +# 4a1501ba0d9740db89ca57f82efdf7c1 #: ../enduser/hot-guide/hot_hello_world.rst:233 msgid "" "See :ref:`hot_spec_outputs` for more information about the ``outputs`` " "section." msgstr "" -# 3733b31cc8ee4ee68c5784e12fc5af7e +# dfb76ec8951b4d1eae5045e43f769e4c #: ../enduser/cli_swift_static_website.rst:28 msgid "" "See the Cloud Administrator Guide for a complete example of the `/etc/swift/" @@ -9135,7 +9200,7 @@ msgid "" "content/proxy-server-conf.html>`_ (including static web)." msgstr "" -# 934fbe5002374d53826573e542c06cf2 +# 9bb8783ba7be47ca8fd71b9f66dcde91 #: ../enduser/cli_swift_static_website.rst:26 msgid "" "See the Cloud Administrator Guide for an example of the `static web " @@ -9143,12 +9208,12 @@ msgid "" "content/object-storage-static-web.html>`_." msgstr "" -# 0517b1fd4b2841879a184b03b860d656 +# 7c06627c0c0f4869ac2a6eca905fe638 #: ../enduser/cli_swift_large_object_creation.rst:282 msgid "Segment objects can be any size." msgstr "" -# d41f4ac0abdb446baad6fb1f8f78db0a +# 3ed11b27907948b398611e3010ea5cb9 #: ../enduser/cli_swift_large_object_creation.rst:282 msgid "" "Segment objects must be at least 1 MB in size (by default). The final " @@ -9156,31 +9221,31 @@ msgid "" "default)." msgstr "" -# a01ab0dc8c224711b6a67a8836638551 +# fa2cc6850dd04583b387e03cdd8b6eb4 #: ../adminuser/dashboard_manage_instances.rst:73 msgid "" "Select a month and click :guilabel:`Submit` to query the instance usage for " "that month." msgstr "" -# a301828025894088a89b6ded30fe7661 +# 8f48c3d167ed45a58fca4c72e6774b63 #: ../enduser/dashboard_manage_volumes.rst:102 msgid "Select a volume from which to create a snapshot." msgstr "" -# 13dca0bb111f4d54ad5b7d2dd983ccfe +# 5fc0a7289e6e44ae90909e694e57a28f #: ../adminuser/dashboard_manage_instances.rst:25 msgid "" "Select an instance to create a snapshot from it. From the :guilabel:" "`Actions` drop-down list, select :guilabel:`Create Snapshot`." msgstr "" -# 17d8f7e74ca34b9b87c4148c8c805f10 +# b2ad4923914b4cefae2500a98e5eab1d #: ../adminuser/cli_nova_specify_host.rst:6 msgid "Select hosts where instances are launched" msgstr "" -# e7488fa947694c769f26387e003eec92 +# ffff6a89c5664d9fb83e31cf27cc555e #: ../adminuser/dashboard_manage_images.rst:87 msgid "" "Select the :guilabel:`Public` check box to make the image public. Clear this " @@ -9188,16 +9253,16 @@ msgid "" "disk ID, or architecture attributes for an image." msgstr "" -# 27e4a0efd962480688335698b91cec56 +# a1394ba0dfc646a1bc1c2bde3b26e670 #: ../enduser/dashboard_manage_volumes.rst:144 msgid "Select the check boxes for the volumes that you want to delete." msgstr "" -# 3b1a60aca8f0447f820d7a8ccb4bda23 -# 6d591f6cbd564147bea98ec214703d91 -# 5098cd0135dd4fe49cabecb1988e5946 -# 1545342212284a9c93b00ce4261b69e0 -# 965c560028b447b0b4723a3f6f246619 +# 0b77c3e810554750afdd0997dc0a8b28 +# a63792c418144099a996616b32416cf0 +# 7dd295f5d81647f9bf911139f9119db1 +# a53bfca305ec48aa85f55ed331d9f2cd +# 46f083e3c95546429c01f80ce3d0379a #: ../enduser/dashboard_manage_containers.rst:39 #: ../enduser/dashboard_manage_containers.rst:66 #: ../enduser/dashboard_manage_containers.rst:82 @@ -9206,107 +9271,107 @@ msgstr "" msgid "Select the container in which you want to store your object." msgstr "" -# 3159d67c977c427fa07644afd68eb28e +# e674ce7851754dc2a92a8af90133f494 #: ../enduser/configure_access_and_security_for_instances.rst:54 msgid "Select the default security group and click :guilabel:`Edit Rules`." msgstr "" -# 4ee32d5d36144b08823bb0ecaf42ed1f +# fab7b05c12784b8ab416d0721d211a16 #: ../adminuser/dashboard_manage_flavors.rst:83 msgid "Select the flavor that you want to edit. Click :guilabel:`Edit Flavor`." msgstr "" -# 645bf9df3704484080de853192216df4 +# 464c7a61001446f99e53e689d07dde74 #: ../adminuser/dashboard_manage_flavors.rst:98 msgid "Select the flavors that you want to delete." msgstr "" -# 30665fe2323a4d458e4b25937697ca49 +# 5191f99ff9f64195ba70e84d7fed8c43 #: ../adminuser/dashboard_manage_images.rst:56 msgid "Select the image format." msgstr "" -# a3d22e3f10e541e7abe31573e307a9d0 +# 5d405aeb17ee473ebeac68e3f4ae1b72 #: ../enduser/dashboard_manage_volumes.rst:123 msgid "Select the image that you want to edit." msgstr "" -# 07352ccaa8ce4d7992223ae6864d0cbc +# 7f96932e118a41959bb3eca861b413a4 #: ../adminuser/dashboard_manage_images.rst:101 msgid "Select the images that you want to delete." msgstr "" -# 6660c6b7992c45bc9154f5760191e78f +# dcc07d450b4b4e9cbfa91c6c21c43ca4 #: ../adminuser/dashboard_manage_images.rst:84 msgid "Select the images that you want to edit. Click :guilabel:`Edit`." msgstr "" -# f2c7dac60129463a9e8046607fae82d9 +# 995a9bb4917b40f6b19cf271df51d59d #: ../adminuser/dashboard_manage_instances.rst:46 msgid "Select the instance for which you want to change the state." msgstr "" -# 04f5f5b77b874c22980bb08168a15c12 +# fe439c85b86a49428769f30711ac47dd #: ../enduser/dashboard_databases.rst:131 msgid "Select the instance you want to back up." msgstr "" -# da824bce482c412bb4a3da2036576eee +# 918a1bf79b83476f9970421f29442904 #: ../adminuser/dashboard_admin_manage_roles.rst:53 msgid "" "Select the role you want to delete and click the :guilabel:`Delete Roles` " "button." msgstr "" -# 9546e0c938cc4717830a2e2712b85157 +# 356660d6d59b4533ad269cf3096e217b #: ../enduser/dashboard_stacks.rst:147 msgid "Select the stack that you want to delete." msgstr "" -# 8f2021f36df74126bfd3473b3400d23c +# 2d083a1873d14a05947aaebb1b54500a #: ../enduser/dashboard_stacks.rst:130 msgid "Select the stack that you want to update." msgstr "" -# bf93752388934a86b11d5b5ea2ea1405 +# 3242ebadd4834049b8d125065a12eb36 #: ../enduser/dashboard_manage_volumes.rst:91 msgid "Select the volume and click Edit Attachments." msgstr "" -# de884d07f3cc49c0a1e1bb1c2f38103b +# 24d3987f78b4489f895d6f40fbc480f3 #: ../enduser/dashboard_manage_volumes.rst:65 msgid "" "Select the volume to add to an instance and click :guilabel:`Edit " "Attachments`." msgstr "" -# edbe02e41e3e45ae86f53c50e34bf01a +# c01490370ccb4e4e8a655a59b97cf5c8 #: ../enduser/dashboard_stacks.rst:76 msgid "" "Select this check box if you want the service to roll back changes if the " "stack fails to launch." msgstr "" -# ca2d0ce08b45409a90004bee0fdd281a +# b38d5a7365cf43bfb04e5a27ec4a9bfe #: ../adminuser/dashboard_manage_images.rst:65 msgid "" "Select this option to ensure that only users with permissions can delete it." msgstr "" -# 3c3ca81a6aeb4c04988a4ee5aa978beb +# 16499fa8dfd44dac9ca5599cb79d7955 #: ../adminuser/dashboard_manage_images.rst:62 msgid "Select this option to make the image public to all users." msgstr "" -# 3a52239b68774f9f9b69a39c2ce3b97b +# ea0921a0568240fcb0f5fb09139248e0 #: ../common/cli_manage_volumes.rst:343 msgid "" "Send the volume transfer ID and authorization key to the new owner (for " "example, by email)." msgstr "" -# b1c1ede9e5f04a5c9660d050b32bed51 -# 5b57745f73804672b45db095dd48e83e +# 03657a1520c04c14acac38f69cb757ed +# c2fbb4315cb94eeb9d32d223b8ae3a0a #: ../enduser/hot-guide/hot_software_deployment.rst:197 #: ../enduser/hot-guide/hot_software_deployment.rst:300 msgid "" @@ -9314,20 +9379,20 @@ msgid "" "curl_:" msgstr "" -# 1b74a03a75c442d8b2bc101bbec232c1 +# d61820ebb2f6437b82ee6567ace6c26b #: ../enduser/cli_swift_serialized_response_formats.rst:6 msgid "Serialized response formats" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# b82ff0f0577347e8973c2ed04f621b41 +# b4b5b1eda6d845029502c1319cac1598 # #-#-#-#-# common.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 1ab659ed05c74eac9593c9d0279a6dd4 +# b5aca39cb6b040d69184547903df322f #: ../adminuser/dashboard_set_quotas.rst:40 ../common/cli_overview.rst:32 msgid "Service" msgstr "" -# 9813d5d79d72425e85e2aecdf29ff500 +# 7fc60a243d454d109540523722d96198 #: ../adminuser/cli_keystone_manage_services.rst:10 msgid "" "Service catalog template. The Identity Service acts as a service catalog of " @@ -9338,54 +9403,54 @@ msgid "" "service or reboot the machine." msgstr "" -# ea51fb8000d54ae4900af0dccf1ac174 +# 0adb1546b45a4e1f9ec2c00a6cca4b3a #: ../adminuser/manage_projects_users_and_roles.rst:36 msgid "Services" msgstr "" -# 376a23047f0343e88adb02d4fab7ccba +# 5139c9ca0a11422ebe2db5c36cd0711c #: ../enduser/manage_db_config.rst:108 msgid "Set *VALUES* as a JSON dictionary, for example:" msgstr "" -# 8cd6fe685a6e4e13979178e7b594882f -# 7f2687b9ec294133a5361a581f8974a6 +# e0a9530e4fc74701ba2d2fc1a159894a +# 7171a8002c034948a01ae374ceee14e7 #: ../enduser/sdk_authenticate_compute_output.rst:17 #: ../enduser/sdk_authenticate_networking_endpoint.rst:21 msgid "Set environment variables" msgstr "" -# 002ff5c5dc8643a492deceb6e6efe235 +# a5be47fe860a4060ab92c1fab4a05193 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:6 msgid "Set environment variables using the OpenStack RC file" msgstr "" -# 4a36bf4f0e3644e9beb68c0fc864dd5d +# 2ccae2968e5046afb04427db26fc200c #: ../enduser/cli_swift_static_website.rst:101 msgid "Set error pages for static website" msgstr "" -# a53472295f0f433f85a8fe7cadf69578 +# 3b28d096e1ad4db39c43b42e77f6f416 #: ../enduser/cli_swift_static_website.rst:120 msgid "Set error pages for static website request" msgstr "" -# 71f8b0ee550e4905bc019f5703011f13 +# 7e9b64418fba4ae7904ccc4058c57e35 #: ../enduser/cli_cheat_sheet.rst:139 msgid "Set metadata on an instance" msgstr "" -# 9197794125c34a72b29564f0eb4c60fe +# a832da7d8e8b4116afe4fb6e344911e7 #: ../enduser/cli_swift_static_website.rst:69 msgid "Set site index file" msgstr "" -# b5773372763646c3863d116447defcea +# 7c9be1491a29489fabd02bc8f2fcb085 #: ../common/networking_advanced_quotas.rst:109 msgid "Set the :code:`quota_driver` option in the :file:`neutron.conf` file::" msgstr "" -# 473a30b4f23844ff9aa6c7017c1cf288 +# d26023ab6ece4b4ab6c7b87c653e3142 #: ../enduser/cli_manage_bare_metal_nodes.rst:129 msgid "" "Set the ``--availability_zone`` parameter to specify which zone or node to " @@ -9393,19 +9458,29 @@ msgid "" "For example:" msgstr "" -# ddd2bc4037f4408fbd2590b874116fb9 +# bf5cfce7b75c43a4aa2963b52c93d138 #: ../enduser/cli_swift_bulk_delete.rst:45 msgid "Set the ``Content-Type`` request header to ``text/plain``." msgstr "" -# 4365a73105c147f79a98068809f8d515 +# 21409257356c418498b3abebe8513e0c #: ../enduser/cli_swift_static_website.rst:71 msgid "" "Set the index file. In this case, ``index.html`` is the default file " "displayed when the site appears." msgstr "" -# 5b79a7b2b2534901970771ca36568343 +# 40d1dfc32b624c01bd02ab13a0dec2bc +#: ../enduser/set_up_replication.rst:6 +msgid "Set up database replication" +msgstr "" + +# 9624ea724b774ccba9d0fa8fe0dbf53b +#: ../enduser/set_up_replication.rst:24 +msgid "Set up replication" +msgstr "" + +# aa4a12be13304ae4a98b641c4e4faf34 #: ../enduser/cli_stop_and_start_an_instance.rst:48 msgid "" "Shelve an instance - Shuts down the instance, and stores it together with " @@ -9413,12 +9488,12 @@ msgid "" "Anything in memory is lost." msgstr "" -# 83b53d6ae9ce429eb52b38d305c0c39a +# ea30d0b5161d4adcb8895a8b039fd340 #: ../enduser/cli_stop_and_start_an_instance.rst:37 msgid "Shelve and unshelve an instance" msgstr "" -# be1df1aea936467d89131c5d6cb561ad +# d83ef9f97f6d437e80e62d80b44328e0 #: ../enduser/cli_stop_and_start_an_instance.rst:39 msgid "" "Shelving is useful if you have an instance that you are not using, but would " @@ -9429,74 +9504,74 @@ msgid "" "also be entirely removed." msgstr "" -# 392bfc8a1c0f4388801d6f4ef9c9825f +# 13f883f3a84c4fefad8ed8c22f88a620 #: ../enduser/cli_manage_bare_metal_nodes.rst:157 msgid "Show details for a bare-metal node" msgstr "" -# 29f95b9be8394106b29e9886f60b255a +# 5fa3d1dd7c4345d3abad5b4585adbfe7 #: ../enduser/cli_cheat_sheet.rst:126 msgid "Show details of instance" msgstr "" -# e2a4cdd9eaf042d1b01425dd58b6ca5f +# d4e6e3cb249240999344fd2d12e8355d #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:19 msgid "Show host usage statistics" msgstr "" -# e103a693674641fbb3215bd4aa140642 +# a7880a8347b846e99c089446cd7aab35 #: ../enduser/cli_change_the_size_of_your_server.rst:10 msgid "" "Show information about your server, including its size, which is shown as " "the value of the flavor property::" msgstr "" -# 53d5233f89e340ea80fb315f52fd1375 +# fbd9fd8a7e2e42a7a5c3e6a36ead0615 #: ../common/networking_advanced_quotas.rst:138 msgid "Show information for the quotas extension." msgstr "" -# b9c9dba2fc4a4d4e9f341b10fe788460 +# 86ee40a8c15a4104bb249a633514232a #: ../common/cli_manage_volumes.rst:134 msgid "Show information for your volume:" msgstr "" -# 63f0671ea8f24cb588227667882a7326 +# 58e5e2e498034ff39e6fbed531f5ad8c #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:77 msgid "Show instance usage statistics" msgstr "" -# 6de45a774f9d4fd8a1df82e1f078c6da +# 56e78a1031524e17b3f9784c07a3d2ae #: ../common/networking_advanced_quotas.rst:176 msgid "Show per-tenant quota values." msgstr "" -# 9e18ac72e3784f6dbca6d21076667abd +# 94cf82857bee492f874455ac500a74d2 #: ../adminuser/cli_cinder_quotas.rst:57 msgid "Show the current usage of a per-tenant quota:" msgstr "" -# e18fcb872a034aa9ac3f3d9284c1436b +# 89751ea2b5654be3a2483e22eb45fde0 #: ../enduser/cli_change_the_size_of_your_server.rst:71 msgid "Show the status for your server::" msgstr "" -# 4890b0e3de2a47e2ab5365350e2a3c83 +# 61e0b156f73f4feaadb8628be17929de #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:6 msgid "Show usage statistics for hosts and instances" msgstr "" -# b123850b6ded4371b6ab413631d35430 +# b728f256e66f4e1c95c45498d57802f9 #: ../enduser/cli_manage_bare_metal_nodes.rst:51 msgid "Shows information about a bare-metal node." msgstr "" -# e9d90409939848dabf3cb1f960441434 +# 39b300350a5049a184d53e70a12f2348 #: ../common/networking_advanced_quotas.rst:98 msgid "Shows quotas for a specified tenant" msgstr "" -# 68858e4af04e4dc48b8cea112b7fba9d +# 13391191483d4afdae05cb88af9a1094 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:32 msgid "" "Shut down the source VM before you take the snapshot to ensure that all data " @@ -9504,19 +9579,19 @@ msgid "" "name::" msgstr "" -# d3aaf912e2754ff2a25ec647465958a0 +# 72b82000687847058a477416ce2172d0 #: ../enduser/hot-guide/hot_software_deployment.rst:182 msgid "Signals and wait conditions" msgstr "" -# e434ac4ae4e2408dac8f38cd25e9764c +# ab566638d1c54a97a7c6213b2cbb46c1 #: ../common/cli_manage_images.rst:161 msgid "" "Similar to ``--location`` in usage, but indicates that the image server " "should immediately copy the data and store it in its configured image store." msgstr "" -# b19530d36dcd4cc99df3bc13745eaf69 +# e6d1ab85541044098da013313571980b #: ../common/cli_install_openstack_command_line_clients.rst:51 msgid "" "Since the installation process compiles source files, this requires the " @@ -9524,46 +9599,46 @@ msgid "" "distribution." msgstr "" -# 2559bb184c5340d6b4bdf348d2f0e977 +# 0d28c3cc77f949238f17fedd3e3d565b #: ../enduser/dashboard_manage_volumes.rst:37 msgid "" "Snapshot: If you choose this option, a new field for Use snapshot as a " "source displays. You can select the snapshot from the list." msgstr "" -# 83b8651cdd1e4a278723b709e1f139f4 +# d88b04bc6afd43528e7e0eff32f24d81 #: ../adminuser/dashboard_set_quotas.rst:68 msgid "Snapshots" msgstr "" -# 06b96943c3bc4bb7ac1b4e872e28c88d +# 3cabd3d0cebb47f6952d9821248f2038 #: ../enduser/hot-guide/hot_software_deployment.rst:338 msgid "Software config resources" msgstr "" -# 19674696669f4331a9eac8b8fdc5b656 +# d019d3e832e04f9dacb60fadeb8b32a8 #: ../enduser/hot-guide/hot_software_deployment.rst:11 msgid "Software configuration" msgstr "" -# debd9a6b27954ed3a5b5212d7dffb003 -# bb6f983bac7048eaa61f76dfcd65bad1 +# 2539627a4f4647a9991b77896f38370a +# 1c34f98a20204a5c9dc97332c60210e3 #: ../enduser/hot-guide/hot_software_deployment.rst:20 #: ../enduser/hot-guide/hot_software_deployment.rst:451 msgid "Software deployment resources" msgstr "" -# 2902b14a01fb428ca3ee610a54b85fff +# 9f67764c7441496bb5f3a98bb1dc0a51 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:25 msgid "Some cloud providers allow only administrators to perform this task." msgstr "" -# e50738b766a54c99a8cdae0f2799b42c +# 482d08029c5c40e58ce9372b69b1b03a #: ../common/cli_create_and_manage_networks.rst:60 msgid "Some fields of the created network are invisible to non-admin users." msgstr "" -# 2661d06f17f04d9184f33a126f816537 +# 7e9e3fdd6ff844eebe02209d22e641cf #: ../adminuser/nova_cli_manage_projects_security.rst:183 msgid "" "Source Groups are a special, dynamic way of defining the CIDR of allowed " @@ -9573,144 +9648,144 @@ msgid "" "member of the cluster." msgstr "" -# 8f853f05dfdf41b2b853a3340a6cb279 +# 03de698585824c26bb7a89b714bf9e8c #: ../enduser/dashboard_databases.rst:127 msgid "Specify a name for the backup." msgstr "" -# c176ce921824407daea531e5a28bf2b2 +# 6eb8d58faa9f4197948ae9be01d0b644 #: ../enduser/dashboard_stacks.rst:88 msgid "Specify the Linux distribution that is used in the stack." msgstr "" -# cfa4a09fb22a457889e7bd00a928dec5 +# 163b20e1ddeb47d8ad51aba1997d13cc #: ../enduser/dashboard_stacks.rst:103 msgid "Specify the flavor for the instance." msgstr "" -# 12a38f6018be47a2b9e793ee53257330 +# dc8d684e6dd04d1b843185e6dad53e45 #: ../enduser/dashboard_stacks.rst:85 msgid "Specify the name of the database user." msgstr "" -# de632e953ca44c8297a30eb4e93c8539 +# 400757d069d440209e823db550b98af1 #: ../enduser/dashboard_stacks.rst:97 msgid "Specify the name of the database." msgstr "" -# 350c9888189a456ead7720ca10309c03 +# 57bb4b9e0a89446894effa4480778e3a #: ../enduser/dashboard_stacks.rst:94 msgid "Specify the name of the key pair to use to log in to the stack." msgstr "" -# 65ef6480e85d4759a14e2d9daa9e0e4a +# 8461396001ff4e528cc37b2f288d0657 #: ../enduser/dashboard_stacks.rst:72 msgid "" "Specify the number of minutes that can elapse before the launch of the stack " "times out." msgstr "" -# b5cd0c5eadcb48d3b307090fdd591184 +# c06d74e0f3d44c1197ff9cbdea6d3815 #: ../enduser/dashboard_stacks.rst:100 msgid "Specify the password of the database." msgstr "" -# 52e5cb10ac444416909ca1375e164010 +# 8f84861bb0a242fab2a9c6e1878596dc #: ../enduser/dashboard_stacks.rst:81 msgid "" "Specify the password that the default user uses when the stack is created." msgstr "" -# 75330e3d15f84af08a1722b6fc05b494 +# f67baaf14cfb4cef92ac8892e43de94a #: ../adminuser/manage_projects_users_and_roles.rst:149 msgid "" "Specify the project ID to update a project. You can update the name, " "description, and enabled status of a project." msgstr "" -# c7b9f06502284164a687b0bf84e61f0b +# 71c6f7b92be94f8b9ee185a575e6f61d #: ../enduser/dashboard_stacks.rst:91 msgid "Specify the root password for the database." msgstr "" -# 4459781070944832ba34ae03b6dfe333 +# 4853908f5577438eae1e3035847cde9f #: ../enduser/cli_cheat_sheet.rst:186 msgid "Start" msgstr "" -# 9f4045736b2048bdbab7be43cde3121f +# b36eebaec94b4be48670168543c30b2d #: ../enduser/cli_cheat_sheet.rst:242 msgid "Start an instance (boot)" msgstr "" -# 5a749539edb84b5f86713d6c31d0f378 +# 4c9bf79d1cd84d81a9bdb8b1ef0d99d3 #: ../enduser/backup_db.rst:144 msgid "Start by getting the ID of the new ``guest2`` instance." msgstr "" -# 0a3db15d4d5a4bd9a984a7b1dce3ab4a +# 0d85ade94a424c7990976fd64cb48907 #: ../enduser/cli_swift_static_website.rst:51 msgid "Static Web middleware through Object Storage" msgstr "" -# 99885a9dfc974ddba0bbf53457ea8941 +# ed221b80c4a84d79bed274286fa186cd #: ../enduser/cli_swift_large_object_creation.rst:257 msgid "Static large object" msgstr "" -# c56946095678454084dd6f4a830429fd +# 8398e1144caf456fbf01811179eaf89b #: ../enduser/cli_swift_large_object_creation.rst:91 msgid "Static large object manifest list" msgstr "" -# 36226965eff14371b0863f3796655748 -# 79b0785f91de425eabac2ec28cd98cee +# 35b6232d3cfa4d88a82f38329f109d88 +# 47bedf023be342619d5ff95adf2181ed #: ../enduser/cli_swift_large_object_creation.rst:37 #: ../enduser/cli_swift_large_object_creation.rst:58 msgid "Static large objects" msgstr "" -# 1626ae34efcd43f69e0e7cdb47030360 +# 12966379dcc940aab99b05f2a984d37a #: ../enduser/cli_cheat_sheet.rst:180 msgid "Stop" msgstr "" -# 4224faa6fc6041dc8f9dc65d5ab8d2cf +# 618b49c450fd46c5bd1216fd5c3e0ca2 #: ../enduser/cli_stop_and_start_an_instance.rst:6 msgid "Stop and start an instance" msgstr "" -# 3118ed8513a74793b8fabf7e783edfa4 +# e31b437c1d9447aea570afc1b55ea934 #: ../enduser/cli_swift_static_website.rst:92 msgid "Style the file listing using a CSS." msgstr "" -# d490091550944b67a73192c63549ac29 -# 5c8ae35b53974801925a2a1c4569d9d3 +# 0f1aefaf88254a5ebb85102c0b3e8394 +# a02b6af0718a457a91b54800966b722e #: ../common/cli_manage_images.rst:214 ../common/cli_manage_images.rst:232 msgid "Supported model values" msgstr "" -# fc613ac01a484534ab0145ab209a45da +# f4aecb8e17c6489abaf854907bc16e71 #: ../enduser/cli_cheat_sheet.rst:168 msgid "Suspend" msgstr "" -# e305922d6f4b4fe7a7e6e08bf01e137f +# ca63a464df284f4987ff6773d1c1aabf #: ../enduser/cli_stop_and_start_an_instance.rst:25 msgid "Suspend and resume an instance" msgstr "" -# 3c569cc15fcb4fb3be0f365c7c336b1d +# 5f056dd962284c5e8e041b85d9bcb6c4 #: ../adminuser/cli_manage_flavors.rst:51 msgid "Swap" msgstr "" -# 80119dcf0f88421da206b33cde09b802 -# 1276d566bbd14b98a621eea321ff678b -# 791c9ee7cc9b405588452e3ecc69914a -# 48735f5b7bd84b0089635bf8f28d19b6 -# 5dad6c16ca974bc9abdc76876f4f59e1 +# efd2ab84d8d2474ba5d413867f1a1273 +# b78c587f34bf4cd88c35fa97e79ba168 +# fa5a2f5645444a6b8f693570322f2606 +# 3d346681506f479c814807ca220a520c +# 1256cd4a596445dfad63a14b7ce189e7 #: ../enduser/hot-guide/hot_advanced_topics.rst:15 #: ../enduser/hot-guide/hot_advanced_topics.rst:20 #: ../enduser/hot-guide/hot_advanced_topics.rst:25 @@ -9719,24 +9794,24 @@ msgstr "" msgid "TODO" msgstr "" -# f238616fcc9d4098bd2ebae88c70c677 +# 10a9009cefdd401e8ef42e8797abb661 #: ../common/cli_create_and_manage_networks.rst:151 msgid "" "Take note of the unique router identifier returned, this will be required in " "subsequent steps." msgstr "" -# 6da6a9d393ec4eb98958a6a3625d3dd4 +# f999c68de7b24446a8803e2ed49ef6ac #: ../common/cli_nova_launch_instance_from_volume.rst:14 msgid "Task" msgstr "" -# 9d99a80a1ae449b181bc869bab178e0a +# 6305dcf955e5459cbeab1dd27e6f23fd #: ../common/cli_overview.rst:72 msgid "Telemetry" msgstr "" -# 91729803dfd64ef89f26949c72f954b2 +# 2d9e67a47bfd450d9a62c87685885a26 #: ../enduser/backup_db.rst:211 msgid "" "Tell the users who were accessing the now-disabled ``guest1`` database " @@ -9745,30 +9820,30 @@ msgid "" "this information by using the trove ``show`` command.)" msgstr "" -# 93a4598bd0f34cb3bf77054d7570e978 +# e1eaefafb91d4335a649b0476c7da4c8 #: ../enduser/hot-guide/hot_composition.rst:11 msgid "Template composition" msgstr "" -# 78dc9ed195a74c068009aafaeb7657d1 +# e5229110abbb463784751645951861af #: ../enduser/hot-guide/hot_hello_world.rst:215 msgid "Template outputs" msgstr "" -# d3b521ee4dd8485c89162e524a02714f +# adbe8900ec2f474aa5f6e3fea19666f8 #: ../enduser/hot-guide/hot_composition.rst:18 msgid "" "Template resources provide a feature similar to the :hotref:`AWS::" "CloudFormation::Stack` resource, but also provide a way to:" msgstr "" -# 3a106a029c97440b82cb74eb57961182 +# badb6264f7d943ef8b8660f599936b70 #: ../enduser/hot-guide/hot_spec.rst:27 msgid "Template structure" msgstr "" -# 22faed37301e4445910412efd52ae516 -# ef4b6cbc77a64f61a5711fe936b33aab +# 6716dbe7b3ac4c50850600c829b0b4e0 +# b261363fc4d2424c8870a0d39863974c #: ../adminuser/cli_admin_manage_stacks.rst:14 #: ../adminuser/dashboard_admin_manage_stacks.rst:13 msgid "" @@ -9779,7 +9854,7 @@ msgid "" "capabilities such as auto-scaling and basic high availability." msgstr "" -# a3236d895911476f9ad10d48157c9ad2 +# 03fb494399814937b22316d2ddb7d594 #: ../enduser/cli_launch_instances.rst:22 msgid "" "The **flavor** for your instance, which defines the compute, memory, and " @@ -9788,14 +9863,14 @@ msgid "" "that can be launched." msgstr "" -# 5746f0f9da4a4acea0ca4ba7b74f6752 +# 7f59069a13db485792ea0f6d1976f418 #: ../enduser/cli_launch_instances.rst:17 msgid "" "The **instance source** can be an image, snapshot, or block storage volume " "that contains an image or snapshot." msgstr "" -# cbb5fa8ece2a48a6834bca4e469d2669 +# 980bad020aaf44c99cd39af93aa772ba #: ../enduser/hot-guide/hot_spec.rst:329 msgid "" "The :code:`allowed_pattern` constraint applies to parameters of type " @@ -9803,7 +9878,7 @@ msgid "" "parameter value must evaluate at deployment." msgstr "" -# 0cfa2e937012432eacf949acf8d4750d +# 37b113efebc14f048cbbedc097c03454 #: ../enduser/hot-guide/hot_spec.rst:291 msgid "" "The :code:`allowed_values` constraint applies to parameters of type " @@ -9812,7 +9887,7 @@ msgid "" "parameter must match one of the elements of the list." msgstr "" -# 707343772ca74dbf8fe4209d71893224 +# 32d9b1469e9b4b66b1964d927cde8f01 #: ../enduser/hot-guide/hot_spec.rst:355 msgid "" "The :code:`custom_constraint`` constraint adds an extra step of validation, " @@ -9821,7 +9896,7 @@ msgid "" "constraint validation logic." msgstr "" -# 18c90c72e1794c6d96983373e2acdda2 +# 5cc45e0afd504963aa0664e05fd256fb #: ../enduser/hot-guide/hot_spec.rst:567 msgid "" "The :code:`get_attr` function references an attribute of a resource. The " @@ -9829,7 +9904,7 @@ msgid "" "from the respective resource definition." msgstr "" -# 5d22182bbe054de887c97bfffe15c9ed +# a2cd94de0e15453a8dfa90ecae4045da #: ../enduser/hot-guide/hot_spec.rst:642 msgid "" "The :code:`get_file` argument must be a static path or URL and not rely on " @@ -9838,7 +9913,7 @@ msgid "" "Orchestration engine)." msgstr "" -# 6689a022abec49808d720d5ab713d6d7 +# dd736e26fc394429b29f79c39c98f0f0 #: ../enduser/hot-guide/hot_spec.rst:624 msgid "" "The :code:`get_file` function returns the content of a file into the " @@ -9846,56 +9921,56 @@ msgid "" "containing scripts or configuration files." msgstr "" -# 8b78803845194be980163836c860cabd +# 21d850ac11174676bf19eae54747e39c #: ../enduser/hot-guide/hot_spec.rst:676 msgid "" "The :code:`get_param` function references an input parameter of a template. " "It resolves to the value provided for this input parameter at runtime." msgstr "" -# 45db06fbd7554009bf3cec4be975bc00 +# af164ee7eb3b49939f18a10d6822e248 #: ../enduser/hot-guide/hot_composition.rst:72 msgid "" "The :code:`key_name` argument of the ``my_nova.yaml`` template gets its " "value from the :code:`key_name` property of the new template." msgstr "" -# 8bf426e611fb477ca2a1dc52aef2fdd3 +# 2a55523af4b94d84812f20da0c9f420c #: ../enduser/hot-guide/hot_spec.rst:256 msgid "" "The :code:`length` constraint applies to parameters of type ``string``. It " "defines a lower and upper limit for the length of the string value." msgstr "" -# f3f79c4b5035419d95d5ca56ee821bb8 +# aa49baf2bff34cfb942077731a4d3f97 #: ../enduser/hot-guide/hot_spec.rst:766 msgid "" "The :code:`list_join` function joins a list of strings with the given " "delimiter." msgstr "" -# 987facefb2d24e0584274a7b81f8048d -# 9ca4866e92614f378074c98c0416f1d7 +# 776eeaeafeac4927b43d085d7da7c0d9 +# 63c21855d76d40569f2a2813f5fa741b #: ../common/networking_advanced_quotas.rst:63 #: ../common/networking_advanced_quotas.rst:80 msgid "The :code:`quota_items` option does not affect these quotas." msgstr "" -# c16957b6e8c845868093ba716b97620d +# 9fe428ffe42c4de3bcff64660c009c38 #: ../enduser/hot-guide/hot_spec.rst:270 msgid "" "The :code:`range` constraint applies to parameters of type ``number``. It " "defines a lower and upper limit for the numeric value of the parameter." msgstr "" -# 9e1be57dd1d940cea23868c98ef08efd +# 850e7053484946089790cae7700082db #: ../enduser/hot-guide/hot_spec.rst:786 msgid "" "The :code:`resource_facade` function retrieves data in a parent provider " "template." msgstr "" -# d29767b3c4294802af37c29d57722688 +# 62bb540198ce442fb66b88bebe246197 #: ../enduser/hot-guide/hot_spec.rst:802 msgid "" "The :code:`str_replace` function dynamically constructs strings by providing " @@ -9904,7 +9979,7 @@ msgid "" "values wherever a mapping key exactly matches a placeholder." msgstr "" -# 673d404426fe4fe28831ca50eb208cdb +# 6668c00814394cfb8448fe4433974c13 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:95 msgid "" "The :command:`glance image-download` command requires the image ID and " @@ -9912,7 +9987,7 @@ msgid "" "destination file system for the image file." msgstr "" -# 3a7cb92d022f4e00bac6fdf635c7bd60 +# cc63b07e78ae40c4a19ed95381399b4b #: ../common/networking_advanced_quotas.rst:164 msgid "" "The :command:`quota-list` command lists tenants for which the per-tenant " @@ -9920,7 +9995,7 @@ msgid "" "support. You must be an administrative user to run this command::" msgstr "" -# 155f0200de0d4bb498170b7c8b2516e6 +# 2837dfa8b5c54a0eab6b5021cc5112ff #: ../common/networking_advanced_quotas.rst:178 msgid "" "The :command:`quota-show` command reports the current set of quota limits " @@ -9929,7 +10004,7 @@ msgid "" "enabled for the tenant, the command shows the default set of quotas::" msgstr "" -# 9877c1f7c4834abe90b2763b4302afab +# 82472637c7d141dc96aa72bbfa23ffc6 #: ../enduser/dashboard_manage_containers.rst:133 msgid "" "The :guilabel:`Create Pseudo-Folder in Container` *`` ``* dialog box " @@ -9937,24 +10012,24 @@ msgid "" "uploading the object." msgstr "" -# c158c6069b6e4f618e882b2c4206a338 +# d43e6b44e9514e808e196a793904290e #: ../enduser/dashboard_manage_containers.rst:70 msgid "The :guilabel:`Edit Object` dialog box is displayed." msgstr "" -# d8e8f107a2204974bd4350ff8e6864ae +# d37894b1c9e74b709e5c648c42ae78a5 #: ../enduser/dashboard_create_networks.rst:98 msgid "" "The :guilabel:`Router Name` and :guilabel:`Router ID` fields are " "automatically updated." msgstr "" -# d8b16bc7c8114b2a8d1850a5141a33d4 +# d254b54cbc14424f906337b471f6410d #: ../enduser/dashboard_stacks.rst:136 msgid "The :guilabel:`Update Stack Parameters` window appears." msgstr "" -# efd670306a064446aa6acbe108b5f13a +# 9d4a8e440556426bb0543b1b631670f1 #: ../enduser/dashboard_manage_containers.rst:43 msgid "" "The :guilabel:`Upload Object To Container: ` dialog box appears. " @@ -9962,14 +10037,14 @@ msgid "" "object." msgstr "" -# 6855ffb67ffd41b8b789e326d5a77224 +# 1dfd8f4902194da4afc301a186851724 #: ../enduser/dashboard_manage_containers.rst:111 msgid "" "The :guilabel:`Upload Object To Container`: *````* dialog box is " "displayed." msgstr "" -# 432bb44b5e394af4a3b84a336256b3d1 +# 285718bc0cb14af09d07baa56900ec50 #: ../enduser/hot-guide/hot_software_deployment.rst:474 msgid "" "The :hotref:`OS::Heat::SoftwareDeployment` resource allows values to be " @@ -9978,7 +10053,7 @@ msgid "" "values were generated by the config script." msgstr "" -# 9aff4abf854a4c4b9da2c60cb409d690 +# 26304c6f554a4f529972013e64bafb90 #: ../enduser/hot-guide/hot_software_deployment.rst:143 msgid "" "The :hotref:`OS::Nova::Server` ``user_data_format`` property determines how " @@ -9989,17 +10064,17 @@ msgid "" "``SOFTWARE_CONFIG`` will generally be more appropriate." msgstr "" -# f1ff93bf5a1f40d2b868458f8e8f9b6d +# 44d66eea498b49138979377dd82d3daa #: ../common/cli_create_and_manage_networks.rst:118 msgid "The CIDR of the subnet." msgstr "" -# 648e706cd60f4825bcc01d3db7292040 +# 86325b5a9eb648c5bc08aeebce39eb9b #: ../enduser/configure_access_and_security_for_instances.rst:145 msgid "The Compute database registers the public key of the key pair." msgstr "" -# 116e5418dd424740a9c728f70c15cf59 +# ea8ca599115c4cac926300b20a03d586 #: ../enduser/trove-manage-db.rst:7 msgid "" "The Database Service provides scalable and reliable cloud provisioning " @@ -10008,7 +10083,7 @@ msgid "" "complex administrative tasks." msgstr "" -# f1cb0cc31b094f408d1ed52e69318284 +# bada1653eb4045d794e5bd9cb471a3bd #: ../enduser/dashboard_databases.rst:8 msgid "" "The Database service provides scalable and reliable cloud provisioning " @@ -10017,13 +10092,13 @@ msgid "" "complex administrative tasks." msgstr "" -# ed950c035e79480aa1fbd3cc8f24af4d +# 82826b73f3a94ef19ab9303927a9fd48 #: ../enduser/cli_swift_archive_auto_extract.rst:60 msgid "" "The GNU tar format. Includes the long name, long link, and sparse extensions." msgstr "" -# 9b9a53b844424c5184b501523d3e3f7d +# 3bd7d2dc1ce84ee79df265c5a8f0d4a8 #: ../enduser/hot-guide/hot_basic_resources.rst:53 msgid "" "The ID of an existing Networking port. You usually create this port in the " @@ -10032,19 +10107,19 @@ msgid "" "instance." msgstr "" -# cf177930708149fcb2394bd244bf6622 +# 3a0ba0ef7eb44e228e14cefb2d17590f #: ../common/cli_nova_launch_instance_from_volume.rst:179 msgid "The ID of the source object." msgstr "" -# b408edf9c5124fdab8abe27b7b306f7b +# 089aca66234d4795bd4f324f74a60266 #: ../enduser/configure_access_and_security_for_instances.rst:181 msgid "" "The IP Address field is filled automatically, but you can add a new IP " "address by clicking the + button." msgstr "" -# ddc888b13d1b40ddab26ad58ff432313 +# d0eb79344f72462aa49ccc89e77335ab #: ../enduser/cli_manage_ip_addresses.rst:142 msgid "" "The IP address is returned to the pool of IP addresses that is available for " @@ -10052,12 +10127,12 @@ msgid "" "it is automatically disassociated from that instance." msgstr "" -# 6cbf0080c6ab4f538be99b317e16a259 +# 489956dde19146bb88514c4f1bb5d734 #: ../adminuser/cli_keystone_manage_services.rst:7 msgid "The Identity Service enables you to define services, as follows:" msgstr "" -# 8eeed82a8b244b00b70721339072466f +# e5dcc4309d2f4ac2a6609ac0bbf3510d #: ../enduser/sdk_manage_images.rst:110 msgid "" "The Image Service Python bindings do not support the retrieval of an image " @@ -10066,21 +10141,21 @@ msgid "" "v1\\_1.images.ImageManager.find`` method:" msgstr "" -# e9ac38b4d233434aa77821e8bb6316c0 +# 0fce0826266f4d9bb0a7543e31223646 #: ../enduser/hot-guide/hot_software_deployment.rst:205 msgid "" "The JSON containing the signal data is expected to be of the following " "format:" msgstr "" -# f06e37ccad96492d98863f7c3c4aff2d +# ba9827bfc5564558ae037c449980c738 #: ../enduser/cli_swift_large_object_creation.rst:83 msgid "" "The MD5 checksum of the content of the segment object. This value must match " "the ``ETag`` of that object." msgstr "" -# 42a391419c8a40789c970a1e7d485edf +# 984ca8557747400c9aa53ae4f33d7ccb #: ../enduser/hot-guide/hot_basic_resources.rst:306 msgid "" "The Networking service (neutron) must be enabled on your OpenStack " @@ -10088,21 +10163,21 @@ msgid "" "cannot be created if your deployment uses legacy networking (nova-network)." msgstr "" -# 13a604bfda544735b2a7ee455ebb9db4 +# 07a107d2acbf4754aa0084781dbda539 #: ../enduser/hot-guide/hot_basic_resources.rst:184 msgid "" "The Networking service (neutron) must be enabled on your OpenStack " "deployment to use these resources." msgstr "" -# 4333be013ecc40d79fdd4c84c9aa8148 +# 2f0229c26c314baea4de2b305ceaddbd #: ../enduser/cli_swift_archive_auto_extract.rst:16 msgid "" "The Object Storage system extracts files from the archive file and creates " "an object." msgstr "" -# 2cfec5e1928e4679bcd57eddacb9acdc +# 43beeb988c874a58b1ce20d123844d1d #: ../enduser/dashboard_create_networks.rst:8 msgid "" "The OpenStack Networking service provides a scalable system for managing the " @@ -10111,7 +10186,7 @@ msgid "" "new IP addresses)." msgstr "" -# a3b69f82a14e4cb2b994891ecc7a133b +# 19cb380c219548bea7bcb76d66669483 #: ../enduser/managing-openstack-object-storage-with-swift-cli.rst:8 msgid "" "The OpenStack Object Storage service provides the ``swift`` client, which is " @@ -10121,7 +10196,7 @@ msgid "" "accounts, containers, and objects." msgstr "" -# 1ea9ca2fad314583bb28de37eaeb5c3d +# 68836aa9b5264e6891c721e500695604 #: ../enduser/sdk.rst:8 msgid "" "The OpenStack Python Software Development Kit (SDK) is used to write Python " @@ -10132,22 +10207,22 @@ msgid "" "implemented using the Python SDK." msgstr "" -# 42b3c579a54c4911952d0397f3ffcd6e +# ec4af10f707f4d91a085136806a293f0 #: ../enduser/hot-guide/hot_composition.rst:26 msgid "" "The Orchestration client gets the associated template files and passes them " "along in the ``files`` section of the ``POST stacks/`` API request." msgstr "" -# 49cd8ab8d81740139078d5dd689415ef +# de5c863cded54173b786b9a8abfc9cfc #: ../enduser/hot-guide/hot_composition.rst:30 msgid "" "The Orchestration engine translates template parameters into resource " "properties." msgstr "" -# 19b1ce76b11a42619c94dcb11a3a5b2a -# cf25f8472ed24e55b5010eb17faddf46 +# 235f589f3f6042f0ab2a2c494dc55689 +# 9fa069f2426042629cf30a33ae6d6220 #: ../adminuser/cli_admin_manage_stacks.rst:8 #: ../adminuser/dashboard_admin_manage_stacks.rst:8 msgid "" @@ -10157,22 +10232,22 @@ msgid "" "applications as a repeatable running environment." msgstr "" -# 7d697fd4e33a4cb482fa09f3d9819249 +# f6e42a805c7c4ed08d21c5fee4a855d2 #: ../enduser/cli_swift_archive_auto_extract.rst:58 msgid "The POSIX.1-1988 Ustar format." msgstr "" -# 12e1738c4ee440a2b6f09dcd39e67826 +# 6d3e0fba7e8640648b631d0569317a9e #: ../enduser/cli_swift_archive_auto_extract.rst:63 msgid "The POSIX.1-2001 pax format." msgstr "" -# 554465f7be1d43dc93b8a56ecbcfbbe7 +# b1643973b45a45bfabae2ee2b21cc460 #: ../enduser/sdk_configure_access_security_instances.rst:35 msgid "The Python script output looks something like this:" msgstr "" -# a2acfbff3c6b4ace9032d5161ceca798 +# 5679f4248ec241e3aea31a7159889ee6 #: ../enduser/sdk_authenticate_against_compute_endpoint.rst:45 msgid "" "The Rackspace public cloud is an OpenStack deployment that uses a custom " @@ -10184,7 +10259,7 @@ msgid "" "authenticate against the Rackspace custom authentication back end." msgstr "" -# 1ce2ab487b8a4e6bb53a49d567fa1c60 +# cb60a33ad4a443b6b2c4b1344c5179a9 #: ../enduser/cli_swift_static_website.rst:21 msgid "" "The Static Web filter must be added to the pipeline in your ``/etc/swift/" @@ -10192,7 +10267,7 @@ msgid "" "add a Static Web middleware configuration section." msgstr "" -# 1f3afa3b7fb049a29db87ce69b93d256 +# 54b32a52f3374dd3bb3c550d598b0012 #: ../adminuser/dashboard_view_cloud_resources.rst:8 msgid "" "The Telemetry module provides user-level usage data for OpenStack-based " @@ -10202,7 +10277,7 @@ msgid "" "the infrastructure (for example, libvirt)." msgstr "" -# 3a2b8d3ca7b74c5abeaba2f525bb7858 +# 8d56168dcb224463a5939cb1e10f3c5b #: ../common/cli_manage_images.rst:155 msgid "" "The URL where the data for this image resides. For example, if the image " @@ -10210,7 +10285,7 @@ msgid "" "container/obj``." msgstr "" -# d2ec05db604141b1afbac9355ef0a307 +# 58144a1c5e484e01893a2e2165daa0dc #: ../enduser/hot-guide/hot_software_deployment.rst:531 msgid "" "The `Custom image script`_ already includes the ``heat-config-script`` " @@ -10218,7 +10293,7 @@ msgid "" "shell scripts." msgstr "" -# 969a235079e148db926435ee715d635d +# 01d0565910b046e6a57b64789c8a04ae #: ../enduser/hot-guide/hot_existing_templates.rst:11 msgid "" "The `OpenStack Heat Templates repository`_ is a collection of example " @@ -10226,21 +10301,21 @@ msgid "" "templates, template-related scripts and conversion tools." msgstr "" -# e108cd251f2b4122b33b4cb4a1012606 +# fd50d6dfd57d4bfe80edbce77346fbfb #: ../enduser/hot-guide/hot_existing_templates.rst:17 msgid "" "The `OpenStack TripleO Heat Templates repository`_ contains a variety of " "heat templates that are included in the tripleo-heat-templates codebase." msgstr "" -# 09866bced9c444dea7033d2defec211d +# f01894c5c907495f96de6aed6dbd7b7c #: ../enduser/backup_db_incremental.rst:43 msgid "" "The ``BACKUP_ID`` of the parent backup. In this case, the parent is the " "regular backup, with an ID of ``6dc3a9b7-1f3e-4954-8582-3f2e4942cddd``" msgstr "" -# 9e433185e54b4d45927532a0d77da73e +# 737b791cd4fa4ba283c70c3906862512 #: ../enduser/cli_swift_large_object_creation.rst:299 msgid "" "The ``COPY`` operation does not create a manifest object. To duplicate a " @@ -10250,7 +10325,7 @@ msgid "" "set of segment objects as the original manifest object." msgstr "" -# 5de746cfbe8e445c87bd9eb52e677ce9 +# 339a6b0060614de09c88a6a3e0933a25 #: ../enduser/cli_swift_large_object_creation.rst:119 msgid "" "The ``Content-Length`` request header must contain the length of the JSON " @@ -10263,7 +10338,7 @@ msgid "" "also set the ``Content-Type`` request header and custom object metadata." msgstr "" -# 8f514322c21e4897948ed4065e2dcb34 +# 77118bcd089b49159600c4a6a50806d9 #: ../enduser/cli_swift_large_object_creation.rst:245 msgid "" "The ``Content-Type`` in the response for a ``GET`` or ``HEAD`` on the " @@ -10272,14 +10347,14 @@ msgid "" "the ``PUT`` request." msgstr "" -# fab99b2574da41f0954650eabdc4f234 +# b6db210aea7b4756964fafd0152eec2e #: ../enduser/backup_db_incremental.rst:37 msgid "" "The ``INSTANCE_ID`` of the database instance you are doing the incremental " "backup for (in this example, ``792a6a56-278f-4a01-9997-d997fa126370``)" msgstr "" -# 237a98ada3fa48cf845d171c731bf83a +# 2d0d03ed3a034758b0da204eae041907 #: ../enduser/cli_swift_large_object_creation.rst:293 msgid "" "The ``X-Object-Manifest`` value is the ``CONTAINER/PREFIX``, which indicates " @@ -10287,21 +10362,21 @@ msgid "" "``PUT`` operation." msgstr "" -# 469f6f4bd854456bac95b988730a87e1 +# 6f1aa84bf572432981ab200ad970f273 #: ../adminuser/cli_keystone_manage_services.rst:23 msgid "" "The ``auth_token`` middleware supports the use of either a shared secret or " "users for each service." msgstr "" -# 8501565bf3a5413aab05725e267e5128 +# 5fa92b362d3c413eb5a165f3bd1a96d8 #: ../adminuser/nova_cli_manage_projects_security.rst:204 msgid "" "The ``cluster`` rule allows ssh access from any other instance that uses the " "``global_http`` group." msgstr "" -# 8406d39733d44c48bd26a08e00784e00 +# 42aabebfea2040cdbb725a9833b290b2 #: ../enduser/hot-guide/hot_spec.rst:201 msgid "" "The ``constraints`` block of a parameter definition defines additional " @@ -10311,7 +10386,7 @@ msgid "" "syntax:" msgstr "" -# a1dde0e7ad12447588a518b264c8439f +# 3c6d03e398024432b9bb0d521819d189 #: ../enduser/hot-guide/hot_spec.rst:634 msgid "" "The ``content key`` is used to look up the ``files`` dictionary that is " @@ -10322,40 +10397,40 @@ msgid "" "URLs required by the Orchestration API." msgstr "" -# 730c608aac154a6fbe61b5353eea3b2b +# 121b71eec4ab43338ca6689f6d84b60b #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:52 msgid "" "The ``cpu`` column shows the sum of the virtual CPUs for instances running " "on the host." msgstr "" -# 7ae7e3e41d474f7083221e0560010dce +# 9430cf9547374898bd13dfe6165682dd #: ../enduser/hot-guide/hot_spec.rst:474 msgid "" "The ``depends_on`` attribute of a resource defines a dependency between this " "resource and one or more other resources." msgstr "" -# 42cf127cefac4e9e968f886293a93138 +# b5367f1214414d99b65338980dcd60c4 #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:58 msgid "" "The ``disk_gb`` column shows the sum of the root and ephemeral disk sizes " "(in GB) of the instances that run on the host." msgstr "" -# 4cbdef6531ef40edaff607bd927a47d3 +# 7d154b99063d4b439a63d52b8183a64d #: ../common/cli_manage_volumes.rst:212 msgid "The ``extend`` command does not return any output." msgstr "" -# 22fc9b0604434f7c8da546565f5e712a +# d65a05931439490d9d0dd6e1e3bb3554 #: ../enduser/hot-guide/hot_spec.rst:668 msgid "" "The ``files`` dictionary generated by the Orchestration client during " "instantiation of the stack would contain the following keys:" msgstr "" -# 042c74bfe73549029d9da8ef06caef90 +# 0822e6c5bf2b45bc96b7b34ce5695058 #: ../enduser/hot-guide/hot_spec.rst:733 msgid "" "The ``get_resource`` function references another resource within the same " @@ -10365,26 +10440,26 @@ msgid "" "syntax of the ``get_resource`` function is:" msgstr "" -# 60d7450f317b4fc09546ef6ca5821848 +# e886e5436abb438cad768140109ef41c #: ../enduser/hot-guide/hot_basic_resources.rst:248 msgid "" "The ``key_name`` attribute of the :hotref:`OS::Nova::Server` resource " "defines the key pair to use to enable SSH remote access:" msgstr "" -# 5d72997c91cd4c3096ce3c5abb1ed447 +# f525467fea7241e0afcc4ef20376209a #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:55 msgid "" "The ``memory_mb`` column shows the sum of the memory (in MB) allocated to " "the instances that run on the host." msgstr "" -# 437ad009fa7c4e6dbe7cdefd6128c527 +# 4ad91a4c218e496d8683e7e0d4f7c4d1 #: ../enduser/create_db.rst:104 msgid "The ``myDB`` database." msgstr "" -# d80626483e27490394449f32fe92d5fe +# ca55e46c39654cb9bb1f36d4febf59f3 #: ../enduser/hot-guide/hot_spec.rst:366 msgid "" "The ``name`` attribute specifies the concrete type of custom constraint. It " @@ -10392,7 +10467,7 @@ msgid "" "been registered in the Orchestration engine." msgstr "" -# 5eed7b9ec05048eba2c156c97a8ae1a2 +# cd977f31905747db9e9017be2e413e81 #: ../enduser/hot-guide/hot_spec.rst:515 msgid "" "The ``outputs`` section defines output parameters that should be available " @@ -10401,7 +10476,7 @@ msgid "" "applications deployed as part of a stack." msgstr "" -# cef5dc4dac3e499f92690bdf6775388f +# e82974458fe1481485142b8f17e3d656 #: ../enduser/hot-guide/hot_spec.rst:83 msgid "" "The ``parameter_groups`` section specifies how the input parameters should " @@ -10409,7 +10484,7 @@ msgid "" "typically used to describe expected behavior for downstream user interfaces." msgstr "" -# 02448ded94cd4f049ff7715993e0291b +# be6cc1c3ca7e4217961e0d3124621c75 #: ../enduser/hot-guide/hot_spec.rst:120 msgid "" "The ``parameters`` section defines input parameters that have to be provided " @@ -10418,21 +10493,21 @@ msgid "" "certain images." msgstr "" -# ceb7723b46e9446b98e80dc82f952b9d +# 5a32b0ba40524d3ab093a88434ffd0ae #: ../enduser/sdk_authenticate_compute_output.rst:366 msgid "" "The ``print_flavors`` method is defined in ``utils.py`` and prints the " "flavor details:" msgstr "" -# 21383db67406447780bf51c3592391b1 +# e9ab780357614b029f00c96c071bc08a #: ../enduser/sdk_authenticate_compute_output.rst:433 msgid "" "The ``print_values_ip`` method is defined in ``utils.py`` and prints the " "floating\\_ip object details:" msgstr "" -# cde098cbe91f42cd921abb01ca424c6b +# 7d77784f7e0f4f03a7f8b492074d1deb #: ../enduser/hot-guide/hot_spec.rst:397 msgid "" "The ``resources`` section defines actual resources that make up a stack " @@ -10440,7 +10515,7 @@ msgid "" "storage volumes)." msgstr "" -# 0804226c473f42ba9d75da74acf342f1 +# 46cc25d1e9964f3c908a6e951e387c7c #: ../enduser/hot-guide/hot_hello_world.rst:71 msgid "" "The ``resources`` section is required and must contain at least one resource " @@ -10448,45 +10523,45 @@ msgid "" "values for the ``key_name``, ``image`` and ``flavor`` properties." msgstr "" -# 9e98b093ba9e4a40baefe4dbd59160aa +# af8d93cf46cf48fd83aa48efb726473f #: ../common/cli_create_and_manage_networks.rst:110 msgid "" "The ``subnet-create`` command has the following positional and optional " "parameters:" msgstr "" -# 9cf7ebb66c0a4ad19e7aca142c576236 +# eb4a4ec5d9b846038a389b78700945b4 #: ../enduser/create_db.rst:109 msgid "The ``userA`` user with the ``password`` password." msgstr "" -# a4dd117855ae40a7949e6ac2d707411e +# 8d6d8458c1b549e482c3102f67a5dc85 #: ../common/cli_manage_volumes.rst:186 msgid "The ``volume-detach`` command does not return any output." msgstr "" -# 7275236019a64f32b4b068ebeb4e979e +# 95b85968300749e6ba42e85037384c05 #: ../enduser/hot-guide/hot_composition.rst:77 msgid "" "The above reference to ``my_nova.yaml`` assumes it is in the same directory. " "You can use any of the following forms:" msgstr "" -# b936c965424b4e1e8f72dd9057abac94 +# f969c126b02e42b1a032146329d85454 #: ../enduser/hot-guide/hot_software_deployment.rst:306 msgid "" "The above template example only needs to have the ``type`` changed to the " "swift signal resources:" msgstr "" -# 22cf300df4814f1ab86f336c0703b727 +# c6c73688f53a4d298af4d2b00a61b0b0 #: ../enduser/hot-guide/hot_spec.rst:218 msgid "" "The actual constraint, depending on the constraint type. The concrete syntax " "for each constraint type is given below." msgstr "" -# 81e6947c03b9449ba0f2400e173a6bd2 +# 2c13ad53dc614a138607f2b7531ecce7 #: ../enduser/hot-guide/hot_software_deployment.rst:603 msgid "" "The agent toolchain of ``os-collect-config``, ``os-refresh-config`` and ``os-" @@ -10494,12 +10569,12 @@ msgid "" "configuration data into a server running a custom image." msgstr "" -# a60e48d7d91f460fb76adfc3cc2d5a47 +# 4dbd3aa46a4540ca947f32dfc7701c06 #: ../enduser/cli_swift_archive_auto_extract.rst:56 msgid "The archive auto-extract feature supports these formats:" msgstr "" -# f16ea463c7e84bcc81ce114a38a74feb +# 02bb60426f4a4b56a1ac781ddef77a7d #: ../adminuser/nova_cli_manage_projects_security.rst:123 msgid "" "The arguments are positional, and the \"from-port\" and \"to-port\" " @@ -10507,12 +10582,12 @@ msgid "" "not the source and destination ports of the connection. For example:" msgstr "" -# dfa6c099b5144afb8b4a722aa372d612 +# a0bb374080564939ac9f0eb408b338d6 #: ../adminuser/cli_keystone_manage_services.rst:66 msgid "The arguments are:" msgstr "" -# 01ec77f614b244e2bada8c1c3f677ba6 +# fd5bca444f63488f9934cb60eba98422 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:27 msgid "" "The associated *rules* in each security group control the traffic to " @@ -10522,7 +10597,7 @@ msgid "" "security group." msgstr "" -# 1de925af859147138269abe067fc6de7 +# a6ed6240e8bf49ed829b20b881f2901a #: ../enduser/hot-guide/hot_spec.rst:589 msgid "" "The attribute name to be resolved. If the attribute returns a complex data " @@ -10531,12 +10606,12 @@ msgid "" "structure to return the desired value." msgstr "" -# 43a5b022edc94445b8384b85f7e2b9dd +# 0c09c18efa4d4693baf283074f627636 #: ../enduser/cli_swift_env_vars.rst:20 msgid "The authentication token for Object Storage." msgstr "" -# 950cd260993e47ad88d7d278ac1943e6 +# f6c0a1800ccd49c7af1f79b331c06a35 #: ../enduser/cli_manage_bare_metal_nodes.rst:8 msgid "" "The bare-metal driver for OpenStack Compute manages provisioning of physical " @@ -10545,14 +10620,14 @@ msgid "" "performance computing cluster, or for deploying OpenStack itself." msgstr "" -# a14fd1eb8b2f44a1b5d0787efa93db9a +# 9de9dd32d56f4f32afa0004da7f6fbe6 #: ../enduser/cli_swift_large_object_creation.rst:75 msgid "" "The body of the ``PUT`` request on the manifest object comprises a JSON " "list, where each element contains the following attributes:" msgstr "" -# 2206600e206348b88ba840ce966888be +# b91d69f09dfb43d59bd1bd0b0ffd7c8b #: ../common/cli_manage_images.rst:5 msgid "" "The cloud operator assigns roles to users. Roles determine who can upload " @@ -10560,49 +10635,49 @@ msgid "" "to only cloud administrators or operators." msgstr "" -# 00255105db0d440fa4b20dec263f92e7 +# 7bcc89dc6292415e85c11e7f53c7f6e3 #: ../adminuser/cli_set_quotas.rst:19 msgid "" "The cloud operator typically changes default values because a tenant " "requires more than ten volumes or :guilabel:`&1 TB` on a compute node." msgstr "" -# a58a606f286443aa9b98d916ff217e6a +# 9b7480a663184ff2b6165a35b3fc9163 #: ../enduser/cli_delete_an_instance.rst:28 msgid "The command does not notify that your server was deleted." msgstr "" -# e9f756fd49354852b5cdc34a14139788 +# 4dca8e5d421c4651a0b8346cf2beccf1 #: ../enduser/cli_access_instance_through_a_console.rst:35 msgid "The command returns a URL from which you can access your instance:" msgstr "" -# a1077a28a55f49e496ebd1a577342bb1 +# 0459951f5446497f985e18ed46a1c552 #: ../common/networking_advanced_quotas.rst:121 msgid "" "The command shows the ``quotas`` extension, which provides per-tenant quota " "management support::" msgstr "" -# c5a408285a4341459d91762d28e1149d +# 326b9246b7a34b4997eef0fa2214be3f #: ../enduser/cli_swift_large_object_creation.rst:79 msgid "" "The container and object name in the format: ``CONTAINER_NAME/OBJECT_NAME``." msgstr "" -# 539dd0ba090b48c2897fe34e3c6a0834 +# f7865fc83e044ed5ad3661cc504354e1 #: ../common/cli_manage_images.rst:145 msgid "" "The container format of the image. Acceptable formats are ami, ari, aki, " "bare, and ovf." msgstr "" -# 4254ccad5744499a9605270072a62349 +# 8c75841801de40d782ca1b1ff57cdf78 #: ../enduser/hot-guide/hot_software_deployment.rst:607 msgid "The custom image needs to have the following to use this approach:" msgstr "" -# 58f4e3c7be40462cabaeaa9c2c31a8b6 +# 92d9d05f68cc453fa5c8769ca09a4d80 #: ../adminuser/dashboard_set_quotas.rst:112 msgid "" "The dashboard does not show all possible project quotas. To view and update " @@ -10611,75 +10686,75 @@ msgid "" "cli_set_quotas.html>`_." msgstr "" -# 5b2ba740bfa44580bd3b5e51fedade6b +# ccd04fe728934d9db0222b8645c072e9 #: ../common/log_in_dashboard.rst:4 msgid "" "The dashboard is available on the node with the ``nova-dashboard`` server " "role." msgstr "" -# f3e4d3ee7f10451c92dba4dc489604b6 +# 7154f8ae305f441dbd98e898e2568c54 #: ../enduser/configure_access_and_security_for_instances.rst:147 msgid "The dashboard lists the key pair on the Access & Security tab." msgstr "" -# adde3492adf548609f8f86c4e37bcacb +# 8647d17a1533445bb24d192d059d832e #: ../enduser/dashboard_manage_volumes.rst:78 msgid "" "The dashboard shows the instance to which the volume is now attached and the " "device name." msgstr "" -# a68b2a9766694f31b578118e973ab45c +# f72abaa35af648f682b6563d31bb6a42 #: ../enduser/dashboard_create_networks.rst:63 msgid "The dashboard shows the network on the :guilabel:`Networks` tab." msgstr "" -# f392aa2f74734c3b88856f5c4e1ae396 +# 8fc7568d91614d3485cd7c0d1e8266ee #: ../enduser/dashboard_manage_volumes.rst:111 msgid "The dashboard shows the new volume snapshot in Volume Snapshots tab." msgstr "" -# bd06de46369840b191f35e70fd9732c8 +# 74609f1b3c65462d953c87a36cefd278 #: ../enduser/dashboard_manage_volumes.rst:55 msgid "The dashboard shows the volume on the :guilabel:`Volumes` tab." msgstr "" -# ce9bf4ee20214fdc92e5f70001f6b310 +# f6ffdbe850c54acc8c833e25872693ac #: ../enduser/create_db.rst:106 msgid "" "The database is based on the ``mysql`` data store and the ``mysql-5.5`` " "datastore\\_version." msgstr "" -# ebb4c99396f64e7a819edec8a58e2cf4 +# a44ff1bb94b647dab47eeca4cdd68c09 #: ../enduser/hot-guide/hot_software_deployment.rst:323 msgid "" "The decision to use :hotref:`OS::Heat::WaitCondition` or :hotref:`OS::Heat::" "SwiftSignal` will depend on a few factors:" msgstr "" -# 162f3b0370364ce1bf080a3b060b4fce +# 612045833fb24d8793e2dcb4e54ca210 #: ../adminuser/cli_manage_flavors.rst:53 msgid "The default flavors are:" msgstr "" -# fff2cee160c54b4086e132a9c788c343 +# 15dae9dda22e4592a19e24660037e32f #: ../adminuser/dashboard_set_quotas.rst:88 msgid "The default quota values are displayed." msgstr "" -# cfe6044c1e254b889ff83266d5c38387 +# d7002f1a12374a9391a62060f9f332f8 #: ../common/cli_manage_volumes.rst:227 msgid "The delete command does not return any output." msgstr "" -# 41349fb0d1d34ea9a6ef0ecb31976502 +# 9286de3527d34e9696f21fa845950844 #: ../enduser/cli_delete_an_instance.rst:41 msgid "The deleted instance does not appear in the list." msgstr "" -# 3e203286eda04ad391e4cc1863f9a539 +# 1cb2e75561a1445f9023522c9eb6297f #: ../enduser/hot-guide/hot_spec.rst:193 msgid "" "The description and the label are optional, but defining these attributes is " @@ -10687,14 +10762,14 @@ msgid "" "to the user." msgstr "" -# b071d3d0943145d888dc218cf87f274e +# 46ff973757fd479bb9c4acb8c5859a6f #: ../common/cli_manage_images.rst:143 msgid "" "The disk format of the image. Acceptable formats are ami, ari, aki, vhd, " "vmdk, raw, qcow2, vdi, and iso." msgstr "" -# 167e4c63c1be424c80a16774c01b7196 +# 27aa936e53ea4551b0394a29644abcbe #: ../enduser/hot-guide/hot_environment.rst:13 msgid "" "The environment affects the runtime behaviour of a template. It provides a " @@ -10702,19 +10777,19 @@ msgid "" "parameters that the service needs." msgstr "" -# dd49da356649444db8366ddefd0a44e2 +# bb279fac764b4ebb8cf7b4f828b2d708 #: ../enduser/hot-guide/hot_composition.rst:28 msgid "" "The environment in the Orchestration engine manages the mapping of resource " "type to template creation." msgstr "" -# c3e41d12f6554186bcd1a86fec37e48d +# d6c4381252ca471bb349ce5444abb3d7 #: ../enduser/hot-guide/hot_environment.rst:23 msgid "The environment is a yaml text file that contains two main sections:" msgstr "" -# 286e1dbc9a134cf4a387ee8ba66fa486 +# 92fd6f35860e4e8096334640b2bf0777 #: ../enduser/hot-guide/hot_environment.rst:46 msgid "" "The environment used for a stack is the combination of the environment you " @@ -10724,19 +10799,19 @@ msgid "" "environment, but you cloud operator can add additional environment entries." msgstr "" -# 5e0cff85c6a0486ab7fd3ff1170310cb +# 4c8cda4f396440fc8ace91dd0eaa52d7 #: ../enduser/dashboard_stacks.rst:123 msgid "The events related to the stack." msgstr "" -# df6878aeffb0414b955dada108894a08 +# 49eb25611b2b45228fec1ce9bbc7dedd #: ../enduser/hot-guide/hot_spec.rst:647 msgid "" "The example below demonstrates the :code:`get_file` function usage with both " "relative and absolute URLs:" msgstr "" -# 4d9a660af8374ece831ff578e9ec105f +# 985fbbcb3cb74eca8434448e21fdd91b #: ../enduser/hot-guide/hot_spec.rst:545 msgid "" "The example below shows how the IP address of a compute resource can be " @@ -10744,33 +10819,33 @@ msgid "" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 36d411798eea43b5b71b989adfa21f36 +# 6037d12ee67b4f778b036da17656617a # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# d20a2eab42e945eca28f6cd543d2dfe2 +# 78caadc25d7a444a872684ba3dd3682b #: ../adminuser/intro-admin.rst:11 ../enduser/intro-user.rst:11 msgid "" "The examples in this guide show you how to perform tasks by using the " "following methods:" msgstr "" -# 8faa17e0265d4dc48ed37317cd736a39 +# 6540028c919146c8b6517d46217a9267 #: ../enduser/sdk_authenticate_networking_endpoint.rst:41 msgid "The examples in this section use the ``get_credentials`` method:" msgstr "" -# 9756d8969af44552887d209cfc72a0a7 +# 8b344254cada4102bc66229e0094345d #: ../enduser/sdk_authenticate_networking_endpoint.rst:68 msgid "The examples in this section use the ``get_nova_credentials`` method:" msgstr "" -# c1580ad991ff49049530dab27ca113c8 +# 6d5b81000b6446518f54d1cc734ff261 #: ../enduser/sdk_authenticate_networking_endpoint.rst:96 msgid "" "The examples in this section use the ``print_values`` and " "``print_values_server`` methods:" msgstr "" -# 8d424b89e5494c4ca5269d27f90f00c0 +# a1353bf70690407ba7a1034b5347e373 #: ../enduser/hot-guide/hot_software_deployment.rst:27 msgid "" "The first opportunity to influence what software is configured on your " @@ -10778,41 +10853,41 @@ msgid "" "reasons you might want to do this, including:" msgstr "" -# 0ba5133110f740398eb29a6377231feb +# ae0e28355e584ca890cbc440139e4de9 #: ../enduser/create_db.rst:24 msgid "" "The first step is to list flavors by using the nova ``flavor-list`` command." msgstr "" -# e6dd8ff18bfd4ee099f856f5d3bb06b5 +# 143ed71dc9254e2888eabd044e82f8f5 #: ../adminuser/cli_manage_flavors.rst:87 msgid "" "The flavor ID is a number from 1 to 255 and cannot contain special " "characters or spaces." msgstr "" -# 7bd8beba704b4b16b2d50434bdb319dc +# 85d419b9f4424ad7a9fc1cf08b8b609b #: ../common/cli_nova_launch_instance_from_volume.rst:264 msgid "" "The flavor defines the maximum swap and ephemeral disk size. You cannot " "exceed these maximum values." msgstr "" -# 821849a7ec614b878bb8d9395be8a09d +# 544251edfe9846429086f2b153f11b43 #: ../common/cli_install_openstack_command_line_clients.rst:168 msgid "" "The following CLIs are deprecated in favor of ``openstack``, the Common " "OpenStack client supporting multiple services:" msgstr "" -# 67d015233c8c4debacfe1fa35a4c97da +# a758d227f9674e5ba14847924f689f0e #: ../enduser/cli_swift_archive_auto_extract.rst:96 msgid "" "The following auto-extract archive files example shows a ``text/plain`` " "response body where no failures occurred:" msgstr "" -# 400d2fd6eed94430979585b0bfa9beb9 +# dac9cfe6db2f43d4a4ccf8a285b22a1f #: ../enduser/cli_swift_archive_auto_extract.rst:104 msgid "" "The following auto-extract archive files example shows a ``text/plain`` " @@ -10821,19 +10896,19 @@ msgid "" "Request error occurs for any objects that use the restricted strings." msgstr "" -# 05d94635c76d4457a620530bbbff19da +# e801f34005714ffd9850c5318703d419 #: ../enduser/cli_swift_bulk_delete.rst:80 msgid "" "The following bulk delete response is in ``application/xml`` format. In this " "example, the ``mycontainer`` container is not empty, so it cannot be deleted." msgstr "" -# e28d0380e88e4646a363b7b19d57f2dd +# f7c572230754430fba5ea51993b57998 #: ../enduser/cli_swift_manage_access_swift.rst:31 msgid "The following command gives object access to all referring domains:" msgstr "" -# 0ecd0d61f08a4672aca2ac6a1c3b10e4 +# b7825c7f498940c9a4cc606ce2516a2d #: ../enduser/cli_launch_instances.rst:175 msgid "" "The following command launches the ``MyCirrosServer`` instance with the ``m1." @@ -10842,38 +10917,38 @@ msgid "" "``KeyPair01`` key, and a user data file called ``cloudinit.file``::" msgstr "" -# e75d1b770eb040399f4524859996b673 +# 5e4270f13e9b4f46a9b1ddffcca01c3d #: ../common/networking_advanced_quotas.rst:196 msgid "" "The following command shows the command output for a non-administrative " "user::" msgstr "" -# d9ce3e3f25b1487b817d20454bcdf78a +# e73354b9ba8a4189b786836d50c0500c #: ../enduser/cli_manage_bare_metal_nodes.rst:30 msgid "The following commands can be used to manage bare-metal nodes." msgstr "" -# f3e64444f4c14d13a18a543647b44246 +# cd833eb4bb8046efad592b87682acdc4 #: ../enduser/hot-guide/hot_basic_resources.rst:479 msgid "" "The following example creates a bootable volume from an image, and uses it " "to boot an instance:" msgstr "" -# e72a905d8bb144a4b0e36c9fcccb198a +# babd8d0d25e54fe8b433766ad282b9f5 #: ../enduser/hot-guide/hot_basic_resources.rst:359 msgid "The following example creates a network stack:" msgstr "" -# 90c779dd75594cc78a50fb52e0136426 +# 1ee32ef7809144149e4a04b307a4511b #: ../enduser/hot-guide/hot_basic_resources.rst:277 msgid "" "The following example creates a new key pair and uses it as authentication " "key for an instance:" msgstr "" -# 1ae4c48ed13b4465bb0e3411923cf3a6 +# 62c640cd3b464716aa195ff0e63275fe #: ../enduser/hot-guide/hot_basic_resources.rst:104 msgid "" "The following example creates a security group allowing inbound connections " @@ -10881,87 +10956,87 @@ msgid "" "instance port:" msgstr "" -# 71099ecaae7e4d25bb4d314e3db11502 +# 8540a8033ac94b948f5bc9a471d42eea #: ../enduser/hot-guide/hot_basic_resources.rst:30 msgid "" "The following example creates a simple instance, booted from an image, and " "connecting to the ``private`` network:" msgstr "" -# 5606a2d4ebfb43259d95048f01cf4f98 +# 75c470f350c04b8284bcb4e8e4dc86bd #: ../enduser/hot-guide/hot_basic_resources.rst:449 msgid "" "The following example creates a volume and an instance, and attaches the " "volume to the instance:" msgstr "" -# 8f4e25970c7748a6b9f7e093593c77e0 +# 875a742ce5eb49d48bdcfd8067801754 #: ../enduser/hot-guide/hot_basic_resources.rst:155 msgid "" "The following example creates an instance and a floating IP, and associate " "the floating IP to the instance:" msgstr "" -# 06229f6e9ef04c32a1e25230462b6ebb +# be9147fed444454ea2f016d1eb19f414 #: ../enduser/hot-guide/hot_hello_world.rst:185 msgid "" "The following example defines multiple constraints for a password definition:" msgstr "" -# de60fe50039f433798b1748b9b59f0e3 +# 4dde0704529f459b8a9f802141228597 #: ../enduser/hot-guide/hot_spec.rst:594 msgid "" "The following example demonstrates how to use the :code:`get_param` function:" msgstr "" -# b89302ec823d4312897b215bf85c3a77 +# be5986106f7245ba83c39b49d18764b5 #: ../enduser/hot-guide/hot_spec.rst:457 msgid "" "The following example demonstrates the definition of a simple compute " "resource with some fixed property values:" msgstr "" -# 1edebcaf296f44299089c6079beae3cb +# 9a8e128f7dbb48dda208a9832c775ef1 #: ../enduser/hot-guide/hot_spec.rst:696 msgid "" "The following example demonstrates the use of the :code:`get_param` function:" msgstr "" -# 267779bc5af84c5aaabff27328feb57c +# e0e37e3ea00d48728a95490c920aa8ad #: ../enduser/hot-guide/hot_basic_resources.rst:64 msgid "" "The following example demonstrates the use of the ``port`` and ``network`` " "properties:" msgstr "" -# 9732c96c58cb413eb2de6e9f68033cb0 +# fc9d8f05a6da45f58cf78f49e14c90f4 #: ../enduser/cli_swift_manage_access_swift.rst:18 msgid "" "The following example enables the ``testuser`` user to read objects in the " "container:" msgstr "" -# 0c2c6e24f56f4a239be837fcdbde7d0d +# d9aad897ea7f4216a7fc4ff1528c121e #: ../enduser/hot-guide/hot_hello_world.rst:87 msgid "" "The following example extends the previous template to provide parameters " "for the key pair, image and flavor properties of the resource:" msgstr "" -# cfda7d7d0a7c42b78c12e6f2f9a727b9 +# 5ab00d8664c3465081ead5e84eeeec1e #: ../enduser/hot-guide/hot_environment.rst:91 msgid "" "The following example maps the new ``OS::Networking::FloatingIP`` resource " "to the existing :hotref:`OS::Nova::FloatingIP` resource:" msgstr "" -# a9e4ad792b4e42bd83de452b6562f09b +# b3f933cd94c4490ab2a43376395b406d #: ../enduser/hot-guide/hot_spec.rst:177 msgid "" "The following example shows a minimalistic definition of two parameters:" msgstr "" -# fc7bd3052f7c49c986f5ecb0e1db2cb9 +# 4933bf5e835c41fdad99d77ae87252b6 #: ../enduser/hot-guide/hot_spec.rst:823 msgid "" "The following example shows a simple use of the ``str_replace`` function in " @@ -10969,14 +11044,14 @@ msgid "" "application:" msgstr "" -# 07d35593318b4c97a9edb3bcc74094f8 +# c55ac7a861704d52b820cf03c0657496 #: ../common/cli_manage_images.rst:182 msgid "" "The following example shows how to update an existing image with a " "properties that describe the disk bus, the CD-ROM bus, and the VIF model:" msgstr "" -# e93136ce3b01499fa43ef9ab8f33a88e +# 5dbf1c077fe846ee9261453ac6b9fa09 #: ../enduser/cli_manage_bare_metal_nodes.rst:65 msgid "" "The following example shows the command and results from creating a node " @@ -10984,21 +11059,21 @@ msgid "" "``ipmi``." msgstr "" -# b07742fc9a0945c0ba9432ad6d057028 +# 1ac7bdebbe654a2692edb65a1858d55d #: ../common/cli_install_openstack_command_line_clients.rst:173 msgid "" "The following example shows the command for installing the nova client with " "``pip``." msgstr "" -# 65e2b94b9553402b8750ee5d735d7944 +# 9f02a439e45a4586b7cb0d48a9d3c798 #: ../common/cli_manage_images.rst:174 msgid "" "The following example shows the command that you would use to upload a " "CentOS 6.3 image in qcow2 format and configure it for public access:" msgstr "" -# c819ef21088a4f78b02dbaf78bab7ff6 +# 434cef2d584c4cd68f77e58349385dbe #: ../enduser/hot-guide/hot_spec.rst:227 msgid "" "The following example shows the definition of a string parameter with two " @@ -11007,19 +11082,19 @@ msgid "" "useful messages to the user at deployment time." msgstr "" -# 659613357c924bc7981e104536b40afe +# a1da4530115845a98d3778ed6428b8b4 #: ../enduser/cli_swift_archive_auto_extract.rst:117 msgid "" "The following example shows the failure response in ``application/json`` " "format." msgstr "" -# 054a41d02f9d416bad9153c1d8cde72c +# 89d38fa67fef47a6bb2cd5157791a928 #: ../enduser/cli_search_instance_with_ip_address.rst:15 msgid "The following example shows the results of a search on ``10.0.0.4``." msgstr "" -# acc982e4baf44669a80e2f258a7bdeb3 +# f74055e841c344f68e2b7e626874623f #: ../enduser/hot-guide/hot_composition.rst:33 msgid "" "The following examples illustrate how you can use a custom template to " @@ -11027,121 +11102,121 @@ msgid "" "in a :file:`my_nova.yml` file:" msgstr "" -# 0529da07bc5442fbbfc32f6ef4248481 +# b5e38a989e854b49a70695e66850f9f3 #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:21 msgid "" "The following examples show the host usage statistics for a host called " "``devstack``." msgstr "" -# 731f9c7724d94767adab8076fd99cfc8 +# 459bbdd4dbbc4b2da6a68d991ea14600 #: ../enduser/hot-guide/hot_spec.rst:844 msgid "" "The following examples show the use of the :code:`str_replace` function to " "build an instance initialization script:" msgstr "" -# 4965af95b4c34e919f698eb5814f8096 +# 2bbb3570b5b24ef0af71235dfeba4d37 #: ../enduser/sdk_authenticate_networking_endpoint.rst:138 msgid "The following program creates a network:" msgstr "" -# bef6596540fc4b7d88fd816f4a5900fc +# c78c1b08bec54cc3af93ef6e17e48dd9 #: ../enduser/sdk_authenticate_networking_endpoint.rst:195 msgid "The following program creates a port:" msgstr "" -# 412ac16e567140ec923232cc46edc3d5 +# fa0fb382c9cf4b5da0d5ca270b9f19eb #: ../enduser/sdk_authenticate_compute_output.rst:97 msgid "" "The following program creates a server (VM) by using the Compute API v2." msgstr "" -# 6047dd6f6ff44635886fdefe01dba1aa +# e672367c98964db4b314610d0ba1d0b1 #: ../enduser/sdk_authenticate_compute_output.rst:176 msgid "" "The following program deletes a server (VM) by using the Compute API v2." msgstr "" -# 786685ff8cfb43c9862a1af2cc0bc143 +# 2f7f36910a114aba918403abb24dee02 #: ../enduser/sdk_authenticate_compute_output.rst:355 msgid "" "The following program lists flavors and their details by using the Compute " "API v2." msgstr "" -# c2d871e994494f37a687b0b671319501 +# 66e5955686e8435d992bd9fac6723fe5 #: ../enduser/sdk_authenticate_networking_endpoint.rst:172 msgid "The following program lists networks:" msgstr "" -# 0d2b4b3066d64117b0dd2acd6873fbd2 +# e5745d6bf8a943488a08270440622451 #: ../enduser/sdk_authenticate_networking_endpoint.rst:241 msgid "The following program lists ports:" msgstr "" -# 0f8da343d05d4dfd8888c0712bf1689f +# 63a980cbc49b41119adb6f908b96b83a #: ../enduser/sdk_authenticate_compute_output.rst:54 msgid "The following program lists servers by using the Compute API v2." msgstr "" -# 00b7a5ab7ab74692b8430d035ef33e5f +# 81f2342fbe524f6083129c924da4881e #: ../enduser/sdk_authenticate_compute_output.rst:422 msgid "" "The following program lists the floating IPs and their details by using the " "Compute API v2." msgstr "" -# 6b223ce7f24344519b2aa407b5f36f8c +# ae57269778cd4ab2bc0fa775ce303d0d #: ../enduser/sdk_authenticate_compute_output.rst:492 msgid "The following program lists the hosts by using the Compute API v2." msgstr "" -# 5ae3ecd996034df49ae3ea85cfda917d +# c87154f2bfee4df4b35413f06a6d1c60 #: ../enduser/sdk_authenticate_networking_endpoint.rst:265 msgid "The following program lists the ports for a server:" msgstr "" -# 1df741a0ba434f17ad27fd9bf8755bd5 +# 21d17a5616314839a650c5df9207f626 #: ../enduser/sdk_authenticate_compute_output.rst:258 msgid "" "The following program updates the name of a server (VM) by using the Compute " "API v2." msgstr "" -# 49255480864b47d18c690f2eab15f0f9 +# 16d57be6617f4574a7252e1bc726f7a5 #: ../enduser/hot-guide/hot_spec.rst:251 msgid "" "The following sections list the supported types of parameter constraints, " "along with the syntax for each type." msgstr "" -# 477cbb39863d4d60aca4264db2efb9d0 +# bfd88b263f9342caa90f087a8a1d2567 #: ../enduser/cli_swift_static_website.rst:53 msgid "" "The following sections show how to use Static Web middleware through Object " "Storage." msgstr "" -# 8ddaf9fe03424c11825aab4bff67c8c1 +# ded589d877234703a474439d2dc1d9d4 #: ../adminuser/dashboard_set_quotas.rst:33 msgid "" "The following table describes the Compute and Block Storage service quotas:" msgstr "" -# c5dbb124e2bc429391b6d5bff55b3897 +# 6939ce3c5e8d44788341b4235b9b794b #: ../common/cli_overview.rst:28 msgid "" "The following table lists the command-line client for each OpenStack service " "with its package name and description." msgstr "" -# 51834affe7554702b22ac834b7f4f5fc +# c556aa6b38aa4410b2e314dbf6363168 #: ../adminuser/dashboard_manage_flavors.rst:12 msgid "The following table lists the default flavors." msgstr "" -# a303c4827be749d18cd93fe9fe580445 +# db94c609311249e9841da77e3552bf31 #: ../common/cli_manage_images.rst:134 msgid "" "The following table lists the optional arguments that you can use with the " @@ -11151,35 +11226,35 @@ msgid "" "html>`__." msgstr "" -# 1b4c26a029fa4eaf8d0c495201d2cc47 +# 52752cc9b6584b7098a561cfdb214190 #: ../enduser/hot-guide/hot_composition.rst:58 msgid "" "The following template defines the :file:`my_nova.yaml` file as value for " "the ``type`` property of a resource:" msgstr "" -# ae2d967006ab43bda0ba756403b2d31c +# c23ec0b52b654390898315b39d19c817 #: ../enduser/hot-guide/hot_software_deployment.rst:231 msgid "" "The following template example uses the convenience attribute ``curl_cli`` " "which builds a curl command with a valid token:" msgstr "" -# 530ddd8d19974adc9730a215d8610e11 +# c8c23171eccd439292a8d4b2ba295980 #: ../adminuser/dashboard_manage_images.rst:72 msgid "" "The image is queued to be uploaded. It might take several minutes before the " "status changes from ``Queued`` to ``Active``." msgstr "" -# 608a86bb274543fe92c95c44ffc6ffe1 +# 19815c8af65946dbbe712bb665d3950f #: ../enduser/sdk_manage_images.rst:30 msgid "" "The images method returns a Python generator, as shown in the following " "interaction with the Python interpreter:" msgstr "" -# 131cb2d3f9924c6faa6d520dbfb34f6a +# 9b935a94db5f49d590d0e709c94f07c7 #: ../adminuser/cli_nova_evacuate.rst:29 msgid "" "The instance is booted from a new disk, but preserves its configuration " @@ -11187,52 +11262,52 @@ msgid "" "password::" msgstr "" -# 2e0eebb5082c4f2c89491f9605d724e0 +# fc551651d63e4508aa94c51608a9e603 #: ../adminuser/cli_nova_migrate.rst:77 msgid "" "The instance is booted from a new host, but preserves its configuration " "including its ID, name, any metadata, IP address, and other properties." msgstr "" -# 2e0b02ca20f448acb50aafb21b41cdc5 +# 847ade8c5ab144cfad7fd7030ca8eece #: ../enduser/cli_manage_ip_addresses.rst:107 msgid "The instance is now associated with two IP addresses::" msgstr "" -# bd42720bb6b148138b332dcd53c45b53 +# 1681717b30b64062b6881b3ae3bfb471 #: ../enduser/hot-guide/hot_hello_world.rst:204 msgid "" "The list of supported constraints is available in the :ref:" "`hot_spec_parameters_constraints` section." msgstr "" -# f25ceadfcdd04fe0bd428233a9d7cb42 +# 220af56c3e18421ca03676d27fc034ce #: ../enduser/configure_access_and_security_for_instances.rst:186 msgid "The list shows all the instances with their fixed IP addresses." msgstr "" -# cb1ad5b548af43faaba7f566c0a3cf1c +# b9e18d58d72c4917a906b9d5f425a564 #: ../enduser/cli_launch_instances.rst:249 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 "" -# 7f87250d2be94213a0127f79b1b59f4d +# e336a3544ff6469cb99e0dd1c287315e #: ../enduser/cli_swift_large_object_creation.rst:288 msgid "" "The manifest list includes the container name of each object. Segment " "objects can be in different containers." msgstr "" -# 08dd04c08df041d8be9433bf854fd122 +# 13618c0e2e8a40e2b9ad154a7baff27d #: ../enduser/cli_swift_large_object_creation.rst:36 msgid "" "The manifest object content is an ordered list of the names of the segment " "objects in JSON format. See :ref:`static_large_objects`." msgstr "" -# 63a28d3e0c0848659213c8e17edf5739 +# ed5e6d48f0e643b0b415a952f522700a #: ../enduser/cli_swift_large_object_creation.rst:40 msgid "" "The manifest object has no content but it has a ``X-Object-Manifest`` " @@ -11242,12 +11317,12 @@ msgid "" "See :ref:`dynamic_large_objects`." msgstr "" -# 817f373cffc6447aaf2881f0699cf077 +# f674830e6ca54318b7b7b2901d3e6441 #: ../common/cli_manage_images.rst:153 msgid "The minimum amount of RAM needed to boot the image, in megabytes." msgstr "" -# 4bf685702c7e45948831e152f23dc207 +# f7f7360d5b454f9ba7dc3dc8c611e110 #: ../enduser/hot-guide/hot_spec.rst:282 msgid "" "The minimum and maximum boundaries are included in the range. For example, " @@ -11255,12 +11330,12 @@ msgid "" "and 10:" msgstr "" -# 0586c6db828640a1a94367393a901a71 +# dbc946ecb14340419e819fbb1e93d7c1 #: ../common/cli_manage_images.rst:151 msgid "The minimum size of the disk needed to boot the image, in gigabytes." msgstr "" -# 6a81f4763dc641f8b851fe6c4bba17c4 +# 8cbc882b8a9448eb83524135b581da7b #: ../enduser/hot-guide/hot_hello_world.rst:39 msgid "" "The most basic template you can think of contains only a single resource " @@ -11268,27 +11343,27 @@ msgid "" "could be used to deploy a single compute instance:" msgstr "" -# 0bbea0dc7a2a4a70966a741915e3dedf +# 6a81a7da58cc444cb5fdcfda097fcea7 #: ../enduser/hot-guide/hot_spec.rst:113 msgid "The name of a parameter defined in the ``parameters`` section." msgstr "" -# 15601d8b81694df5adf0e562e512027d +# 3a4e99e4ba1c43d487b911f247f0f8e5 #: ../common/cli_manage_images.rst:141 msgid "The name of the image." msgstr "" -# 74ed5e67b09c479d94d6a2bb9f670f07 +# 9065aa9e9ca64fd5b217389af86c951c #: ../enduser/backup_db_incremental.rst:41 msgid "The name of the incremental backup you are creating: ``backup1.1``" msgstr "" -# f4c2a2423a7c4785ba6e115355134774 +# a453fa1662e54c47b967731f441094ec #: ../enduser/hot-guide/hot_spec.rst:143 msgid "The name of the parameter." msgstr "" -# ad903cc42b584201b8e6f45d90ee6413 +# 3cc7db938a7e4c7d9ac2c8f0d71c836d #: ../enduser/backup_db_incremental.rst:71 msgid "" "The name of your second incremental backup is ``backup1.2``. This time, when " @@ -11297,7 +11372,7 @@ msgid "" "``1d474981-a006-4f62-b25f-43d7b8a7097e``." msgstr "" -# a617aa1ade03490b9f6501167716adeb +# 22a9b8c520984b0fb2a70c0a70a08e7a #: ../enduser/hot-guide/hot_basic_resources.rst:59 msgid "" "The name or ID of an existing network. You don't need to create an :hotref:" @@ -11305,32 +11380,32 @@ msgid "" "able to associate a floating IP with the instance interface in the template." msgstr "" -# 8427fa4585804e3e8d45ec6736f5acc7 +# 29f1d412466b433a8f218009c244b88a #: ../common/cli_create_and_manage_networks.rst:113 msgid "The name or ID of the network to which the subnet belongs." msgstr "" -# 058bf47a944041ea8ac88a4c8a87553c +# 734c133d9513402998c1f28cbd4a97fa #: ../enduser/dashboard_databases.rst:157 msgid "The new instance appears in the database instances list." msgstr "" -# 48e11df57b4142389a2c0e6b397ef9ad +# 8634354473cd4f5ba0a24d00d1b6026e #: ../enduser/dashboard_create_networks.rst:75 msgid "The new router is now displayed in the :guilabel:`Routers` tab." msgstr "" -# cd255914e39d4b4f8aa8b5fa1e00a607 +# 6898d38b93cd4af2a5641acd94b02a9d #: ../enduser/cli_swift_bulk_delete.rst:72 msgid "The number of files actually deleted." msgstr "" -# ac137f40103c4c34a0936782eb17d972 +# 5dc90ac570124c2abc4f6e5127696e2e #: ../enduser/cli_swift_bulk_delete.rst:74 msgid "The number of not found objects." msgstr "" -# 88e292f902084b7eb63102e052aff105 +# 425e3887eb1d44889ede99cf594ebc91 #: ../enduser/cli_swift_large_object_creation.rst:293 msgid "" "The object has ``X-Static-Large-Object`` set to ``true``. You do not set " @@ -11338,14 +11413,14 @@ msgid "" "manifest object." msgstr "" -# 5284cc84fc87440186ede9aa2341d966 +# d6686a5fd5cd48c59f1c2aba75048801 #: ../enduser/hot-guide/hot_spec.rst:532 msgid "" "The output parameter name, which must be unique within the ``outputs`` " "section of a template." msgstr "" -# 16af3d77b2ea44b6a0b84f892e998aa3 +# 1ea75e22433048c19b7314e8e1718dae #: ../common/cli_manage_volumes.rst:140 msgid "" "The output shows that the volume is attached to the server with ID " @@ -11353,26 +11428,26 @@ msgid "" "and is bootable." msgstr "" -# 50853bbd685c40f9a0c16964a10b484d +# 7bdc3bc713de4fc4874989f4e3fdee4a #: ../adminuser/cli_keystone_manage_services.rst:112 msgid "The output shows the ID for the project." msgstr "" -# 10163e4579b747a3a3d2977b2b8099d0 +# 99435e5960a1477ca091ae1c963e9040 #: ../adminuser/manage_projects_users_and_roles.rst:205 msgid "" "The output shows the ID, name, enabled status, and e-mail address for each " "user:" msgstr "" -# 169c997b775d42599ae4e981d99cab43 +# bbaca34200e34f45a3a2abc482bef772 #: ../common/cli_manage_volumes.rst:317 msgid "" "The output shows the volume transfer ID in the ``id`` row and the " "authorization key." msgstr "" -# 59a00f0bd6914b0a9f84fed5561a0ace +# 6dfa6a0c80f245609dbd872b718b2de8 #: ../enduser/hot-guide/hot_spec.rst:691 msgid "" "The parameter name to be resolved. If the parameters returns a complex data " @@ -11381,45 +11456,45 @@ msgid "" "structure to return the desired value." msgstr "" -# 37143b980b4f42a09f8d6fb97a6f490e +# afe6f291f2ce44ef82ebebbe5505b9b9 #: ../enduser/dashboard_stacks.rst:117 msgid "The parameters and details of the stack." msgstr "" -# e4e0e46f56dc413b950a4f107e4d10df +# beb2c5403bb24e8dbe282baca5907d25 #: ../common/cli_nova_launch_instance_from_volume.rst:167 msgid "The parameters are:" msgstr "" -# c9367b660f99423e924a683644744a33 +# 28cb588add08405e87ad20856ab74ead #: ../enduser/cli_swift_bulk_delete.rst:26 msgid "" "The path is the account, such as ``/v1/12345678912345``, that contains the " "objects and containers." msgstr "" -# 2c40a0bb435b4fd58d47b11b56ced6b4 +# 30450abb0f234f45b896d5986f012e0f #: ../enduser/cli_swift_archive_auto_extract.rst:29 msgid "" "The path you specify in the ``PUT`` request is used for the location of the " "object and the prefix for the resulting object names." msgstr "" -# 5b54ac279da04dc18ed6da5a149f0bd2 +# 89ee5606c28742a6b6dbcea66eac84bc #: ../enduser/hot-guide/hot_software_deployment.rst:333 msgid "" "The preference to protect signal URLs with token authentication or a secret " "webhook URL." msgstr "" -# 6ca5c3ef70914b7185505357025d0ef9 +# aa1e538eefd54631b97924da159855b1 #: ../enduser/hot-guide/hot_software_deployment.rst:616 msgid "" "The projects tripleo-image-elements_ and tripleo-heat-templates_ demonstrate " "this approach." msgstr "" -# bb462fe45173469b9b6bb9b4701c26db +# ba1418d8d8774414aca7b5e192e31015 #: ../enduser/cli_swift_env_vars.rst:14 msgid "" "The public URL that is the HTTP endpoint from where you can access Object " @@ -11427,14 +11502,14 @@ msgid "" "name. For example, ``https://23.253.72.207/v1/my_account``." msgstr "" -# 585ad1e22ec0469dae902481b66bcf77 +# c7b09664146d46a2a792312d181b0051 #: ../enduser/hot-guide/hot_software_deployment.rst:715 msgid "" "The puppet_ hook makes it possible to write configuration as puppet " "manifests which are deployed and run in a masterless environment." msgstr "" -# 0af8892f2d024906a41c828a39502750 +# 834b5ca4fb234138aac3cc524d7d30f6 #: ../common/networking_advanced_quotas.rst:25 msgid "" "The quota value is defined in the OpenStack Networking :file:`neutron.conf` " @@ -11443,7 +11518,7 @@ msgid "" "`quota_items`. This example shows the default quota values:" msgstr "" -# bb0787fec0df4040a1f6420cca99c8a3 +# 92a8aa8905924c5bb8753e5488ec8406 #: ../common/cli_install_openstack_command_line_clients.rst:35 msgid "" "The recommended way to install setuptools on Microsoft Windows is to follow " @@ -11453,7 +11528,7 @@ msgid "" "pythonlibs/ #setuptools)." msgstr "" -# d6241d06338f401c8864f2c774cb8f9a +# 7d6bbd3331aa479a907c570e57da085d #: ../enduser/cli_swift_serialized_response_formats.rst:125 msgid "" "The remainder of the examples in this guide use standard, non-serialized " @@ -11461,7 +11536,7 @@ msgid "" "the ``format`` query parameter or ``Accept`` request header." msgstr "" -# c032b3cf02fb4ebcabe54e73ec06fd03 +# ea963049c03846c9ba63ff231b1f33f1 #: ../enduser/hot-guide/hot_software_deployment.rst:370 msgid "" "The resource :hotref:`OS::Heat::CloudConfig` allows Cloud-init_ cloud-config " @@ -11471,7 +11546,7 @@ msgid "" "valid cloud-config are done." msgstr "" -# 6a9e86d208944ce0b85b6a4f99681de3 +# 710b872205bc4367a6a873fea979b3aa #: ../enduser/hot-guide/hot_software_deployment.rst:400 msgid "" "The resource :hotref:`OS::Heat::MultipartMime` allows multiple :hotref:`OS::" @@ -11479,56 +11554,56 @@ msgid "" "combined into a single Cloud-init_ multi-part message:" msgstr "" -# 52c4f21a60144e5f8ecfc7653d750807 +# 99d131b9308d4ed7b0be6ba4b27958c9 #: ../enduser/hot-guide/hot_software_deployment.rst:347 msgid "" "The resource :hotref:`OS::Heat::SoftwareConfig` is used for storing configs " "represented by text scripts, for example:" msgstr "" -# 8ba371d3819541c59db552a2f3e141da +# 7570e13ea27544f393980a66d0ba016d #: ../enduser/hot-guide/hot_spec.rst:584 msgid "The resource ID for which the attribute needs to be resolved." msgstr "" -# a487971f4c60429abefeb9c551b54a53 +# 6ba20e9de72a46ca9a5835a6df39a856 #: ../enduser/hot-guide/hot_spec.rst:586 msgid "" "The resource ID must exist in the ``resources`` section of the template." msgstr "" -# b28c55203e7a4b9e86746cd8b95d9073 +# 81a406bb57e9412383fd210b271eac7d #: ../enduser/hot-guide/hot_spec.rst:743 msgid "" "The resource ID of the referenced resource is given as single parameter to " "the get_resource function." msgstr "" -# d0f01c3e09044e5c925089ec4b1d9217 +# 2c5e53bbb65f476fb47b8ffa9781e512 #: ../enduser/hot-guide/hot_spec.rst:423 msgid "" "The resource type, such as ``OS::Nova::Server`` or ``OS::Neutron::Port``. " "This attribute is required." msgstr "" -# bbeaa9eea17e4b0082d5535a8f3726ee +# 0e0542b1836840bc939fb7fbd656b820 #: ../enduser/dashboard_stacks.rst:120 msgid "The resources used by the stack." msgstr "" -# 781e38e49f7c41ee8068cc0319967259 +# 3bf0f9c3a5f4435b8a29330f206265c3 #: ../enduser/cli_swift_bulk_delete.rst:70 msgid "The response body contains the following information:" msgstr "" -# 0d11d0ac9cb5445aa4a456cb36f0d430 +# 0109c72ce76c4479a557b5c9fce5a17b #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:66 msgid "" "The row that has the value ``used_max`` in the ``PROJECT`` column shows the " "sum of the resources allocated to the instances that run on the host." msgstr "" -# 07c07aca879b4b2282e8bbef4a07d217 +# 54369fb8d04846f5b80a3f7f8af203b8 #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:61 msgid "" "The row that has the value ``used_now`` in the ``PROJECT`` column shows the " @@ -11536,7 +11611,7 @@ msgid "" "the resources allocated to the virtual machine of the host itself." msgstr "" -# 28d1dd468d654c4283cf84379174f8c4 +# bbb45bdc2e144e9e95ddec2667fe92c2 #: ../adminuser/dashboard_manage_host_aggregates.rst:15 msgid "" "The scheduler uses this information to make scheduling decisions. For " @@ -11544,122 +11619,122 @@ msgid "" "reference/content/section_compute-scheduler.html>`__." msgstr "" -# 93157f450f9546988ee1fe41f77f7c0f -# b56e325f19de442e876b150849518dd5 +# 72b386c3e47d4c77a009bdbf2ed2a3b3 +# 3d5116e8572e47d1896f16b25eabfcc2 #: ../enduser/cli_change_the_size_of_your_server.rst:86 #: ../enduser/cli_change_the_size_of_your_server.rst:94 msgid "The server status becomes ACTIVE." msgstr "" -# 75016367244f4bfd9d902a725148595d +# 3e9254bf63a14f868e670ef99cce5b55 #: ../enduser/cli_change_the_size_of_your_server.rst:45 msgid "The size (flavor) of the server is ``m1.small (2)``." msgstr "" -# 32eb7a89d6d64cba8d02ecd7383640e3 +# ae3a9f1ce2ae4f21868648055f9944b7 #: ../common/cli_manage_images.rst:149 msgid "The size of image data, in bytes." msgstr "" -# 0b072e9d2ce341d2b32c53c96103d71a +# e82067f64b09468f817776cf28411170 #: ../enduser/cli_swift_large_object_creation.rst:87 msgid "" "The size of the segment object. This value must match the ``Content-Length`` " "of that object." msgstr "" -# 2fdaa467894e4418b8f306a241f7a6f6 +# 940284bbffc44f1f8ab089805a0f4490 #: ../common/cli_nova_launch_instance_from_volume.rst:186 msgid "The size of the volume that is created." msgstr "" -# e9b55801508e4bf29fcf90eb16a466f2 +# 634e753e64104f7996cba798d379ae18 #: ../common/cli_create_and_manage_networks.rst:123 msgid "The subnet name, which is optional." msgstr "" -# 45e137adfede4942bd9a7a6fcb1b7060 +# a797bc1c3d27443abe0d971b29ece67f #: ../enduser/hot-guide/hot_environment.rst:115 msgid "The supported URL scheme are ``file``, ``http`` and ``https``." msgstr "" -# c269d49256fd4a94995ead8147e80071 +# f21baf64b308486e91eaada6d3edbd18 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:10 msgid "The swift client is simple to use, scalable, and flexible." msgstr "" -# 7559f1d09deb4d49a002d8bc2e3978e0 +# e5427a4d8ace4efeb1cb406238e7bf64 #: ../enduser/hot-guide/hot_spec.rst:628 msgid "The syntax of :code:`the get_file` function is:" msgstr "" -# 9cc47189d12c4de6b4d19f33903fb7de +# 5390c96362644e6c8f09810f2d5cb653 #: ../enduser/hot-guide/hot_spec.rst:333 msgid "The syntax of the :code:`allowed_pattern` constraint is:" msgstr "" -# cd0e689a6cd349da8dbd778c1bdc0fa5 +# dbce871bedf2410abb2f9123d0dce921 #: ../enduser/hot-guide/hot_spec.rst:296 msgid "The syntax of the :code:`allowed_values` constraint is:" msgstr "" -# 69761e36ff8c4fe3aac51d4f5e62640e +# 7da17738f0af435f970e1531e8e9277a #: ../enduser/hot-guide/hot_spec.rst:360 msgid "The syntax of the :code:`custom_constraint` constraint is:" msgstr "" -# f114176a678f4a2bb308909b64ead717 +# 612a429736ac403b8e12368a00794023 #: ../enduser/hot-guide/hot_spec.rst:571 msgid "The syntax of the :code:`get_attr` function is:" msgstr "" -# 83045fe4e4e64ba284ed0069b162192e +# 08fbe64bde93406ea89f1f948148870c #: ../enduser/hot-guide/hot_spec.rst:679 msgid "The syntax of the :code:`get_param` function is:" msgstr "" -# a150b890de794952bab604489052f1f0 +# 14a00dfabaff40998f0911f079a8a26f #: ../enduser/hot-guide/hot_spec.rst:259 msgid "The syntax of the :code:`length` constraint is:" msgstr "" -# e089c7d8923846ec8e72333d698c66e3 +# 74f46b24ece2447791e1eea0e1e4b4e2 #: ../enduser/hot-guide/hot_spec.rst:768 msgid "The syntax of the :code:`list_join` function is:" msgstr "" -# de4ee8ef10f44e5d8b6246ddcb8d8720 +# e4675c03f9264a04ba0f5c504049bd11 #: ../enduser/hot-guide/hot_spec.rst:273 msgid "The syntax of the :code:`range` constraint is:" msgstr "" -# 8de8258af80f448dae48f0306980f278 +# 788db923abf24759a3e05be60e214faa #: ../enduser/hot-guide/hot_spec.rst:807 msgid "The syntax of the :code:`str_replace` function is:" msgstr "" -# 5d6c37a180714456bb4ec378c6017c65 +# d7173f60662a46f1bb7c0cd55a230436 #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:99 msgid "" "The system returns status code 2xx (between 200 and 299, inclusive) and the " "objects and pseudo-directories within the nested pseudo-directory." msgstr "" -# 6fd082dc654040378b34ad851aac0106 +# 926df21d5fa34683897e8c61d34a2ce5 #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:77 msgid "" "The system returns status code 2xx (between 200 and 299, inclusive) and the " "objects and pseudo-directories within the top level pseudo-directory." msgstr "" -# 0f4c927ea87546d0a1a0030955629fa3 +# 3d3df9ae70ec4521a924eba996628459 #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:35 msgid "" "The system returns status code 2xx (between 200 and 299, inclusive) and the " "requested list of the objects." msgstr "" -# 3e37dd8d913f4f3db735714af8acac98 +# 7b2f3e78986b4e35ac6f04dd2f08a9cf #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:58 msgid "" "The system returns status code 2xx (between 200 and 299, inclusive) and the " @@ -11670,14 +11745,14 @@ msgid "" "results." msgstr "" -# cd719f581d3548b198458ea51940fe50 +# 5043687772b6470a84a1b3dbc7a666d6 #: ../enduser/hot-guide/hot_environment.rst:119 msgid "" "The template file extension must be ``.yaml`` or ``.template``, or it will " "not be treated as a custom template resource." msgstr "" -# 7b2a92ee66ca4b3e9ad98aebb9844321 +# c64d45a99956404ab490ce6c251ced48 #: ../enduser/hot-guide/hot_software_deployment.rst:708 msgid "" "The template has 2 deployment resources deploying the same config with " @@ -11686,7 +11761,7 @@ msgid "" "(10_deployment, 20_other_deployment)" msgstr "" -# 1b7a38d5dc5c423298a45c32a2d9fbef +# 7647ad205a554aa4abc57638f67d4033 #: ../enduser/dashboard_stacks.rst:26 msgid "" "The template languages are described in the `Template Guide `_." msgstr "" -# e6a15d6164fb47dc835b4bf059f71392 +# e773586fb6a640c5b12de432dc760bb2 #: ../common/cli_manage_images.rst:147 msgid "The tenant who should own the image." msgstr "" -# ec091e7178dd48d0894a8501685c6a10 +# 9cc2b4661db14f709dc5ffb4adf44da9 #: ../common/log_in_dashboard.rst:39 msgid "" "The top of the window displays your user name. You can also access settings " "or sign out of the dashboard." msgstr "" -# cafeebce5b054f5eb6cdec92914d559e +# d47e0797adf74706b1e60e02b22c4585 #: ../enduser/dashboard_stacks.rst:114 msgid "The topology of the stack." msgstr "" -# 4026d0ab4d134c818944bc4c76d45fc5 +# d584b39ae7324b1b9940b6b9cfe1463b #: ../common/cli_nova_launch_instance_from_volume.rst:175 msgid "" "The type of object used to create the block device. Valid values are " "``volume``, ``snapshot``, ``image``, and ``blank``." msgstr "" -# ea7eb2a5bf4d403c97bd70aeed92551c +# 0c5c45e1ea094e10b9f9f95d905eafb5 #: ../enduser/hot-guide/hot_spec.rst:146 msgid "" "The type of the parameter. Supported types are ``string``, ``number``, " @@ -11726,21 +11801,21 @@ msgid "" "required." msgstr "" -# e8a512a81bae4fadba1183ac48a684de +# 77a6bf698bf84aeb82a5a3bfd23d9b94 #: ../common/cli_nova_launch_instance_from_volume.rst:182 msgid "" "The type of the target virtual device. Valid values are ``volume`` and " "``local``." msgstr "" -# 1f061a3590cd45a9a310c4dff119dab7 +# 28a77325c790422aae0df7b044a923b3 #: ../common/cli_manage_images.rst:206 msgid "" "The valid model values depend on the ``libvirt_type`` setting, as shown in " "the following tables." msgstr "" -# c15d33750f594d59bf841f18ed9f8e87 +# 821224d10cf1472194dd790f2d580374 #: ../enduser/hot-guide/hot_spec.rst:540 msgid "" "The value of the output parameter. This value is usually resolved by means " @@ -11748,7 +11823,7 @@ msgid "" "functions. This attribute is required." msgstr "" -# a2f81c274c6441c6ab9c639173378387 +# 9576b3d3d2a04fb687608acb51d8ab60 #: ../enduser/hot-guide/hot_hello_world.rst:151 msgid "" "The values that a user provides when deploying a stack are available in the " @@ -11757,19 +11832,19 @@ msgid "" "parameter:" msgstr "" -# 9ff24b50809047289e93563d1c825a3f +# 280363321f9f48cb9ce734b0b5c6de84 #: ../common/cli_discover_version_number_for_a_client.rst:14 msgid "The version number (2.15.0 in the example) is returned." msgstr "" -# 6712ef8378df42e9b04f5455f3fc2855 +# 6490106ce49240dda248c05c8ac4ffb4 #: ../common/log_in_dashboard.rst:42 msgid "" "The visible tabs and functions in the dashboard depend on the access " "permissions, or roles, of the user you are logged in as." msgstr "" -# bfb5584c73ac4fe994f7d2735105df6f +# eaec9f1b839b4452834550039e6ad32e #: ../common/cli_manage_volumes.rst:308 msgid "" "The volume must be in an ``available`` state or the request will be denied. " @@ -11778,36 +11853,36 @@ msgid "" "state. For example:" msgstr "" -# ebfc1878b90d45e0a99ce28385e1aa7e +# edc34acc62564a0992cd744b0017e6a0 #: ../enduser/hot-guide/hot_basic_resources.rst:412 msgid "" "The volumes that you create are empty by default. Use the ``image`` property " "to create a bootable volume from an existing image:" msgstr "" -# e0dbfa88ad514cac894966a4d0c64f22 +# d686328802254af2ac7c4deb126babd2 #: ../common/cli_install_openstack_command_line_clients.rst:116 msgid "Then install pip and use it to manage client installation:" msgstr "" -# 5d9134cfe8a945f38aa305058c24efc7 +# 9c6e14a848fe40afb7d10ce82a8287ad #: ../common/cli_install_openstack_command_line_clients.rst:224 msgid "Then you can install the packages::" msgstr "" -# 5dd7dca9a9634605915a1d136f63388f +# 492de29343e64fc787848c9b16f7fc64 #: ../enduser/hot-guide/hot_software_deployment.rst:690 msgid "There are a number of things to note about this template example:" msgstr "" -# cb28047d0c624390991400430bf82e16 +# f05b423b792a4e1fb03ac26dff938219 #: ../enduser/hot-guide/hot_software_deployment.rst:13 msgid "" "There are a variety of options to configure the software which runs on the " "servers in your stack. These can be broadly divided into the following:" msgstr "" -# 7c7463648bfa4204a4204d1fcf8fedec +# 03c64eb51f8143a0bd5e3c01f00080b5 #: ../common/cli_install_openstack_command_line_clients.rst:98 msgid "" "There are also packaged versions of the clients available in `RDO `__." msgstr "" -# 885faf0f2599437bbb786e65a5b3c764 +# 596080d83b4e4d618a3b3d8c373e78bc #: ../enduser/intro-user.rst:36 msgid "" "This book is written for anyone who uses virtual machines and cloud " @@ -11935,7 +12010,7 @@ msgid "" "requisite for reading this book." msgstr "" -# ceb6f8f0f5a24032b5e71fccd1a9b0b7 +# 0732917729af4661a0492d11264d76c6 #: ../enduser/managing-openstack-object-storage-with-swift-cli.rst:14 msgid "" "This client is based on the native swift client library, ``client.py``, " @@ -11944,9 +12019,9 @@ msgid "" "concurrency of 10." msgstr "" -# 40453f0f1b764d94879cbea6f42b3b04 -# 86acf084d8564727b3c0d00f68d8e786 -# 8bdd31f2c187448e92d69c3fdabce7d3 +# af38eb3bac4b4aedb529f788e163d3d9 +# 6d2baeb904a844c3bb327931fd9abcbd +# cad7a9262c5b4fdc8590d826c25a5487 #: ../enduser/sdk_authenticate_compute_output.rst:41 #: ../enduser/sdk_authenticate_networking_endpoint.rst:54 #: ../enduser/sdk_authenticate_networking_endpoint.rst:81 @@ -11954,12 +12029,12 @@ msgid "" "This code resides in the ``credentials.py`` file, which all samples import." msgstr "" -# 507abfefad534188a51bfd7c04d572b4 +# f2718885950f4d2b8bea1cc73fa3d629 #: ../enduser/sdk_authenticate_networking_endpoint.rst:131 msgid "This code resides in the ``utils.py`` file, which all samples import." msgstr "" -# 5912711b5ae44581863a9e3f0dbcbef8 +# 3e466bd0c7f941cd898aa50fc6a9c458 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:72 msgid "" "This command generates a key pair with the name that you specify for KEY" @@ -11967,31 +12042,31 @@ msgid "" "and registers the public key to the Nova database." msgstr "" -# 1bcb5d7a78a34b18b6cbf97ad22e81b9 +# 6b8a9355053b4dd58419332572d4f9e3 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:90 msgid "" "This command registers the public key at the Nova database and names the key " "pair the name that you specify for ``KEY_NAME``." msgstr "" -# 2388337aa56f4cd4b6de6c9e6bd137c5 +# af3c10682d4e42828dda746367ec34cd #: ../enduser/create_db.rst:168 msgid "This command returns the IP address of the database instance." msgstr "" -# b1bdada123d04ce5a5bc8f1572f0b72e +# 559b801c8d8b45509fe50c41fec65046 #: ../enduser/create_db.rst:144 msgid "This command returns the instance ID of your new instance." msgstr "" -# 47aae6e8ce6e4f969c5da9925fe6afb1 +# 5de1d359899f42aaa1bea6b1d7c5de08 #: ../enduser/cli_stop_and_start_an_instance.rst:17 msgid "" "This command stores the state of the VM in RAM. A paused instance continues " "to run in a frozen state." msgstr "" -# cdc16f8b068340c7b1ade2b2a1d2fec3 +# 84f485233b8f4751a82310dc0b8692c8 #: ../enduser/backup_db.rst:48 msgid "" "This command syntax pertains only to python-troveclient version 1.0.6 and " @@ -11999,7 +12074,7 @@ msgid "" "argument." msgstr "" -# 9559cc10d6654df99a73e30f8e888dd8 +# 3c41f86411664b1db1493417b41189eb #: ../enduser/manage_db_config.rst:184 msgid "" "This command syntax pertains only to python-troveclient version 1.0.6 and " @@ -12007,28 +12082,28 @@ msgid "" "the first argument." msgstr "" -# f34b9818781b4181ad90ad0768de4d9e +# 2234c311b38045a49186afdc9de8a374 #: ../enduser/hot-guide/hot_software_deployment.rst:771 msgid "" "This demonstrates the use of the ``get_file`` function, which will attach " "the contents of the file ``example-puppet-manifest.pp``, containing:" msgstr "" -# d359bb8985394ffaa04274c5080994e9 +# 82d587b383c245fbb64483dcfa86fef1 #: ../enduser/sdk_assign_cors_headers.rst:27 msgid "" "This example assigns the file origin to the ``Origin`` header, which ensures " "that the file originated from a reputable source::" msgstr "" -# d9947350002c49bfa55c0b961b533124 +# 71310cb031f74944b9874fb08ff80cb1 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:23 msgid "" "This example assumes that ``logtest`` directory contains the following log " "files::" msgstr "" -# 696c493f64334f368b54598aea0beadd +# 2637f6bb98c44707b5e6c62596a52b7c #: ../enduser/manage_db_config.rst:12 msgid "" "This example assumes you have created a MySQL database and shows you how to " @@ -12038,7 +12113,7 @@ msgid "" "This can provide significant time savings in managing your cloud." msgstr "" -# 3ab4f9836a2d476ab8cdbbb071dd161c +# b6b0803987ac46229378382ed15f452e #: ../enduser/manage_db_config.rst:114 msgid "" "This example creates a configuration group called ``group1``. ``group1`` " @@ -12046,57 +12121,57 @@ msgid "" "option to ``1``." msgstr "" -# bfc587ef213143c4be1cd252796d9e14 +# 5be70c41c21a4e0f9970be5d47c6ac18 #: ../enduser/create_db.rst:93 msgid "" "This example creates a database instance with the following characteristics:" msgstr "" -# b4a572c199e14a0697190771899caac2 +# e6fa1804b27b44f1a3881e97d429b5c0 #: ../common/cli_manage_volumes.rst:45 msgid "This example creates a my-new-volume volume based on an image." msgstr "" -# 50740f906eeb436ebb005057e126b4c1 +# f5efaf0adbd04e03af89c3f2d81b052e #: ../enduser/sdk_authenticate_networking_endpoint.rst:308 msgid "" "This example queries OpenStack Networking to create a router and add a port " "to a subnet." msgstr "" -# 89dab61219f8489f8f8f711486e47798 +# 11148a072fe148eba039d78875d52f24 #: ../enduser/sdk_authenticate_networking_endpoint.rst:411 msgid "This example queries OpenStack Networking to delete a network." msgstr "" -# e62489287a514c2a9364a3ec8ce4b070 +# aa9b6c503f8a46b3b4dc11311ff32218 #: ../enduser/sdk_authenticate_networking_endpoint.rst:493 msgid "This example queries OpenStack Networking to list all routers." msgstr "" -# 66938191a55e40519a0035c32d4ddd56 +# 377ef6c667794ee58cf608f3fad0bcfd #: ../enduser/sdk_authenticate_networking_endpoint.rst:548 msgid "This example queries OpenStack Networking to list security groups." msgstr "" -# 9893ef1748794e5f982470ce02c9f9a0 +# 1f7bfe805aa44c61a707a0188a7f08f9 #: ../enduser/sdk_authenticate_networking_endpoint.rst:598 msgid "This example queries OpenStack Networking to list subnets." msgstr "" -# 6a8bf87edb3c4f42a2bed55a8cd2c4f3 +# a0d20e15b7f9450e86d98443ea1a6406 #: ../enduser/sdk_authenticate_against_identity_endpoint.rst:48 msgid "" "This example shows a subset of a PKI token. A complete token is over 5000 " "characters long." msgstr "" -# f09a3ac9bdaa4297a5a1bb50c002da7f +# cb7c8d1a9a254999b987ec3d4631bee8 #: ../enduser/cli_swift_discoverability.rst:28 msgid "This example shows a truncated response body:" msgstr "" -# e6bc0da22a3749318c32d12d6b32761a +# 7efc454d99e84b1d8f265fc13539fdba #: ../enduser/cli_swift_large_object_creation.rst:93 msgid "" "This example shows three segment objects. You can use several containers and " @@ -12104,60 +12179,65 @@ msgid "" "to dynamic large objects." msgstr "" -# d00720a26dcf474fa2343612a3d9288b -# 3975541ab4cc4d6092742a0a604ca921 +# e6c16ebdbf894e1a90fe585dba9190a3 +# ff66e0150db9420493300231e2261e16 #: ../enduser/backup_db.rst:13 ../enduser/dashboard_databases.rst:109 msgid "This example shows you how to back up and restore a MySQL database." msgstr "" -# 322362be3c8344f0a20d1097f74fc853 +# bcc87166b32f49a99f91e717474f0c22 #: ../enduser/create_db.rst:11 msgid "This example shows you how to create and access a MySQL 5.5 database." msgstr "" -# 259055574f1d4154902a5be0aa425d3a +# 69d6c3c13e0b404391e8dde3a451162a +#: ../enduser/set_up_replication.rst:21 +msgid "This example shows you how to replicate a MySQL database instance." +msgstr "" + +# d502bea450844b0ea316859b60e792cb #: ../enduser/backup_db_incremental.rst:16 msgid "" "This example shows you how to use incremental backups with a MySQL database." msgstr "" -# 5fd329eb093643f3a450089fb70bdb0b +# 9536c6fc1bb94cec87fb387db067b5ca #: ../common/networking_advanced_quotas.rst:244 msgid "" "This example updates the limit of the number of floating IPs for the " "specified tenant::" msgstr "" -# 667f13a4eb77407ab4fdcbe42ceae851 +# 4f2cb0944fa34d379fa07ac6dc2342ec #: ../adminuser/analyzing-log-files-with-swift-cli.rst:94 msgid "" "This example uses the ``-o`` option and a hyphen (``-``) to get information " "about an object." msgstr "" -# 86b8c5dbf77c4bf8a257d6d61373044a +# 82ac8259e4d940c8ac66a9324e36f2bc #: ../enduser/sdk_authenticate_compute_output.rst:27 msgid "This example uses the ``get_nova_credentials_v2`` method:" msgstr "" # #-#-#-#-# index-admin.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 9fb9c49819114e05b4816b4e7d7a772a +# e888ad0ad771405da80240b3cb8f1b0b # #-#-#-#-# index.pot (Admin User Guide 0.0.1) #-#-#-#-# -# a9bbeb3929dd4a9283f744811ddc3fbe +# 9b57cc0052f9462b80ce14abb6fc5ea0 #: ../index-admin.rst:16 ../index.rst:16 msgid "" "This guide documents OpenStack Kilo, OpenStack Juno, and OpenStack Icehouse " "releases." msgstr "" -# 99ae57056119481da78a4196980fc6ba +# 7a1265de96a7438ba849e39254b2238d #: ../enduser/hot-guide/hot_spec.rst:51 msgid "" "This key with value ``2013-05-23`` (or a later date) indicates that the YAML " "document is a HOT template of the specified version." msgstr "" -# f67c654ef3a74862a00095081b712f1c +# 42853f943b5f49ee9cadcafe6eb86ed4 #: ../enduser/cli_swift_set_object_versions.rst:182 msgid "" "This next-most current version carries with it any metadata last set on it. " @@ -12165,28 +12245,28 @@ msgid "" "you must ``DELETE`` it five times." msgstr "" -# 8b8eb7e0339d4f23b8c4b621dedd0769 +# c4894fa976b946d2af83c8b93bf73e7c #: ../enduser/hot-guide/hot_spec.rst:55 msgid "" "This optional key gives a description of the template, or the workload that " "can be deployed using the template." msgstr "" -# 474915d7b05541c7af02803f11b5516f +# 58fbd85400454caa9f59af28ef4bfc0c #: ../enduser/cli_swift_discoverability.rst:44 msgid "" "This output shows that the Object Storage system has enabled the static " "website and temporary URL features." msgstr "" -# ea7ec6806403414584b57573db107226 +# 1af87c63b9a94540a330f2ce97226af4 #: ../enduser/configure_access_and_security_for_instances.rst:44 msgid "" "This procedure can be adjusted as necessary to add additional security group " "rules to a project, if your cloud requires them." msgstr "" -# b54f8d6a99d24df39ac63360338476c5 +# f9708584449941868217fae4293ac041 #: ../enduser/configure_access_and_security_for_instances.rst:39 msgid "" "This procedure enables SSH and ICMP (ping) access to instances. The rules " @@ -12195,18 +12275,18 @@ msgid "" "instances." msgstr "" -# b436c69199e543c3ba8e3880ad6a74c2 +# adebcdd174954eedacce10e25d9e1af6 #: ../enduser/cli_swift_serialized_response_formats.rst:84 msgid "" "This request uses the ``Accept`` request header to ask for an XML response:" msgstr "" -# 39adb4e554564d6eb5ee70a3260b1361 +# 6525f94de35a479a85cbd49ca4a5a4de #: ../enduser/hot-guide/hot_spec.rst:782 msgid "This resolve to the string ``one, two, and three``." msgstr "" -# 7685549b2bd34f2cb38db98af6055523 +# 49a509f263d34aaa8d8229f7bdee1d1a #: ../enduser/hot-guide/hot_spec.rst:69 msgid "" "This section contains the declaration of the resources of the template. This " @@ -12214,7 +12294,7 @@ msgid "" "the template would not really do anything when being instantiated." msgstr "" -# 43ee4e36db7f467d92901c6b1095b913 +# 4e787eca14f44bfab89c33306d597deb #: ../enduser/cli_manage_instances_hosts.rst:12 msgid "" "This section describes how to perform the different tasks involved in " @@ -12223,7 +12303,7 @@ msgid "" "node management tasks." msgstr "" -# 0999ff37d81745e6bfd0e8bbd3660df8 +# b44bfac2595d45588a82e2b10715f2eb #: ../enduser/hot-guide/hot_hello_world.rst:34 msgid "" "This section gives an introduction on how to write HOT templates, starting " @@ -12231,58 +12311,58 @@ msgid "" "examples." msgstr "" -# 74d21ba85cc5443b969f39ea354863d2 +# 304aba263cac4ecc85e1c4a020f3dcbb #: ../adminuser/cli_admin_manage_environment.rst:8 msgid "This section includes tasks specific to the OpenStack environment." msgstr "" -# 93471c6171e94211bff8c4a40f6c2410 +# 2db57ba1ab534b1fbebd81e3c3afde6a #: ../enduser/hot-guide/hot_spec.rst:59 msgid "" "This section specifies how the input parameters should be grouped and the " "order to provide the parameters in. This section is optional." msgstr "" -# 962b774606314a5b98b162e5861d819b +# 2307e1016ec243e3a04ed01bb4b792dd #: ../enduser/hot-guide/hot_spec.rst:64 msgid "" "This section specifies input parameters that have to be provided when " "instantiating the template. This section is optional." msgstr "" -# ac08708536624995bae8c3665365f2e8 +# fe7db09a8ba341d18580ba6dbb206766 #: ../enduser/hot-guide/hot_spec.rst:75 msgid "" "This section specifies output parameters available to users once the " "template has been instantiated. This section is optional." msgstr "" -# f21c1d88ea05428cb3a9a2978372f9a1 +# e80b123206824eb3a4360a29172a0589 #: ../enduser/hot-guide/hot_software_deployment.rst:22 msgid "" "This section will describe each of these options and provide examples for " "using them together in your stacks." msgstr "" -# f88058ad437d4f3382674f370b84c7d2 +# 809b068bd4554d51aa9c9a2a1de7160d #: ../enduser/configure_access_and_security_for_instances.rst:66 msgid "" "To accept requests from a particular range of IP addresses, specify the IP " "address block in the CIDR box." msgstr "" -# 09f4865438004b788f025cfc7cda96ca +# 9cce7a8244ac4f7a888058958057451d #: ../enduser/cli_access_instance_through_a_console.rst:28 msgid "" "To access an instance through a remote console, run the following command:" msgstr "" -# e547569cf176478cad21d44b759efb42 +# 80b93221f50d4c4981630ee1d97d2e5e #: ../enduser/hot-guide/hot_composition.rst:24 msgid "To achieve this:" msgstr "" -# 400cabd790bd44b5bffc123fe8d1dc46 +# 98a8ed89934f4b6d8fdbfa43334a3f1d #: ../enduser/sdk_configure_access_security_instances.rst:174 msgid "" "To add a rule to a security group, call the `novaclient.v1\\_1.security" @@ -12292,35 +12372,35 @@ msgid "" "create>`__ method:" msgstr "" -# f994e07d30794858b29df9f8811664d5 +# 2509118171b04a7ca3433672c4da9306 #: ../enduser/configure_access_and_security_for_instances.rst:74 msgid "To add an ICMP rule, click :guilabel:`Add Rule`." msgstr "" -# ff79474a5d754d18a845cc1a0d839f3b +# b2514dea992f463784f37ee90f1eb02f #: ../enduser/cli_nova_configure_access_security_for_instances.rst:131 msgid "" "To allow SSH access to the instances, choose one of the following options:" msgstr "" -# 734a0eeb0c1148c49d008c600fd637d0 +# 8faa8fb2616b4c658290c4c02cb51dc8 #: ../enduser/configure_access_and_security_for_instances.rst:56 msgid "To allow SSH access, click :guilabel:`Add Rule`." msgstr "" -# 5a47dfbd67c94f1a8b70500e8faac5ed +# 7d762e24d6c44bd18dfbc8de7495eed4 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:160 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 "" -# 6881d6170b074979839c1770bb7e24fb +# 919221f19ca1461e8a35472142a99ad9 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:145 msgid "To allow pinging of the instances, choose one of the following options:" msgstr "" -# fbe95770e69f4027a3580424a0f7f804 +# 62360f4f8d76440697103ed589847412 #: ../adminuser/dashboard_manage_host_aggregates.rst:50 msgid "" "To assign a host to the aggregate, click + for the host. The host moves from " @@ -12328,28 +12408,28 @@ msgid "" "list." msgstr "" -# e6003f7d8d924ce48d93e8f703cc4a35 +# 44e5c18f7dc2407cb647dabffc81114f #: ../adminuser/manage_projects_users_and_roles.rst:321 msgid "" "To assign a user to a project, you must assign the role to a user-project " "pair. To do this, you need the user, role, and project IDs." msgstr "" -# 5f98c123a9924c15abd67909f730d18b +# 62050ff03e3048d7941eba86c72190ef #: ../adminuser/cli_keystone_manage_services.rst:131 msgid "" "To assign the admin role to the service user-project pairs, run this command " "to get the ID of the admin role:" msgstr "" -# d9f8406ff7f94141893911872a244fdf +# aff1ed3170104953a2f95d0d21569c60 #: ../common/cli_nova_launch_instance_from_volume.rst:29 msgid "" "To attach a volume to a running instance, see :ref:" "`Attach_a_volume_to_an_instance`." msgstr "" -# b61ec2c6a0504b45baed32e7fc7f0017 +# a0ccff2e7cfc4556b250739c4c6e59b1 #: ../enduser/sdk_authenticate_against_compute_endpoint.rst:13 msgid "" "To authenticate against a Compute endpoint, instantiate a `novaclient.v" @@ -12358,14 +12438,14 @@ msgid "" "object:" msgstr "" -# 4d6b56bf98474ac3a4f4de8e622a5e21 +# 2d19000f9e25470cbfea9ad017871170 #: ../enduser/sdk_authenticate_against_networking_endpoint.rst:13 msgid "" "To authenticate against a Networking endpoint, instantiate a ``neutronclient." "v_2_0.client.Client`` object:" msgstr "" -# 2c93c9ec018842f58036c79e0a77ef6d +# eb823a8e7a0744b4bd4366c3e3529906 #: ../enduser/sdk_authenticate_against_image_service_endpoint.rst:13 msgid "" "To authenticate against an Image Service endpoint, instantiate a " @@ -12374,7 +12454,7 @@ msgid "" "Client>`__ object:" msgstr "" -# 798de711ebe94c9898c3b43eff20c14a +# cddd4e804bd14c2f831efb7b213f09a6 #: ../enduser/sdk_authenticate_against_identity_endpoint.rst:13 msgid "" "To authenticate against the Identity v2.0 endpoint, instantiate a " @@ -12383,7 +12463,7 @@ msgid "" "v2_0.client.Client>`__ object:" msgstr "" -# 9fd734f88da242309df521da7647cfd8 +# ba96a37e4c17480a8ed83806e3959207 #: ../adminuser/cli_keystone_manage_services.rst:27 msgid "" "To authenticate users against the Identity Service, you must create a " @@ -12391,19 +12471,19 @@ msgid "" "for the Compute, Block Storage, and Networking services." msgstr "" -# 68e090136be14228966d9f5f7749831b +# 628f958e149a498ea376c1c8dd9ae1b2 #: ../enduser/dashboard_databases.rst:112 msgid "To backup the database instance" msgstr "" -# 0940aa07826d41f49f18f9308efd66c6 +# f1c0b76fdfda4e51b06d6b88163ba9ea #: ../enduser/configure_access_and_security_for_instances.rst:127 msgid "" "To change its permissions so that only you can read and write to the file, " "run the following command:" msgstr "" -# 2a403fe4428e454f987569ef05ba59cc +# 3fab378255fe47c8bb100da83ffb9c16 #: ../enduser/cli_swift_large_object_creation.rst:151 msgid "" "To change the manifest, use a ``PUT`` operation with the ``?multipart-" @@ -12411,35 +12491,35 @@ msgid "" "can also update the object metadata in the usual way." msgstr "" -# fcd66362bf3040e88fbceaab333ffdac +# cce6bdf942a24fa286be61072eb44025 #: ../adminuser/manage_projects_users_and_roles.rst:263 msgid "To change the name and description for a user account:" msgstr "" -# 81a7ce4055aa4cfba1f4e62a2ace65ca +# f0604956ad9a4f0da43779f0123a6f2a #: ../enduser/cli_swift_create_containers.rst:21 msgid "To check the status of containers, run the following command:" msgstr "" -# e40c4d77b02546bd8da466020fbe12e7 +# 0f40b1108d10482192333d06a42c293b #: ../enduser/cli_swift_manage_objects.rst:20 msgid "To check the status of the object, run the following command:" msgstr "" -# d6c4b58f9b6845ccb3b2b200326ecd63 +# 0770fa0c335d40ad90df78c5bf3163d7 #: ../common/networking_advanced_quotas.rst:275 msgid "" "To clear per-tenant quota limits, use the :command:`quota-delete` command::" msgstr "" -# 9f73e166d7de4f5cb8c432f27470e6fe +# eaecf20b617a46c6bc8e57b3983627a4 #: ../common/cli_nova_launch_instance_from_volume.rst:10 msgid "" "To complete these tasks, use these parameters on the nova :command:`boot` " "command:" msgstr "" -# 9e5a603cf51d4712b6b84b79785cc876 +# a20a9125bc0843c082eab8b9c85460a9 #: ../adminuser/cli_keystone_manage_services.rst:32 msgid "" "To configure the OpenStack services with service users, create a project for " @@ -12448,47 +12528,47 @@ msgid "" "tokens and authenticate and authorize other user requests." msgstr "" -# 1c2764dd42944d51b00aa40859b92e7a +# 7baf2354749241d8a51eef71752d0089 #: ../enduser/dashboard_create_networks.rst:82 msgid "" "To connect a private network to the newly created router, perform the " "following steps:" msgstr "" -# 71ff13a5547d4d3ca38667f7fb8285f3 +# af2efd65f5d445559f353794de8c2921 #: ../common/cli_nova_launch_instance_from_volume.rst:158 msgid "" "To create a bootable volume from an image and launch an instance from this " "volume, use the ``--block-device`` parameter." msgstr "" -# 66211c9aaa1e4492a560fe812ec64676 +# b5b45227006146c7a9ed0853bc0068a1 #: ../enduser/cli_swift_create_containers.rst:8 msgid "" "To create a container, run the following command and replace ``CONTAINER`` " "with the name of your container." msgstr "" -# 01770e6ea0044db9a36e9627ede4624a +# 48888898b6e245d7928c22f33a61bf57 #: ../adminuser/cli_manage_flavors.rst:80 msgid "" "To create a flavor, specify a name, ID, RAM size, disk size, and the number " "of VCPUs for the lavor, as follows::" msgstr "" -# a3397babc16344c4ad17489763fef10c +# 2936552d078c416e9de6939ec9d39178 #: ../common/cli_nova_launch_instance_from_volume.rst:40 msgid "" "To create a non-bootable volume, do not create it from an image. The volume " "must be entirely empty with no partition table and no file system." msgstr "" -# 95c246f628e94d929b5ca3c851bb7390 +# 1f64326c021d4f5ba3ca30bf2e54e5c3 #: ../adminuser/cli_admin_manage_ip_addresses.rst:60 msgid "To create a range of floating IP addresses, run::" msgstr "" -# 9ab0e6916a7a45749ef9083820300fd3 +# e82c3c2ae4ee4d6281cf6781b2d6b6bd #: ../enduser/sdk_configure_access_security_instances.rst:124 msgid "" "To create a security group with a specified name and description, call the " @@ -12498,26 +12578,26 @@ msgid "" "create>`__ method:" msgstr "" -# 339afae785fa4a489abf9fd766bd8bdb +# 52d6c11d3dbe45a6853b423fd2eed0e5 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:106 msgid "" "To create a security group with a specified name and description, enter the " "following command::" msgstr "" -# c95e4ed55486480c954644997f2e0f3e +# e22e6683f26d47b68bc81b5573f57a17 #: ../adminuser/cli_keystone_manage_services.rst:57 msgid "To create a service, run this command::" msgstr "" -# 43c00779b952445dbdbef207bb7c8171 +# 98dd9f71255747dbb12119e3089ae65a #: ../enduser/cli_swift_large_object_creation.rst:60 msgid "" "To create a static large object, divide your content into pieces and create " "(upload) a segment object to contain each piece." msgstr "" -# c84107882fcf4875b0a6f5bc6500ab11 +# afe9fc94cbd54aa9a26b277d484fa391 #: ../adminuser/manage_projects_users_and_roles.rst:219 msgid "" "To create a user, you must specify a name. Optionally, you can specify a " @@ -12526,26 +12606,26 @@ msgid "" "without this information." msgstr "" -# ed4c776721db4280b421802cf2a745ed +# 64da38d32ec645e995f288c3258549d3 #: ../common/cli_manage_images.rst:122 msgid "To create an image, use ``glance image-create``:" msgstr "" -# d38efb0349cd42a9982550dd6457a50b +# 6a30ce5043d348028c96ce0c856d2595 #: ../adminuser/dashboard_manage_images.rst:17 msgid "" "To create and manage images as an administrator for other users, use the " "following procedures." msgstr "" -# e73ffcbe82af499eb07d2ac89ffdc473 +# 399c2380dc0248e9820cf858545c5542 #: ../adminuser/dashboard_manage_images.rst:13 msgid "" "To create and manage images in specified projects as an end user, see the " "`OpenStack End User Guide `_." msgstr "" -# 6b22fca8fe6d43bb88caedad150eb306 +# 5adad56d242f4ebdbfbef29d03dd629f #: ../enduser/hot-guide/hot_environment.rst:106 msgid "" "To create or override a resource with a custom resource, create a template " @@ -12553,56 +12633,56 @@ msgid "" "the environment file:" msgstr "" -# 1e176460c88c4876a5a66add7ee14d79 +# ae74db59804b4ac38a9c203ab263fb99 #: ../adminuser/manage_projects_users_and_roles.rst:306 msgid "To create the ``new-role`` role:" msgstr "" -# c27bd8f81af84a02b1be4217f68bb5bc +# eae0be81f7df42f19e92e8a1bfc39b55 #: ../adminuser/manage_projects_users_and_roles.rst:224 msgid "To create the ``new-user`` user:" msgstr "" -# f1610e25ea484984848aa92113a2c2ca +# b78ffd4a1b9f498da828d48384c2e9e7 #: ../enduser/sdk_authenticate_compute_output.rst:127 msgid "To create the server, use the network, image, and flavor:" msgstr "" -# bebd5ac2cdee4698ad2bfe4f9fa3e22d -# b94008cd2fd44f859407ed49843f1731 +# fc57d7d959b94514abc5a389f33963ed +# 30890571f9914b7e8f760dbfe8d7ce08 #: ../enduser/hot-guide/hot_composition.rst:85 #: ../enduser/hot-guide/hot_composition.rst:125 msgid "To create the stack run:" msgstr "" -# 52a76feec6c348f6a12709fdbdbc3ac6 +# 8116fc3185ea42098a841dd38e9e0e2a #: ../enduser/cli_swift_serialized_response_formats.rst:17 msgid "To define the response format, use one of these methods:" msgstr "" -# d693c81cb50b47e48c13086da36692eb +# c69bea89db0449f0befdeee97c9fa17f #: ../enduser/sdk_authenticate_networking_endpoint.rst:413 msgid "To delete a network:" msgstr "" -# 5fd4e17a4b3b4bf580c6623d76683b46 +# f6a85984e9fe4c8db2d4c89317dbac8b #: ../adminuser/manage_projects_users_and_roles.rst:190 msgid "To delete a project:" msgstr "" -# a6c488ddc446405baefd7b5346de9562 +# 9698c0996a90428099e25ee45d487cd0 #: ../adminuser/cli_admin_manage_ip_addresses.rst:86 msgid "To delete a range of floating IP addresses, run::" msgstr "" -# e57e77943ec742768a8e85b82d459089 +# 96408b7da71b4a6d96d869bfef7f8c42 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:177 msgid "" "To delete a security group rule, specify the same arguments that you used to " "create the rule." msgstr "" -# 1d2864e96b7c45bf80e2fcddb42cc882 +# d21085c785bb4d0ca667935b1eeb39ff #: ../enduser/sdk_configure_access_security_instances.rst:136 msgid "" "To delete a security group, call the `novaclient.v\\_1.security\\_groups." @@ -12615,22 +12695,22 @@ msgid "" "as an argument:" msgstr "" -# 67e6201efd264544aa58035da4f4dd13 +# 2cf1497418134ce9a98a6c3bc36efb0d #: ../enduser/cli_nova_configure_access_security_for_instances.rst:111 msgid "To delete a specified group, enter the following command::" msgstr "" -# 26701281ac7249b3bb5cac44b250096d +# ed8447eee7bf48ce9336a92a9e19372c #: ../adminuser/cli_keystone_manage_services.rst:154 msgid "To delete a specified service, specify its ID::" msgstr "" -# e6d05ee10fb646898e30ad11a6e7d334 +# b4450a6bff7a48fd8588f70327e61ccc #: ../adminuser/manage_projects_users_and_roles.rst:276 msgid "To delete a specified user account:" msgstr "" -# 8c2894528dfe43c49980f997778e1f3e +# 82d8be34da1b4aab80814a09157ba94f #: ../adminuser/dashboard_manage_host_aggregates.rst:79 msgid "" "To delete host aggregates, locate the host aggregate that you want to edit " @@ -12638,7 +12718,7 @@ msgid "" "Aggregate`." msgstr "" -# f93b15b6c7e34e9ab5c0c7da3984e777 +# 49ea0fffeb404b129ade8bbe0baea5ef #: ../common/cli_manage_volumes.rst:217 msgid "" "To delete your volume, you must first detach it from the server. To detach " @@ -12646,7 +12726,7 @@ msgid "" "steps 1 and 2 in Resize_a_volume_." msgstr "" -# bce683e832d6440ea892dbf47f88f4e5 +# f01d380ee0c848389b17803996dc5dd0 #: ../enduser/sdk_schedule_objects_for_deletion.rst:10 msgid "" "To determine whether your Object Storage system supports this feature, see :" @@ -12654,29 +12734,29 @@ msgid "" "with your service provider." msgstr "" -# 1c7d314d9cad4d7f97df18799455150a +# 8ece8ad9c6ac448fbef7e6bbb36a8eb6 #: ../enduser/cli_swift_set_object_versions.rst:186 msgid "" "To disable object versioning for the ``current`` container, remove its ``X-" "Versions-Location`` metadata header by sending an empty key value." msgstr "" -# e2c33e513ba94abab73a0168a61d4f6c +# fcbc6565be2547708d445a7c7005c01a #: ../enduser/cli_manage_ip_addresses.rst:134 msgid "To disassociate a floating IP address from an instance::" msgstr "" -# 968add8ea7404e449fc9ad1a3cd863b0 +# f588eb2f3842491fb6c33cb7d1167eff #: ../enduser/configure_access_and_security_for_instances.rst:190 msgid "" "To disassociate an IP address from an instance, click the :guilabel:" "`Disassociate` button." msgstr "" -# dd7f029a239846adb15536bd5c63ad65 -# 0efb07b3585641968d9a98193ee1ba40 -# e5ce07fa257c492eac39e09ff7ed72e2 -# 3ef3109aad8e4cc7bb75c5cf6490a570 +# 8755984a46944f4394594085bc4bb0eb +# 6bd71a25d4324808a84a2d16271d3f3b +# fa68a7c31dee4f268ee6e6336e372027 +# 64a099a09c1f42f2a660166c90031428 #: ../enduser/cli_swift_archive_auto_extract.rst:10 #: ../enduser/cli_swift_bulk_delete.rst:10 #: ../enduser/cli_swift_large_object_creation.rst:10 @@ -12686,72 +12766,72 @@ msgid "" "ref:`discoverability`. Alternatively, check with your service provider." msgstr "" -# 994a976e2a09497c963580f49b36842f +# 718558220d7547f0b0d1f3587f81cb47 #: ../enduser/cli_swift_discoverability.rst:18 msgid "" "To discover which features are enabled in your Object Storage system, use " "the ``/info`` request." msgstr "" -# 31f18578ece04a60900fe66275a6e0f1 +# c1cdd41d5ee64568b7a4c92a08ca22df #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:27 msgid "" "To display a list of all the objects in the storage container, use ``GET`` " "without a ``delimiter`` or ``prefix``." msgstr "" -# f2c682952c074b86ab4688c54a645bff +# 6c5e4ce8da0d4893a37dd87ae7078271 #: ../adminuser/cli_set_quotas.rst:36 msgid "To display all current users for a tenant, run::" msgstr "" -# 3e7dbdc15ecf4985a5484e99f22324e1 +# ff6b99dd7fba4770ab5400090a1c046e #: ../common/cli_set_compute_quotas.rst:211 msgid "To display the current quota usage for a tenant user" msgstr "" -# 888c671b5103474cb9513d5ab815d0c5 +# 0af5f7c58a3c4cb48c3d871ac3e8aaec #: ../enduser/cli_swift_manage_objects.rst:45 msgid "To download an object from a container, run the following command:" msgstr "" -# 2aecf50474494cb0a7701346b7458f1e +# 80b22c10fd4f44a69de5fc7269190757 #: ../adminuser/dashboard_manage_host_aggregates.rst:66 msgid "" "To edit host aggregates, select the host aggregate that you want to edit. " "Click :guilabel:`Edit Host Aggregate`." msgstr "" -# 419184fdf6e24c79a5e0ca0bd76ab964 +# fb3f6ca69d1c4e1187ed8e147e70fefa #: ../adminuser/manage_projects_users_and_roles.rst:158 msgid "To enable a disabled project:" msgstr "" -# cc90da89fa774d62b4b285529396c7ae +# 2e81b0a0fd5e4a6aa3d7ca7455e48976 #: ../adminuser/manage_projects_users_and_roles.rst:257 msgid "To enable a disabled user account:" msgstr "" -# 3fcde7693ada47629abbae88e315311d +# 834383638359482981c3835cf53f3245 #: ../enduser/cli_swift_set_object_versions.rst:21 msgid "To enable and use object versioning" msgstr "" -# 976f07745ec04a13a3d31dda8cff83f0 +# d11e5e17575d49c287d87200c49a38df #: ../enduser/cli_swift_set_object_versions.rst:23 msgid "" "To enable object versioning, ask your cloud provider to set the " "``allow_versions`` option to ``TRUE`` in the container configuration file." msgstr "" -# 901bce5470c742f5ba1e19b60fbce1f5 +# 66208ef8ace64f34bbb7fe2d3be1a1ee #: ../enduser/cli_nova_configure_access_security_for_instances.rst:93 msgid "" "To ensure that the key pair has been successfully imported, list key pairs " "as follows::" msgstr "" -# a40e3e7bd25b4807a1dfff3e9182d819 +# 69d65efa839d44388eaa39e30e94ce26 #: ../enduser/cli_swift_large_object_creation.rst:170 msgid "" "To ensure the download works correctly, you must upload all the object " @@ -12764,19 +12844,19 @@ msgid "" "encode the container and common prefix in the ``X-Object-Manifest`` header." msgstr "" -# f596341907594025968b7ca0f8a8453d +# 427eb922bb6342f5b55135cc08823e34 #: ../enduser/hot-guide/hot_environment.rst:17 msgid "" "To fully understand the runtime behavior you have to consider what plug-ins " "are installed on the cloud you're using." msgstr "" -# fb27c99f176348f790b26c9c75225c02 +# abe7d7864bdd4322a2fb12365c8f7ca9 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:68 msgid "To generate a key pair, run the following command::" msgstr "" -# 8d2de14deac04d6c9b9dfa0c8f2e6686 +# 8042d15b9f854b55b179573f3e7975f8 #: ../enduser/sdk_configure_access_security_instances.rst:21 msgid "" "To generate a keypair, call the `novaclient.v1\\_1.keypairs.KeypairManager." @@ -12785,31 +12865,31 @@ msgid "" "create>`__ method:" msgstr "" -# b5266039fbdd44f6a81d019bd568f6fa +# 1da6f10cff554fa79844ee2f7a0769f6 #: ../common/cli_manage_images.rst:23 msgid "" "To get a list of images and to then get further details about a single " "image, use ``glance image-list`` and ``glance image-show``." msgstr "" -# 09f6553bdcbc477d93c2da3a61736095 +# acee0bc5a12c426c956489eb8891cbb7 #: ../adminuser/cli_keystone_manage_services.rst:84 msgid "To get details for a service, run this command::" msgstr "" -# 345393bde18c48cc94868cb715bc9913 +# 7706b5694fae4d74bd9afba0df10a906 #: ../adminuser/manage_projects_users_and_roles.rst:411 msgid "To get details for a specified role:" msgstr "" -# f7b30b727cb445949b92e7a71153d3ad +# b92956e8f5644f79ba2c1ec616d8fd09 #: ../enduser/cli_swift_manage_access_swift.rst:14 msgid "" "To give a user read access, use the ``swift post`` command with the ``-r`` " "parameter. To give a user write access, use the ``-w`` parameter." msgstr "" -# f12e2c0acc224b1ba8701ddd14b74c6a +# 4713bc139d264aa6bca489a07ad30baf #: ../enduser/backup_db_incremental.rst:101 msgid "" "To incorporate your incremental backups, you simply use the ``--backup`` " @@ -12818,7 +12898,7 @@ msgid "" "of all previous incremental backups." msgstr "" -# 534846f1fe1344a9a832ba254b885c26 +# 250ac7fd9e4d48519b59006f96ac12d4 #: ../enduser/cli_swift_bulk_delete.rst:41 msgid "" "To indicate a container, specify the container name as: ``CONTAINER_NAME``. " @@ -12826,20 +12906,20 @@ msgid "" "Storage cannot delete the container." msgstr "" -# 37db6af2085c4c7ea74b95c2abab9be6 +# fd9fbd2f135c4cc99f853e9b993855f9 #: ../enduser/cli_swift_bulk_delete.rst:38 msgid "" "To indicate an object, specify the container and object name as: " "``CONTAINER_NAME``/``OBJECT_NAME``." msgstr "" -# a000eae46dfc4bc78e749b9251579f4a +# 365fe73598c94e40924f566d3625f9b8 #: ../enduser/cli_stop_and_start_an_instance.rst:27 msgid "" "To initiate a hypervisor-level suspend operation, run the following command::" msgstr "" -# 16b83a1d075a4a09b5d38eb40d4a858a +# e39a0c6dd0934dcc93adf4d58e141c44 #: ../common/cli_install_openstack_command_line_clients.rst:44 msgid "" "To install the clients on a Linux, Mac OS X, or Microsoft Windows system, " @@ -12848,7 +12928,7 @@ msgid "" "lets you update or remove the packages later on." msgstr "" -# a5505a768fe34db6b8348c9616853a89 +# b57e809abf7f402b843ff5a8b6b7840b #: ../adminuser/dashboard_manage_instances.rst:33 msgid "" "To launch an instance from the snapshot, select the snapshot and click " @@ -12856,47 +12936,47 @@ msgid "" "User Guide* `__." msgstr "" -# 43e8857f91fb4830b78bd1a342544464 +# 503915add88041c4885cc3383c76d4cf #: ../enduser/cli_swift_create_containers.rst:15 msgid "To list all containers, run the following command:" msgstr "" -# f6a87e8462fb440ea37f3908fa79b329 +# c75d5150a9d54c3a86bf6d931f0bbfed #: ../adminuser/cli_admin_manage_ip_addresses.rst:30 msgid "To list all floating IP addresses for all projects, run::" msgstr "" -# ee7af71fe3cc4137879b36059a8e490b +# 847c70dded3845798540ed6ecd3ac6e2 #: ../enduser/cli_manage_ip_addresses.rst:49 msgid "" "To list all floating IP addresses that are allocated to the current project, " "run::" msgstr "" -# b0ced99ae9d54b17b0950e4ab85dc74e +# 9e57d6b4ef2e4e86ba6cce82054a41f7 #: ../enduser/cli_manage_ip_addresses.rst:35 msgid "To list all pools that provide floating IP addresses, run::" msgstr "" -# 398c5e6ce86f41dca2f68f299d7c5299 +# c1e7a1139b494dec88c179531d423fa0 #: ../adminuser/manage_projects_users_and_roles.rst:104 msgid "" "To list all projects with their ID, name, and whether they are enabled or " "disabled:" msgstr "" -# 126a6be904e54b1bac66117afad4874e +# bb411337394e4717bea422da30f5ed96 #: ../adminuser/manage_projects_users_and_roles.rst:199 msgid "To list all users:" msgstr "" -# acd45f2e298b4fe0a9ff1971af9dc479 +# afe0f8b5c0024d239af15204c16c7c80 #: ../adminuser/cli_nova_evacuate.rst:17 msgid "" "To list hosts and find a different host for the evacuated instance, run::" msgstr "" -# 1c8c2be80a934108a650879a09c67801 +# 879d55e5b2a94598b03702de9ff8104b #: ../enduser/sdk_configure_access_security_instances.rst:96 msgid "" "To list keypairs, call the `novaclient.v1\\_1.keypairs.KeypairManager.list " @@ -12904,17 +12984,17 @@ msgid "" "keypairs.html #novaclient.v1_1.keypairs.KeypairManager.list>`__ method:" msgstr "" -# bf32e1bb1aaa4f1a8aa64d1324bbfacc +# 30729d91753c4111a8f277cd684bc4e6 #: ../adminuser/manage_projects_users_and_roles.rst:367 msgid "To list projects:" msgstr "" -# 3d9e758bbf6d47c08508f383465efb60 +# 0e80e39e422d4895ac38279895a8363c #: ../adminuser/manage_projects_users_and_roles.rst:346 msgid "To list role IDs:" msgstr "" -# 02db760344364712b17b43062a8d3ada +# da44c2f0a70e4f0f857a1421ba0d3adf #: ../enduser/sdk_configure_access_security_instances.rst:112 msgid "" "To list security groups for the current project, call the `novaclient.v\\_1." @@ -12923,107 +13003,107 @@ msgid "" "html#novaclient.v1_1.security_groups. SecurityGroupManager.list>`__ method:" msgstr "" -# 5bac1a8f3409426e831bd3476bbc0f29 +# 7d04e357f6324dbcaeb7b11697ef10dd #: ../common/networking_advanced_quotas.rst:117 msgid "To list the Networking extensions, run this command::" msgstr "" -# 8ab7116be28c4fa48e9a3e7fd52461bb +# 6b8698900a7f45d8995d108d208f58d1 #: ../adminuser/cli_nova_migrate.rst:17 msgid "To list the VMs you want to migrate, run::" msgstr "" -# ec20a4b671e84103b3aa9f42c124eb2f +# de11d09e5f3a46b68856a6b19b0edfb0 #: ../enduser/sdk_manage_images.rst:21 msgid "" "To list the available images, call the ``glanceclient.v2.images.Controller." "list`` method:" msgstr "" -# 8a5c34538ab64e198625a65b27e1626a +# cf88b0f85d114b35bc423ae3eff0ff71 #: ../adminuser/manage_projects_users_and_roles.rst:288 msgid "To list the available roles:" msgstr "" -# 09fc709cca044707a92efeb12e739aef +# 4e6bbd11ad78425c831098b96c118231 #: ../enduser/cli_swift_manage_objects.rst:39 msgid "To list the objects in a container, run the following command:" msgstr "" -# b677e0eaab9e4dfe8465e50e4071a507 +# 9e3a26a9725749a5978f395ce9023d57 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:127 msgid "To list the rules for a security group, run the following command::" msgstr "" -# 16686c1aab894b7b81b00645ee730c85 +# 7e1a40f1e84644f988a964e4aa77082f #: ../enduser/cli_nova_configure_access_security_for_instances.rst:101 msgid "" "To list the security groups for the current project, including descriptions, " "enter the following command::" msgstr "" -# c91f81cb86ef4e0db8ed58bb922ddae7 +# 1d26e53093fe45bea8ca7d213a34a336 #: ../adminuser/manage_projects_users_and_roles.rst:325 msgid "To list users:" msgstr "" -# 06ac0ab970354330adeedb0dd9ccd419 +# 75020a7058714587a2e71316cc5a7ebe #: ../adminuser/manage_projects_users_and_roles.rst:38 msgid "To look at your service catalog, use these keystone client commands." msgstr "" -# 6e5a7a7bfb314c9da560c30582715314 +# be3788a9082b4dccb6a594268579c276 #: ../enduser/configure_access_and_security_for_instances.rst:139 msgid "To make the key pair known to SSH, run the **ssh-add** command." msgstr "" -# 72979e5754934a2fb563f17afcb9f2df +# 903d5fb58d984890bcdce58c3f0bacf6 #: ../adminuser/dashboard_manage_host_aggregates.rst:72 msgid "" "To manage hosts, locate the host aggregate that you want to edit in the " "table. Click :guilabel:`More` and select :guilabel:`Manage Hosts`." msgstr "" -# e5bb7d2839014872a856dc33a3568372 +# 67f61ddfeb574665b74158ea810caec9 #: ../adminuser/cli_nova_migrate.rst:30 msgid "" "To migrate of an instance and watch the status, use this example script:" msgstr "" -# 52c44fe2caca4ccf83425491168861e8 +# b41d78f288444a8a801e387a4dc5bd11 #: ../enduser/cli_swift_env_vars.rst:22 msgid "To obtain these values, run the ``swift stat -v`` command." msgstr "" -# 3e9480da3f5347f09032e4a87e231974 +# 6349334227ae439a85ed06301b123541 #: ../enduser/cli_swift_large_lists.rst:36 msgid "To page through a large list of containers" msgstr "" -# 892d6782e0d34612b0644c8cb339a98b +# bf1c42398cf943b89220dfe8f126e92e #: ../enduser/cli_stop_and_start_an_instance.rst:13 msgid "To pause an instance, run the following command::" msgstr "" -# 09219992bd2f4ab7b4dd3698d58d76ce +# 019dc35e12b644fb8d9f15a2b7cf9429 #: ../enduser/cli_swift_bulk_delete.rst:19 msgid "" "To perform a bulk delete operation, add the ``bulk-delete`` query parameter " "to the path of a ``POST`` or ``DELETE`` operation." msgstr "" -# e52c30fa275f4eebb37f6cf018ee5120 +# e265874173ab4205a37d6a9ca224bd2b #: ../enduser/cli_reboot_an_instance.rst:18 msgid "To perform a hard reboot, pass the ``--hard`` parameter, as follows::" msgstr "" -# f686856bb3324dad99ecaec243b06dc1 +# b7bb52b641c747c0bf8a8ff0796754b5 #: ../enduser/cli_reboot_an_instance.rst:37 msgid "" "To perform an instance reboot into rescue mode, run the following command::" msgstr "" -# e9c54907cbaa418f91595ffde7ac1120 +# f984b5866a904d699d7ca63d85971579 #: ../adminuser/cli_nova_evacuate.rst:38 msgid "" "To preserve the user disk data on the evacuated server, deploy OpenStack " @@ -13034,7 +13114,7 @@ msgid "" "unchanged::" msgstr "" -# 61acbb13b9764896924e8b84bf074cf4 +# 89e1e3fcbf5f48a79e17792a69265347 #: ../adminuser/cli_nova_evacuate.rst:13 msgid "" "To preserve user data on server disk, you must configure shared storage on " @@ -13042,8 +13122,8 @@ msgid "" "otherwise, the evacuation fails with an error." msgstr "" -# f3a5d3760eab4339a8b1616a2f3c5dc2 -# 157510dc35154ed18f3d85a822258481 +# 0bee70b77aa4476a877b41562f5ccc9c +# 149bafca4003485fbb4a91f1a3cd57ae #: ../adminuser/cli_set_quotas.rst:8 ../adminuser/dashboard_set_quotas.rst:13 msgid "" "To prevent system capacities from being exhausted without notification, you " @@ -13053,7 +13133,7 @@ msgid "" "the tenant-user level." msgstr "" -# acf7f7d8ba1741a2bae704ad0a43f523 +# 010610bb70d149f687f148b859f66d55 #: ../enduser/configure_access_and_security_for_instances.rst:193 msgid "" "To release the floating IP address back into the pool of addresses, click " @@ -13061,22 +13141,22 @@ msgid "" "option." msgstr "" -# 082d5ef6e62b4af48a66416769ec44f5 +# 8fc5cdb59983400cb42aeb206e8c45d2 #: ../adminuser/manage_projects_users_and_roles.rst:426 msgid "To remove a role from a user-project pair:" msgstr "" -# fef5aebb82f84b34836541814ef014af +# 8050ce64bb274814ac599bc8044c6794 #: ../common/cli_install_openstack_command_line_clients.rst:236 msgid "To remove the a client, run the ``pip uninstall`` command::" msgstr "" -# 20c82da9fdbd43b7be24b0b5786aa37f +# 7a88c92af63c496abf03fb416fd25598 #: ../enduser/cli_manage_ip_addresses.rst:138 msgid "To remove the floating IP address from a project::" msgstr "" -# 75f39305ca48465482f6634d442f2355 +# 71baa872d59c425fa2c05fb45105b34c #: ../enduser/cli_change_the_size_of_your_server.rst:61 msgid "" "To resize the server, use the ``nova resize`` command and add the server ID " @@ -13084,7 +13164,7 @@ msgid "" "resize progress. For example::" msgstr "" -# 9be40f97de9f49af867957f10d5ce9b1 +# ede11cb7957644d18b338ae20e8a8617 #: ../common/cli_manage_volumes.rst:178 msgid "" "To resize your volume, you must first detach it from the server. To detach " @@ -13092,31 +13172,31 @@ msgid "" "following command:" msgstr "" -# 17e51f4c62c6402096a2ce4b70ad7475 +# 36c7a1584aec49ef8481428ca18721dc #: ../enduser/cli_reboot_an_instance.rst:42 msgid "" "To restart the instance from the normal boot disk, run the following " "command::" msgstr "" -# 7d37925b2b4448e4a82e6a2fdfd756de +# 6f1c8a861a6c4247b919044c919d8964 #: ../enduser/dashboard_databases.rst:136 msgid "To restore a database instance" msgstr "" -# 88a51a741eee4cba88720c1982fdc0aa +# 1be558f33c3e44dc8c55d8e6f9d275a6 #: ../enduser/cli_stop_and_start_an_instance.rst:32 msgid "To resume a suspended instance, run the following command::" msgstr "" -# c74c47a9f17349adb1a945fbf6c8c55c +# 9b9de8b6e8df45fd8a3a42dbb6fdddfe #: ../enduser/sdk_manage_images.rst:95 msgid "" "To retrieve an image object from its ID, call the ``glanceclient.v2.images." "Controller.get`` method:" msgstr "" -# cdf7f778add24e0fbcce43af27f1aaa4 +# 995802248ffc4fd0b98bb77673fe1e16 #: ../enduser/cli_swift_large_lists.rst:23 msgid "" "To return fewer than 10,000 names, use the ``limit`` parameter. If the " @@ -13126,42 +13206,42 @@ msgid "" "value, the last request has no content." msgstr "" -# 4ea28943329f4ad2932f00572f1ad995 +# e9cb4cacde3a44ee8866e889951e377e #: ../enduser/cli_swift_env_vars.rst:10 msgid "" "To run the cURL command examples for the Object Storage API requests, set " "these environment variables:" msgstr "" -# e49728a920d24ddc9b8dac731ebafbdf +# 8600a634f74f4d109282eafc4b990b6d #: ../enduser/cli_swift_serialized_response_formats.rst:14 msgid "" "To run the cURL command examples, you must export environment variables. For " "more information, see the section :ref:`env-vars`." msgstr "" -# 05270a8f59954608ae29057f8e33937d +# 805b9e164cd44c51b23dcb6bcf3ae481 #: ../enduser/sdk_schedule_objects_for_deletion.rst:18 msgid "" "To schedule an object for deletion, include one of these headers with the " "``PUT`` or ``POST`` request on the object:" msgstr "" -# 85eb6948a5ab46f58dc1ae3dd69df05b +# 721370f10f7846399e4a925ea49f28f4 #: ../adminuser/cli_nova_specify_host.rst:12 msgid "" "To select the host where instances are launched, use the ``--" "availability_zone ZONE:HOST`` parameter on the :command:`nova boot` command." msgstr "" -# 1fcc17a673b847409ba8722a354a412a +# ea49c6c0ff7b465c9f0d2a68922b28d8 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:76 msgid "" "To set the permissions of the :file:`.pem` file so that only you can read " "and write to it, run the following command::" msgstr "" -# 8468b311219b4214aea61a58740b14a7 +# dc7f76e117f946ffb3a47d51683b00d6 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:8 msgid "" "To set the required environment variables for the OpenStack command-line " @@ -13172,19 +13252,19 @@ msgid "" "credentials that all OpenStack services use." msgstr "" -# ecffec17b62344a692d60d1ee8e2a0f4 +# 4de2fd1f13fb4fb09284d3e789d2dd26 #: ../enduser/sdk_authenticate_compute_output.rst:19 msgid "" "To set up environmental variables and authenticate against Compute API " "endpoints, see :ref:`sdk_authenticate`." msgstr "" -# 380df5a6c8d841aeb513d290680b9e1e +# 87eda20d55e341ffb98e66aec141f5b5 #: ../common/networking_advanced_quotas.rst:140 msgid "To show information for the ``quotas`` extension, run this command::" msgstr "" -# 383fd24a1e444efb84afe5db311a865c +# edf9feed4240471590d3002dfc43e30f #: ../enduser/hot-guide/hot_software_deployment.rst:718 msgid "" "To specify configuration as puppet manifests the ``heat-config-puppet`` " @@ -13192,7 +13272,7 @@ msgid "" "needs to be modified with the following:" msgstr "" -# dcaf0f6a84e14e7c91bdd1d47fc2645f +# db01cc8c628241cd909c86fa71f43aed #: ../adminuser/cli_nova_specify_host.rst:20 msgid "" "To specify which roles can launch an instance on a specified host, enable " @@ -13200,7 +13280,7 @@ msgid "" "default, this option is enabled for only the admin role." msgstr "" -# 97afde618be7489bb6a467687bf23e38 +# ae8f1cf5171f4c16928b7b54ac81d51b #: ../common/cli_manage_images.rst:91 msgid "" "To store location metadata for images, which enables direct file access for " @@ -13208,28 +13288,28 @@ msgid "" "statements:" msgstr "" -# 610ef749b3d844b893b1b729c90e8266 +# 04f237764718401fb5028619288f12f0 #: ../adminuser/manage_projects_users_and_roles.rst:152 msgid "To temporarily disable a project:" msgstr "" -# f34d29775553460fb70f0db93bde9982 +# d945f51a23904befac0f3a974f07f91d #: ../adminuser/manage_projects_users_and_roles.rst:247 msgid "To temporarily disable a user account:" msgstr "" -# ac7387318f784bd183f7abd9e6e6843a +# 6e7e1c32717a4b7abdf34b61e71a0db0 #: ../enduser/cli_stop_and_start_an_instance.rst:20 msgid "To unpause an instance, run the following command::" msgstr "" -# bf1ff15193a04aee97c93006a0d52bd9 +# ce0cb44b525547c4b0fcf334234dff23 #: ../adminuser/cli_cinder_quotas.rst:86 msgid "" "To update Block Storage service quotas, place the tenant ID in a variable::" msgstr "" -# 562669dfd2d849b2a288cb92aaea55ce +# d5cda57547804e5fbfd3d9389bf2abb1 #: ../adminuser/cli_cinder_quotas.rst:80 msgid "" "To update a default value for a new project, update the property in the :" @@ -13239,41 +13319,41 @@ msgid "" "block-storage.html>`_." msgstr "" -# 339d60f36b5143b29ff382363776e0fd +# 7e14bcc87bab4265a06780b509f9488d #: ../common/cli_manage_images.rst:128 msgid "To update an image by name or ID, use ``glance image-update``:" msgstr "" -# c3cdb623417f4ac0929b641bf9593d00 +# 36fa6cbce5de4205add6a5790ec62c37 #: ../common/cli_set_compute_quotas.rst:172 msgid "To update quota values for a tenant user" msgstr "" -# 82db7a877d664d63817809db761032a3 +# 822fc1120c6745b3b0469117b42ac885 #: ../common/cli_set_compute_quotas.rst:101 msgid "To update quota values for an existing tenant (project)" msgstr "" -# ed74490e5f7b4a32bd1dd352307c745f +# 449a5cbe7b7243c4b9638c5a63ddf5e2 #: ../common/networking_advanced_quotas.rst:240 msgid "" "To update the limits for an L3 resource such as, router or floating IP, you " "must define new values for the quotas after the ``--`` directive." msgstr "" -# c9a4dc570f3f4111be3589cecfe89cf7 +# 52fa2a95c0864076b9f6670569565000 #: ../adminuser/manage_projects_users_and_roles.rst:164 msgid "To update the name of a project:" msgstr "" -# ec8e6685b9de494a842c90365d04d40d +# c097519b81ab495fafacc63d20827a83 #: ../common/cli_install_openstack_command_line_clients.rst:231 msgid "" "To upgrade a client, add the ``--upgrade`` option to the ``pip install`` " "command::" msgstr "" -# 787b69f1a76b48af96106c960dda3218 +# 9895c15b84eb4fda8a9fcada54331bfa #: ../enduser/cli_swift_archive_auto_extract.rst:22 msgid "" "To upload an archive file, make a ``PUT`` request. Add the ``extract-" @@ -13281,24 +13361,24 @@ msgid "" "archive file instead of normal content." msgstr "" -# 943833da146f4872994f89cf4afada73 +# c4d166c5be0c49d5b8ac2f5483658e0e #: ../enduser/sdk_manage_images.rst:127 msgid "" "To upload an image, call the ``glanceclient.v2.images.ImageManager.create`` " "method:" msgstr "" -# 3785b78cd3fd4f3fa0c005d19322f419 +# 5a58bb7bb30e42d1911e6c1048587288 #: ../enduser/cli_swift_manage_objects.rst:8 msgid "To upload an object to a container, run the following command:" msgstr "" -# dad5437c18874fd6be217a2b16d766af +# fcfa7524228842209bcd8b4dd6304289 #: ../enduser/cli_swift_manage_objects.rst:14 msgid "To upload in chunks, for large files, run the following command:" msgstr "" -# 7b055ee1a02a474bb2e59518346b010f +# ff9e1768ed7441acb869180eed48e0d4 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:8 msgid "" "To use snapshots to migrate instances from OpenStack projects to clouds, " @@ -13306,9 +13386,9 @@ msgid "" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 44edd74e025242a5ac6fb9397e0a27fe +# 1a7a56acd4ce45c4a6a7262bd41009d7 # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# a1abc21f42574b329601153d72473426 +# f16314ae8cc143cea29ba74c19eb1ca5 #: ../adminuser/intro-admin.rst:30 ../enduser/intro-user.rst:29 msgid "" "To use the OpenStack APIs, it helps to be familiar with HTTP/1.1, RESTful " @@ -13316,7 +13396,7 @@ msgid "" "formats." msgstr "" -# 910e1d6a22d74c96a1c832165e0bd6b1 +# b1d2d70c0a1c4955a0210cc878c6cfe0 #: ../common/log_in_dashboard.rst:15 msgid "" "To use the Virtual Network Computing (VNC) client for the dashboard, your " @@ -13327,14 +13407,14 @@ msgid "" "support>`__." msgstr "" -# 2ed58f96c59b41868c4232ffd187ae39 +# 7063aa4561854f6a8a533fb49204b956 #: ../enduser/cli_swift_discoverability.rst:21 msgid "" "To use the ``/info`` request, send a ``GET`` request using the ``/info`` " "path to the Object Store endpoint as shown in this example:" msgstr "" -# 5fc0e93bca624df9ad093298c58bb8f2 +# bce67034807043b089022c9654897bc7 #: ../enduser/hot-guide/hot_software_deployment.rst:626 msgid "" "To use the ``cfn-init`` tool the ``heat-config-cfn-init`` element is " @@ -13342,14 +13422,14 @@ msgid "" "modified with the following:" msgstr "" -# bd317b2d1d324e4a813bb9a33fd5f368 +# 30b2292f59324c2b836541d6e98ff68e #: ../enduser/sdk_authenticate_compute_output.rst:13 msgid "" "To use the information in this section, you must be familiar with OpenStack " "Compute." msgstr "" -# b60e01f57d6949a389b1d5ba9d660e45 +# e7e4d907bba14a59bffe6690c6470e26 #: ../enduser/sdk_authenticate_networking_endpoint.rst:13 msgid "" "To use the information in this section, you should have a general " @@ -13358,104 +13438,104 @@ msgid "" "implements the Networking API v2.0." msgstr "" -# db6a861af5454b23b4be431b380e99b5 +# ae9610e68d2d41f79fd8f0b24f6e1f55 #: ../enduser/cli_cheat_sheet.rst:229 msgid "" "To validate that the file was injected, use ssh to connect to the instance, " "and look in ``/var/lib/cloud`` for the file." msgstr "" -# 0c4fbef3f82a400c823aa5de89c273ab +# 4d94a3cc4fc14a7da6f3f9a9e036bb33 #: ../enduser/cli_delete_an_instance.rst:30 msgid "" "To verify that the server was deleted, run the :command:`nova list` command::" msgstr "" -# ff55536debd541b2bef61ce4f5ac7913 +# 9fb29adc8e504e6eb68c08b9a35d622b #: ../common/cli_manage_volumes.rst:98 msgid "" "To verify that your volume was created successfully, list the available " "volumes::" msgstr "" -# f52adfb0d47241c8b27517fc4869c876 +# 7fd01ffa11284839a3e96838bbed5c62 #: ../adminuser/manage_projects_users_and_roles.rst:397 msgid "To verify the role assignment:" msgstr "" -# 855da6de290f4acd84be1d6806589e3c +# 50943bec96544b9eb60df443868976c5 #: ../adminuser/manage_projects_users_and_roles.rst:432 msgid "To verify the role removal, run the following command:" msgstr "" -# 079a0f0b11d54940acf54dfce2306009 +# ca22a9990bbe4487a06e00116f23ccc7 #: ../adminuser/manage_projects_users_and_roles.rst:170 msgid "To verify your changes, show information for the updated project:" msgstr "" -# 472c06c854f943c49d92b5fac4f1ff36 -# f231e9bec9454ca6a133d36c3be7db76 +# 2f588cfbaee7456eb1de39aa619d2331 +# 48f83cf9278845a8b35516e89cc67a5c #: ../common/cli_set_compute_quotas.rst:131 #: ../common/cli_set_compute_quotas.rst:206 msgid "" "To view a list of options for the :command:`quota-update` command, run::" msgstr "" -# 0eb35977f3184579a9ece272077d4f6b +# 091666aa51ae42808a0063017df19474 #: ../adminuser/cli_set_quotas.rst:24 msgid "To view all tenants (projects), run::" msgstr "" -# dd2394e019e24b389e0bd27b86275b6b +# 42aa4ae1791d4e97a5ffa70b910c7888 #: ../common/cli_set_compute_quotas.rst:36 msgid "To view and update default quota values" msgstr "" -# 6d519ad93a0c4f99ab085b810a6d12f5 +# 042b23cea74f4755a04cdfb5c27ff405 #: ../common/cli_set_compute_quotas.rst:138 msgid "To view quota values for a tenant user" msgstr "" -# e7d3b2cd13c849629dd4177d387b4f60 +# 24347cdeb79d41cf82291195ec0b6a9f #: ../common/cli_set_compute_quotas.rst:70 msgid "To view quota values for an existing tenant (project)" msgstr "" -# 41c4c8319b6d4398a48813f58365040d +# 748556d5940c4880b6150faadd23e6b4 #: ../enduser/cli_launch_instances.rst:262 msgid "" "To view the available options for the :command:`nova list` command, run the " "following command::" msgstr "" -# 053167a9fc584283a83c573c6ab23c78 +# e99e00e8845d4343bbdce0f11eb56ad6 #: ../adminuser/cli_nova_specify_host.rst:25 msgid "" "To view the list of valid compute hosts, use the :command:`nova hypervisor-" "list` command, as follows::" msgstr "" -# 3e7619a29b44445aa5a4ca6749caabd0 +# b52927baac914faf8507bca333291c75 #: ../enduser/dashboard_stacks.rst:114 msgid "Topology" msgstr "" -# 4f40506024ea45119997f45c1810525f +# 54ba608aeda84ca599ad82aea8f3884f #: ../adminuser/dashboard_manage_instances.rst:61 msgid "Track usage" msgstr "" -# b77ffa20ad884e29a1e13626ec936914 +# a4b97845947c438dbdf376cdbff13345 #: ../common/cli_manage_volumes.rst:261 msgid "Transfer a volume" msgstr "" -# d8e9173c2e3a4fb2ba8c9ce57adff745 +# dcac1f2b6bf04d71b5ce4280027f9389 #: ../common/cli_manage_images.rst:262 msgid "Troubleshoot image creation" msgstr "" -# 986fe03c799e4b9dba3507c6dbf5c216 +# bcb9d6152f024df89956309caae2272c #: ../enduser/cli_swift_static_website.rst:81 msgid "" "Turn on file listing. If you do not set the index file, the URL displays a " @@ -13463,98 +13543,98 @@ msgid "" "a CSS follow." msgstr "" -# 3862ade8f6af46e09b1ef25be3b53117 +# 22ee1a02f7204304945a215ab3170534 #: ../adminuser/manage_projects_users_and_roles.rst:47 msgid "Type" msgstr "" -# 48fb4aed50af4f0fad2524b512caad99 +# 58f9ba7034224891b110de986e5c4ae1 #: ../enduser/hot-guide/hot_spec.rst:214 msgid "" "Type of constraint to apply. The set of currently supported constraints is " "given below." msgstr "" -# 68bb371b2811442585a54da7255a0890 +# beec56df1f704c7da153fda75c7e3d64 #: ../adminuser/dashboard_set_quotas.rst:19 msgid "" "Typically, you change quotas when a project needs more than ten volumes or 1 " "|nbsp| TB on a compute node." msgstr "" -# 0448fd7eea4d49e89887ffd3bea4767a +# 1c9893cb130349c88d7406c636e6c2eb #: ../enduser/cli_swift_bulk_delete.rst:36 msgid "UTF-8-encode and then URL-encode the names." msgstr "" -# 23ff8f172803419baa10972c4c83aca8 +# c1ec4c2b02414408ad3397c0dfc53f3d #: ../enduser/cli_cheat_sheet.rst:347 msgid "Unmount the volume" msgstr "" -# 942e11c1a2344840843e7aed829eed0d +# f5469b1571bf41e594b8fdeec807b0bb #: ../enduser/cli_cheat_sheet.rst:162 msgid "Unpause" msgstr "" -# 18135797af3445d0996acef86f356400 +# f09e751a308e493981ba1e2c11cb184f #: ../enduser/cli_stop_and_start_an_instance.rst:56 msgid "Unshelve an instance - Restores the instance." msgstr "" -# f0c502a07c644fa3b3e8c4688e5c8bac +# 3fd3aa37ed584071831ea5e65d7cff53 #: ../enduser/cli_cheat_sheet.rst:174 msgid "Unsuspend" msgstr "" -# e3383c856b0141b192b61f5f5e5afaf6 +# e4751587d9504f809be882fa209ca67c #: ../enduser/hot-guide/hot_advanced_topics.rst:36 msgid "Up scaling and down scaling" msgstr "" -# 0b304b146a9d4374a4c022a5a580155c +# b64afcd9fa5941138af8490f6239e929 #: ../common/cli_set_compute_quotas.rst:61 msgid "Update a default value for a new tenant, as follows::" msgstr "" -# 80ce035cdee54d54be793ff4b5761557 -# ec334dc614bb48068ec32cba0ffb8427 +# ae49a617cbe946139519b44107177e61 +# a2873cf4e1c34898843f17f694d9432b #: ../common/cli_set_compute_quotas.rst:106 #: ../common/cli_set_compute_quotas.rst:181 msgid "Update a particular quota value, as follows::" msgstr "" -# d2c12e49786b40e7891eabc4e4bb61f1 +# 1ac2a2077f034309b2a9ddcdb04cc905 #: ../adminuser/cli_cinder_quotas.rst:91 msgid "Update a particular quota value::" msgstr "" -# 30a367938d48436889be035abc07d176 +# 0861511ec4c2404aa6a274a6bd596846 #: ../adminuser/manage_projects_users_and_roles.rst:147 msgid "Update a project" msgstr "" -# 4f4dc7eb7d8b4679b90cfaf37eeed015 +# 2205d7c40d9c4b62b925d7d778f67717 #: ../adminuser/manage_projects_users_and_roles.rst:243 msgid "Update a user" msgstr "" -# 58c2bcb4125941c99b0affbaed8b5bc9 +# e07b52e9e1ab4e81986f086a962a6641 #: ../adminuser/dashboard_manage_flavors.rst:75 msgid "Update flavors" msgstr "" -# 6801f7452b1c4f0abba502cbddec8ab9 +# ec3f2598d7ad418da7286e3a935a7c7b #: ../enduser/cli_cheat_sheet.rst:46 msgid "Update image" msgstr "" -# df3bc752c9bb4947b146f516d104a9be +# 7b507a1048684ef3ab1be14fe7d9df39 #: ../adminuser/dashboard_manage_images.rst:76 msgid "Update images" msgstr "" -# c9994d9aef7e4fdc9bb38922202b7235 +# 17fd34f9d779467bb0e557be55e5f2de #: ../enduser/hot-guide/hot_spec.rst:441 msgid "" "Update policy for the resource, in the form of a nested dictionary. Whether " @@ -13562,92 +13642,92 @@ msgid "" "the type of the current resource. This attribute is optional." msgstr "" -# ea8388c17fd347bb9de80185b72f1251 +# b2809383ff9242029aa176a73b21d942 #: ../adminuser/dashboard_set_quotas.rst:97 msgid "Update project quotas" msgstr "" -# 45bff854bcad450493cc42a6968853be +# 11056aed55b144f3a49ad276e037b351 #: ../common/networking_advanced_quotas.rst:210 msgid "Update quota values for a specified tenant." msgstr "" -# 95a0b7892c8f412a9424b8243af89bdc +# 239f7fca5b5343608162168fbdb91bd9 #: ../enduser/sdk_authenticate_compute_output.rst:256 msgid "Update server (API v2)" msgstr "" -# bc5678fa340d489291d6f3aaa350c42e +# ac5d99626aee472e974e9d50906aee40 #: ../enduser/sdk_authenticate_compute_output.rst:327 msgid "Update server code listing example" msgstr "" -# 942c6e247db444d5a8db24a9f19f0987 +# da685501c24c4dc8a1bbf4d76a9724d7 #: ../common/networking_advanced_quotas.rst:101 msgid "Updates quotas for a specified tenant" msgstr "" -# a8eacf3794754cf79789188ec0929b54 +# 208482fea6f444f78ece10ec5e0611f9 #: ../common/cli_install_openstack_command_line_clients.rst:229 msgid "Upgrade or remove clients" msgstr "" -# 64cb58acdbe647d3ac45210cd60efebc +# 54938f466ee9497b8c07f81bb9108738 #: ../enduser/cli_cheat_sheet.rst:60 msgid "Upload RAM image" msgstr "" -# 5dc71e3cccfc4eef80af1040f23cce13 +# 33e5629b826149bfb87fe88126f2444c #: ../enduser/sdk_manage_images.rst:125 msgid "Upload an image" msgstr "" -# 9934c11a6f084c9da1e6876936a3707c +# 7d51fec3cd3d4c3e9bc25a92e1f7dd15 #: ../enduser/dashboard_manage_containers.rst:35 msgid "Upload an object" msgstr "" -# d25b012482534d4a94697ab49960cf87 +# 48805885ae0f4ad7a0e7bf079681f1a3 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:21 msgid "Upload and analyze log files" msgstr "" -# ceba8476ed5a465588dd48c3896ca9b2 +# b6a5540fe1644417acc1ce0d268dfad5 #: ../enduser/cli_cheat_sheet.rst:52 msgid "Upload kernel image" msgstr "" -# f3351e7b585743f2970158c0aa5ee6d3 +# 823498475c22468e8d659116f21031c7 #: ../enduser/cli_swift_large_object_creation.rst:228 msgid "Upload manifest request: HTTP" msgstr "" -# 7767033d20b74c65a3a600dda450c1df +# 69565fcf6d2440caba94ecd066d3ee53 #: ../enduser/cli_swift_large_object_creation.rst:240 msgid "Upload manifest response: HTTP" msgstr "" -# 0505353236c844449078370545fb029e +# a31168ca937d43bf98fe07f7038edc3f #: ../enduser/cli_swift_large_object_creation.rst:210 msgid "Upload next segment of large object request: HTTP" msgstr "" -# 815656a8066d483e8c5367d6ba31a6e4 +# d0d7bde6ff874b79803eb53c5ef01561 #: ../enduser/cli_swift_large_object_creation.rst:188 msgid "Upload segment of large object request: HTTP" msgstr "" -# 5ec5d523fc5d4723a74f28cdb5d4bb07 +# cc1047036d214c14a819446420e0e665 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:42 msgid "Upload the log files into the ``logtest`` container::" msgstr "" -# bce3e6386e6d4c6a939d2ec129813e55 +# 229686a6395145df8199303f5d0b5569 #: ../enduser/cli_cheat_sheet.rst:68 msgid "Upload three-part image" msgstr "" -# 87cd26acd2434f289bb89202c4160596 +# 2edec9a9e5474e32bcbf6e7e47fd5db1 #: ../adminuser/cli_admin_manage_ip_addresses.rst:78 msgid "" "Use **nmap** to check a range's availability. For example, 192.168.1.56/29 " @@ -13656,14 +13736,14 @@ msgid "" "the entire range is currently unused." msgstr "" -# 11999a6700c144e8bd35a0cc128ac4a2 +# 886dc6bcc1704d308af1ea7a4864eae6 #: ../common/cli_set_compute_quotas.rst:212 msgid "" "Use :command:`nova absolute-limits` to get a list of the current quota " "values and the current quota usage::" msgstr "" -# 198eb8565bf44717b496f8e93a6d6a96 +# 562c678c58074dba96018982f4f563a0 #: ../enduser/cli_swift_static_website.rst:35 msgid "" "Use ``X-Container-Meta-Web-Index`` to determine the index file (or default " @@ -13675,12 +13755,12 @@ msgid "" "your index file, visits to the sub-directory return a 404 error." msgstr "" -# 14644fd849bd4b1d8039d28861be5a3a +# 30336442ea5f4d38b9b4fd8e06bd8aee #: ../enduser/cli_swift_large_lists.rst:48 msgid "Use a ``limit`` of two:" msgstr "" -# 25626e5d1e804f4bad80a997ff5b8b92 +# 3ea333dccc06466a8df2fe0eda676a3c #: ../adminuser/analyzing-log-files-with-swift-cli.rst:149 msgid "" "Use a bash for loop with awk and swift with the *``-o``* or *``--output``* " @@ -13688,34 +13768,34 @@ msgid "" "log file." msgstr "" -# 7161c9561c674af6be7cb0cd0deff12a +# 7372c58f6035424190544511ea382dd1 #: ../common/cli_manage_volumes.rst:274 msgid "Use cases include:" msgstr "" -# eabb2af6b37b48978e7c4fb515be4842 +# b4cd68ec08564de98fba10a594c02ea3 #: ../enduser/cli_swift_archive_auto_extract.rst:65 msgid "Use gzip or bzip2 to compress the archive." msgstr "" -# 8d3daaad30754ae085b669979e8e205e +# 97dd1cc4a04b4e6896136537af00032d #: ../enduser/sdk_schedule_objects_for_deletion.rst:36 msgid "" "Use http://www.epochconverter.com/ to convert dates to and from epoch " "timestamps and for batch conversions." msgstr "" -# de6adbb62bfe40c684e951b6e7bbb3d7 +# 428a743234214f7b8154e9f75b20ed1b #: ../enduser/backup_db_incremental.rst:6 msgid "Use incremental backups" msgstr "" -# 6c9325d0ae8f45b8934cede10de7ad9b +# 0aab9c47eee74d768cb2906c935b5ea7 #: ../enduser/cli_stop_and_start_an_instance.rst:8 msgid "Use one of the following methods to stop and start an instance." msgstr "" -# 2fbd3f1f49b04262af3031d2503a34f3 +# ea1db5a8fbe7469eb89b6e95f20cb0c9 #: ../common/cli_install_openstack_command_line_clients.rst:183 msgid "" "Use pip to install the OpenStack clients on a Linux, Mac OS X, or Microsoft " @@ -13724,17 +13804,17 @@ msgid "" "pypi>`__. Also, pip enables you to update or remove a package." msgstr "" -# 548cb87cc4a34db9b6ecd5ecb23556ba +# 4807ead352bd431d8491ff056c49025d #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:6 msgid "Use snapshots to migrate instances" msgstr "" -# 251a38ef43614331a786906f5fd3ea64 +# 573a6a39772542feb1a65c047f8ff816 #: ../enduser/cli_cheat_sheet.rst:249 msgid "Use ssh to connect to the instance" msgstr "" -# 6d1a5e12ca2645aa8d5885613306e373 +# fb2a2c6323ad45a2a494fb325abcddf2 #: ../enduser/cli_manage_bare_metal_nodes.rst:143 msgid "" "Use the :command:`nova baremetal-node-list` command to view all bare-metal " @@ -13742,54 +13822,54 @@ msgid "" "the instance that runs on it:" msgstr "" -# 2ae852d5ebc84b2fa74ebeb61a468d28 +# 5e5cff0bef184469a10a43e58389df9f #: ../enduser/cli_manage_ip_addresses.rst:30 msgid "" "Use the :command:`nova floating-ip-*` commands to manage floating IP " "addresses." msgstr "" -# 6145862268d9421c9a0bf396d85eb871 +# db1a74f9a0ef4602af50b04377e7407b #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:55 msgid "Use the :command:`nova image-create` command to take a snapshot::" msgstr "" -# bc161f11e24347bdb15c786e1e016838 +# 53924df9b233451e825da61940262833 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:60 msgid "" "Use the :command:`nova image-list` command to check the status until the " "status is ``ACTIVE``::" msgstr "" -# e1d680ce785749779aa6ec170939dd7b +# b9b293d2f45b47ff975690c11a85a601 #: ../enduser/cli_use_snapshots_to_migrate_instances.rst:45 msgid "" "Use the :command:`nova list` command to confirm that the instance shows a " "``SHUTOFF`` status::" msgstr "" -# 0e52593ec6564675acac69a1c79c9412 +# eed28c8f521245ce94994c525e7ebebb #: ../common/networking_advanced_quotas.rst:212 msgid "" "Use the :command:`quota-update` command to update a quota for a specified " "tenant::" msgstr "" -# 7a61463bd4be4ddd92dff8831101fb4b +# b8ecb4e46fcf4ce894d58e1a0a2c7ba6 #: ../enduser/hot-guide/hot_basic_resources.rst:446 msgid "" "Use the :hotref:`OS::Cinder::VolumeAttachment` resource to attach a volume " "to an instance." msgstr "" -# 2cd6c996c70e4af78b961a3b940eb6c1 +# e4e7dc9945f3421892ee0ab3fcaf3a38 #: ../enduser/hot-guide/hot_basic_resources.rst:398 msgid "" "Use the :hotref:`OS::Cinder::Volume` resource to create a new Block Storage " "volume." msgstr "" -# c57897a008c04a429105d722f47996cc +# 5f6d1224258449a685cee83586a5f571 #: ../enduser/hot-guide/hot_basic_resources.rst:187 msgid "" "Use the :hotref:`OS::Neutron::FloatingIP` resource to create a floating IP, " @@ -13797,28 +13877,28 @@ msgid "" "the floating IP to a port:" msgstr "" -# 4ecd02646c5740ebbed491cd453fcdb8 +# 3dc76888398f4a48a91cf93dbf515e66 #: ../enduser/hot-guide/hot_basic_resources.rst:310 msgid "" "Use the :hotref:`OS::Neutron::Net` resource to create a network, and the :" "hotref:`OS::Neutron::Subnet` resource to provide a subnet for this network:" msgstr "" -# dbe8d60c94d34ba8aa7143179b49c591 +# 8090c1ba7e02461d98e54312e2e7bb80 #: ../enduser/hot-guide/hot_basic_resources.rst:331 msgid "" "Use the :hotref:`OS::Neutron::Router` resource to create a router. You can " "define its gateway with the ``external_gateway_info`` property:" msgstr "" -# b77ab4987f004692a6c1cd22a7694d70 +# ce012208da3c4a1cb4f474be92fd72a5 #: ../enduser/hot-guide/hot_basic_resources.rst:97 msgid "" "Use the :hotref:`OS::Neutron::SecurityGroup` resource to create security " "groups." msgstr "" -# 923905afb06b463ab8d2ba14b46a7b5a +# 0e1261a4dc104e0489a569a558142d59 #: ../enduser/hot-guide/hot_basic_resources.rst:151 msgid "" "Use the :hotref:`OS::Nova::FloatingIP` resource to create a floating IP, and " @@ -13826,7 +13906,7 @@ msgid "" "floating IP to an instance." msgstr "" -# abc175ac398544a78df30cf88a35d405 +# 969fdd5e019845ddb0ab5b0c528be41d #: ../enduser/hot-guide/hot_basic_resources.rst:23 msgid "" "Use the :hotref:`OS::Nova::Server` resource to create a Compute instance. " @@ -13835,26 +13915,26 @@ msgid "" "properties." msgstr "" -# 6a4e5a5b7a384a50bb01049c8e99ad2c +# 2794b685845b49aea08f7da9f06d3f6b #: ../enduser/hot-guide/hot_environment.rst:31 msgid "" "Use the :option:`-e` option of the :command:`heat stack-create` command to " "create a stack using with the environment defined in such a file." msgstr "" -# 0231c7de161b4fc2a4eceec2039ca69d +# ea7d6174783e480582f227e6ceaf38a1 #: ../adminuser/dashboard_manage_instances.rst:63 msgid "Use the Overview category to track usage of instances for each project." msgstr "" -# c7186d9faca54d64b836db916b7afad8 +# 6daa05149e1e4fd1afa7f67a33cc25d8 #: ../enduser/sdk_schedule_objects_for_deletion.rst:39 msgid "" "Use the POST method to assign expiration headers to existing objects that " "you want to expire." msgstr "" -# 1ed6853beed14de1a8908580e01803ae +# cc0d53df2e294a47896b4393a59229de #: ../enduser/hot-guide/hot_basic_resources.rst:475 msgid "" "Use the ``block_device_mapping`` property of the :hotref:`OS::Nova::Server` " @@ -13862,39 +13942,39 @@ msgid "" "list of volumes to attach to the instance before its boot." msgstr "" -# e198ba92d304438b90d4e676b183ce75 +# 1a946ec327154b829c9227fa8850b95b #: ../enduser/cli_swift_large_lists.rst:91 msgid "" "Use the ``end_marker`` parameter to limit the result set to object names " "that are less than the ``end_marker`` parameter value:" msgstr "" -# 3ece8b7c09794660b6e9b4d2870d9ec2 +# f5ed3ad96f284202afff00ade737cf7e #: ../enduser/cli_swift_archive_auto_extract.rst:67 msgid "" "Use the ``extract-archive`` query parameter to specify the format. Valid " "values for this parameter are ``tar``, ``tar.gz``, or ``tar.bz2``." msgstr "" -# 0afe7bf792af4d8e83fe704dfd0644e2 +# ef4b7f2c07ee4815b1f6a3ef9a18a854 #: ../enduser/sdk_authenticate_networking_endpoint.rst:57 msgid "Use the ``get_credentials()`` method to populate and get a dictionary:" msgstr "" -# 405d4d98ad83420d8fce2467f8ba55be +# fdea16e9deaf45de97a72d3fe87de261 #: ../enduser/sdk_authenticate_networking_endpoint.rst:84 msgid "" "Use the ``get_nova_credentials()`` method to populate and get a dictionary:" msgstr "" -# 019ded288045489284d1fccebbb13da0 +# cc1e6bd49f4a46f58caeb9b2cd803cb4 #: ../enduser/sdk_authenticate_compute_output.rst:44 msgid "" "Use the ``get_nova_credentials_v2()`` method to populate and get a " "dictionary:" msgstr "" -# 4279242abb3046bdb6e02c7241a980ea +# 568c92d5a9b64863b829a131846cfbcb #: ../enduser/hot-guide/hot_basic_resources.rst:48 msgid "" "Use the ``networks`` property of an :hotref:`OS::Nova::Server` resource to " @@ -13902,26 +13982,26 @@ msgid "" "a YAML map, containing one of the following keys:" msgstr "" -# 89f0dccd13674a8099f3682d673dbca8 +# 15aca964823247dd81795abd3ae82475 #: ../enduser/cli_manage_bare_metal_nodes.rst:159 msgid "" "Use the ``nova baremetal-node-list`` command to view the details for a bare-" "metal node:" msgstr "" -# d44627ff150f469e90dd11fbb6ba7a2c +# 08c7791b477c4b2791c9d317bc37e0d0 #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:69 msgid "" "Use the ``prefix`` and ``delimiter`` parameters to view the objects inside a " "pseudo-directory, including further nested pseudo-directories." msgstr "" -# 1813e0fcca2848a1af22592347b44547 +# 2f76016922e0462b83486a79751c9e89 #: ../enduser/cli_swift_archive_auto_extract.rst:14 msgid "Use the auto-extract archive feature to upload a tar archive file." msgstr "" -# 69d989e98a57448f8dc0c51e6b2524db +# e03e8530ed444a198e7b3c6ccdfb0d5e #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:49 msgid "" "Use the delimiter parameter to limit the displayed results. To use " @@ -13929,7 +14009,7 @@ msgid "" "``)." msgstr "" -# acbd3075fcd3401593fc5b8d7326cba8 +# 26df8a38b89e44649b0b3b6c07c5b8f9 #: ../common/cli_nova_launch_instance_from_volume.rst:254 msgid "" "Use the nova ``boot`` ``--swap`` parameter to attach a swap disk on boot or " @@ -13937,7 +14017,7 @@ msgid "" "boot. When you terminate the instance, both disks are deleted." msgstr "" -# 4085c764ed1144a0a9baf7cfb28b02dc +# a837a644fef0437488470830b528f8d1 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:97 msgid "" "Use the swift ``download`` command to download the object. On this command, " @@ -13945,36 +14025,36 @@ msgid "" "date ``2200 on November 16th, 2010``." msgstr "" -# fa3205799b954864b939bdf2c927b434 +# 6c0eb960bffa4e2c80eb0f3c30ce200a #: ../adminuser/analyzing-log-files-with-swift-cli.rst:12 msgid "" "Use the swift client ``-o`` or ``-output`` option to get short answers to " "questions about logs." msgstr "" -# a4b1a40cde904773b96a7c8ab47dca32 +# 824642cace2242b5ba25ede530f1a414 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:8 msgid "Use the swift command-line client to analyze log files." msgstr "" -# fc946b3164504e46bd7a26d338c3b55d +# c51a3f8694134f28b2c0e591022c11fd #: ../enduser/hot-guide/hot_composition.rst:56 msgid "Use the template filename as type" msgstr "" -# 8b84cf95493241a3a6f1ffa4c3693aac +# 8dc003077f0d4a72a80d638d61a9abfd #: ../enduser/backup_db_incremental.rst:35 msgid "Use the trove ``backup-create`` command and specify:" msgstr "" -# c3c70a9911a1460fa161155d4338e25d +# 8b4ee43e884b4402bdc053570e7107bd #: ../enduser/backup_db.rst:182 msgid "" "Use the trove ``database-list`` command to check that the original databases " "(``db1`` and ``db2``) are present on the restored instance." msgstr "" -# 010d5ca63e354c53877ea7812b6ffc44 +# 1c8dc631257848579d7f6ede696820dd #: ../enduser/backup_db.rst:156 msgid "" "Use the trove ``show`` command to display information about the new guest2 " @@ -13982,45 +14062,45 @@ msgid "" "beac-a1bcee86d04b``." msgstr "" -# 437b3f1582b1470488e1031288faa4d1 +# 92acd60b18734dddb9d7a3709f7b0dfc #: ../enduser/backup_db.rst:197 msgid "" "Use the trove ``user-list`` command to check that the original user " "(``user1``) is present on the restored instance." msgstr "" -# fe5db1bf5016475e923e83846a3b00b7 +# 1c2922a235d04dda8112191f315c44e8 #: ../common/networking_advanced_quotas.rst:89 msgid "Use these commands to manage per-tenant quotas:" msgstr "" -# 4f16ee6df8c84bbe92863dc76e8aedb8 +# b6a2789d1bd945688dd655b67ed507bd #: ../enduser/manage_db_config.rst:217 msgid "" "Used in this way, configuration groups let you modify your database cloud " "configuration, on the fly, on a massive scale." msgstr "" -# af69bd9e0a73497f893dadce322de6f8 +# be73875445634f848a795d7c5ba89115 #: ../enduser/cli_cheat_sheet.rst:285 msgid "Used to manage volumes and volume snapshots that attach to instances." msgstr "" -# 8301a9d15ac34294af3f7ab819515dcb -# aeb1fe27a6c44022b179474b4aee71cc +# 86b9fff2b77e44048b438304609bf068 +# f79f2a0354e3478ba2ba351f061368e3 #: ../enduser/hot-guide/hot_software_deployment.rst:18 #: ../enduser/hot-guide/hot_software_deployment.rst:53 msgid "User-data boot scripts and cloud-init" msgstr "" -# 9e391f3872f245f9b04819d9703fa35d +# fa7807949d7840b0ad42d740eda658af #: ../adminuser/manage_projects_users_and_roles.rst:285 msgid "" "Users can be members of multiple projects. To assign users to multiple " "projects, define a role and assign that role to a user-project pair." msgstr "" -# fddc236d41f84d8299c1f10c306d638c +# c2fd0d899ab64afcad2eb967e4b3b1b2 #: ../enduser/cli_swift_manage_access_swift.rst:8 msgid "" "Users have roles on accounts. For example, a user with the admin role has " @@ -14030,19 +14110,19 @@ msgid "" "Write`` headers." msgstr "" -# 02df01e1059644aabb2386de64ee068e +# cd8f2bdbe2bd483bb7c81527c2aeb0c3 #: ../enduser/backup_db.rst:29 msgid "Users: The ``user1`` user with the ``password`` password" msgstr "" -# f972b63fa1d84011a513d5772f9bee32 +# e4f9a3f7b8f04f87b7081e0476ed5a2c #: ../adminuser/dashboard_set_quotas.rst:22 msgid "" "Using the Dashboard, you can view default Compute and Block Storage quotas " "for new tenants, as well as update quotas for existing tenants." msgstr "" -# 7c6af026620c4a88b1394c339ca014b7 +# 46e1a39c7a834427b53fd6a0f17cea0b #: ../adminuser/dashboard_set_quotas.rst:26 msgid "" "Using the command-line interface, you can manage quotas for the OpenStack " @@ -14052,7 +14132,7 @@ msgid "" "Additionally, you can update Compute service quotas for tenant users." msgstr "" -# 4c185eaf823a44d6854b399331a8d883 +# 8a62975821514c6aa91876a3697f6ee4 #: ../adminuser/cli_set_quotas.rst:15 msgid "" "Using the command-line interface, you can manage quotas for the OpenStack " @@ -14060,12 +14140,12 @@ msgid "" "Networking service." msgstr "" -# a74fc9a6b85f48f5a04bcf8b5f5ab578 +# 7ac9a6ec5a344b539b845e2088563298 #: ../adminuser/dashboard_admin_manage_roles.rst:44 msgid "Using the dashboard, you can edit only the name assigned to a role." msgstr "" -# 5645282a57e047e29b4d5e944aa5d7c7 +# 9a184bc7e7ac467988108bef6b7b9f74 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:101 msgid "" "Using the log line format, find the request type in column 9 and the return " @@ -14073,12 +14153,12 @@ msgid "" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# eecd769f4bf345508bdc3ebce37bdadf -# 5cdc8129eb324e68ba0808aef0b8b00e -# 12263d1ebb52492fb2314b52f6e829f3 -# a0a1c86bba994f358b64b0b962bce24d +# 1748695494a644d8aadf665b63bdfe91 +# 4762ec9527fe42d39a9bdec0b6683714 +# f9bcdf72812c41f3b5ffad71dda5122a +# 3a0dd798a0ef47278ba1a6b5bdf9427b # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 264bcb57787943afbee8652a07dae4dd +# 80a129263263493e8f05c5e958f94825 #: ../adminuser/cli_manage_flavors.rst:30 #: ../adminuser/cli_manage_flavors.rst:56 #: ../adminuser/dashboard_manage_flavors.rst:15 @@ -14086,7 +14166,7 @@ msgstr "" msgid "VCPUs" msgstr "" -# e1548f35badf4420bd22500b19edc87f +# b3a418353a3749f0b74cdd06387b8268 #: ../enduser/cli_access_instance_through_a_console.rst:8 msgid "" "VNC or SPICE is used to view the console output of an instance, regardless " @@ -14094,25 +14174,25 @@ msgid "" "and mouse activity to and from an instance." msgstr "" -# d84e95aef0b048ab92e14e0544a8c812 +# a83e090e76f34ffb8a6eccb68cf4b06b #: ../enduser/cli_access_instance_through_a_console.rst:45 msgid "" "VNC\\_TYPE can be replaced by any of the above values as connection types." msgstr "" -# 183e44a56d6f423f869e1c06e47bfa01 +# fe5ae5996a2240ceac57eebf3055f8d3 #: ../enduser/hot-guide/hot_advanced_topics.rst:23 msgid "VPN" msgstr "" -# 6c3f7ebaa4c141e0a5ab42527ce25ae5 +# 644b4b021adb498f97c9425e396b6ac0 #: ../enduser/cli_swift_archive_auto_extract.rst:26 msgid "" "Valid values for the ``format`` variable are ``tar``, ``tar.gz``, or ``tar." "bz2``." msgstr "" -# 6244a5a7d293496fbb19219127479146 +# 3086d2e9f55b4530ba69da4f8e0e00cb #: ../enduser/hot-guide/hot_hello_world.rst:120 msgid "" "Values for the three parameters must be defined by the template user during " @@ -14121,129 +14201,129 @@ msgid "" "associated resource property." msgstr "" -# 49e8025c314e46f89792ff3ca1bb93f6 +# b9cad07a4adb474ba1b851cbc13f0107 #: ../common/cli_manage_volumes.rst:451 msgid "" "Verify that transfer list is now empty and that the volume is again " "available for transfer:" msgstr "" -# 1cbce1cdbf2f46f9832d55c076ba3856 +# 662fd38d53a1416cbcb2411c99d1dfba #: ../adminuser/cli_cinder_quotas.rst:23 msgid "View Block Storage quotas" msgstr "" -# cdeba815b4d94887b1577ed7528e42ba +# caffb28360fc4bdaaa62433efdc56c17 #: ../adminuser/cli_cinder_quotas.rst:40 msgid "View Block Storage service quotas for a project::" msgstr "" -# db818aa7661144438e08263043d2c8ed +# 161b8471e7384630a806d8ee3948c75c #: ../adminuser/nova_cli_manage_projects_security.rst:152 msgid "View all rules for the new security group, as follows:" msgstr "" -# 0876218de59949dbb945513e49c6453f +# ea3b82b2aea94444bb082b00b2314cb1 #: ../adminuser/dashboard_set_quotas.rst:8 msgid "View and manage quotas" msgstr "" -# d3b0d540ec014537b8fb4ec6fe353ba2 +# 7b16ffb448f44033bf7a19c656278808 #: ../common/cli_set_compute_quotas.rst:34 msgid "View and update Compute quotas for a tenant (project)" msgstr "" -# 5fa585e4f98448dab804f664678c85b6 +# 6b4088959d634fb9bd40ef18f41e5b51 #: ../common/cli_set_compute_quotas.rst:136 msgid "View and update Compute quotas for a tenant user" msgstr "" -# f19e637e15564b59b4336daf9fc4c496 +# d84c67db7bac42e5921c3f94412c6115 #: ../adminuser/dashboard_manage_resources.rst:6 msgid "View cloud resources" msgstr "" -# 4bc984de4d33465dbdd13a29c3675f90 +# b99190cd0f844c939e24177b99e1e74a #: ../adminuser/dashboard_view_cloud_resources.rst:6 msgid "View cloud usage statistics" msgstr "" -# 5e7d205ebb244e0599160826e5eb6064 +# 8c1295c999f045f6a81e4b60bdca38d1 #: ../enduser/cli_cheat_sheet.rst:133 msgid "View console log of instance" msgstr "" -# 40890b00a981440cac88a193504ee066 +# 86e72a636b0b40ad80e01918a32f1b13 #: ../adminuser/dashboard_set_quotas.rst:81 msgid "View default project quotas" msgstr "" -# b8878cd1133945b0b27311749490494c +# ce14b7b8407f4ad0a69c3b5080c1b924 #: ../common/cli_manage_volumes.rst:346 msgid "View pending transfers:" msgstr "" -# f11a3a742abe4931ba7e411573b120d6 +# d6484d86fe374f069cfd119627dccaa2 #: ../adminuser/dashboard_view_cloud_resources.rst:25 msgid "View resource statistics" msgstr "" -# 78636f2159774f4e9771a3e54a4a0aee +# 1b03ace198b049ebab1a89fd938d90b0 #: ../adminuser/dashboard_manage_services.rst:6 msgid "View services information" msgstr "" -# 3a77660fcf9a4d54bd943c243e75819b +# 79143a3fa10548488459ff7af8d1dd73 #: ../adminuser/nova_cli_manage_projects_security.rst:64 msgid "View the details of a group, as follows:" msgstr "" -# 235511592bcb445785a7764f4ce77bb0 +# efd3f07920e646ac8a2f49723f41eb84 #: ../adminuser/dashboard_manage_services.rst:16 msgid "View the following information on these tabs:" msgstr "" -# d64dd5c02413416fa9fa64baadaab6e3 +# 3ca0268f674e4eb3bf6c1ee47569d6dd #: ../enduser/create_db.rst:78 msgid "Virtual CPUs: ``1``" msgstr "" -# 8d1329b5f3f1443389f1b6c68efa56b9 +# 412f543863ec4cc0864043384fb4f853 #: ../common/cli_manage_images.rst:254 msgid "VirtualE1000" msgstr "" -# 32100261cb994e03a12ad6f51bc6c8a0 +# f484aba1a84649c992c18d46bf406cb0 #: ../common/cli_manage_images.rst:256 msgid "VirtualPCNet32" msgstr "" -# 363684956d3c4fdabc87e069b035193e +# bedabb9120164f0a961d1d36bee9462d #: ../common/cli_manage_images.rst:258 msgid "VirtualVmxnet" msgstr "" -# 50ec9fab3bce4eb284e152b9dace8334 +# 5853710370934289bc751679d7b6a1a2 #: ../adminuser/dashboard_set_quotas.rst:42 msgid "Volume gigabytes allowed for each project." msgstr "" -# 5290f56db909403899b2fd9d5c8930fd +# b6a38b1e275c4e7290bde2704652fff3 #: ../adminuser/cli_cinder_quotas.rst:17 msgid "Volume gigabytes allowed for each tenant." msgstr "" -# 2dcadb85a89a4288b57f924544f92689 +# be97342710644337ac55fd0cf0fe9aae #: ../adminuser/dashboard_set_quotas.rst:68 msgid "Volume snapshots allowed for each project." msgstr "" -# 61d8fbcce3ef408e9ee924802bc57b59 +# 86994a07c819463abbbf28ae9281bf52 #: ../adminuser/cli_cinder_quotas.rst:18 msgid "Volume snapshots allowed for each tenant." msgstr "" -# 5b9a5d15876b456dbb4c8b7d20bf193a +# 9a2da9d5fa1246d8ba10f7d13ff03ef6 #: ../enduser/dashboard_manage_volumes.rst:48 msgid "" "Volume: If you choose this option, a new field for :guilabel:`Use volume as " @@ -14252,22 +14332,22 @@ msgid "" "there are existing snapshots or volumes." msgstr "" -# 094079f4f59e4028ac3b04b8bf263dd3 +# 0e2efb855779454c86e2aedc1556bc61 #: ../adminuser/dashboard_set_quotas.rst:74 msgid "Volumes" msgstr "" -# e035673383754109b865950aaa8d2357 +# 8e76f50556ea4d3e90aabde45cad6ba5 #: ../adminuser/dashboard_set_quotas.rst:74 msgid "Volumes allowed for each project." msgstr "" -# 4c9cffc16aed4dbc964b796cb8a7cd5a +# e0d7ffae7a21475fa09e9e92a89b1dd8 #: ../adminuser/cli_cinder_quotas.rst:19 msgid "Volumes allowed for each tenant." msgstr "" -# 44450955a7f74fb8bba1a9273fc3c374 +# cdbd427913eb42c6a1b1ab43f09d3f1b #: ../enduser/dashboard_manage_volumes.rst:8 msgid "" "Volumes are block storage devices that you attach to instances to enable " @@ -14277,26 +14357,26 @@ msgid "" "volume types." msgstr "" -# 9063fe9e11a54899a51743cb4a110394 +# 8d88ba5defd64c9cad34a85d3674ae5e #: ../enduser/cli_swift_set_object_versions.rst:17 msgid "" "We strongly recommended that you put non-current objects in a different " "container than the container where current object versions reside." msgstr "" -# 1556acb5035c43d29ace802444bb06e3 +# b6ce18ca5db342cfabbe85313173f127 #: ../common/cli_nova_launch_instance_from_volume.rst:189 msgid "" "What to do with the volume when the instance is deleted. ``preserve`` does " "not delete the volume. ``remove`` deletes the volume." msgstr "" -# c9aae4ab5aeb466e98759b8f97c4615c +# ed5ea0c6a4d0446c92fc16d69e5d0b3f #: ../common/cli_install_openstack_command_line_clients.rst:241 msgid "What's next" msgstr "" -# e1bc2188a39c439daa1fa3a8a0b700ff +# 19d106c387c642ee9df53cd57d7c604f #: ../enduser/cli_swift_bulk_delete.rst:50 msgid "" "When Object Storage processes the request, it performs multiple sub-" @@ -14307,7 +14387,7 @@ msgid "" "determine the results of each delete sub-operation." msgstr "" -# ee3f25b91c7342f799aa23ce719ed30c +# 33b44c3585c54947b9d2c2c72981fed6 #: ../enduser/cli_swift_archive_auto_extract.rst:74 msgid "" "When Object Storage processes the request, it performs multiple sub-" @@ -14317,7 +14397,7 @@ msgid "" "archive sub-operation." msgstr "" -# 4731ff611c9243319d5e3cd6af324572 +# e80a2c7128104aa291294c12ac759e92 #: ../adminuser/nova_cli_manage_projects_security.rst:91 msgid "" "When adding a new security group, you should pick a descriptive but brief " @@ -14327,7 +14407,7 @@ msgid "" "than \"bobs\\_group\" or \"secgrp1\"." msgstr "" -# e19871bb057c479794ad0a41b266b3f3 +# 4a450e95fbbb42e1be55b7d60a08af7d #: ../enduser/configure_access_and_security_for_instances.rst:152 msgid "" "When an instance is created in OpenStack, it is automatically assigned a " @@ -14336,7 +14416,7 @@ msgid "" "terminated." msgstr "" -# a6686bf4bd1f47ae8588a330984b5c2f +# cdf7958058bd41a6afccf47639581147 #: ../enduser/configure_access_and_security_for_instances.rst:26 msgid "" "When an instance is created in OpenStack, it is automatically assigned a " @@ -14348,7 +14428,7 @@ msgid "" "time, regardless of the state of the instances involved." msgstr "" -# 88a87ffb24044ef3b17dcb07e4a62862 +# dfe05d7b5d334122b72207bd0574fa02 #: ../enduser/hot-guide/hot_software_deployment.rst:54 msgid "" "When booting a server it is possible to specify the contents of the user-" @@ -14356,7 +14436,7 @@ msgid "" "from configured config-drive or from the `Metadata service`_." msgstr "" -# 9a7e45d5633b41f590a51e3b22d163da +# be948ec9033c425da3be755860757ceb #: ../common/cli_install_openstack_command_line_clients.rst:144 msgid "" "When following the instructions in this section, replace PROJECT with the " @@ -14364,7 +14444,7 @@ msgid "" "client. The following values are valid:" msgstr "" -# 4f174254e25c49ceb0f9fd0cef2329fd +# 9c1772abd30e4dacae6ee80f4e496523 #: ../enduser/cli_swift_large_object_creation.rst:129 msgid "" "When the ``PUT`` operation sees the ``?multipart-manifest=put`` query " @@ -14373,32 +14453,32 @@ msgid "" "``PUT`` operation fails." msgstr "" -# 02dda84818b4421e9f0f1eee379cad48 +# ec8f22ead12c444d8fafe618d65d2897 #: ../adminuser/dashboard_manage_host_aggregates.rst:41 msgid "" "When the host aggregate is exposed as an availability zone, select the " "availability zone when you launch an instance." msgstr "" -# 9f86b70974394b30b60573c18c8d0388 +# 80c86a4b8ed44e86a008dfbc62f39503 #: ../adminuser/dashboard_manage_host_aggregates.rst:44 msgid "" "When the host aggregate is not exposed as an availability zone, select a " "flavor and its extra specs to target the host aggregate." msgstr "" -# 54349ec3a25e4ed49e73089f3b9f463d +# 47d034d6ed814e038803064684337b82 #: ../enduser/cli_change_the_size_of_your_server.rst:80 msgid "When the resize completes, the status becomes VERIFY\\_RESIZE." msgstr "" -# a14c139b5b384a96bcdd5f097700fdec +# 3794aad65b4f4a80a7adb26461c2be2c #: ../common/cli_manage_volumes.rst:245 msgid "" "When the volume is fully deleted, it disappears from the list of volumes:" msgstr "" -# 621d849c850e49259698a7e0ade3e640 +# e35acfb9833c4e81b8ca76887c827c66 #: ../enduser/hot-guide/hot_software_deployment.rst:113 msgid "" "When these scripts grow it can become difficult to maintain them inside the " @@ -14406,7 +14486,7 @@ msgid "" "script in a separate file:" msgstr "" -# d751133536e242398c7ed95280f807bc +# eea78838d83c40ddb07356b30181454a #: ../enduser/cli_access_instance_through_a_console.rst:48 msgid "" "When using SPICE to view the console of an instance, a browser plugin can be " @@ -14415,7 +14495,7 @@ msgid "" "the example above." msgstr "" -# cea3a0f5141a4880be0ceb9fb489839b +# e733cf0710c24fee9f72619587f0b1ef #: ../enduser/sdk_authenticate.rst:12 msgid "" "When using the SDK, you must authenticate against an OpenStack endpoint " @@ -14423,27 +14503,27 @@ msgid "" "different syntax for authentication." msgstr "" -# b04135c489b546bc93ce4a4fb3b58b4a +# 4bbc628de1724bb9ae6a009ee5d965f1 #: ../common/cli_manage_images.rst:81 msgid "" "When viewing a list of images, you can also use ``grep`` to filter the list, " "as follows::" msgstr "" -# 414b4d9a5c0140cd807af9d815f705c0 +# 351acbb501e9468b890f93bc21143412 #: ../enduser/sdk_configure_access_security_instances.rst:13 msgid "" "When working with images in the SDK, you will call ``novaclient`` methods." msgstr "" -# 1301d733524d4ce5adcb7e639da2feb1 +# fd1b1827ab98482895c353d44faf08f4 #: ../enduser/sdk_manage_images.rst:13 msgid "" "When working with images in the SDK, you will call both ``glance`` and " "``nova`` methods." msgstr "" -# 41c300ea551d43d996f4b78bac77ce1d +# 2c8e4bd4c7e74dcdb2f0d950e385a7a9 #: ../enduser/hot-guide/hot_composition.rst:13 msgid "" "When writing complex templates you are encouraged to break up your template " @@ -14452,21 +14532,21 @@ msgid "" "template, thus composing one logical stack with multiple templates." msgstr "" -# b1c9251da93145dc93a33f9a284140cb +# 8eb7a84989c24ea49d687b6e3e5376b0 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:50 msgid "" "When you are prompted for an OpenStack password, enter the password for the " "user who downloaded the :file:`PROJECT-openrc.sh` file." msgstr "" -# 4342826a32564c52a312d3d66d5a3577 +# f0317fd961c94e7298779b0b13142d71 #: ../enduser/cli_manage_bare_metal_nodes.rst:56 msgid "" "When you create a bare-metal node, your PM address, user name, and password " "should match the information in your hardware's BIOS/IPMI configuration." msgstr "" -# 370ee1c0ebbd4a0d914e7ee0d1ec0ae5 +# 7f83334b3c7c440cb81a511d4e37f75d #: ../enduser/create_db.rst:18 msgid "" "When you create a database instance, you must specify a nova flavor. The " @@ -14476,19 +14556,26 @@ msgid "" "flavors that work for databases." msgstr "" -# cf40b8a57d7a4e90b4295a6078b432fc +# 9b6b159592d0410daa8c669018053fae +#: ../enduser/set_up_replication.rst:14 +msgid "" +"When you create a replica, do not specify the ``--users`` or ``--databases`` " +"options." +msgstr "" + +# af44d791a00c4b1c80362a5868bdc6cb #: ../enduser/dashboard_stacks.rst:143 msgid "When you delete a stack, you cannot undo this action." msgstr "" -# 0ad0dc5e7371462c872e089b0388f7bc +# 263e1f0ea0fc49cbb4f57025bb448fcf #: ../enduser/dashboard_manage_volumes.rst:139 msgid "" "When you delete an instance, the data in its attached volumes is not " "destroyed." msgstr "" -# 72ff874ea5b24580ae8636106165c9a3 +# cee3b63306814979be194b0d233324dc #: ../enduser/cli_nova_configure_access_security_for_instances.rst:8 msgid "" "When you launch a virtual machine, you can inject a *key pair*, which " @@ -14496,7 +14583,7 @@ msgid "" "contain the ``cloud-init`` package." msgstr "" -# ee4e9e443f3d48319a7e24883f8798e3 +# 68dd493bd0b74b5b945c44de25d560b8 #: ../enduser/cli_manage_ip_addresses.rst:13 msgid "" "When you launch an instance, it is automatically assigned a private IP " @@ -14504,12 +14591,12 @@ msgid "" "Rebooting an instance has no effect on the private IP address." msgstr "" -# b007d02f5df64e42afc948ed48fb3d77 +# 394290d628fb411e9205b0944695eef1 #: ../enduser/cli_delete_an_instance.rst:8 msgid "When you no longer need an instance, you can delete it." msgstr "" -# 60fb56121971426abc6eacc74f6ed7c3 +# f22ab10b795349788cd8f15f081d29b4 #: ../enduser/cli_swift_large_lists.rst:13 msgid "" "When you request a list of containers or objects, Object Storage returns a " @@ -14521,7 +14608,7 @@ msgid "" "item returned." msgstr "" -# db97df0bd8264732b69ec73c64e54421 +# 84ff0f378f2c45debe72840dd5fc6e16 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:97 msgid "" "When you run OpenStack client commands, you can override some environment " @@ -14531,14 +14618,14 @@ msgid "" "by specifying a password on a :command:`keystone` command, as follows::" msgstr "" -# 62e7d142470342ca8b2638d432dcaf49 +# 9b41dcf1e0b24375b5b138eba99044cf #: ../common/networking_advanced_quotas.rst:113 msgid "" "When you set this option, the output for Networking commands shows " "``quotas``." msgstr "" -# c0e7f67b607546bd8659e3fe474c8b10 +# 98ac75009e474cf38543144efc21f443 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:15 msgid "" "When you source the file, environment variables are set for your current " @@ -14546,7 +14633,7 @@ msgid "" "with the OpenStack services that run in the cloud." msgstr "" -# 490c85d99ad2468ab9bb54cdd99cc13c +# 999d5cf4fc734126b9d20f1859d78cea #: ../adminuser/cli_nova_migrate.rst:11 msgid "" "When you want to move an instance from one compute host to another, you can " @@ -14555,12 +14642,12 @@ msgid "" "instance has shared storage available on the target host." msgstr "" -# f789c8f873b84750aa2b89047c9184f3 +# 26610ee244bf4781b9aa6da457e31409 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:105 msgid "Where ``PASSWORD`` is your password." msgstr "" -# 4f386b54377a407c9a62e0bca031c324 +# b4380b1359f7405d9467d09dfd7c7ff3 #: ../enduser/cli_swift_set_object_versions.rst:92 msgid "" "Where ``length`` is the 3-character, zero-padded hexadecimal character " @@ -14569,12 +14656,12 @@ msgid "" "current version." msgstr "" -# 43db355c6ab24ca9a7a1b473078765a3 +# 01ab0296f1bf492d8e3b565069a8d2ff #: ../enduser/hot-guide/hot_existing_templates.rst:7 msgid "Where to find existing templates" msgstr "" -# a245f3c9de5d4696a2f9ef80276f2d98 +# 26a287612c6e425da6a7fe3d20f715b3 #: ../enduser/hot-guide/hot_software_deployment.rst:61 msgid "" "Whether the image is using Cloud-init_ or not, it should be possible to " @@ -14582,19 +14669,19 @@ msgid "" "by the server during boot:" msgstr "" -# 824361aca1704428a4330eee4776247f +# 760c6228d10f434b97d396a0a46fd3de #: ../common/cli_manage_volumes.rst:286 msgid "While logged in as the volume donor, list the available volumes:" msgstr "" -# 09e8d51809024305a81c31bd6597157c +# 27ce0bf183134c38a85113606bd4aa9d #: ../enduser/cli_swift_large_object_creation.rst:253 msgid "" "While static and dynamic objects have similar behavior, this table describes " "their differences:" msgstr "" -# e2353adf53b142d1aae9ea0024894b23 +# 952504ce62354426aa9364547409a0aa #: ../common/cli_manage_volumes.rst:339 msgid "" "While the ``auth_key`` property is visible in the output of ``cinder " @@ -14602,7 +14689,7 @@ msgid "" "transfer-show TRANSFER_ID`` commands." msgstr "" -# 6d17217f61184e0c8cd03aa18c13db20 +# 69bf2b4c3e2240088d4382431ef86134 #: ../enduser/hot-guide/hot_spec.rst:247 msgid "" "While the descriptions for each constraint are optional, it is good practice " @@ -14611,50 +14698,50 @@ msgid "" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 6e4526c5c7db408c94f933c7c5d68368 +# 420b6e35fd71494e858513956a16a92d # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 7d7996d60d654cc581817e71c892ddf9 +# 37e1f181e8e145268c7e1e9b75753089 #: ../adminuser/intro-admin.rst:35 ../enduser/intro-user.rst:34 msgid "Who should read this book?" msgstr "" -# ac52b219d2d94808a7abad132f49cd5e +# 5333a6aeb76844c58780538e1833f7b5 #: ../enduser/cli_swift_bulk_delete.rst:13 msgid "" "With bulk delete, you can delete up to 10,000 objects or containers " "(configurable) in one request." msgstr "" -# b0fcc62a89af4721b54caf90fd57373a +# 27e72b7413ae415b9b8f80b6358e1516 #: ../adminuser/cli_nova_specify_host.rst:8 msgid "" "With the appropriate permissions, you can select which host instances are " "launched on and which roles can boot instances on this host." msgstr "" -# 63f07e577dae4ce8b6d9f6f515c89b8b +# ae2a245479524a69a3e1c3950bf9dc98 #: ../enduser/hot-guide/hot_hello_world.rst:24 msgid "Writing a hello world HOT template" msgstr "" -# bf59a7d2804547aab1c9f1d1a4624089 +# c0b0d919130142bfa85a120a4006f5f7 #: ../enduser/sdk_schedule_objects_for_deletion.rst:33 msgid "X-Delete-After" msgstr "" -# 1f6da0e8c3a74ce583485bd6690643eb +# 605b241fee8246cc9e41456b6092bf52 #: ../enduser/sdk_schedule_objects_for_deletion.rst:26 msgid "X-Delete-At" msgstr "" -# 7017cc5f4d4e4794a1bb0a9251776bde -# c0aebb51ffd74650b8cd3626afb3ec82 +# a1a349fc997749bbada72931f127bcd9 +# ebbba70e88f249f99f783df72f6caab3 #: ../enduser/cli_swift_serialized_response_formats.rst:33 #: ../enduser/cli_swift_serialized_response_formats.rst:35 msgid "XML data serialization response format." msgstr "" -# 75766b6bfea7425c871421e3314c96e2 +# 81aae29ae06b4383a68b5f08d72ce91d #: ../enduser/cli_swift_static_website.rst:44 msgid "" "You also have the option of displaying a list of files in your pseudo-" @@ -14664,7 +14751,7 @@ msgid "" "example, ``lists.css``)." msgstr "" -# 170bbc906a144cc1ab19141f19256a0b +# fa74169adb9642d5b00b9db45ed6222c #: ../enduser/hot-guide/hot_basic_resources.rst:27 msgid "" "You also need to define the ``networks`` property to indicate to which " @@ -14672,7 +14759,7 @@ msgid "" "your tenant." msgstr "" -# 5dc162ded2ba4797ab856ca87342ed75 +# 3a756c49a99f4eda896bf9e6599ced79 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:79 msgid "" "You are not prompted for the password with this method. The password lives " @@ -14682,15 +14769,15 @@ msgid "" "with OpenStack client commands instead." msgstr "" -# ea2c31c79fd247af8ccdb2ac429cd256 +# 42e27ef81fac4615b21cfa00466d3818 #: ../adminuser/dashboard_manage_host_aggregates.rst:54 msgid "" "You can add one host to one or more aggregates. To add a host to an existing " "aggregate, edit the aggregate." msgstr "" -# 2b3786da55ef4e6691dca96daeb12ddd -# b8bb7173dd944c17b253311d91636881 +# 107ba8c38b604d3aaddc9d4adf5ad73b +# ea6b168105fd4582ab83fd7c1910d9a1 #: ../enduser/cli_launch_instances.rst:64 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:59 msgid "" @@ -14698,20 +14785,20 @@ msgid "" "accessible from outside the cloud. See :doc:`cli_manage_ip_addresses`." msgstr "" -# fe3496902f9c4738b59f63bb38d4d380 +# 01341e9799614b29b9681cfee6377931 #: ../enduser/cli_launch_instances.rst:54 msgid "" "You can also attach a block storage device, or **volume**, for persistent " "storage." msgstr "" -# efd982175f894cd28edf9a8d657c504b +# eb039b3304d7409880b0e9096e82c2b9 #: ../enduser/sdk_authenticate_against_networking_endpoint.rst:27 msgid "" "You can also authenticate by explicitly specifying the endpoint and token:" msgstr "" -# fc638847045a4f39a4067488d937cfa6 +# 57cff8aacb584115a54e51662ad30ada #: ../enduser/hot-guide/hot_basic_resources.rst:220 msgid "" "You can also create an OS::Neutron::Port and associate that with the server " @@ -14719,7 +14806,7 @@ msgid "" "with stack updates." msgstr "" -# 7a2c6e8fdf284a6b9db4ccb172e91497 +# 60252e94a67047708cdf22cd229275a1 #: ../enduser/hot-guide/hot_basic_resources.rst:426 msgid "" "You can also create new volumes from another volume, a volume snapshot, or a " @@ -14727,14 +14814,14 @@ msgid "" "properties to create a new volume from an existing source." msgstr "" -# 136229fc8c5a42aaae588adbd55a425f +# 5186e4bfd1cb4cb2a59b7570b5ae90a8 #: ../enduser/cli_launch_instances.rst:109 msgid "" "You can also filter the image list by using ``grep`` to find a specific " "image, as follows::" msgstr "" -# 9d899da2eed54e12b5ab75033c26e13d +# 4f154726813e4a7e83a43dffe6d734b1 #: ../enduser/cli_launch_instances.rst:232 msgid "" "You can also place arbitrary local files into the instance file system at " @@ -14745,38 +14832,38 @@ msgid "" "``--file`` option as shown in the following example." msgstr "" -# b8742f66ee4f4d7a82a9895cc8fbdc5b +# 441ab99654c0426c8caeceded33c8943 #: ../enduser/hot-guide/hot_environment.rst:34 msgid "" "You can also provide environment parameters as a list of key/value pairs " "using the :option:`-P` option of the :command:`heat stack-create` command." msgstr "" -# b29e0ec3824343a19206891282239fa5 +# 45d47773dc7b45d79396214ada7d9447 #: ../enduser/cli_swift_create_containers.rst:37 msgid "" "You can also use the ``swift stat`` command with the ``ACCOUNT`` or " "``CONTAINER`` names as parameters." msgstr "" -# 74fd05c06394439eaf91328a07e2cb9d +# 76bae06f82994260975532516c2eae0a #: ../enduser/cli_swift_manage_access_swift.rst:25 msgid "You can also use this command with a list of users." msgstr "" -# edf0cf435c734827a4ff738bd279e5dc +# caf07ee57f2a46b39bb4e38df68a9274 #: ../enduser/manage_db_config.rst:214 msgid "" "You can apply a configuration group to hundreds or thousands of database " "instances in your environment." msgstr "" -# c94d2f9b52c94b128a70420014d261ad +# 9eaa6e28f16648c4a8eedb43647d7fa6 #: ../enduser/cli_manage_ip_addresses.rst:67 msgid "You can assign a floating IP address to a project and to an instance." msgstr "" -# c1796c7fab0a4af8aa6ee9ab28c540bb +# 8c5b0e37479d4a8e958d3823b018c2b2 #: ../enduser/hot-guide/hot_composition.rst:94 msgid "" "You can associate a name to the :file:`my_nova.yaml` template in an " @@ -14784,12 +14871,12 @@ msgid "" "then your new resource will override the default one." msgstr "" -# a4ac5d34935246a2a3dee4588dd9c9bc +# 154ff5c8f87f48baa959b604d91cb3bb #: ../common/cli_nova_launch_instance_from_volume.rst:8 msgid "You can boot instances from a volume instead of an image." msgstr "" -# 9c91f83d301f4b359432751750324110 +# 0991978e03e7426abef6f4eb8b8b35b7 #: ../enduser/manage_db_config.rst:155 msgid "" "You can change a database's configuration by attaching a configuration group " @@ -14798,28 +14885,36 @@ msgid "" "of the configuration group." msgstr "" -# 34daf6b92cac4647934a6bef3525a767 +# 549e858dc59a4dd882f1367b89e8f786 +#: ../enduser/set_up_replication.rst:17 +msgid "" +"You can choose a smaller volume or flavor for a replica than for the " +"original, but the replica's volume must be big enough to hold the data " +"snapshot from the original." +msgstr "" + +# 6d79583470fc46518195c0f887b120df #: ../enduser/hot-guide/hot_basic_resources.rst:343 msgid "" "You can connect subnets to routers with the :hotref:`OS::Neutron::" "RouterInterface` resource:" msgstr "" -# ae8d7a511a364c6fac5cb1bae6445959 +# edaf3bc3e99448fba7499b775c41f3ed #: ../enduser/cli_swift_large_object_creation.rst:206 msgid "" "You can continue uploading segments, like this example shows, prior to " "uploading the manifest." msgstr "" -# 13f90feb77ff49cfb06002947de15b83 +# d93f2951b1f44edb9889126ccaa10c01 #: ../enduser/manage_db_config.rst:94 msgid "" "You can create a configuration group by using the trove ``configuration-" "create`` command. The general syntax for this command is:" msgstr "" -# b8991bd5255440a4b5b85ef4ff55b682 +# f45ea1d160944cb699147adad0a2b9bd #: ../enduser/dashboard_manage_containers.rst:100 msgid "" "You can create a new object in container without a file available and can " @@ -14828,7 +14923,15 @@ msgid "" "URL info in advance." msgstr "" -# 100afb372d444cb8b3ee6b66e078bf2d +# dca6aa1a8c254f2ca7975716c14d316e +#: ../enduser/set_up_replication.rst:8 +msgid "" +"You can create a replica of an existing database instance. When you make " +"subsequent changes to the original instance, the system automatically " +"applies those changes to the replica." +msgstr "" + +# fde7393b1c2f405aaf2960bb42db025d #: ../common/cli_nova_launch_instance_from_volume.rst:125 msgid "" "You can create a volume from an existing image, volume, or snapshot. This " @@ -14836,7 +14939,7 @@ msgid "" "to boot an instance." msgstr "" -# 6c2def7229a246e18a180d92db5f0f11 +# 1a514fe45b7e4c6c9c535544d69c9c45 #: ../enduser/cli_swift_pseudo_hierarchical_folders_directories.rst:87 msgid "" "You can create an unlimited number of nested pseudo-directories. To navigate " @@ -14846,14 +14949,14 @@ msgid "" "directly to the files contained within ``dogs``, enter the following command:" msgstr "" -# 875c88c6f22e465e913a848d2e0834a4 +# abcb8a04f9294c69867a7e0aeb872ca1 #: ../adminuser/cli_manage_flavors.rst:65 msgid "" "You can create and manage flavors with the nova **flavor-*** commands " "provided by the ``python-novaclient`` package." msgstr "" -# 8b8fca1b6c9a4ff8bb56059aa47141e3 +# 3d31fb229b574fd2bb1953459e66ecb5 #: ../enduser/cli_swift_static_website.rst:103 msgid "" "You can create and set custom error pages for visitors to your website; " @@ -14861,7 +14964,7 @@ msgid "" "To do this, set the metadata header, ``X-Container-Meta-Web-Error``." msgstr "" -# 81aa757340414bf5baae9ec256b546a7 +# 628fb27b0b794d5c9b6c6730d28e066c #: ../enduser/cli_nova_configure_access_security_for_instances.rst:12 msgid "" "You can create at least one key pair for each project. You can use the key " @@ -14869,21 +14972,21 @@ msgid "" "key pair with an external tool, you can import it into OpenStack." msgstr "" -# d235fed94c74450bb004612e6dd7f0df +# 295bc5de6d3a44498d462245a91a3af7 #: ../adminuser/nova_cli_manage_projects_security.rst:137 msgid "" "You can create complex rule sets by creating additional rules. For example, " "if you want to pass both HTTP and HTTPS traffic, run:" msgstr "" -# f8782a22606b48bfaa07799f45c96e08 +# a71a4cb37fc34a25988efce66738ca8a #: ../enduser/hot-guide/hot_basic_resources.rst:270 msgid "" "You can create new key pairs with the :hotref:`OS::Nova::KeyPair` resource. " "Key pairs can be imported or created during the stack creation." msgstr "" -# 554ef201e82f4d70ad31bb3176d7f86c +# afb8f1c09e124d7d8f15c37ff7a6ce55 #: ../enduser/hot-guide/hot_environment.rst:86 msgid "" "You can create or override resources in the ``resource_registry`` section of " @@ -14892,7 +14995,7 @@ msgid "" "existing template file." msgstr "" -# 67f8555c2d8e47b08d951e892396b5c6 +# 396ac1ad58064e48bc3c8dc895e17f92 #: ../adminuser/manage_projects_users_and_roles.rst:14 msgid "" "You can define actions for OpenStack service roles in the ``/etc/PROJECT``/" @@ -14900,7 +15003,7 @@ msgid "" "the ``/etc/nova/policy.json`` file." msgstr "" -# 93b0664f1416417685ef948436fb959b +# f02c9394ac534b319398616fa1ea2a7d #: ../enduser/hot-guide/hot_hello_world.rst:208 msgid "" "You can define multiple constraints of the same type. Especially in the case " @@ -14909,26 +15012,26 @@ msgid "" "to users precise." msgstr "" -# 95ad55ecf500461b87aa36418b35fb72 +# ab25b120811748cf93d41b804487246b #: ../enduser/hot-guide/hot_environment.rst:72 msgid "" "You can define values for the template arguments in the ``parameters`` " "section of an environment file:" msgstr "" -# 54dca553f48247208e9e20625d8a0237 +# 94cc3ebede7542e2860eda737315531b #: ../adminuser/cli_nova_manage_services.rst:7 msgid "" "You can enable and disable Compute services. The following examples disable " "and enable the ``nova-compute`` service." msgstr "" -# 526a4c95863745d5ae1a1fcd07237f29 +# d06ffe878f2d49daa1f25f1b036babe3 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:66 msgid "You can generate a key pair or upload an existing public key." msgstr "" -# 4e0dfb96c1f04df989b5ed21e11587e0 +# eaa53eaefddd4317b4aa0d2c040a27e6 #: ../enduser/backup_db.rst:85 msgid "" "You can get additional information about the backup by using the trove " @@ -14936,19 +15039,19 @@ msgid "" "``8af30763-61fd-4aab-8fe8-57d528911138``." msgstr "" -# d559e32114444db5b0f75d23618936cf +# 307e41c40ba04fc5928aa322b5911336 #: ../common/cli_install_openstack_command_line_clients.rst:129 msgid "You can install pip and use it to manage client installation:" msgstr "" -# 27f88f736e1e4f23bb988a1b7fa356f0 +# ff9fb793d6fb462ea77337e45fa0fbe9 #: ../enduser/hot-guide/hot_environment.rst:122 msgid "" "You can limit the usage of a custom resource to a specific resource of the " "template:" msgstr "" -# b852425d56b44ee192a160718e6283c5 +# 91250ccc1db9444e8fc213ff47fa1dc9 #: ../enduser/cli_manage_bare_metal_nodes.rst:23 msgid "" "You can list and delete bare-metal nodes. When you delete a node, any " @@ -14956,7 +15059,7 @@ msgid "" "interfaces that are associated with a bare-metal node." msgstr "" -# 342255533ef14763b264a310f3eea1cc +# 53d441ec8f2f43e3846b286418376d5e #: ../enduser/manage_db_config.rst:8 msgid "" "You can manage database configuration tasks by using configuration groups. " @@ -14964,13 +15067,13 @@ msgid "" "more databases." msgstr "" -# 9719ce3f6e7a40a7b9c279ffde1ff317 +# cfa5ce52dd924f94bb86b8fb61a56f6b #: ../adminuser/manage_projects_users_and_roles.rst:18 msgid "" "You can manage projects, users, and roles independently from each other." msgstr "" -# c40e2bbceb8e47868f6869787e57c543 +# a2afe7a6e0c2416f9bf1cd9c192790ff #: ../enduser/cli_nova_configure_access_security_for_instances.rst:33 msgid "" "You can modify the rules in a security group to allow access to instances " @@ -14981,14 +15084,14 @@ msgid "" msgstr "" # #-#-#-#-# adminuser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 5d24a27b9246467d83c64d1449abde9d +# cd5a25e59d5b4410b9443533031181fc # #-#-#-#-# enduser.pot (Admin User Guide 0.0.1) #-#-#-#-# -# 30dbbe8626d0487ba025dc53bf44f46e +# 48a67f717da54cce8b74ccbee4e75da0 #: ../adminuser/intro-admin.rst:22 ../enduser/intro-user.rst:21 msgid "You can modify these examples for your specific use cases." msgstr "" -# 958d38cee0814adab53288bd5302a9e3 +# e63b4ff9b1504d96aeba240923bc45e1 #: ../enduser/create_db.rst:172 msgid "" "You can now access the new database you just created (myDB) by using typical " @@ -14996,7 +15099,7 @@ msgid "" "``172.16.200.2``." msgstr "" -# d61fc2042c7b4f5abcaef46c69041af5 +# 3013f9be13f54d29af7f13ae11cd377c #: ../enduser/create_db.rst:146 msgid "" "You can now pass in the instance ID with the trove ``show`` command to get " @@ -15004,19 +15107,19 @@ msgid "" "with ``5599dad6-731e-44df-bb60-488da3da9cfe``." msgstr "" -# cd1b83764b7e4393b46293d695349427 +# f1af5d78f36542f8a8c37370f1350e5c #: ../enduser/hot-guide/hot_composition.rst:112 msgid "You can now use the new ``OS::Nova::Server`` in your new template:" msgstr "" -# 1a8fbe429310434e93a3865f8b0cb1e6 +# c0c57fd0a4c74876a4e6c9924baee6ac #: ../enduser/sdk_assign_cors_headers.rst:24 msgid "" "You can only assign these headers to objects. For more information, see `www." "w3.org/TR/access-control/ `__." msgstr "" -# aadfc3841e634b73b92f15188f312cb7 +# 23fa5b0370ff4b0db965b641478b4013 #: ../adminuser/dashboard_view_cloud_resources.rst:15 msgid "" "You can only view metering statistics on the dashboard (available only to " @@ -15024,21 +15127,21 @@ msgid "" "through the :command:`ceilometer` command-line interface (CLI)." msgstr "" -# 985676eb307c4010b4db35b56d53ce74 +# a675016a11d246bf808ed84cf5ebdc68 #: ../enduser/cli_launch_instances.rst:166 msgid "" "You can pass user data in a local file at instance launch by using the ``--" "user-data USER-DATA-FILE`` parameter." msgstr "" -# e1292d64c7064250b09344abb0438b1c +# 40f692db2b5943699eacafe583f7ec12 #: ../enduser/cli_provide_user_data_to_instances.rst:16 msgid "" "You can place user data in a local file and pass it through the ``--user-" "data `` parameter at instance creation::" msgstr "" -# 3342d234f99442849a489965f5f84639 +# 586db52ead5948f7904b07d2b2b2b48d #: ../enduser/hot-guide/hot_hello_world.rst:130 msgid "" "You can provide default values for parameters. If a user doesn't define a " @@ -15047,7 +15150,7 @@ msgid "" "the ``flavor`` property:" msgstr "" -# 0519059ac0554a90848d85b6c5d2e08a +# 088da7bfa91a4d99a608151ca955dd38 #: ../enduser/hot-guide/hot_hello_world.rst:167 msgid "" "You can restrict the values of an input parameter to make sure that the user " @@ -15057,7 +15160,7 @@ msgid "" "possible values:" msgstr "" -# 5ca08eb708d745e48995b4d21c0ebf68 +# d747235645314a15a64e48e560c10284 #: ../common/cli_overview.rst:9 msgid "" "You can run the commands from the command line, or include the commands " @@ -15065,39 +15168,39 @@ msgid "" "as your user name and password, you can run these commands on any computer." msgstr "" -# 2b3c91e30fc24508ba7d464387dae41a +# add68b84d5354d7caefb731f17e54d55 #: ../enduser/cli_stop_and_start_an_instance.rst:46 msgid "You can run the following shelving tasks:" msgstr "" -# 686752cc8e0b44e4bb5491e0cb1f174a +# 10958d8af18b4f2db02ab8f50d790435 #: ../enduser/cli_search_instance_with_ip_address.rst:8 msgid "" "You can search for an instance using the IP address parameter, ``--ip``, " "with the :command:`nova list` command." msgstr "" -# 26274736298d453ebf3e452dafd8cc54 +# 007fe9635f1e4055a5a84576962f516e #: ../enduser/cli_swift_bulk_delete.rst:57 msgid "" "You can set the ``Accept`` request header to one of the following values to " "define the response format:" msgstr "" -# 49678cff53ca4210819c2611f4eb76e4 +# 46a58042c62d44caad42d15143c1ff89 #: ../enduser/cli_swift_archive_auto_extract.rst:80 msgid "" "You can set the ``Accept`` request header to one of these values to define " "the response format:" msgstr "" -# c577ee986267464b8d18fa353a77d5b4 +# ded826f9a4ec497eb645c6c84e892881 #: ../common/cli_nova_show_usage_statistics_for_hosts_instances.rst:8 msgid "" "You can show basic statistics on resource usage for hosts and instances." msgstr "" -# 4a7e06dba21740d7ac03e04b95df6300 +# 2aae49953f6648cb8dfda80501c8d9ed #: ../enduser/cli_reboot_an_instance.rst:8 msgid "" "You can soft or hard reboot a running instance. A soft reboot attempts a " @@ -15105,14 +15208,14 @@ msgid "" "the instance." msgstr "" -# 87adf22711b34aa9b9b807af97a99668 +# 2ce998efc2604d418e07888e1da761c9 #: ../adminuser/dashboard_set_quotas.rst:91 msgid "" "You can sort the table by clicking on either the :guilabel:`Quota Name` or :" "guilabel:`Limit` column headers." msgstr "" -# 18592b5e4fe04eea9c6d0e13e1579425 +# 1758a873268648d98c680e8557fd04dd #: ../enduser/cli_swift_set_object_versions.rst:8 msgid "" "You can store multiple versions of your content so that you can recover from " @@ -15120,14 +15223,14 @@ msgid "" "control, which you can use with any type of content." msgstr "" -# 4a86faca00bd453093eb1e630ce9f1ff +# 8c1a55f250504dd8aa5e30387beb0fac #: ../adminuser/dashboard_manage_instances.rst:65 msgid "" "You can track costs per month by showing metrics like number of VCPUs, " "disks, RAM, and uptime of all your instances." msgstr "" -# 041fa1a4b1704e3fb1d6fe297e34dc29 +# 1e3c9a4f1fd84f88b6537be70a9b14b1 #: ../common/cli_manage_volumes.rst:263 msgid "" "You can transfer a volume from one owner to another by using the ``cinder " @@ -15137,24 +15240,24 @@ msgid "" "transfer by using the ID and key." msgstr "" -# ee40067953214982af7b76165eadd45b +# 8940996a7a494b7fa1db474ce884b682 #: ../common/networking_advanced_quotas.rst:226 msgid "You can update quotas for multiple resources through one command::" msgstr "" -# 9e993c81d16943769390f3e2c0380b45 +# d27fbdb026d542eda0959e33d0a43ee0 #: ../common/networking_advanced_quotas.rst:258 msgid "" "You can update the limits of multiple resources by including L2 resources " "and L3 resource through one command::" msgstr "" -# ac87c5768ed0418b80f08fd9529f84ff +# bf0c6150c54f4754910123a97a9fdb53 #: ../adminuser/manage_projects_users_and_roles.rst:245 msgid "You can update the name, email address, and enabled status for a user." msgstr "" -# 59a72a5639fd4594ae64d52bf69ea9c8 +# 6714d76844934d96943e6280274a3ce1 #: ../common/cli_manage_images.rst:9 msgid "" "You can upload images through the ``glance`` client or the Image Service " @@ -15164,7 +15267,7 @@ msgid "" "types." msgstr "" -# 57585e0f270c436d86cd301afdd03a82 +# a325496069d34033a5935d3300c25b62 #: ../enduser/cli_swift_large_object_creation.rst:269 msgid "" "You can upload manifest and segment objects in any order. You are " @@ -15172,22 +15275,22 @@ msgid "" "premature download of the manifest occurs. However, this is not enforced." msgstr "" -# 56dddd4106ba47b3acd82bfd55b2fdac +# d95f892460744c289baa30529089ee6c #: ../enduser/cli_swift_large_object_creation.rst:276 msgid "" "You can upload new segment objects or remove existing segments. The names " "must simply match the ``PREFIX`` supplied in ``X-Object-Manifest``." msgstr "" -# 188e67b486de4698a92e91841d2a68cf +# 3f90d82b34444897b3419833a8de7617 #: ../enduser/cli_swift_archive_auto_extract.rst:51 msgid "" "You can upload regular files but you cannot upload other items (for example, " "empty directories or symbolic links)." msgstr "" -# b68f9b2f24f04011a52a61db0978adbb -# 25a7cc29c85348b6bed3e300d92b06c7 +# b578b4df22c6438c86335f5b02f5b90c +# 44e57a27f4fd443d9945d07d8b43e1b7 #: ../enduser/backup_db.rst:8 ../enduser/dashboard_databases.rst:104 msgid "" "You can use Database services to backup a database and store the backup " @@ -15196,7 +15299,7 @@ msgid "" "restore process creates a database instance." msgstr "" -# dde65092b8164c49900ce11e08d1f98b +# fc4e392aa6ff42b8936ad95cf9608b65 #: ../adminuser/analyzing-log-files-with-swift-cli.rst:15 msgid "" "You can use the *``-o``* or *``--output``* option with a single object " @@ -15205,7 +15308,7 @@ msgid "" "``) data without saving it to disk first." msgstr "" -# 62d8a62153234a1191e795f117e46f87 +# 5126e222dcdb497682266a996f2f5086 #: ../adminuser/nova_cli_manage_projects_security.rst:18 msgid "" "You can use the ``allow_same_net_traffic`` option in the :file:`/etc/nova/" @@ -15213,19 +15316,19 @@ msgid "" "share a network." msgstr "" -# 81a43c2a35074dcbbeec66ccac0d4090 +# 5ba9135a80894a89b53fc3ee35f1c4b8 #: ../enduser/hot-guide/hot_basic_resources.rst:146 msgid "" "You can use two sets of resources to create and associate floating IPs to " "instances." msgstr "" -# 8c5433da6e0a48d2885a32183b2b10c6 +# fa35419470d7440aa4555fded0c6ff54 #: ../enduser/hot-guide/hot_environment.rst:99 msgid "You can use wildcards to map multiple resources:" msgstr "" -# 0fb23cb51ec74492b7b3ca4d8cb8f050 +# a928187cd16e4e018cb59c3014ea668e #: ../enduser/cli_swift_static_website.rst:14 msgid "" "You can use your Object Storage account to create a static website. This " @@ -15236,19 +15339,19 @@ msgid "" "the header ``X-Web-Mode`` to ``TRUE`` on the request." msgstr "" -# 48ee02f826a8467098f263c7b6a1c502 +# 2fff5c631be140bcbd2b9e27b815c9ee #: ../enduser/cli_launch_instances.rst:140 msgid "You can view rules for a specified security group::" msgstr "" -# c74cccbe25934852b1ba219042c83d8f +# df516fe2c6324038afcdec84b33d5796 #: ../enduser/dashboard_manage_volumes.rst:81 msgid "" "You can view the status of a volume in the Volumes tab of the dashboard. The " "volume is either Available or In-Use." msgstr "" -# ab9fc87def754617b3bd50bb1bd67db3 +# cffc352029404cb9ba29d69f87682041 #: ../enduser/cli_swift_large_object_creation.rst:276 msgid "" "You cannot add or remove segment objects from the manifest. However, you can " @@ -15256,55 +15359,60 @@ msgid "" "manifest list." msgstr "" -# 113e84b87f5b4c2cb538c7feb2f5d7b6 +# 673f20f9d9be4abe8c3d979cd0d3c026 #: ../enduser/cli_nova_configure_access_security_for_instances.rst:117 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 "" -# b9cf96f96fbd4adfa8c482e13441757b +# 444124b6f776459fa4613736afd26c86 #: ../adminuser/dashboard_manage_images.rst:106 msgid "You cannot undo this action." msgstr "" -# ac9c47b4e8104c6baaf2baa8faa0b802 +# 182365b8d4c149ae9821c599f2573fa5 #: ../enduser/cli_swift_set_object_versions.rst:14 msgid "" "You cannot version a large-object manifest file, but the large-object " "manifest file can point to versioned segments." msgstr "" -# f9ea964c265f41da8ecd84ebc54fb0aa +# 9e8dfc7c402344e4b68d9dd961e9dc5e +#: ../enduser/set_up_replication.rst:108 +msgid "You detach a replica using the trove ``detach-replica`` command:" +msgstr "" + +# 32fc3ff6d4cc4446a249cea6727ce3ed #: ../enduser/dashboard_create_networks.rst:36 msgid "" "You do not have to specify a subnet when you create a network, but if you do " "not specify a subnet, any attached instance receives an Error status." msgstr "" -# 8a2426b343514bcf9adffaa4fd5ca3a7 +# ec14f62e8e724c10abc0dbd1b13c39a5 #: ../enduser/dashboard_manage_containers.rst:29 msgid "You have successfully created a container." msgstr "" -# 85013b8f29ec424ebbad5a1e8392155b +# cdf39e0e00dc47ee91b8df3e9622e8f8 #: ../enduser/dashboard_create_networks.rst:103 msgid "" "You have successfully created the router. You can view the new topology from " "the :guilabel:`Network Topology` tab." msgstr "" -# 753d6a9eeb9e40a9ae9ce773adb8ceea +# d4cbb0a3bf8a4874a940a595b6e04008 #: ../enduser/dashboard_manage_containers.rst:54 msgid "You have successfully uploaded an object to the container." msgstr "" -# 620bf9cf522f420ead6457b908a81865 +# 3bd8b91180b14a0cacafad3235227afe #: ../enduser/cli_swift_archive_auto_extract.rst:54 msgid "You must UTF-8-encode the member names." msgstr "" -# 80362b00279b4628a8cc5fb849a68728 +# 93fa0e98e45b423e8944547c3b55fc90 #: ../enduser/cli_swift_large_object_creation.rst:63 msgid "" "You must record the ``ETag`` response header that the ``PUT`` operation " @@ -15313,7 +15421,7 @@ msgid "" "ensures that the upload cannot corrupt your data." msgstr "" -# a97ea83cde6b498eb7b086786e4df9da +# 7c5033a09a6346adbfcfe144766e498a #: ../enduser/cli_swift_large_object_creation.rst:161 msgid "" "You must segment objects that are larger than 5 GB before you can upload " @@ -15325,7 +15433,7 @@ msgid "" "segments that can be a part of a single large object." msgstr "" -# dd891ff468a84f8f95a3832c42dea8c1 +# 6552ce8dc878465999b545f4c35ba411 #: ../common/cli_set_environment_variables_using_openstack_rc.rst:88 msgid "" "You must set the ``OS\\_CACERT`` environment variable when using the https " @@ -15335,64 +15443,64 @@ msgid "" "the TLS (HTTPS) server certificate." msgstr "" -# c4ae79b787914d03baaa5d0ff37bf9c4 +# f4feb795eec14ddcbc0c8711490218b9 #: ../enduser/sdk_authenticate.rst:16 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 "" -# c168af39e47a4ddba4e9921e1d804b35 +# ca3e598dbdfe4a54820a9983f0fc38f3 #: ../enduser/cli_swift_large_object_creation.rst:269 msgid "You must upload the segment objects before upload the manifest object." msgstr "" -# 08be31c2920b4d9b91a19f3f1b408bf5 +# 19cf52af3295444ebc7bc64dd3de99d1 #: ../enduser/cli_swift_archive_auto_extract.rst:49 msgid "You must use the tar utility to create the tar archive file." msgstr "" -# 71827e63d42144819cef959326233c5a +# 257459c466f04a6a8ba441a9166d8a5d #: ../enduser/cli_swift_static_website.rst:116 msgid "" "You only have to set the ``X-Container-Meta-Web-Error`` metadata once for " "your entire static website." msgstr "" -# bac9255ee5a34345afa9578c7dcb4d03 +# 802dc1826f044129a1559bd166cfb972 #: ../enduser/cli_swift_large_lists.rst:88 msgid "" "You receive a one-item response, which is fewer than the ``limit`` number of " "names. This indicates that this is the end of the list." msgstr "" -# d3833eeb9ab34be085b7ef01da1c84b0 +# c8bf7371753c403583d5158487d3272f #: ../enduser/cli_swift_large_lists.rst:105 msgid "" "You receive a result set of all container names before the ``end-marker`` " "value." msgstr "" -# 43cb216d7f194cce8c0dbf775dad9cf8 +# dfdb6eeba5b04125bcf3f050f9407d26 #: ../enduser/sdk.rst:15 msgid "You should also be familiar with:" msgstr "" -# 76b289a6e0644eb5b79c49e5574c1e36 +# 77409f43548547cc86cb02bde1347a41 #: ../adminuser/cli_admin_manage_ip_addresses.rst:71 msgid "" "You should use a range of free IP addresses that is correct for your " "network. If you are not sure, at least try to avoid the DHCP address range:" msgstr "" -# 69f9b0723b694775813eacfab477413a +# b06c9adfef6c4b1fbbf0282bef7b5781 #: ../enduser/backup_db.rst:113 msgid "" "You specify that the new ``guest2`` instance has the same flavor (``10``) " "and the same root volume size (``2``) as the original ``guest1`` instance." msgstr "" -# 94a5fc702fcd48209e4053f49b31bc09 +# 8d54450d4629444695f4e8882178e681 #: ../enduser/sdk_configure_access_security_instances.rst:47 msgid "" "You typically write the private key to a file to use it later. The file must " @@ -15401,7 +15509,7 @@ msgid "" "file with the appropriate permissions, as shown in the following example:" msgstr "" -# e56ffeff5cc14fe5ad76d75a5b2a1558 +# 56028542cc654b749ceb93ea085e2e98 #: ../enduser/backup_db.rst:117 msgid "" "You use the ``--backup`` argument to indicate that this new instance is " @@ -15409,14 +15517,14 @@ msgid "" "replace ``BACKUP_ID`` with ``8af30763-61fd-4aab-8fe8-57d528911138``." msgstr "" -# 6ecc319fbf3c47e0a3320d64b490880a +# 74b1b48a118c482dbae4b6f2eb9abd6b #: ../enduser/cli_swift_discoverability.rst:10 msgid "" "Your Object Storage system might not enable all features that this document " "describes. These features are:" msgstr "" -# 87e08c3a467a470d8db8e0a94cb6c325 +# 8536702d2d4e4c98a3c8354fba530222 #: ../enduser/cli_swift_static_website.rst:30 msgid "" "Your publicly readable containers are checked for two headers, ``X-Container-" @@ -15425,167 +15533,167 @@ msgid "" "`set_error_static_website`.." msgstr "" -# 6973e48638a44b4999d93dbbe66ccc31 -# d103c7745116474784016c0ac1bd9f71 -# 6ba7e0df8a8f484b8a4f9ca8e60ddcc1 +# 64f9bdcc338d4715a2fc146318ec499e +# 530218c59b5d43e2b5a07d2929bab3f4 +# 0f509a85d36a4841b30777731b435bfb #: ../common/cli_nova_launch_instance_from_volume.rst:16 #: ../common/cli_nova_launch_instance_from_volume.rst:18 #: ../common/cli_nova_launch_instance_from_volume.rst:20 msgid "``--block-device``" msgstr "" -# f3930748bfb34567b51e96891531c2f6 +# 24f594eb13a741c58582d007bb7e4b98 #: ../common/cli_nova_launch_instance_from_volume.rst:171 msgid "" "``--block-device`` source=SOURCE,id=ID,dest=DEST,size=SIZE,shutdown=PRESERVE," "bootindex=INDEX" msgstr "" -# e43eb4f912974bdc8e53933ad8bad14f +# 02b11a1a99b140d7a698d6163eedb5a8 #: ../common/cli_manage_images.rst:159 msgid "``--checksum CHECKSUM``" msgstr "" -# 5b45fb82972f4aa789a0ddd994572aec +# cd46c5776a514babbc016bc412959f7b #: ../common/cli_manage_images.rst:145 msgid "``--container-format CONTAINER_FORMAT``" msgstr "" -# 6a071f6147054538a540c3b1c0a1930b +# 7f38271314554a4180fd3fc7f939c2e1 #: ../common/cli_manage_images.rst:161 msgid "``--copy-from IMAGE_URL``" msgstr "" -# fa1e697cd3824f4dac1d102b557b2d78 +# 9d245943298d45959ed8382698f505b5 #: ../common/cli_manage_images.rst:143 msgid "``--disk-format DISK_FORMAT``" msgstr "" -# 91403361886c4353bdcd749ab477dfed +# 205094baa67f4e54aa7cef68abe9263b #: ../common/cli_nova_launch_instance_from_volume.rst:24 msgid "``--ephemeral``" msgstr "" -# 4226eb4bfe0a4de6a53c31ed4020375b +# f0a75cfb14004d289ebae33f84b02a32 #: ../common/cli_manage_images.rst:157 msgid "``--file FILE``" msgstr "" -# 957167540d824ce28d0fb2e70410604d +# 6fefd2a0d75247f2993a5629b54dc1ca #: ../common/cli_create_and_manage_networks.rst:242 msgid "" "``--fixed-ips ip_address=192.168.2.2 ip_address=192.168.2.40`` is one " "unknown option." msgstr "" -# 4759860a299449568bb41bf4ad80d5db +# 7defc27baa2c46b78541b1dfea57abf2 #: ../common/cli_nova_launch_instance_from_volume.rst:169 msgid "``--flavor`` FLAVOR. The flavor ID or name." msgstr "" -# 15ac5d1e5f1f4894bdd1f2a63bbd9dce +# 18ae777e08bc49c49169bf7fd4ffa4fe #: ../common/cli_manage_images.rst:171 msgid "``--human-readable``" msgstr "" -# d19f36fc80294b5fa7ce34f823ac1d1a +# b0c6512d71f4478298cc303aac1a0cfc #: ../common/cli_manage_images.rst:165 msgid "``--is-protected [True|False]``" msgstr "" -# 41cd84df5c4940a5b9610483c69d69c5 +# c44cc22c67964f7f871990e72be15724 #: ../common/cli_manage_images.rst:163 msgid "``--is-public [True|False]``" msgstr "" -# d8b6aa610bed4feabed8e79daf7e7df5 +# bfb4333361774a77bebad6f60bc5c605 #: ../common/cli_manage_images.rst:155 msgid "``--location IMAGE_URL``" msgstr "" -# 08fe178c50804bf588c1e32dfd543efa +# 696f704209d14071b908dfe67931ae1d #: ../common/cli_manage_images.rst:151 msgid "``--min-disk DISK_GB``" msgstr "" -# d7e56ba9e4fb4d1ea4e10cea9f7b1916 +# 4eb8ab0c765c4e77a3697eaf67ef33d2 #: ../common/cli_manage_images.rst:153 msgid "``--min-ram DISK_RAM``" msgstr "" -# aca59a52e9d4497c9f68baa8228efc49 +# dc59d49ff5f14a11bffa90b3d755d6fa #: ../common/cli_manage_images.rst:141 msgid "``--name NAME``" msgstr "" -# c5048cd1fd5442f49b7ad75a9f7ab6ec +# 64d8e7485cac4607a318723b1c290b81 #: ../common/cli_manage_images.rst:147 msgid "``--owner TENANT_ID``" msgstr "" -# 026971221fa34698963e67346cdfcaff +# 449fa0d72eb442118ac43da0dff4d11b #: ../common/cli_manage_images.rst:167 msgid "``--property KEY=VALUE``" msgstr "" -# 0cab1db445604c90a03cbc094b71ce58 +# acd3cbdc59af4a74b73fead7b749d4a3 #: ../common/cli_manage_images.rst:169 msgid "``--purge-props``" msgstr "" -# 58d79a78d4a24a15a9c9c0e864fea8d7 +# 5d85ff0979e74549ac73dd6df7556e3c #: ../common/cli_manage_images.rst:149 msgid "``--size SIZE``" msgstr "" -# ad31780c554040fca005f5d9d9a0e8d8 +# dfa24596008340f7ac75e574e4b85ff8 #: ../common/cli_nova_launch_instance_from_volume.rst:22 msgid "``--swap``" msgstr "" -# 9099547bbfda4cfc9fd84590fdf12440 +# 12cdb1f5eb3040a7980d9fb122a0f8f5 #: ../enduser/cli_swift_serialized_response_formats.rst:25 msgid "``Accept`` request header" msgstr "" -# 448802a5c19d4ce29f7fe48732d22d8d +# 2fab0ed107c04e008ae32d1eca20761e #: ../enduser/configure_access_and_security_for_instances.rst:81 msgid "``All ICMP``" msgstr "" -# cd728ab20bee4114bbd8b73c9333d294 +# a0ce8e56855f439daddce462e6fc8523 #: ../enduser/configure_access_and_security_for_instances.rst:63 msgid "``CIDR``" msgstr "" -# 137114d0c8af4f8a9dcd5d7bee640227 +# 6279f0ba928e4da8a9beb47894702b48 #: ../adminuser/cli_nova_migrate.rst:74 msgid "" "``ERROR (Forbidden): Policy doesn't allow compute_extension:admin_actions:" "migrate to be performed. (HTTP 403)``" msgstr "" -# 1e1c9cec029d4048a12cfab6e45e0b1b +# 5b931a2663264815b49802dc5741139a #: ../adminuser/nova_cli_manage_projects_security.rst:31 msgid "``False``, security groups are enforced for all connections." msgstr "" -# efadcea1060d4c8baf5c4b4d512a8e56 +# 03d9de6cb8a64c9ab3a62d4edc13b1f4 #: ../enduser/configure_access_and_security_for_instances.rst:81 msgid "``Ingress``" msgstr "" -# f8148d64128b4c57ab428444f1df5b05 +# de05b9d6e17a48b5a7efd794583812e5 #: ../common/cli_nova_launch_instance_from_volume.rst:196 msgid "``NAME``. The name for the server." msgstr "" -# e31f755d9ee849de8292980e62711cf8 +# f85387ebc28d4aa590d6fe4f7212ad9a #: ../enduser/configure_access_and_security_for_instances.rst:63 msgid "``SSH``" msgstr "" -# 2b4eaca8b0f94d9fa52db04d259cf7d7 +# c4a20c35ff1744fcb2b17c1749883e58 #: ../enduser/cli_swift_large_object_creation.rst:18 msgid "" "``Segment objects`` store the object content. You can divide your content " @@ -15594,7 +15702,7 @@ msgid "" "delete segment objects just as you would normal objects." msgstr "" -# ecd7b82ba344401994227cc20677a17a +# 05eb31b85cbd48f2abf3f0659ffc1691 #: ../adminuser/nova_cli_manage_projects_security.rst:24 msgid "" "``True`` (default), hosts on the same subnet are not filtered and are " @@ -15605,64 +15713,64 @@ msgid "" "to allow all traffic from the subnet." msgstr "" -# d81e895255e74410acf27d256dca2aa5 -# 3af28d21759a4a788801c9bc47df0589 +# 3409c3f1a6134b8f951b734e506a28b7 +# 5cefb5cf036646d7875c63d693280282 #: ../enduser/cli_swift_archive_auto_extract.rst:88 #: ../enduser/cli_swift_bulk_delete.rst:65 msgid "``application/json``" msgstr "" -# 872fc7215ad941ab97f02d7bf0e466a7 +# 2ef10f70a4424d37bb12b45e6dbb6582 #: ../enduser/cli_swift_archive_auto_extract.rst:91 msgid "``application/xml``" msgstr "" -# a9eec91fa582489dabf00c4384acda6c +# 59e67557097d4b738557ec00bd08be08 #: ../enduser/cli_swift_bulk_delete.rst:68 msgid "``application/xml`` or ``text/xml``" msgstr "" -# 5514cc87c91d491a98c6189424dc6fe7 +# 51da18dcaaf2410888bf25e80972623d #: ../enduser/cli_manage_bare_metal_nodes.rst:33 msgid "``baremetal-interface-add``" msgstr "" -# d1e01dcb83b94e45978e7eeaf2eb2999 +# 51edea23cab64603ad6d5bca5bb12d56 #: ../enduser/cli_manage_bare_metal_nodes.rst:36 msgid "``baremetal-interface-list``" msgstr "" -# e8171e0e9d4b430ab0fd97ded992e95c +# 47f42724055c4baf84a15e9bde5fe2ce #: ../enduser/cli_manage_bare_metal_nodes.rst:39 msgid "``baremetal-interface-remove``" msgstr "" -# 7331bf6aab7740cf83302c535dfad697 +# d837b9d2bae24868a69047fe28cf6471 #: ../enduser/cli_manage_bare_metal_nodes.rst:42 msgid "``baremetal-node-create``" msgstr "" -# 836ee989c0804103851269ec32409c83 +# 7c23fe1b1624401ba34e096e68979152 #: ../enduser/cli_manage_bare_metal_nodes.rst:45 msgid "``baremetal-node-delete``" msgstr "" -# d51b79e44e59447fb0a75801db4010fc +# 5392d50fb090482a92a4cc2fd994c0fc #: ../enduser/cli_manage_bare_metal_nodes.rst:48 msgid "``baremetal-node-list``" msgstr "" -# 8896e13da359421fa851ba1f595019ea +# db82ad7e616d404abe22d41d4832df18 #: ../enduser/cli_manage_bare_metal_nodes.rst:51 msgid "``baremetal-node-show``" msgstr "" -# d5d8fe50d9c64d9ba6a25d09df9ed24e +# 2a2501485b0d43f99b4e846cef065392 #: ../common/cli_install_openstack_command_line_clients.rst:148 msgid "``ceilometer`` - Telemetry API" msgstr "" -# eb1c3625f7c949119e91cd99e9e76702 +# 707daa2802fa4c359d032c3134e5832f #: ../enduser/hot-guide/hot_software_deployment.rst:698 msgid "" "``cfn-init`` has no concept of inputs, so ``{get_input: bar}`` acts as a " @@ -15671,7 +15779,7 @@ msgid "" "created." msgstr "" -# 36b21e5c41e045a2937c9882ab1f1db5 +# 3851306583a54d7f809a3b9b643e12e1 #: ../enduser/hot-guide/hot_software_deployment.rst:703 msgid "" "``cfn-init`` has no concept of outputs, so specifying ``signal_transport: " @@ -15680,24 +15788,24 @@ msgid "" "server." msgstr "" -# 2d0c9be28a6c4b819648f6db8e5111bc +# 1bd673f1ceb347fbb6658ea2629d0cec #: ../common/cli_install_openstack_command_line_clients.rst:150 msgid "``cinder`` - Block Storage API and extensions" msgstr "" -# 4946caf0328140c688f68ddcb6adc266 +# e5ed718a669c4f87a875bcf4760864b7 #: ../enduser/hot-guide/hot_spec.rst:796 msgid "" "``data type`` can be one of ``metadata``, ``deletion_policy`` or " "``update_policy``." msgstr "" -# e26abb9a5c0e4844b12e6451a76ee266 +# d3b53227692e43c697dad726c646db11 #: ../enduser/dashboard_databases.rst:86 msgid "``database1``, ``database2``, ``database3``" msgstr "" -# a8f46c3bfd534eafb5bfe6581f39ed61 +# fc59354a44dd41269816f7424e007593 #: ../common/cli_manage_images.rst:97 msgid "" "``filesystem_store_metadata_file = filePath``, where filePath points to a " @@ -15705,106 +15813,106 @@ msgid "" "and a unique ID. For example:" msgstr "" -# e504456fc12a4424a601da4e8b634d9d +# f2b16131e2b64c39ae028f94efdf0b67 #: ../common/cli_install_openstack_command_line_clients.rst:152 msgid "``glance`` - Image Service API" msgstr "" -# b0227801ca034a4c9e5ba24e28ec0346 +# ebbe8f7ebc1047a1a7701453ff99abdb #: ../common/cli_install_openstack_command_line_clients.rst:154 msgid "``heat`` - Orchestration API" msgstr "" -# 2bc14ce0aa6745ecb21f926b621cf910 +# c27ea72bfd714cfaa168afb10e58a779 #: ../enduser/cli_manage_bare_metal_nodes.rst:137 msgid "" "``host`` is optional for the ``--availability_zone`` parameter. You can " "simply specify ``zone:,node``, still including the comma." msgstr "" -# e3600cb2e2484493af881cc8fdb46d31 +# f4b3a68373364f689dfec3bd0ef999d0 #: ../common/cli_install_openstack_command_line_clients.rst:171 msgid "``keystone`` - Identity service API and extensions" msgstr "" -# c94540c007234a068d801010334a75d1 +# 9ee392819c914a39a23df398b47f3175 #: ../enduser/hot-guide/hot_basic_resources.rst:62 msgid "``network``" msgstr "" -# 36872bfff05d4841895638f220da60f6 +# 857a06d9048e44dc98635775f3efa60a #: ../common/cli_install_openstack_command_line_clients.rst:156 msgid "``neutron`` - Networking API" msgstr "" -# fb113545b2a84c2da0693654744893ce +# 82164220796140629ce007508208e337 #: ../common/cli_install_openstack_command_line_clients.rst:158 msgid "``nova`` - Compute API and extensions" msgstr "" -# e71e4b102fe1450284845a08eb8038e9 +# c16f482ce9d1443197c386fb5f91f017 #: ../common/cli_install_openstack_command_line_clients.rst:166 msgid "``openstack`` - Common OpenStack client supporting multiple services" msgstr "" -# 1e983288632b48f288c359354c436d1d +# 24bc782ad140458998aa668a873596a4 #: ../enduser/hot-guide/hot_environment.rst:26 msgid "``parameters``" msgstr "" -# 5b38f63f6cee4c0d82d858a2734dc5ed +# bb5dd7d04ad44ee18fe492c5c0f3b6c8 #: ../enduser/hot-guide/hot_basic_resources.rst:56 msgid "``port``" msgstr "" -# b0f2796a2b9748bca12a9cf168d33efa +# a7c952c4ab4a4c4d84620df4569d0257 #: ../enduser/sdk_authenticate_compute_output.rst:269 msgid "" "``print_server`` is a method defined in ``utils.py`` and prints the server " "details as shown in the code listing below:" msgstr "" -# 204f1301aa2244e6b1bfb8e36b8ae84d +# d029e96515b440ce968ae52807ffe6ef #: ../enduser/hot-guide/hot_environment.rst:29 msgid "``resource_registry``" msgstr "" -# 0bc58439a237400cad99e97e3c14dbba +# 2252f2e5758846ae83abaed147e828ac #: ../common/cli_install_openstack_command_line_clients.rst:160 msgid "``sahara`` - Database Processing API" msgstr "" -# db0f39c7884447e28c3d37fd241f4585 +# 9a5761dbfc0e43199e371be3a91107d9 #: ../adminuser/manage_projects_users_and_roles.rst:41 msgid "``service-create``" msgstr "" -# 439fee986347426eabd7bc01486c6c17 +# f837ae18d86a45bfb25a737950ed5d1b #: ../adminuser/manage_projects_users_and_roles.rst:83 msgid "``service-delete``" msgstr "" -# cfc05acbe1b347a9af1665899df3c485 +# c3b5f79587bd4beb8ca0ca48d564ef87 #: ../adminuser/manage_projects_users_and_roles.rst:70 msgid "``service-get``" msgstr "" -# b4ba4454c1a64b279aaa93d0cfc56c27 +# 8ed269dca6ca4ff6b49cc11c0067fcb3 #: ../adminuser/manage_projects_users_and_roles.rst:61 msgid "``service-list``" msgstr "" -# 80d7ffde113047869a04aa781f605c6a +# 307bfe6cfc664b089c8e2efbb334b893 #: ../adminuser/cli_keystone_manage_services.rst:66 msgid "``service_description``: the description of the service." msgstr "" -# 467a550bfa7747f69b23a00c53da80aa +# fca4a296b7854fbb8703b941b2db7864 #: ../adminuser/cli_keystone_manage_services.rst:62 msgid "``service_name``: the unique name of the new service." msgstr "" -# 877a4cecc1d94ce9ac486a3a8327e95f +# bca0c94e5db9488980107de4697c6cfc #: ../adminuser/cli_keystone_manage_services.rst:63 msgid "" "``service_type``: the service type, such as ``identity``, ``compute``, " @@ -15812,12 +15920,12 @@ msgid "" "string." msgstr "" -# 0023faaa589e4ca6930ab2a03401fd0f +# 949da1312c4048fab50acb9c953b6976 #: ../common/cli_manage_images.rst:95 msgid "``show_multiple_locations = True``" msgstr "" -# eb9e98b4512f44dfbba144bc396e9804 +# e0a44162669e4bf68adbdb1a7f3e6e67 #: ../enduser/hot-guide/hot_software_deployment.rst:136 msgid "" "``str_replace`` can replace any strings, not just strings starting with ``" @@ -15825,641 +15933,641 @@ msgid "" "file can be executed for testing by passing in environment variables." msgstr "" -# b48d1eaa99384f5f9fc49ded2c171de6 +# 9f02c56e45d142cb9df19ca73820e9c8 #: ../common/cli_install_openstack_command_line_clients.rst:162 msgid "``swift`` - Object Storage API" msgstr "" -# 98c4ce65b1934e8793d6c7b5e3b41ffb -# ce52897967974aacb9b35b15b5ce4af5 +# 181ef8b1b4554750b09714e5585e98a5 +# 2d57ce9831cd4b1ca0080ad793aad8df #: ../enduser/cli_swift_archive_auto_extract.rst:85 #: ../enduser/cli_swift_bulk_delete.rst:62 msgid "``text/plain``" msgstr "" -# 0c78e0f006b64d8dbd3071bd8189728d +# b028db891f2143afabfe66189f54b029 #: ../enduser/cli_swift_archive_auto_extract.rst:94 msgid "``text/xml``" msgstr "" -# 58ea73dfdecc4263b56f3230c42aa4c7 +# 92bcf3f8b79b403eb907e6a5db1816bb #: ../common/cli_install_openstack_command_line_clients.rst:164 msgid "``trove`` - Database Service API" msgstr "" -# 3b23410f48ef4daaa200083c909d0985 +# da2af98121cf44b28289da1079015a51 #: ../adminuser/dashboard_admin_manage_stacks.rst:22 msgid "" "administrative tasks on the command line, see the section called “Launch and " "manage stacks”;" msgstr "" -# b768f509686e4c1fbf3bc24e4b12b06b +# db015512e6ad4ee39f3ad0e76364eb75 #: ../enduser/hot-guide/hot_spec.rst:328 msgid "allowed_pattern" msgstr "" -# 253a820f72a0496a8ad92e002033da78 +# b88f14e8ced84c97bf7e3d320f9a0b56 #: ../enduser/hot-guide/hot_spec.rst:290 msgid "allowed_values" msgstr "" -# 07d0baffaf644524a870d0e812fdeba0 +# 185560b98d204556bac6de4951f99c1c #: ../enduser/cli_swift_serialized_response_formats.rst:30 msgid "application/jsontext" msgstr "" -# 8af37d115bfb46fe9a7f302ad79d60e4 +# 5df2feec1a9b443b8b3d45bbdef79d85 #: ../enduser/cli_swift_serialized_response_formats.rst:32 msgid "application/xml" msgstr "" -# 778f425dc4f04150ae80eb5e27a2b9ea +# b28ac11747aa4b20ab1af5f6bbddcfda #: ../enduser/hot-guide/hot_spec.rst:592 msgid "attribute name" msgstr "" -# bcf67fb31d46494382da9235620dd385 +# c12cf9f77d39466391adafa70c204fa6 #: ../enduser/sdk_authenticate_compute_output.rst:202 msgid "" "c. If true, set the variable name ``server_exists`` to ``True`` and break " "from the for loop:" msgstr "" -# 1fe64f600627422fa01b7dc3057124b9 +# 60d3ad3fdd624ab5b14e83bed2a1cfdf #: ../common/cli_overview.rst:72 msgid "ceilometer" msgstr "" -# 263d1b72907943cdb4e5d932af15dad0 +# c903db36631043f19b991210ef852068 #: ../common/cli_overview.rst:34 msgid "cinder" msgstr "" -# c0021b367dfc411c8cab60888313c872 +# 994d462ccdef4e92bfaa884af7732ecd #: ../enduser/hot-guide/hot_spec.rst:219 msgid "constraint definition" msgstr "" -# 303dd32303fa42208fbee3a9abc2d6c6 +# 648332a8cc914353a0ad1c1d413cae4a #: ../enduser/hot-guide/hot_spec.rst:215 msgid "constraint type" msgstr "" -# 3b34b819dc744ac19531e722a85c3e6d +# 282e951c1d4646cabca15a4525be1282 #: ../enduser/hot-guide/hot_spec.rst:175 msgid "constraints" msgstr "" -# 67ce1cc965a94c48ad2b7304adf8f38a +# 768f6952f4f64d5f90d9e74e0e7659c0 #: ../common/cli_set_compute_quotas.rst:18 msgid "cores" msgstr "" -# 6ecece7a197e43ac80a4bde6309649bf +# a4017d5e26bb4b08968dca541b0a5884 #: ../enduser/hot-guide/hot_spec.rst:354 msgid "custom_constraint" msgstr "" -# 16606cc006c049f9a9e103673d5c9fc7 +# d62e4f85256f46c8afe3c364616baacc #: ../enduser/hot-guide/hot_spec.rst:162 msgid "default" msgstr "" -# 9f6901de157145339074f8aea4a6c3ed +# a2ca9545601b4092baed25c541b8fffd #: ../enduser/hot-guide/hot_spec.rst:449 msgid "deletion_policy" msgstr "" -# ec71fd801f964234b199cefde2e9ac87 +# 058774e6710845b491ee44f4b37cc421 #: ../enduser/hot-guide/hot_spec.rst:438 msgid "depends_on" msgstr "" -# 4a4b1295c3c74fa28f5986b6d36b4a7a -# 838baac56ce1413f887b032ba0611254 -# 206258e40ec0412d8fd9762ec9ff10ce -# 89b51fb2613446c8a8f62a6390495f89 -# ebbee1292d2043c1a4e33b682b8e25f2 +# e383b8994a6443f992f48637a6f5a21f +# 997aa03062be449faf43a123afac26f2 +# 26bc148a1cca47d69586aa329dc02c9f +# f1dc2bc0d736472fac29fc026cb68ce4 +# fedbbe42f40c471e8d252ddbaeff68d2 #: ../enduser/hot-guide/hot_spec.rst:56 ../enduser/hot-guide/hot_spec.rst:107 #: ../enduser/hot-guide/hot_spec.rst:157 ../enduser/hot-guide/hot_spec.rst:225 #: ../enduser/hot-guide/hot_spec.rst:537 msgid "description" msgstr "" -# c11684eec70c4378abc519887e3ff6f0 +# 6d47d667dd0f43a28d19b8e2d12e2fc8 #: ../enduser/hot-guide/hot_software_deployment.rst:45 msgid "diskimage-builder_ image building tools for OpenStack" msgstr "" -# 0a61885bf93c4573b3ebd03ef8dd7b8d -# bb0bd7b334f444bab1ed09e6adecd5d4 +# b9a3421c5e6247a19a7dea5d3d3d4efe +# 868870bb51f64635b8d1d1b96a83d253 #: ../common/cli_manage_images.rst:234 ../common/cli_manage_images.rst:244 msgid "e1000" msgstr "" -# 0ea14e2bd4d142a89275393cbe72310a +# ae30a85c1a104d2481acadd6884bc5ca #: ../enduser/cli_swift_large_lists.rst:33 msgid "end_marker" msgstr "" -# 0fbc029c4fb24b34aace9fec8ce68c8f +# 811e9931da934091893d6d3922e68a6c #: ../enduser/cli_swift_large_object_creation.rst:84 msgid "etag" msgstr "" -# 2be4fdf57c6443539dcf67dfdc8f8596 +# 7e145a1c4fd24a1cbd52ca089df24e45 #: ../common/cli_set_compute_quotas.rst:19 msgid "fixed-ips" msgstr "" -# 6e2924d8e2ad4b8ab669956358595caf +# af80ec9fc35d4b82a44d5169f8b53c44 #: ../common/cli_set_compute_quotas.rst:21 msgid "floating-ips" msgstr "" -# c867479d3aff41e780f24cbe785ba56d +# 9ca5e8f26da74493bfa7772a995f8d91 #: ../enduser/cli_swift_serialized_response_formats.rst:22 msgid "format= ``format`` query parameter" msgstr "" -# f13641ec08f64ef89f66e1770fee394b +# 70e0175573994bfc887969be93781666 #: ../enduser/hot-guide/hot_spec.rst:566 msgid "get_attr" msgstr "" -# 9cf512be96f744368862634f626fc271 +# 3b657be37eea4bac8ad0a8cb2475fe2c #: ../enduser/hot-guide/hot_spec.rst:623 msgid "get_file" msgstr "" -# 623b3226af13456c86b08b02cad01e96 +# 1ee4a60a34ad47f2be155992b110dfaf #: ../enduser/hot-guide/hot_spec.rst:675 msgid "get_param" msgstr "" -# ef41799079fb49c09dcefed49bcf1a00 +# 17473c1e7a7c499896cec371524f8f75 #: ../enduser/hot-guide/hot_spec.rst:732 msgid "get_resource" msgstr "" -# 7ef916df044e4b51839c403c127ed456 +# fd13fba0e153487c80b691eb28b9d8a0 #: ../adminuser/cli_cinder_quotas.rst:17 msgid "gigabytes" msgstr "" -# 94320e5dd0324f3cb8dbee6a2027649e +# 573c6ba3735f444eaed8c9195edb993a #: ../common/cli_overview.rst:49 msgid "glance" msgstr "" -# c8dd6d52205641c2a478f4c4046640b8 +# abddbcd38bcb4aca9379e50db5ca351d #: ../common/cli_overview.rst:65 msgid "heat" msgstr "" -# 2376a53bbf6f44db8706bd4108279fe4 +# 11a96f32b1dc425887dccd628f69f017 #: ../enduser/hot-guide/hot_spec.rst:52 msgid "heat_template_version" msgstr "" -# c406c8748001473d9b270fdc9f631401 +# 064b90cf83004b29a2893d538216461f #: ../enduser/hot-guide/hot_spec.rst:169 msgid "hidden" msgstr "" -# 64195ad4a6474b588f97db2f68d805bc -# 17f1e7bf363849209c78f8b172d2c511 +# 6c2c51a9e4e746879279aa9ab4c7d05a +# f70da205ce3e45dd8cdb890de219bf53 #: ../common/cli_manage_images.rst:216 ../common/cli_manage_images.rst:222 msgid "ide" msgstr "" -# 5d8cbb5c575041dab6fc9352343a7ca2 +# 6373c884a10c4a4ab8324b20715d5a45 #: ../enduser/hot-guide/hot_software_deployment.rst:47 msgid "" "imagefactory_ builds images for a variety of operating system/cloud " "combinations" msgstr "" -# 2dec03d05578414ca6159bc1d9338db2 +# 34da807cba1d447eb11e319050448ff3 #: ../common/cli_set_compute_quotas.rst:22 msgid "injected-file-content-bytes" msgstr "" -# e4b349e427434ea6958d88cee55c238f +# ada5a9b3a6044362a86ed948510c9f52 #: ../common/cli_set_compute_quotas.rst:23 msgid "injected-file-path-bytes" msgstr "" -# 44207228bf6e49a49d189996fa9a376f +# e3bb7b0111a649b68c733d5f3ddbcffd #: ../common/cli_set_compute_quotas.rst:24 msgid "injected-files" msgstr "" -# 9f1ee1afb7c74e059ac35cf1c5178bbb +# 4832df49cb9d4586bce63ef1ad44e09e #: ../common/cli_set_compute_quotas.rst:25 msgid "instances" msgstr "" -# 07c504e572ac445893bb2ffdd2df88b4 +# 7bf02de4289e4d9bab0dc441e7c8f633 #: ../common/cli_set_compute_quotas.rst:26 msgid "key-pairs" msgstr "" -# 7588b645b4694562a4f1135b432cf9cd +# 5481c3fbaa8f4fb0af4ed79746316a0b #: ../common/cli_overview.rst:44 msgid "keystone" msgstr "" -# f773a97bbc494b578d75beeeec3c564f -# e4092ffeeda84e5683a0ef7c2a732584 +# b3c048477f9b4458978e973e636a7de9 +# 560e7a15e63a4b22a09ded21a54e569f #: ../enduser/hot-guide/hot_spec.rst:104 ../enduser/hot-guide/hot_spec.rst:153 msgid "label" msgstr "" -# 39874d2271564958af1e466879854187 +# ac746b91a3304d63a2c910491890efcf #: ../enduser/hot-guide/hot_spec.rst:255 msgid "length" msgstr "" -# e5053af264ad447c93cc302cf0111eb1 -# aa848b8270f0443e813f5266c287e1b3 +# 1f04a16c71e04e8a94d259f9af32d4a5 +# 5932da03d69c4129a3469aa7099de2d3 #: ../common/cli_manage_images.rst:214 ../common/cli_manage_images.rst:232 msgid "libvirt\\_type setting" msgstr "" -# 0c954e93fd5341f990720062cc1e2454 +# f7f769183ad74e96afd9a19b4f1d5a6b #: ../enduser/cli_swift_large_lists.rst:28 msgid "limit" msgstr "" -# 399944b50cbb45b69965ab07f4f211d2 +# 7f2b9a0ca3a24731915b5d1fcba2c420 #: ../enduser/hot-guide/hot_spec.rst:765 msgid "list_join" msgstr "" -# f972ec8fcaef48c3b71826b0ac1d6126 -# ed1528511a8c43a3a49ffd7dcbaa2fdd +# 613456fcebb84d69a21d242434202470 +# 903d6ec529cd4e95a3a811b2f3a1a377 #: ../adminuser/cli_manage_flavors.rst:61 #: ../adminuser/dashboard_manage_flavors.rst:20 msgid "m1.large" msgstr "" -# 6df852be3efd44a1a821f04591f2b3ad -# 1993b0568e0d4cc8a13e807ebbae984d +# e93c35f9111d4d2087c1be8dad28bc65 +# 7ab5d00236484c9aaeb9a14badb31123 #: ../adminuser/cli_manage_flavors.rst:60 #: ../adminuser/dashboard_manage_flavors.rst:19 msgid "m1.medium" msgstr "" -# d3ee3d16fe8b4576a92efa00ed65e97c -# e4d1df7e24a64dfe89342b9932bc5faa +# 9533efdf37e24c999a5ac5111ec5d2e8 +# 164483662d0c4169b17e4e8894017336 #: ../adminuser/cli_manage_flavors.rst:59 #: ../adminuser/dashboard_manage_flavors.rst:18 msgid "m1.small" msgstr "" -# 1d31423fbd7f4bcca188ee365aef445b -# ab2b8358d3ef441cbd675c9bae284845 +# 9ab6775c42c94a3a9d24e11de1c6b6e5 +# e610d98bfb154454b1e40e87fa194bdc #: ../adminuser/cli_manage_flavors.rst:58 #: ../adminuser/dashboard_manage_flavors.rst:17 msgid "m1.tiny" msgstr "" -# dfa334be818f4e3a8a1973e53e7943be -# e1fd7037690542a8aa20dbc8f88d34e9 +# 364b68769d75494e962eb6477a3271c4 +# c62ee21fbf1040c5a28d47e82cbd23f7 #: ../adminuser/cli_manage_flavors.rst:62 #: ../adminuser/dashboard_manage_flavors.rst:21 msgid "m1.xlarge" msgstr "" -# 7d1cd5a23ead45a8a910fdfb6cd471e8 +# c3fb875c0ea24d7b90bd233b778fa71a #: ../enduser/cli_swift_large_lists.rst:20 msgid "marker" msgstr "" -# 13815d55995c439bb7c78ba766cc979c +# c8c09ab8be5f483ba69e9586c700f97c #: ../enduser/hot-guide/hot_spec.rst:433 msgid "metadata" msgstr "" -# 3e6e59ede7f34f0a86d4be1eeda1da06 +# 28d28c6c453944a8a78b4f7f52efed32 #: ../common/cli_set_compute_quotas.rst:27 msgid "metadata-items" msgstr "" -# c6a512109b3c4481b5937901aedde27a -# d8b540f4f46641ea82ff7b31b565ff1d +# dc6234ad81a741d787a32839f29a7e6d +# c2812c7462fd48f1b6d1c1f060d6856e #: ../common/cli_manage_images.rst:236 ../common/cli_manage_images.rst:248 msgid "ne2k\\_pci" msgstr "" -# 5d32cacb5f8b4ca6a2b8163ed4394026 +# 61332a09d28d44c8a38797a00cd47c7f #: ../common/cli_manage_images.rst:246 msgid "netfront" msgstr "" -# 135c854a10294e409f147900ba625a1b +# 6a5bf3c015024c6dae7101bfcdac7f0e #: ../common/cli_overview.rst:52 msgid "neutron" msgstr "" -# c94ccbef1be942f9ac889cceb4833fd9 +# 478e4a2c7ec4463d9ab3576e69a0c1c2 #: ../common/networking_advanced_quotas.rst:92 msgid "neutron quota-delete" msgstr "" -# e6e092eb11f446e89691c597504081a0 +# f0a54b71db12402bb5280f49b667cd65 #: ../common/networking_advanced_quotas.rst:95 msgid "neutron quota-list" msgstr "" -# 76d99b39fa4047519b7c65cd05111d74 +# 14b2fef8eed44a478ad05c27ad7571f0 #: ../common/networking_advanced_quotas.rst:98 msgid "neutron quota-show" msgstr "" -# 6f5c467490b84a15b5a4d594a57efe3a +# 6c44f40b04024d918d6bd6fd383e6063 #: ../common/networking_advanced_quotas.rst:101 msgid "neutron quota-update" msgstr "" -# 18098ac7f46049d289bd0e4dc948787d +# 927daad7c265467885c25d8fad4539a4 #: ../common/cli_overview.rst:37 msgid "nova" msgstr "" -# df0804b32d794605bfaa25338b28c162 +# d6203b93c9c54e3f9b496aa993dd1dd3 #: ../common/cli_nova_launch_instance_from_volume.rst:14 msgid "nova boot parameter" msgstr "" -# 5645683bc839469c983327c47c1cfd9a +# 4b2b633dabe04fee84ba0cc4a994abc6 #: ../enduser/cli_access_instance_through_a_console.rst:17 msgid "novnc" msgstr "" -# 48b63bf2c6af4a3ea7b61d9bb486f49a +# 89710337761247f5a578990d68c3f37c #: ../common/cli_overview.rst:80 msgid "openstack" msgstr "" -# eb4d0c2408bf427fa8e227fd7689a453 +# e57eee2a4a3d4272ac38c0a46b9e8154 #: ../enduser/hot-guide/hot_software_deployment.rst:613 msgid "" "os-apply-config_ templates to transform the heat-provided config data into " "service configuration files" msgstr "" -# 6bd09c2ef1694c41aa559247ad8bea41 +# a960f51479884bc5900a9047eebaa27c #: ../enduser/hot-guide/hot_software_deployment.rst:611 msgid "os-refresh-config_ scripts to be executed on configuration changes" msgstr "" -# 87542a18e15d4ca797e5bccbccc4c1b0 +# 3e0d117043774226972a88049f432cae #: ../enduser/hot-guide/hot_spec.rst:77 msgid "outputs" msgstr "" -# ae10c620169d46b985772cc3116f891e -# 4ceff39ebcec4a37acbde3f360aae3d1 +# c3103fe9a59f4cac8c1d77b01df0d854 +# bd6876a885154217866967aefabe5996 #: ../enduser/hot-guide/hot_spec.rst:114 ../enduser/hot-guide/hot_spec.rst:143 msgid "param name" msgstr "" -# 06f3c45ffc704f6687b5476e2c6232d8 -# 9084b9103da2434a8e1f1b65fc4d3ddc +# d48ce730b8ae41c5926b92be355a45ac +# 428644a2fc73498e9ca10813a2e69317 #: ../enduser/hot-guide/hot_spec.rst:533 ../enduser/hot-guide/hot_spec.rst:694 msgid "parameter name" msgstr "" -# 88c0955bac7b4e1b819e20ddd6124537 +# 0acc9fceb1f540f8845432535a8a06ea #: ../enduser/hot-guide/hot_spec.rst:543 msgid "parameter value" msgstr "" -# 5b7b9a6b50464c57a9d8951f4e8428da +# 880262e8f27849d3bedf7d57afa9a93e #: ../enduser/hot-guide/hot_spec.rst:61 msgid "parameter_groups" msgstr "" -# d8af100fe5fb46e4a7bc92d796397419 -# afccbf3c98354733a0264edf2cc296a2 +# 3d772cf3ab2c48789e229253e64ff2ef +# 41937425d3564f71a5957d8f2761b109 #: ../enduser/hot-guide/hot_spec.rst:66 ../enduser/hot-guide/hot_spec.rst:110 msgid "parameters" msgstr "" -# 5db36e99098d4757bec1cad3e78a2728 +# eee03a077afc42df8a435aa2609b3d48 #: ../enduser/hot-guide/hot_spec.rst:821 msgid "params" msgstr "" -# 1563d9d300ce4c16abff98dee42e0a92 +# e65ebc002fb44231b059781fa81c03ae #: ../enduser/cli_swift_large_object_creation.rst:80 msgid "path" msgstr "" -# 6ff02f80d88b4b128846678181d24718 -# 8de817f36ae64b9d9c52028dfb1f8a08 +# bff2f5d87c194dc79ae1276c261960d6 +# 7c89bf82b4ca4def96a34ddb8697868a #: ../common/cli_manage_images.rst:238 ../common/cli_manage_images.rst:250 msgid "pcnet" msgstr "" -# c4095e4e9e954b34976fa167486b6f3d +# ef21257565474f32aed8883d40de203d #: ../common/cli_install_openstack_command_line_clients.rst:44 msgid "pip package" msgstr "" -# 72d9a196544d4997a22bd4550802be90 +# e8355d58d0654c2ca16412faee6fd49e #: ../enduser/hot-guide/hot_spec.rst:429 msgid "properties" msgstr "" -# 364498dbb780436dbfb4502102cee32d +# f282b69bd0b74017ae78cfa2fab6f287 #: ../enduser/cli_swift_env_vars.rst:17 msgid "publicURL" msgstr "" -# 8f64b14b93004a9e926f4b718ba677ea +# 98643113c64944d5971a7a10d1c2dc1a #: ../common/cli_overview.rst:72 msgid "python-ceilometerclient" msgstr "" -# 32756d2c9bf441188f7fc498986616de +# 736cf080a67e40e9b16e35641f568b0e #: ../common/cli_overview.rst:34 msgid "python-cinderclient" msgstr "" -# 0f5609a15595417baa9b09b4869fe7ce +# 892f36727d884e63aa2208e913237628 #: ../common/cli_overview.rst:49 msgid "python-glanceclient" msgstr "" -# 37347e6641284137b745da1f82f830f3 +# 1fe76a1f23a74a8493fe2e6a3b599976 #: ../common/cli_overview.rst:65 msgid "python-heatclient" msgstr "" -# a03e6cedfd62481e9fb55d54d29bfa10 +# 0e3dd7e5376c472b8878ede7b6275eab #: ../common/cli_overview.rst:44 msgid "python-keystoneclient" msgstr "" -# eab85d419fc049b1ba8aeb3e5f1ec016 +# bcd975fb5d6247c0b46e5ab1d185aad9 #: ../common/cli_overview.rst:52 msgid "python-neutronclient" msgstr "" -# 71210975658e434b86e3bfeda2d64e4a +# 70d8d41029784994996ea498d2a9a783 #: ../common/cli_overview.rst:37 msgid "python-novaclient" msgstr "" -# 33a0f4361ae64125997cdbea85e79f28 +# aae8663081834e4cb43cfd6e08ff6cb4 #: ../common/cli_overview.rst:80 msgid "python-openstackclient" msgstr "" -# 85a41e40e96e420d80ce5b24aa943501 +# 764ba55d559540f1823e5aec1b738bda #: ../common/cli_overview.rst:76 msgid "python-saharaclient" msgstr "" -# 9fd99570702145d58ad14beee1ac119e +# ba8638d9ca814b59a7736325ca4302af #: ../common/cli_overview.rst:55 msgid "python-swiftclient" msgstr "" -# f73f2cb6ba7b4ea69fb0480d0beef910 +# 9ffc2938b5b7459da743cad7c6276513 #: ../common/cli_overview.rst:41 msgid "python-troveclient" msgstr "" -# 6c4220f587c54475a6ab99903d4e0eee -# 52bc3e0936614f16b61d5470fd18bb5a +# 0afa8731b61f427f98be843fb8668c65 +# 20e8ac9e97ae43c59cfa5c1d5ba9c5db #: ../common/cli_manage_images.rst:216 ../common/cli_manage_images.rst:234 msgid "qemu or kvm" msgstr "" -# 18caba8549d7493684dbc2054510265f +# d6312e0e7c5f4a3e9dc779b2fc5c1ce3 #: ../common/cli_set_compute_quotas.rst:28 msgid "ram" msgstr "" -# 7972b3bce512416c99136291bd893468 +# 2bc7e033796c4ce3b355898b2b1b9e03 #: ../enduser/hot-guide/hot_spec.rst:269 msgid "range" msgstr "" -# db87bdbf6673498e806d55b2eba9b440 -# 3a95f897d3334ace8eb72c99e8b2f110 +# c1351ddbfa4b4350a495bcfa37bbdd20 +# 05b2620fb3e74d4a9445b8c42280831e #: ../enduser/hot-guide/hot_spec.rst:420 ../enduser/hot-guide/hot_spec.rst:586 msgid "resource ID" msgstr "" -# c67e9b12c6e14b39822df91012e0a00c +# 886eecd344144f899ffef705efe7f640 #: ../enduser/hot-guide/hot_spec.rst:785 msgid "resource_facade" msgstr "" -# 739212ccf55742bdaed4b0e9980434cc +# ef59bfef7e32495e9e75f34872ad138b #: ../enduser/hot-guide/hot_spec.rst:72 msgid "resources" msgstr "" -# 82de9bd3d30a4aae9b16610f5acb5ae7 -# e195831df9954d64b22ef191e33efc0b +# dfd92dc58d7b49939a1b1d4ad70e36ae +# 808bd6631fea44468644b1d21b2b57a5 #: ../common/cli_manage_images.rst:240 ../common/cli_manage_images.rst:252 msgid "rtl8139" msgstr "" -# 3af2a875d7cd41f48da3439688c91be8 +# a32d8c1988314cf798e9911d225e0641 #: ../common/cli_overview.rst:76 msgid "sahara" msgstr "" -# fbfcba5a2dc5402cb9f9543e84e50c86 +# 57c53c5e8e3947bd98b4d5523ff7653d #: ../common/cli_manage_images.rst:218 msgid "scsi" msgstr "" -# 89bcbe18c145497e8c7fbd1c66828bc6 +# d92a3df788df476a919ca02b37416cb4 #: ../common/cli_set_compute_quotas.rst:30 msgid "security-group-rules" msgstr "" -# aa497b53341b4d629136d1c9a061ab21 +# ea116f2110364e6b9483d654f9a22c51 #: ../common/cli_set_compute_quotas.rst:29 msgid "security-groups" msgstr "" -# 0620af7375604021b02b0ba8395d215a -# 637da122db2e4a52ac8d0bd545ec48b4 +# 59345997ae834b9e932c58156c309b60 +# 3a42dbf21e6a45b8a16e521089831278 #: ../adminuser/manage_projects_users_and_roles.rst:74 #: ../adminuser/manage_projects_users_and_roles.rst:87 msgid "service\\_id" msgstr "" -# 5556588d91e04960b1b44366137e4529 +# 7806dc7623d344a58222888447f672ef #: ../common/cli_install_openstack_command_line_clients.rst:26 msgid "setuptools package" msgstr "" -# 71d8922327bd4cbfac21bc51889d0d60 +# afb86c9766c94421ac52e33a4c0bfc5f #: ../enduser/cli_swift_large_object_creation.rst:88 msgid "size_bytes" msgstr "" -# 0bea87859d6d4c36882fbc7e2f1ea6ec +# 43811bc461e84b4089676727d2c4b2e3 #: ../adminuser/cli_cinder_quotas.rst:18 msgid "snapshots" msgstr "" -# 1f42eae3c05b4d7d8485fa7270ebc7c9 +# 774f0e6df07b4517841d61d6602ae0f9 #: ../enduser/cli_access_instance_through_a_console.rst:21 msgid "spice" msgstr "" -# b781c79b30d64ac68ade0717166f9dcb +# 182b8cd54cec44e9a6f26c611ec07583 #: ../enduser/hot-guide/hot_spec.rst:801 msgid "str_replace" msgstr "" -# a0e418989ccb44f08ee4986a15c00277 +# 8c3e557e86c84663baaba64329b86ba4 #: ../common/cli_overview.rst:55 msgid "swift" msgstr "" -# 40f9be6860c549cea64ab0aa62e8ecc2 +# 3fc2d322fe9148c3b19942316e7a33c7 #: ../enduser/hot-guide/hot_spec.rst:817 msgid "template" msgstr "" -# d23b31a027844376b668107936c22de3 +# b976c97c32ac44918383e26ee90bf169 #: ../enduser/cli_swift_serialized_response_formats.rst:28 msgid "text/plain" msgstr "" -# e18bc79ed490427391d52874309849cb +# b13565d1ce094ddfbea407d2995c2105 #: ../enduser/cli_swift_serialized_response_formats.rst:34 msgid "text/xml" msgstr "" -# 66179f9fffe846ababebc01926e5d561 +# ad5fed3c470d4a63a961b27ef7fd8575 #: ../adminuser/dashboard_admin_manage_stacks.rst:29 msgid "" "the basic creation and deletion of Orchestration stacks, refer to the `End " "User Guide`." msgstr "" -# f16154ce73574966bc8917a5f5cbd872 +# 43e36101378f4e8db72d43c4802da281 #: ../enduser/hot-guide/hot_spec.rst:619 msgid "" "then the value of :code:`the get_attr` function would resolve to " "``10.0.0.1`` (first item of the ``private`` entry in the ``networks`` map)." msgstr "" -# f5344d00b25b41638bd6272ff106915f +# 53fcd855e9ee40ab86b10c06dc21e06a #: ../enduser/hot-guide/hot_spec.rst:727 msgid "" "then the value of the property ``flavor`` would resolve to ``m1.tiny``, " @@ -16467,52 +16575,52 @@ msgid "" "resolve to ``a_key``." msgstr "" -# a95583ccb9914752a888040aad9e902c +# dbd6da8b5e9b42d7a053bd301d5af526 #: ../enduser/cli_swift_env_vars.rst:20 msgid "token" msgstr "" -# e8999d39eee84ac2966bda84fee34553 +# c66bf3e61c174b6bb719e88c232c656c #: ../common/cli_overview.rst:41 msgid "trove" msgstr "" -# d34aca9b6ab841039b5728d02581a3ae -# b075c592fc294f3d85ad5ab0ab083db1 +# 9f2a255968394c20bf0f10f05073508b +# 25bec53af2594b47bf82c958294ee434 #: ../enduser/hot-guide/hot_spec.rst:149 ../enduser/hot-guide/hot_spec.rst:424 msgid "type" msgstr "" -# 0c65931a78274ee9b56f1ed91c935b34 +# d6b1a82e6a04454ca3c4b73f1729ec24 #: ../enduser/hot-guide/hot_spec.rst:444 msgid "update_policy" msgstr "" -# 9cddeb4fcc4841a6b631466db69bb062 -# 9474deff2881472aaa4592c313b27c01 +# 56de938613894620866c821a9a989c2a +# 7805fcd4a55740ac98e3917ed388d5e5 #: ../common/cli_manage_images.rst:220 ../common/cli_manage_images.rst:242 msgid "virtio" msgstr "" -# 3b58d0590bf14366a49ebce985fa8b29 +# b25740c53cbd49e2892348d1587fd3de #: ../common/cli_manage_images.rst:254 msgid "vmware" msgstr "" -# 14b047695b4647de80dc07c5582314ef +# a50ef49912be4fa39cf510b8e45d9ed8 #: ../adminuser/cli_cinder_quotas.rst:19 msgid "volumes" msgstr "" -# ff5b5359bd234f889f129161c75a56e9 -# e5be1fa4aba542cb9d969f822ebf6bf6 -# 38434857115f4df993fb4765aee00813 +# 700d492b9b044fa585fb1f9db026bab3 +# 487bbf12379e42ed8b9dcbcb36b6d7c1 +# 490be9f7e2494dddb97098b71e8ced7b #: ../common/cli_manage_images.rst:222 ../common/cli_manage_images.rst:224 #: ../common/cli_manage_images.rst:244 msgid "xen" msgstr "" -# 3a9e28eca21643379e56a329c7846adc +# 2bd5aefaef3c4fe5b3f6850e8caea6ae #: ../enduser/cli_access_instance_through_a_console.rst:24 msgid "xvpvnc" msgstr ""