# Translations template for python-heatclient. # Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the python-heatclient # project. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: python-heatclient VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2024-04-30 12:35+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" #: heatclient/exc.py:53 msgid "Key \"error\" not exists" msgstr "" #: heatclient/exc.py:70 #, python-format msgid "" "ERROR: %(message)s\n" "%(traceback)s" msgstr "" #: heatclient/exc.py:73 #, python-format msgid "ERROR: %s" msgstr "" #: heatclient/exc.py:80 msgid "Requested version of Heat API is not available." msgstr "" #: heatclient/exc.py:81 #, python-format msgid "%(name)s (HTTP %(code)s) %(details)s" msgstr "" #: heatclient/shell.py:45 msgid "" "Explicitly allow heatclient to perform \"insecure SSL\" (https) requests." " The server's certificate will not be verified against any certificate " "authorities. This option should be used with caution." msgstr "" #: heatclient/shell.py:54 msgid "" "Path of certificate file to use in SSL connection. This file can " "optionally be prepended with the private key." msgstr "" #: heatclient/shell.py:61 heatclient/shell.py:73 heatclient/shell.py:87 #, python-format msgid "DEPRECATED! Use %(arg)s." msgstr "" #: heatclient/shell.py:66 msgid "" "Path of client key to use in SSL connection. This option is not necessary" " if your key is prepended to your cert file." msgstr "" #: heatclient/shell.py:80 msgid "" "Path of CA TLS certificate(s) used to verify the remote server's " "certificate. Without this option glance looks for the default system CA " "certificates." msgstr "" #: heatclient/shell.py:92 heatclient/shell.py:101 heatclient/shell.py:110 #: heatclient/shell.py:119 heatclient/shell.py:152 heatclient/shell.py:161 #: heatclient/shell.py:170 heatclient/shell.py:179 heatclient/shell.py:189 #: heatclient/shell.py:199 heatclient/shell.py:208 heatclient/shell.py:217 #: heatclient/shell.py:226 heatclient/shell.py:235 heatclient/shell.py:266 #: heatclient/shell.py:290 #, python-format msgid "Defaults to %(value)s." msgstr "" #: heatclient/shell.py:128 #, python-format msgid "" "Another way to specify tenant ID. This option is mutually exclusive with " "%(arg)s. Defaults to %(value)s." msgstr "" #: heatclient/shell.py:140 #, python-format msgid "" "Another way to specify tenant name. This option is mutually exclusive " "with %(arg)s. Defaults to %(value)s." msgstr "" #: heatclient/shell.py:246 #, python-format msgid "See \"%(arg)s\" for help on a specific command." msgstr "" #: heatclient/shell.py:261 msgid "Shows the client version and exits." msgstr "" #: heatclient/shell.py:272 msgid "Print more verbose output." msgstr "" #: heatclient/shell.py:275 msgid "" "Number of seconds to wait for an API response, defaults to system socket " "timeout" msgstr "" #: heatclient/shell.py:284 #, python-format msgid "Do not contact keystone for a token. Defaults to %(value)s." msgstr "" #: heatclient/shell.py:299 #, python-format msgid "Defaults to %(value)s or 1." msgstr "" #: heatclient/shell.py:317 #, python-format msgid "Send %(arg1)s and %(arg2)s to heat." msgstr "" #: heatclient/shell.py:332 msgid "" "HMAC key to use for encrypting context data for performance profiling of " "operation. This key should be the value of HMAC key configured in " "osprofiler middleware in heat, it is specified in the paste configuration" " (/etc/heat/api-paste.ini). Without the key, profiling will not be " "triggered even if osprofiler is enabled on server side." msgstr "" #: heatclient/shell.py:451 msgid "" "You must provide a username via either --os-username or env[OS_USERNAME] " "or a token via --os-auth-token or env[OS_AUTH_TOKEN]" msgstr "" #: heatclient/shell.py:457 msgid "" "You must provide a password via either --os-password or env[OS_PASSWORD] " "or a token via --os-auth-token or env[OS_AUTH_TOKEN]" msgstr "" #: heatclient/shell.py:464 msgid "" "If you specify --os-no-client-auth you must also specify a Heat API URL " "via either --heat-url or env[HEAT_URL]" msgstr "" #: heatclient/shell.py:476 msgid "" "You must provide a tenant id via either --os-tenant-id or " "env[OS_TENANT_ID] or a tenant name via either --os-tenant-name or " "env[OS_TENANT_NAME] or a project id via either --os-project-id or " "env[OS_PROJECT_ID] or a project name via either --os-project-name or " "env[OS_PROJECT_NAME]" msgstr "" #: heatclient/shell.py:484 msgid "" "You must provide an auth url via either --os-auth-url or via " "env[OS_AUTH_URL]" msgstr "" #: heatclient/shell.py:558 #, python-format msgid "Trace ID: %s" msgstr "" #: heatclient/shell.py:559 #, python-format msgid "" "To display trace use next command:\n" "osprofiler trace show --html %s " msgstr "" #: heatclient/shell.py:579 msgid "Display help for ." msgstr "" #: heatclient/shell.py:606 msgid "... terminating heat client" msgstr "" #: heatclient/common/base.py:225 heatclient/common/base.py:375 #, python-format msgid "No %(name)s matching %(args)s." msgstr "" #: heatclient/common/deployment_utils.py:49 #: heatclient/osc/v1/software_deployment.py:94 msgid "ID of the server being deployed to" msgstr "" #: heatclient/common/deployment_utils.py:54 msgid "Name of the current action being deployed" msgstr "" #: heatclient/common/deployment_utils.py:59 msgid "How the server should signal to heat with the deployment output values." msgstr "" #: heatclient/common/deployment_utils.py:68 msgid "ID of signal to use for signaling output values" msgstr "" #: heatclient/common/deployment_utils.py:75 msgid "HTTP verb to use for signaling output values" msgstr "" #: heatclient/common/deployment_utils.py:82 #, python-format msgid "Unsupported signal transport %s" msgstr "" #: heatclient/common/deployment_utils.py:125 msgid "Cannot use --os-no-client-auth, auth required to create a Swift TempURL." msgstr "" #: heatclient/common/environment_format.py:50 msgid "The environment is not a valid YAML mapping data type." msgstr "" #: heatclient/common/environment_format.py:55 #, python-format msgid "environment has wrong section \"%s\"" msgstr "" #: heatclient/common/event_utils.py:39 #, python-format msgid "Unexpected hook type %s" msgstr "" #: heatclient/common/event_utils.py:129 heatclient/common/hook_utils.py:63 #: heatclient/osc/v1/resource.py:127 heatclient/osc/v1/snapshot.py:52 #: heatclient/osc/v1/snapshot.py:165 heatclient/osc/v1/stack.py:601 #: heatclient/osc/v1/stack.py:634 heatclient/osc/v1/stack.py:775 #: heatclient/osc/v1/stack.py:910 heatclient/osc/v1/stack.py:954 #: heatclient/osc/v1/stack.py:1013 heatclient/osc/v1/stack.py:1076 #: heatclient/osc/v1/stack.py:1109 heatclient/osc/v1/stack.py:1174 #: heatclient/v1/shell.py:359 heatclient/v1/shell.py:383 #: heatclient/v1/shell.py:398 heatclient/v1/shell.py:413 #: heatclient/v1/shell.py:591 heatclient/v1/shell.py:719 #: heatclient/v1/shell.py:799 heatclient/v1/shell.py:878 #: heatclient/v1/shell.py:967 heatclient/v1/shell.py:1613 #: heatclient/v1/shell.py:1696 heatclient/v1/shell.py:1750 #, python-format msgid "Stack not found: %s" msgstr "" #: heatclient/common/event_utils.py:190 heatclient/common/event_utils.py:245 #, python-format msgid "" "\n" " Stack %(name)s %(status)s \n" msgstr "" #: heatclient/common/hook_utils.py:66 #, python-format msgid "Stack status %s not IN_PROGRESS" msgstr "" #: heatclient/common/hook_utils.py:76 #, python-format msgid "Unexpected stack status %s, only create, update and delete supported" msgstr "" #: heatclient/common/http.py:216 #, python-format msgid "Error finding address for %(url)s: %(e)s" msgstr "" #: heatclient/common/http.py:221 #, python-format msgid "Error communicating with %(endpoint)s %(e)s" msgstr "" #: heatclient/common/http.py:230 #, python-format msgid "Authentication failed: %s" msgstr "" #: heatclient/common/http.py:240 heatclient/v1/stacks.py:114 msgid "Location not returned with redirect" msgstr "" #: heatclient/common/http.py:338 msgid "Location not returned with 302" msgstr "" #: heatclient/common/template_format.py:81 msgid "Template format version not found." msgstr "" #: heatclient/common/template_utils.py:80 #, python-format msgid "" "Need to specify exactly one of [%(arg1)s, %(arg2)s or %(arg3)s] or " "%(arg4)s" msgstr "" #: heatclient/common/template_utils.py:90 #, python-format msgid "Could not fetch template from %s" msgstr "" #: heatclient/common/template_utils.py:98 #, python-format msgid "Error parsing template %(url)s %(error)s" msgstr "" #: heatclient/common/utils.py:100 #, python-format msgid "" "Field labels list %(labels)s has different number of elements than fields" " list %(fields)s" msgstr "" #: heatclient/common/utils.py:309 #, python-format msgid "No %(name)s with a name or ID of '%(name_or_id)s' exists." msgstr "" #: heatclient/common/utils.py:335 #, python-format msgid "Malformed parameter(%s). Use the key=value format." msgstr "" #: heatclient/common/utils.py:391 #, python-format msgid "The format(%s) is unsupported." msgstr "" #: heatclient/common/utils.py:410 #, python-format msgid "Could not fetch contents for %s" msgstr "" #: heatclient/osc/v1/event.py:38 heatclient/osc/v1/event.py:102 msgid "Name or ID of stack to show events for" msgstr "" #: heatclient/osc/v1/event.py:43 msgid "Name of the resource event belongs to" msgstr "" #: heatclient/osc/v1/event.py:48 msgid "ID of event to display details for" msgstr "" #: heatclient/osc/v1/event.py:107 msgid "" "Name of resource to show events for. Note: this cannot be specified with " "--nested-depth" msgstr "" #: heatclient/osc/v1/event.py:114 msgid "Filter parameters to apply on returned events" msgstr "" #: heatclient/osc/v1/event.py:120 msgid "Limit the number of events returned" msgstr "" #: heatclient/osc/v1/event.py:125 msgid "Only return events that appear after the given ID" msgstr "" #: heatclient/osc/v1/event.py:131 msgid "" "Depth of nested stacks from which to display events. Note: this cannot be" " specified with --resource" msgstr "" #: heatclient/osc/v1/event.py:138 msgid "" "Sort output by selected keys and directions (asc or desc) (default: asc)." " Specify multiple times to sort on multiple keys. Sort key can be: " "\"event_time\" (default), \"resource_name\", \"links\", " "\"logical_resource_id\", \"resource_status\", \"resource_status_reason\"," " \"physical_resource_id\", or \"id\". You can leave the key empty and " "specify \":desc\" for sorting by reverse time." msgstr "" #: heatclient/osc/v1/event.py:150 msgid "Print events until process is halted" msgstr "" #: heatclient/osc/v1/event.py:169 heatclient/v1/shell.py:1180 msgid "--nested-depth cannot be specified with --resource" msgstr "" #: heatclient/osc/v1/event.py:194 msgid "--follow can only be specified with --format log" msgstr "" #: heatclient/osc/v1/resource.py:40 heatclient/osc/v1/resource.py:87 #: heatclient/osc/v1/stack.py:589 heatclient/osc/v1/stack.py:622 #: heatclient/osc/v1/stack.py:980 heatclient/osc/v1/stack.py:1060 #: heatclient/osc/v1/stack.py:1097 msgid "Name or ID of stack to query" msgstr "" #: heatclient/osc/v1/resource.py:45 msgid "Name of resource" msgstr "" #: heatclient/osc/v1/resource.py:51 msgid "Attribute to show, can be specified multiple times" msgstr "" #: heatclient/osc/v1/resource.py:65 #, python-format msgid "Stack or resource not found: %(stack)s %(resource)s" msgstr "" #: heatclient/osc/v1/resource.py:92 msgid "Enable detailed information presented for each resource in resource list" msgstr "" #: heatclient/osc/v1/resource.py:99 msgid "Depth of nested stacks from which to display resources" msgstr "" #: heatclient/osc/v1/resource.py:106 msgid "" "Filter parameters to apply on returned resources based on their name, " "status, type, action, id and physical_resource_id" msgstr "" #: heatclient/osc/v1/resource.py:160 heatclient/osc/v1/stack.py:1326 #: heatclient/osc/v1/stack.py:1395 heatclient/osc/v1/stack_failures.py:39 msgid "Stack to display (name or ID)" msgstr "" #: heatclient/osc/v1/resource.py:165 msgid "Name of the resource to show the metadata for" msgstr "" #: heatclient/osc/v1/resource.py:181 heatclient/osc/v1/resource.py:252 #, python-format msgid "Stack %(stack)s or resource %(resource)s not found." msgstr "" #: heatclient/osc/v1/resource.py:201 heatclient/osc/v1/resource.py:268 msgid "Name or ID of stack the resource belongs to" msgstr "" #: heatclient/osc/v1/resource.py:206 msgid "Name of the resoure to signal" msgstr "" #: heatclient/osc/v1/resource.py:211 msgid "JSON Data to send to the signal handler" msgstr "" #: heatclient/osc/v1/resource.py:216 msgid "File containing JSON data to send to the signal handler" msgstr "" #: heatclient/osc/v1/resource.py:233 msgid "Should only specify one of data or data-file" msgstr "" #: heatclient/osc/v1/resource.py:244 heatclient/v1/shell.py:1074 #, python-format msgid "Data should be in JSON format: %s" msgstr "" #: heatclient/osc/v1/resource.py:246 heatclient/v1/shell.py:1076 msgid "Data should be a JSON dict" msgstr "" #: heatclient/osc/v1/resource.py:273 msgid "Name of the resource" msgstr "" #: heatclient/osc/v1/resource.py:279 msgid "Reason for state change" msgstr "" #: heatclient/osc/v1/resource.py:285 msgid "Set the resource as healthy" msgstr "" #: heatclient/osc/v1/resource.py:300 heatclient/v1/shell.py:1001 #: heatclient/v1/shell.py:1040 heatclient/v1/shell.py:1081 #: heatclient/v1/shell.py:1106 #, python-format msgid "Stack or resource not found: %(id)s %(resource)s" msgstr "" #: heatclient/osc/v1/resource_type.py:38 msgid "Resource type to show details for" msgstr "" #: heatclient/osc/v1/resource_type.py:43 msgid "Optional template type to generate, hot or cfn" msgstr "" #: heatclient/osc/v1/resource_type.py:49 msgid "Show resource type with corresponding description." msgstr "" #: heatclient/osc/v1/resource_type.py:57 msgid "Cannot use --template-type and --long in one time." msgstr "" #: heatclient/osc/v1/resource_type.py:70 #, python-format msgid "Template type invalid: %s" msgstr "" #: heatclient/osc/v1/resource_type.py:80 #, python-format msgid "Resource type not found: %s" msgstr "" #: heatclient/osc/v1/resource_type.py:99 msgid "" "Filter parameters to apply on returned resource types. This can be " "specified multiple times. It can be any of name, version or " "support_status" msgstr "" #: heatclient/osc/v1/resource_type.py:108 msgid "Show resource types with corresponding description of each resource type." msgstr "" #: heatclient/osc/v1/snapshot.py:38 msgid "Name or ID of stack containing the snapshots" msgstr "" #: heatclient/osc/v1/snapshot.py:73 heatclient/osc/v1/snapshot.py:112 msgid "Name or ID of stack containing the snapshot" msgstr "" #: heatclient/osc/v1/snapshot.py:78 msgid "ID of the snapshot to show" msgstr "" #: heatclient/osc/v1/snapshot.py:92 heatclient/osc/v1/snapshot.py:227 #, python-format msgid "Snapshot ID <%(snapshot_id)s> not found for stack <%(stack_id)s>" msgstr "" #: heatclient/osc/v1/snapshot.py:117 msgid "ID of the snapshot to restore" msgstr "" #: heatclient/osc/v1/snapshot.py:132 #, python-format msgid "Stack %(stack)s or snapshot %(snapshot)s not found." msgstr "" #: heatclient/osc/v1/snapshot.py:148 heatclient/osc/v1/snapshot.py:188 msgid "Name or ID of stack" msgstr "" #: heatclient/osc/v1/snapshot.py:153 msgid "Name of snapshot" msgstr "" #: heatclient/osc/v1/snapshot.py:193 msgid "ID of stack snapshot" msgstr "" #: heatclient/osc/v1/snapshot.py:198 heatclient/osc/v1/stack.py:719 msgid "Skip yes/no prompt (assume yes)" msgstr "" #: heatclient/osc/v1/snapshot.py:210 heatclient/v1/shell.py:1648 msgid "Are you sure you want to delete the snapshot of this stack [Y/N]?" msgstr "" #: heatclient/osc/v1/software_config.py:42 msgid "IDs of the software configs to delete" msgstr "" #: heatclient/osc/v1/software_config.py:62 heatclient/v1/shell.py:1397 #, python-format msgid "Software config with ID %s not found" msgstr "" #: heatclient/osc/v1/software_config.py:67 #, python-format msgid "Unable to delete %(count)s of the %(total)s software configs." msgstr "" #: heatclient/osc/v1/software_config.py:83 msgid "Limit the number of configs returned" msgstr "" #: heatclient/osc/v1/software_config.py:88 msgid "Return configs that appear after the given config ID" msgstr "" #: heatclient/osc/v1/software_config.py:120 msgid "Name of the software config to create" msgstr "" #: heatclient/osc/v1/software_config.py:125 msgid "" "Path to JSON/YAML containing map defining , , and " "" msgstr "" #: heatclient/osc/v1/software_config.py:131 msgid "Path to software config script/data" msgstr "" #: heatclient/osc/v1/software_config.py:137 msgid "Group name of tool expected by the software config" msgstr "" #: heatclient/osc/v1/software_config.py:198 msgid "ID of the config" msgstr "" #: heatclient/osc/v1/software_config.py:204 heatclient/v1/shell.py:1368 msgid "Only display the value of the property." msgstr "" #: heatclient/osc/v1/software_config.py:219 heatclient/v1/shell.py:1448 #, python-format msgid "Configuration not found: %s" msgstr "" #: heatclient/osc/v1/software_deployment.py:40 heatclient/v1/shell.py:1434 msgid "" "Name of the derived config associated with this deployment. This is used " "to apply a sort order to the list of configurations currently deployed to" " the server." msgstr "" #: heatclient/osc/v1/software_deployment.py:48 heatclient/v1/shell.py:1406 msgid "" "Input value to set on the deployment. This can be specified multiple " "times." msgstr "" #: heatclient/osc/v1/software_deployment.py:55 msgid "" "Name of an action for this deployment. This can be a custom action, or " "one of CREATE, UPDATE, DELETE, SUSPEND, RESUME. Default is UPDATE" msgstr "" #: heatclient/osc/v1/software_deployment.py:62 msgid "ID of the configuration to deploy" msgstr "" #: heatclient/osc/v1/software_deployment.py:68 msgid "" "How the server should signal to heat with the deployment output values. " "TEMP_URL_SIGNAL will create a Swift TempURL to be signaled via HTTP PUT. " "ZAQAR_SIGNAL will create a dedicated zaqar queue to be signaled using the" " provided keystone credentials.NO_SIGNAL will result in the resource " "going to the COMPLETE state without waiting for any signal" msgstr "" #: heatclient/osc/v1/software_deployment.py:79 heatclient/v1/shell.py:1426 msgid "" "Optional name of container to store TEMP_URL_SIGNAL objects in. If not " "specified a container will be created with a name derived from the " "DEPLOY_NAME" msgstr "" #: heatclient/osc/v1/software_deployment.py:88 msgid "Deployment timeout in minutes" msgstr "" #: heatclient/osc/v1/software_deployment.py:108 #, python-format msgid "Software configuration not found: %s" msgstr "" #: heatclient/osc/v1/software_deployment.py:144 heatclient/v1/shell.py:1512 msgid "ID of the deployment(s) to delete." msgstr "" #: heatclient/osc/v1/software_deployment.py:160 heatclient/v1/shell.py:1526 #, python-format msgid "Deployment with ID %s not found" msgstr "" #: heatclient/osc/v1/software_deployment.py:162 #, python-format msgid "Deployment with ID %s failed to delete" msgstr "" #: heatclient/osc/v1/software_deployment.py:171 heatclient/v1/shell.py:1535 #, python-format msgid "" "Failed to delete the correlative config %(config_id)s of deployment " "%(deploy_id)s" msgstr "" #: heatclient/osc/v1/software_deployment.py:176 #, python-format msgid "Unable to delete %(count)s of the %(total)s deployments." msgstr "" #: heatclient/osc/v1/software_deployment.py:192 #: heatclient/osc/v1/software_deployment.py:279 msgid "ID of the server to fetch deployments for" msgstr "" #: heatclient/osc/v1/software_deployment.py:197 msgid "List more fields in output" msgstr "" #: heatclient/osc/v1/software_deployment.py:232 msgid "ID of the deployment" msgstr "" #: heatclient/osc/v1/software_deployment.py:237 msgid "Show more fields in output" msgstr "" #: heatclient/osc/v1/software_deployment.py:250 #, python-format msgid "Software Deployment not found: %s" msgstr "" #: heatclient/osc/v1/software_deployment.py:301 msgid "ID of deployment to show the output for" msgstr "" #: heatclient/osc/v1/software_deployment.py:308 heatclient/osc/v1/stack.py:987 msgid "Name of an output to display" msgstr "" #: heatclient/osc/v1/software_deployment.py:314 msgid "Display all deployment outputs" msgstr "" #: heatclient/osc/v1/software_deployment.py:331 heatclient/v1/shell.py:1562 #, python-format msgid "Error: either %(output)s or %(all)s argument is needed." msgstr "" #: heatclient/osc/v1/software_deployment.py:337 heatclient/v1/shell.py:1495 #: heatclient/v1/shell.py:1567 #, python-format msgid "Deployment not found: %s" msgstr "" #: heatclient/osc/v1/software_deployment.py:348 #, python-format msgid "Output %(output)s does not exist in deployment %(deployment)s" msgstr "" #: heatclient/osc/v1/stack.py:47 heatclient/osc/v1/stack.py:235 #: heatclient/osc/v1/stack.py:813 heatclient/osc/v1/template.py:110 msgid "Path to the environment. Can be specified multiple times" msgstr "" #: heatclient/osc/v1/stack.py:52 heatclient/osc/v1/stack.py:228 #: heatclient/osc/v1/template.py:127 msgid "" "Swift files container name. Local files other than root template would be" " ignored. If other files are not found in swift, heat engine would raise " "an error." msgstr "" #: heatclient/osc/v1/stack.py:60 msgid "Stack creating timeout in minutes" msgstr "" #: heatclient/osc/v1/stack.py:67 msgid "" "Name of a resource to set a pre-create hook to. Resources in nested " "stacks can be set using slash as a separator: " "``nested_stack/another/my_resource``. You can use wildcards to match " "multiple stacks or resources: ``nested_stack/an*/*_resource``. This can " "be specified multiple times" msgstr "" #: heatclient/osc/v1/stack.py:77 heatclient/osc/v1/stack.py:824 msgid "Enable rollback on create/update failure" msgstr "" #: heatclient/osc/v1/stack.py:83 heatclient/osc/v1/stack.py:269 #: heatclient/osc/v1/template.py:121 msgid "" "Parameter values used to create the stack. This can be specified multiple" " times" msgstr "" #: heatclient/osc/v1/stack.py:90 msgid "" "Parameter values from file used to create the stack. This can be " "specified multiple times. Parameter values would be the content of the " "file" msgstr "" #: heatclient/osc/v1/stack.py:97 msgid "Wait until stack goes to CREATE_COMPLETE or CREATE_FAILED" msgstr "" #: heatclient/osc/v1/stack.py:104 msgid "Poll interval in seconds for use with --wait, defaults to 5." msgstr "" #: heatclient/osc/v1/stack.py:110 msgid "A list of tags to associate with the stack" msgstr "" #: heatclient/osc/v1/stack.py:115 msgid "Do not actually perform the stack create, but show what would be created" msgstr "" #: heatclient/osc/v1/stack.py:121 msgid "Name of the stack to create" msgstr "" #: heatclient/osc/v1/stack.py:127 heatclient/osc/v1/stack.py:223 #: heatclient/osc/v1/template.py:140 msgid "Path to the template" msgstr "" #: heatclient/osc/v1/stack.py:239 msgid "" "Name of a resource to set a pre-update hook to. Resources in nested " "stacks can be set using slash as a separator: " "``nested_stack/another/my_resource``. You can use wildcards to match " "multiple stacks or resources: ``nested_stack/an*/*_resource``. This can " "be specified multiple times" msgstr "" #: heatclient/osc/v1/stack.py:248 msgid "Stack update timeout in minutes" msgstr "" #: heatclient/osc/v1/stack.py:252 msgid "" "Set rollback on update failure. Value \"enabled\" sets rollback to " "enabled. Value \"disabled\" sets rollback to disabled. Value \"keep\" " "uses the value of existing stack to be updated (default)" msgstr "" #: heatclient/osc/v1/stack.py:260 heatclient/v1/shell.py:466 msgid "Do not actually perform the stack update, but show what would be changed" msgstr "" #: heatclient/osc/v1/stack.py:265 heatclient/v1/shell.py:469 msgid "Show nested stacks when performing --dry-run" msgstr "" #: heatclient/osc/v1/stack.py:275 heatclient/v1/shell.py:79 #: heatclient/v1/shell.py:242 heatclient/v1/shell.py:476 msgid "" "Parameter values from file used to create the stack. This can be " "specified multiple times. Parameter value would be the content of the " "file" msgstr "" #: heatclient/osc/v1/stack.py:282 #, python-format msgid "" "Re-use the template, parameters and environment of the current stack. If " "the template argument is omitted then the existing template is used. If " "no %(env_arg)s is specified then the existing environment is used. " "Parameters specified in %(arg)s will patch over the existing values in " "the current stack. Parameters omitted will keep the existing values" msgstr "" #: heatclient/osc/v1/stack.py:293 #, python-format msgid "" "Remove the parameters from the set of parameters of current stack for the" " %(cmd)s. The default value in the template will be used. This can be " "specified multiple times" msgstr "" #: heatclient/osc/v1/stack.py:301 msgid "Name or ID of stack to update" msgstr "" #: heatclient/osc/v1/stack.py:305 msgid "An updated list of tags to associate with the stack" msgstr "" #: heatclient/osc/v1/stack.py:310 msgid "Wait until stack goes to UPDATE_COMPLETE or UPDATE_FAILED" msgstr "" #: heatclient/osc/v1/stack.py:316 msgid "Stack update with observe on reality." msgstr "" #: heatclient/osc/v1/stack.py:374 #, python-format msgid "--rollback invalid value: %s" msgstr "" #: heatclient/osc/v1/stack.py:432 heatclient/v1/shell.py:421 msgid "Do not resolve outputs of the stack." msgstr "" #: heatclient/osc/v1/stack.py:504 msgid "Include soft-deleted stacks in the stack listing" msgstr "" #: heatclient/osc/v1/stack.py:509 msgid "Include nested stacks in the stack listing" msgstr "" #: heatclient/osc/v1/stack.py:514 msgid "Include hidden stacks in the stack listing" msgstr "" #: heatclient/osc/v1/stack.py:520 msgid "" "Filter properties to apply on returned stacks (repeat to filter on " "multiple properties)" msgstr "" #: heatclient/osc/v1/stack.py:527 msgid "" "List of tags to filter by. Can be combined with --tag-mode to specify how" " to filter tags" msgstr "" #: heatclient/osc/v1/stack.py:533 msgid "" "Method of filtering tags. Must be one of \"any\", \"not\", or \"not-" "any\". If not specified, multiple tags will be combined with the boolean " "AND expression" msgstr "" #: heatclient/osc/v1/stack.py:540 msgid "The number of stacks returned" msgstr "" #: heatclient/osc/v1/stack.py:545 msgid "Only return stacks that appear after the given ID" msgstr "" #: heatclient/osc/v1/stack.py:550 msgid "" "Sort output by selected keys and directions (asc or desc) (default: asc)." " Specify multiple times to sort on multiple properties" msgstr "" #: heatclient/osc/v1/stack.py:557 msgid "Include all projects (admin only)" msgstr "" #: heatclient/osc/v1/stack.py:562 msgid "List fewer fields in output" msgstr "" #: heatclient/osc/v1/stack.py:567 msgid "List additional fields in output, this is implied by --all-projects" msgstr "" #: heatclient/osc/v1/stack.py:671 msgid "tag mode must be one of \"any\", \"not\", \"not-any\"" msgstr "" #: heatclient/osc/v1/stack.py:714 msgid "Stack(s) to delete (name or ID)" msgstr "" #: heatclient/osc/v1/stack.py:724 msgid "Wait for stack delete to complete" msgstr "" #: heatclient/osc/v1/stack.py:736 heatclient/v1/shell.py:309 msgid "Are you sure you want to delete this stack(s) [y/N]? " msgstr "" #: heatclient/osc/v1/stack.py:778 #, python-format msgid "Forbidden: %s" msgstr "" #: heatclient/osc/v1/stack.py:792 heatclient/v1/shell.py:334 #, python-format msgid "Unable to delete %(count)d of the %(total)d stacks." msgstr "" #: heatclient/osc/v1/stack.py:807 msgid "Name of the stack to adopt" msgstr "" #: heatclient/osc/v1/stack.py:819 msgid "Stack creation timeout in minutes" msgstr "" #: heatclient/osc/v1/stack.py:830 msgid "Parameter values used to create the stack. Can be specified multiple times" msgstr "" #: heatclient/osc/v1/stack.py:836 msgid "Wait until stack adopt completes" msgstr "" #: heatclient/osc/v1/stack.py:842 msgid "Path to adopt stack data file" msgstr "" #: heatclient/osc/v1/stack.py:892 msgid "Name or ID of stack to abandon" msgstr "" #: heatclient/osc/v1/stack.py:897 msgid "File to output abandon results" msgstr "" #: heatclient/osc/v1/stack.py:936 msgid "Name or ID of stack to export" msgstr "" #: heatclient/osc/v1/stack.py:941 msgid "File to output export data" msgstr "" #: heatclient/osc/v1/stack.py:992 msgid "Display all stack outputs" msgstr "" #: heatclient/osc/v1/stack.py:1002 msgid "Either or --all must be specified." msgstr "" #: heatclient/osc/v1/stack.py:1006 msgid "Cannot specify both and --all." msgstr "" #: heatclient/osc/v1/stack.py:1029 #, python-format msgid "Stack %(id)s or output %(out)s not found." msgstr "" #: heatclient/osc/v1/stack.py:1044 heatclient/v1/shell.py:769 #, python-format msgid "Output error: %s" msgstr "" #: heatclient/osc/v1/stack.py:1199 msgid "Stack(s) to suspend (name or ID)" msgstr "" #: heatclient/osc/v1/stack.py:1200 msgid "Wait for suspend to complete" msgstr "" #: heatclient/osc/v1/stack.py:1219 msgid "Stack(s) to resume (name or ID)" msgstr "" #: heatclient/osc/v1/stack.py:1220 msgid "Wait for resume to complete" msgstr "" #: heatclient/osc/v1/stack.py:1239 msgid "Stack(s) to check update (name or ID)" msgstr "" #: heatclient/osc/v1/stack.py:1240 msgid "Wait for check to complete" msgstr "" #: heatclient/osc/v1/stack.py:1265 msgid "Stack(s) to cancel (name or ID)" msgstr "" #: heatclient/osc/v1/stack.py:1266 msgid "Wait for cancel to complete" msgstr "" #: heatclient/osc/v1/stack.py:1271 msgid "Cancel without rollback" msgstr "" #: heatclient/osc/v1/stack.py:1308 #, python-format msgid "Stack %(id)s with status '%(status)s' not in cancelable state" msgstr "" #: heatclient/osc/v1/stack.py:1331 msgid "Depth of nested stacks from which to display hooks" msgstr "" #: heatclient/osc/v1/stack.py:1363 heatclient/v1/shell.py:1187 #: heatclient/v1/shell.py:1238 #, python-format msgid "--nested-depth invalid value %s" msgstr "" #: heatclient/osc/v1/stack.py:1400 msgid "Clear the pre-create hooks" msgstr "" #: heatclient/osc/v1/stack.py:1405 msgid "Clear the pre-update hooks" msgstr "" #: heatclient/osc/v1/stack.py:1410 msgid "Clear the pre-delete hooks" msgstr "" #: heatclient/osc/v1/stack.py:1416 msgid "" "Resource names with hooks to clear. Resources in nested stacks can be set" " using slash as a separator: ``nested_stack/another/my_resource``. You " "can use wildcards to match multiple stacks or resources: " "``nested_stack/an*/*_resource``" msgstr "" #: heatclient/osc/v1/stack_failures.py:45 msgid "Show full deployment logs in output" msgstr "" #: heatclient/osc/v1/template.py:68 msgid "Template version to get the functions for" msgstr "" #: heatclient/osc/v1/template.py:74 msgid "Show condition functions for template." msgstr "" #: heatclient/osc/v1/template.py:89 heatclient/v1/shell.py:1741 #, python-format msgid "Template version not found: %s" msgstr "" #: heatclient/osc/v1/template.py:115 msgid "Resolve parameters from nested templates as well" msgstr "" #: heatclient/osc/v1/template.py:134 msgid "List of heat errors to ignore" msgstr "" #: heatclient/tests/unit/test_shell.py:2188 #: heatclient/tests/unit/test_shell.py:2213 #: heatclient/tests/unit/test_shell.py:2227 msgid "" "Request to delete the snapshot 2 of the stack teststack/1 has been " "accepted." msgstr "" #: heatclient/v1/shell.py:46 heatclient/v1/shell.py:220 #: heatclient/v1/shell.py:432 heatclient/v1/shell.py:889 msgid "Path to the template." msgstr "" #: heatclient/v1/shell.py:48 heatclient/v1/shell.py:152 #: heatclient/v1/shell.py:222 heatclient/v1/shell.py:434 #: heatclient/v1/shell.py:891 msgid "Path to the environment, it can be specified multiple times." msgstr "" #: heatclient/v1/shell.py:53 msgid "" "Name of a resource to set a pre-create hook to. Resources in nested " "stacks can be set using slash as a separator: " "nested_stack/another/my_resource. You can use wildcards to match multiple" " stacks or resources: nested_stack/an*/*_resource. This can be specified " "multiple times" msgstr "" #: heatclient/v1/shell.py:60 heatclient/v1/shell.py:226 #: heatclient/v1/shell.py:446 heatclient/v1/shell.py:887 msgid "URL of template." msgstr "" #: heatclient/v1/shell.py:62 heatclient/v1/shell.py:448 #: heatclient/v1/shell.py:895 msgid "URL to retrieve template object (e.g. from swift)." msgstr "" #: heatclient/v1/shell.py:65 heatclient/v1/shell.py:157 #, python-format msgid "Stack creation timeout in minutes. DEPRECATED use %(arg)s instead." msgstr "" #: heatclient/v1/shell.py:70 heatclient/v1/shell.py:162 msgid "Stack creation timeout in minutes." msgstr "" #: heatclient/v1/shell.py:72 heatclient/v1/shell.py:166 msgid "Enable rollback on create/update failure." msgstr "" #: heatclient/v1/shell.py:74 heatclient/v1/shell.py:168 #: heatclient/v1/shell.py:471 msgid "" "Parameter values used to create the stack. This can be specified multiple" " times, or once with parameters separated by a semicolon." msgstr "" #: heatclient/v1/shell.py:84 msgid "" "Poll and report events until stack completes. Optional poll interval in " "seconds can be provided as argument, default 5." msgstr "" #: heatclient/v1/shell.py:88 msgid "Name of the stack to create." msgstr "" #: heatclient/v1/shell.py:90 heatclient/v1/shell.py:249 msgid "A list of tags to associate with the stack." msgstr "" #: heatclient/v1/shell.py:164 msgid "Path to adopt stack data file." msgstr "" #: heatclient/v1/shell.py:173 msgid "Name of the stack to adopt." msgstr "" #: heatclient/v1/shell.py:182 #, python-format msgid "Need to specify %(arg)s" msgstr "" #: heatclient/v1/shell.py:228 msgid "URL to retrieve template object (e.g. from swift)" msgstr "" #: heatclient/v1/shell.py:230 msgid "" "Stack creation timeout in minutes. This is only used during validation in" " preview." msgstr "" #: heatclient/v1/shell.py:233 #, python-format msgid "" "Enable rollback on failure. This option is not used during preview and " "exists only for symmetry with %(cmd)s." msgstr "" #: heatclient/v1/shell.py:237 msgid "" "Parameter values used to preview the stack. This can be specified " "multiple times, or once with parameters separated by semicolon." msgstr "" #: heatclient/v1/shell.py:247 msgid "Name of the stack to preview." msgstr "" #: heatclient/v1/shell.py:297 msgid "Name or ID of stack(s) to delete." msgstr "" #: heatclient/v1/shell.py:299 heatclient/v1/shell.py:1640 msgid "Skip yes/no prompt (assume yes)." msgstr "" #: heatclient/v1/shell.py:328 #, python-format msgid "Request to delete stack %s has been accepted." msgstr "" #: heatclient/v1/shell.py:341 msgid "" "file to output abandon result. If the option is specified, the result " "will be output into ." msgstr "" #: heatclient/v1/shell.py:345 msgid "Name or ID of stack to abandon." msgstr "" #: heatclient/v1/shell.py:374 msgid "Name or ID of stack to suspend." msgstr "" #: heatclient/v1/shell.py:389 msgid "Name or ID of stack to resume." msgstr "" #: heatclient/v1/shell.py:404 msgid "Name or ID of stack to check." msgstr "" #: heatclient/v1/shell.py:419 msgid "Name or ID of stack to describe." msgstr "" #: heatclient/v1/shell.py:439 msgid "" "Name of a resource to set a pre-update hook to. Resources in nested " "stacks can be set using slash as a separator: " "nested_stack/another/my_resource. You can use wildcards to match multiple" " stacks or resources: nested_stack/an*/*_resource. This can be specified " "multiple times" msgstr "" #: heatclient/v1/shell.py:451 msgid "Stack update timeout in minutes." msgstr "" #: heatclient/v1/shell.py:453 #, python-format msgid "" "DEPRECATED! Use %(arg)s argument instead. Enable rollback on stack update" " failure. NOTE: default behavior is now to use the rollback value of " "existing stack." msgstr "" #: heatclient/v1/shell.py:459 #, python-format msgid "" "Set rollback on update failure. Values %(true)s set rollback to enabled." " Values %(false)s set rollback to disabled. Default is to use the value " "of existing stack to be updated." msgstr "" #: heatclient/v1/shell.py:481 #, python-format msgid "" "Re-use the template, parameters and environment of the current stack. If " "the template argument is omitted then the existing template is used. If " "no %(env_arg)s is specified then the existing environment is used. " "Parameters specified in %(arg)s will patch over the existing values in " "the current stack. Parameters omitted will keep the existing values." msgstr "" #: heatclient/v1/shell.py:490 #, python-format msgid "" "Remove the parameters from the set of parameters of current stack for the" " %(cmd)s. The default value in the template will be used. This can be " "specified multiple times." msgstr "" #: heatclient/v1/shell.py:497 msgid "Name or ID of stack to update." msgstr "" #: heatclient/v1/shell.py:499 msgid "An updated list of tags to associate with the stack." msgstr "" #: heatclient/v1/shell.py:582 msgid "Name or ID of stack to cancel update for." msgstr "" #: heatclient/v1/shell.py:597 msgid "Include soft-deleted stacks in the stack listing." msgstr "" #: heatclient/v1/shell.py:599 msgid "Include nested stacks in the stack listing." msgstr "" #: heatclient/v1/shell.py:601 msgid "Include hidden stacks in the stack listing." msgstr "" #: heatclient/v1/shell.py:603 msgid "" "Filter parameters to apply on returned stacks. This can be specified " "multiple times, or once with parameters separated by a semicolon." msgstr "" #: heatclient/v1/shell.py:608 msgid "" "Show stacks containing these tags. If multiple tags are passed, they will" " be combined using the AND boolean expression. " msgstr "" #: heatclient/v1/shell.py:612 msgid "" "Show stacks containing these tags, If multiple tags are passed, they will" " be combined using the OR boolean expression. " msgstr "" #: heatclient/v1/shell.py:616 msgid "" "Show stacks not containing these tags, If multiple tags are passed, they " "will be combined using the AND boolean expression. " msgstr "" #: heatclient/v1/shell.py:620 msgid "" "Show stacks not containing these tags, If multiple tags are passed, they " "will be combined using the OR boolean expression. " msgstr "" #: heatclient/v1/shell.py:624 msgid "Limit the number of stacks returned." msgstr "" #: heatclient/v1/shell.py:626 msgid "Only return stacks that appear after the given stack ID." msgstr "" #: heatclient/v1/shell.py:628 msgid "" "List of keys for sorting the returned stacks. This can be specified " "multiple times or once with keys separated by semicolons. Valid sorting " "keys include \"stack_name\", \"stack_status\", \"creation_time\" and " "\"updated_time\"." msgstr "" #: heatclient/v1/shell.py:635 msgid "Sorting direction (either \"asc\" or \"desc\") for the sorting keys." msgstr "" #: heatclient/v1/shell.py:638 msgid "" "Display stacks from all tenants. Operation only authorized for users who " "match the policy (default or explicitly configured in policy.json) in " "heat." msgstr "" #: heatclient/v1/shell.py:642 #, python-format msgid "" "Display stack owner information. This is automatically enabled when using" " %(arg)s." msgstr "" #: heatclient/v1/shell.py:680 #, python-format msgid "Sorting key '%(key)s' not one of the supported keys: %(keys)s" msgstr "" #: heatclient/v1/shell.py:688 msgid "Sorting direction must be one of 'asc' and 'desc'" msgstr "" #: heatclient/v1/shell.py:708 heatclient/v1/shell.py:731 msgid "Name or ID of stack to query." msgstr "" #: heatclient/v1/shell.py:733 heatclient/v1/shell.py:1548 msgid "Name of an output to display." msgstr "" #: heatclient/v1/shell.py:735 msgid "The output value format, one of: json, raw." msgstr "" #: heatclient/v1/shell.py:738 msgid "Display all stack outputs." msgstr "" #: heatclient/v1/shell.py:740 msgid "Enable detail information presented, like key and description." msgstr "" #: heatclient/v1/shell.py:758 #, python-format msgid "Output %(key)s not found." msgstr "" #: heatclient/v1/shell.py:762 #, python-format msgid "Stack %(id)s or output %(key)s not found." msgstr "" #: heatclient/v1/shell.py:790 msgid "Can't specify an output name and the --all flag" msgstr "" #: heatclient/v1/shell.py:810 msgid "" "Filter parameters to apply on returned resource types. This can be " "specified multiple times, or once with parameters separated by a " "semicolon. It can be any of name, version and support_status" msgstr "" #: heatclient/v1/shell.py:826 msgid "Resource type to get the details for." msgstr "" #: heatclient/v1/shell.py:836 #, python-format msgid "Resource Type not found: %s" msgstr "" #: heatclient/v1/shell.py:842 heatclient/v1/shell.py:1014 msgid "Resource type to generate a template for." msgstr "" #: heatclient/v1/shell.py:845 heatclient/v1/shell.py:1017 msgid "Template type to generate, hot or cfn." msgstr "" #: heatclient/v1/shell.py:847 heatclient/v1/shell.py:1019 #, python-format msgid "The template output format, one of: %s." msgstr "" #: heatclient/v1/shell.py:860 #, python-format msgid "Resource Type %s not found." msgstr "" #: heatclient/v1/shell.py:869 msgid "Name or ID of stack to get the template for." msgstr "" #: heatclient/v1/shell.py:897 msgid "Resolve parameters from nested templates as well." msgstr "" #: heatclient/v1/shell.py:899 msgid "" "Parameter values for the template. This can be specified multiple times, " "or once with parameters separated by a semicolon." msgstr "" #: heatclient/v1/shell.py:904 msgid "List of heat errors to ignore." msgstr "" #: heatclient/v1/shell.py:942 msgid "Name or ID of stack to show the resources for." msgstr "" #: heatclient/v1/shell.py:944 msgid "Depth of nested stacks from which to display resources." msgstr "" #: heatclient/v1/shell.py:946 msgid "Enable detail information presented for each resource in resources list." msgstr "" #: heatclient/v1/shell.py:949 msgid "" "Filter parameters to apply on returned resources based on their name, " "status, type, action, id and physical_resource_id. This can be specified " "multiple times." msgstr "" #: heatclient/v1/shell.py:983 msgid "Name or ID of stack to show the resource for." msgstr "" #: heatclient/v1/shell.py:985 msgid "Name of the resource to show the details for." msgstr "" #: heatclient/v1/shell.py:987 msgid "Attribute to show, it can be specified multiple times." msgstr "" #: heatclient/v1/shell.py:1027 msgid "Name or ID of stack to show the resource metadata for." msgstr "" #: heatclient/v1/shell.py:1029 msgid "Name of the resource to show the metadata for." msgstr "" #: heatclient/v1/shell.py:1048 heatclient/v1/shell.py:1087 msgid "Name or ID of stack the resource belongs to." msgstr "" #: heatclient/v1/shell.py:1050 msgid "Name of the resource to signal." msgstr "" #: heatclient/v1/shell.py:1052 msgid "JSON Data to send to the signal handler." msgstr "" #: heatclient/v1/shell.py:1054 msgid "File containing JSON data to send to the signal handler." msgstr "" #: heatclient/v1/shell.py:1064 msgid "Can only specify one of data and data-file" msgstr "" #: heatclient/v1/shell.py:1089 msgid "Name or physical ID of the resource." msgstr "" #: heatclient/v1/shell.py:1091 msgid "Reason for state change." msgstr "" #: heatclient/v1/shell.py:1093 msgid "Set the resource as healthy." msgstr "" #: heatclient/v1/shell.py:1112 msgid "Name or ID of the stack these resources belong to." msgstr "" #: heatclient/v1/shell.py:1114 msgid "Clear the pre-create hooks (optional)" msgstr "" #: heatclient/v1/shell.py:1116 msgid "Clear the pre-update hooks (optional)" msgstr "" #: heatclient/v1/shell.py:1118 msgid "Clear the pre-delete hooks (optional)" msgstr "" #: heatclient/v1/shell.py:1120 msgid "" "Resource names with hooks to clear. Resources in nested stacks can be set" " using slash as a separator: nested_stack/another/my_resource. You can " "use wildcards to match multiple stacks or resources: " "nested_stack/an*/*_resource" msgstr "" #: heatclient/v1/shell.py:1148 heatclient/v1/shell.py:1260 #: heatclient/v1/shell.py:1271 msgid "Name or ID of stack to show the events for." msgstr "" #: heatclient/v1/shell.py:1150 msgid "Name of the resource to filter events by." msgstr "" #: heatclient/v1/shell.py:1152 msgid "" "Filter parameters to apply on returned events. This can be specified " "multiple times, or once with parameters separated by a semicolon." msgstr "" #: heatclient/v1/shell.py:1157 msgid "Limit the number of events returned." msgstr "" #: heatclient/v1/shell.py:1159 msgid "Only return events that appear after the given event ID." msgstr "" #: heatclient/v1/shell.py:1161 msgid "" "Depth of nested stacks from which to display events. Note this cannot be " "specified with --resource." msgstr "" #: heatclient/v1/shell.py:1164 msgid "The output value format, one of: log, table" msgstr "" #: heatclient/v1/shell.py:1215 msgid "Name or ID of stack to show the pending hooks for." msgstr "" #: heatclient/v1/shell.py:1217 msgid "Depth of nested stacks from which to display hooks." msgstr "" #: heatclient/v1/shell.py:1262 heatclient/v1/shell.py:1273 msgid "Name of the resource the event belongs to." msgstr "" #: heatclient/v1/shell.py:1264 heatclient/v1/shell.py:1275 msgid "ID of event to display details for." msgstr "" #: heatclient/v1/shell.py:1298 msgid "" "Path to JSON/YAML containing map defining , , and " "." msgstr "" #: heatclient/v1/shell.py:1301 msgid "Path to configuration script/data." msgstr "" #: heatclient/v1/shell.py:1303 msgid "Group name of configuration tool expected by the config." msgstr "" #: heatclient/v1/shell.py:1305 msgid "Name of the configuration to create." msgstr "" #: heatclient/v1/shell.py:1348 msgid "Limit the number of configs returned." msgstr "" #: heatclient/v1/shell.py:1350 msgid "Return configs that appear after the given config ID." msgstr "" #: heatclient/v1/shell.py:1366 msgid "ID of the config." msgstr "" #: heatclient/v1/shell.py:1385 msgid "ID of the configuration(s) to delete." msgstr "" #: heatclient/v1/shell.py:1399 #, python-format msgid "Unable to delete %(count)d of the %(total)d configs." msgstr "" #: heatclient/v1/shell.py:1410 msgid "" "Name of action for this deployment. Can be a custom action, or one of: " "CREATE, UPDATE, DELETE, SUSPEND, RESUME" msgstr "" #: heatclient/v1/shell.py:1414 msgid "ID of the configuration to deploy." msgstr "" #: heatclient/v1/shell.py:1416 msgid "ID of the server being deployed to." msgstr "" #: heatclient/v1/shell.py:1420 msgid "" "How the server should signal to heat with the deployment output values. " "TEMP_URL_SIGNAL will create a Swift TempURL to be signaled via HTTP PUT. " "NO_SIGNAL will result in the resource going to the COMPLETE state without" " waiting for any signal." msgstr "" #: heatclient/v1/shell.py:1432 msgid "Deployment timeout in minutes." msgstr "" #: heatclient/v1/shell.py:1472 heatclient/v1/shell.py:1501 msgid "ID of the server to fetch deployments for." msgstr "" #: heatclient/v1/shell.py:1486 msgid "ID of the deployment." msgstr "" #: heatclient/v1/shell.py:1540 #, python-format msgid "Unable to delete %(count)d of the %(total)d deployments." msgstr "" #: heatclient/v1/shell.py:1546 msgid "ID deployment to show the output for." msgstr "" #: heatclient/v1/shell.py:1550 msgid "Display all deployment outputs." msgstr "" #: heatclient/v1/shell.py:1552 msgid "The output value format, one of: raw, json" msgstr "" #: heatclient/v1/shell.py:1600 msgid "Name or ID of stack to snapshot." msgstr "" #: heatclient/v1/shell.py:1602 msgid "If specified, the name given to the snapshot." msgstr "" #: heatclient/v1/shell.py:1619 heatclient/v1/shell.py:1636 #: heatclient/v1/shell.py:1672 msgid "Name or ID of the stack containing the snapshot." msgstr "" #: heatclient/v1/shell.py:1621 msgid "The ID of the snapshot to show." msgstr "" #: heatclient/v1/shell.py:1630 heatclient/v1/shell.py:1668 #: heatclient/v1/shell.py:1683 msgid "Stack or snapshot not found" msgstr "" #: heatclient/v1/shell.py:1638 msgid "The ID of the snapshot to delete." msgstr "" #: heatclient/v1/shell.py:1663 #, python-format msgid "" "Request to delete the snapshot %(snapshot_id)s of the stack %(stack_id)s " "has been accepted." msgstr "" #: heatclient/v1/shell.py:1674 msgid "The ID of the snapshot to restore." msgstr "" #: heatclient/v1/shell.py:1687 msgid "Name or ID of the stack containing the snapshots." msgstr "" #: heatclient/v1/shell.py:1731 msgid "Template version to get the functions for." msgstr ""