# Translations template for python-novaclient. # Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the python-novaclient # project. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: python-novaclient VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2024-05-01 12:05+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" #: novaclient/api_versions.py:39 #, python-format msgid "'%(other)s' should be an instance of '%(cls)s'" msgstr "" #: novaclient/api_versions.py:74 #, python-format msgid "" "Invalid format of client version '%s'. Expected format 'X.Y', where X is " "a major part and Y is a minor part of version." msgstr "" #: novaclient/api_versions.py:148 msgid "Null APIVersion doesn't support 'matches'." msgstr "" #: novaclient/api_versions.py:166 msgid "Null APIVersion cannot be converted to string." msgstr "" #: novaclient/api_versions.py:218 #, python-format msgid "Invalid client version '%(version)s'. Major part should be '%(major)s'" msgstr "" #: novaclient/api_versions.py:223 #, python-format msgid "" "Invalid client version '%(version)s'. Major part must be one of: " "'%(major)s'" msgstr "" #: novaclient/api_versions.py:267 msgid "Server doesn't support microversions" msgstr "" #: novaclient/api_versions.py:271 #, python-format msgid "" "The specified version isn't supported by server. The valid version range " "is '%(min)s' to '%(max)s'" msgstr "" #: novaclient/api_versions.py:284 msgid "The server isn't backward compatible with Nova V2 REST API" msgstr "" #: novaclient/api_versions.py:291 #, python-format msgid "" "Server version is too old. The client valid version range is " "'%(client_min)s' to '%(client_max)s'. The server valid version range is " "'%(server_min)s' to '%(server_max)s'." msgstr "" #: novaclient/api_versions.py:300 #, python-format msgid "" "Server version is too new. The client valid version range is " "'%(client_min)s' to '%(client_max)s'. The server valid version range is " "'%(server_min)s' to '%(server_max)s'." msgstr "" #: novaclient/api_versions.py:415 #, python-format msgid "" "Your request was processed by a Nova API which does not support " "microversions (%s header is missing from response). Warning: Response may" " be incorrect." msgstr "" #: novaclient/client.py:197 msgid "The version should be explicit, not latest." msgstr "" #: novaclient/client.py:211 #, python-format msgid "" "The '%(old)s' argument is deprecated in %(release)s and its use may " "result in errors in future releases. As '%(new)s' is provided, the " "'%(old)s' argument will be ignored." msgstr "" #: novaclient/client.py:219 #, python-format msgid "" "The '%(old)s' argument is deprecated in %(release)s and its use may " "result in errors in future releases. Use '%(right)s' instead." msgstr "" #: novaclient/client.py:227 #, python-format msgid "" "The '%(old)s' argument is deprecated in %(release)s and its use may " "result in errors in future releases." msgstr "" #: novaclient/shell.py:96 #, python-format msgid "Deprecated; %(use)s" msgstr "" #: novaclient/shell.py:98 msgid "Deprecated" msgstr "" #: novaclient/shell.py:101 #, python-format msgid "%(help)s (Deprecated; %(use)s)" msgstr "" #: novaclient/shell.py:106 #, python-format msgid "%(help)s (Deprecated)" msgstr "" #: novaclient/shell.py:158 #, python-format msgid "WARNING: Programming error: Unknown real action \"%s\"" msgstr "" #: novaclient/shell.py:189 #, python-format msgid "WARNING: Option \"%(option)s\" is deprecated; %(use)s" msgstr "" #: novaclient/shell.py:195 #, python-format msgid "WARNING: Option \"%(option)s\" is deprecated" msgstr "" #: novaclient/shell.py:218 #, python-format msgid "" "error: %(errmsg)s\n" "Try '%(mainp)s help %(subp)s' for more information.\n" msgstr "" #: novaclient/shell.py:306 msgid "Print debugging output." msgstr "" #: novaclient/shell.py:313 msgid "Use the auth token cache. Defaults to False if env[OS_CACHE] is not set." msgstr "" #: novaclient/shell.py:320 msgid "Print call timing info." msgstr "" #: novaclient/shell.py:326 msgid "Defaults to env[OS_REGION_NAME]." msgstr "" #: novaclient/shell.py:331 msgid "Defaults to compute for most actions." msgstr "" #: novaclient/shell.py:337 msgid "Defaults to env[NOVA_SERVICE_NAME]." msgstr "" #: novaclient/shell.py:347 msgid "Defaults to env[NOVA_ENDPOINT_TYPE], env[OS_ENDPOINT_TYPE] or " msgstr "" #: novaclient/shell.py:356 msgid "" "Accepts X, X.Y (where X is major and Y is minor part) or \"X.latest\", " "defaults to env[OS_COMPUTE_API_VERSION]." msgstr "" #: novaclient/shell.py:366 msgid "" "Use this API endpoint instead of the Service Catalog. Defaults to " "env[OS_ENDPOINT_OVERRIDE]." msgstr "" #: novaclient/shell.py:419 #, python-format msgid " (Supported by API versions '%(start)s' - '%(end)s')" msgstr "" #: novaclient/shell.py:596 msgid "" "You must provide a user name/id (via --os-username, --os-user-id, " "env[OS_USERNAME] or env[OS_USER_ID]) or an auth token (via --os-token)." msgstr "" #: novaclient/shell.py:601 msgid "" "You must provide a project name or project ID via --os-project-name, " "--os-project-id, env[OS_PROJECT_ID] or env[OS_PROJECT_NAME]. You may use " "os-project and os-tenant interchangeably." msgstr "" #: novaclient/shell.py:610 msgid "You must provide an auth url via either --os-auth-url or env[OS_AUTH_URL]." msgstr "" #: novaclient/shell.py:642 msgid "" "You must provide a project name or project id via --os-project-name, " "--os-project-id, env[OS_PROJECT_ID] or env[OS_PROJECT_NAME]. You may use " "os-project and os-tenant interchangeably." msgstr "" #: novaclient/shell.py:651 msgid "You must provide an auth url via either --os-auth-url or env[OS_AUTH_URL]" msgstr "" #: novaclient/shell.py:685 #, python-format msgid "" "The specified version isn't supported by client. The valid version range " "is '%(min)s' to '%(max)s'" msgstr "" #: novaclient/shell.py:792 msgid "Display help for ." msgstr "" #: novaclient/shell.py:801 #, python-format msgid "'%s' is not a valid subcommand" msgstr "" #: novaclient/shell.py:826 msgid "nova CLI is deprecated and will be removed in a future release" msgstr "" #: novaclient/shell.py:843 msgid "... terminating nova client" msgstr "" #: novaclient/utils.py:277 novaclient/v2/images.py:60 #: novaclient/v2/networks.py:58 #, python-format msgid "" "Multiple %(class)s matches found for '%(name)s', use an ID to be more " "specific." msgstr "" #: novaclient/utils.py:289 #, python-format msgid "No %(class)s with a name or ID of '%(name)s' exists." msgstr "" #: novaclient/utils.py:402 #, python-format msgid "" "Invalid key: \"%s\". Keys may only contain letters, numbers, spaces, " "underscores, periods, colons and hyphens." msgstr "" #: novaclient/v2/client.py:122 msgid "" "'novaclient.v2.client.Client' is not designed to be initialized directly." " It is inner class of novaclient. You should use " "'novaclient.client.Client' instead. Related lp bug-report: 1493576" msgstr "" #: novaclient/v2/client.py:223 msgid "" "NovaClient instance can't be used as a context manager since it is " "redundant in case of SessionClient." msgstr "" #: novaclient/v2/flavor_access.py:41 msgid "Unknown list options." msgstr "" #: novaclient/v2/flavors.py:209 msgid "Ram must be an integer." msgstr "" #: novaclient/v2/flavors.py:213 msgid "VCPUs must be an integer." msgstr "" #: novaclient/v2/flavors.py:217 msgid "Disk must be an integer." msgstr "" #: novaclient/v2/flavors.py:225 msgid "Swap must be an integer." msgstr "" #: novaclient/v2/flavors.py:229 msgid "Ephemeral must be an integer." msgstr "" #: novaclient/v2/flavors.py:233 msgid "rxtx_factor must be a float." msgstr "" #: novaclient/v2/flavors.py:238 msgid "is_public must be a boolean." msgstr "" #: novaclient/v2/hypervisors.py:102 msgid "Parameter \"detailed\" requires API version 2.53 or greater." msgstr "" #: novaclient/v2/hypervisors.py:175 msgid "The 'statistics' API is removed in API version 2.88 or later." msgstr "" #: novaclient/v2/images.py:91 #, python-format msgid "Unable to find image(s): %(images)s" msgstr "" #: novaclient/v2/images.py:102 msgid "Additional images found in response" msgstr "" #: novaclient/v2/server_groups.py:123 #, python-format msgid "Invalid '%(key)s' value: %(value)s" msgstr "" #: novaclient/v2/servers.py:924 msgid "Only one of 'v4-fixed-ip' and 'v6-fixed-ip' may be provided." msgstr "" #: novaclient/v2/shell.py:51 #, python-format msgid "" "WARNING: Multiple matching images: %(img_uuid_list)s\n" "Using image: %(chosen_one)s" msgstr "" #: novaclient/v2/shell.py:87 novaclient/v2/shell.py:95 #, python-format msgid "'%s' is not in the format of 'key=value'" msgstr "" #: novaclient/v2/shell.py:133 #, python-format msgid "" "Expected a comma-separated list of key=value pairs. '%s' is not a " "key=value pair." msgstr "" #: novaclient/v2/shell.py:161 #, python-format msgid "'tag' in block device mapping is not supported in API version %(version)s." msgstr "" #: novaclient/v2/shell.py:167 #, python-format msgid "" "'volume_type' in block device mapping is not supported in API version " "%(version)s." msgstr "" #: novaclient/v2/shell.py:180 #, python-format msgid "" "The value of source_type key of --block-device should be one of 'volume'," " 'image', 'snapshot' or 'blank' but it was '%(action)s'" msgstr "" #: novaclient/v2/shell.py:194 #, python-format msgid "" "The value of destination_type key of --block-device should be either " "'local' or 'volume' but it was '%(action)s'" msgstr "" #: novaclient/v2/shell.py:205 #, python-format msgid "" "The value of shutdown key of --block-device shall be either 'remove' or " "'preserve' but it was '%(action)s'" msgstr "" #: novaclient/v2/shell.py:221 #, python-format msgid "Invalid ephemeral argument '%s'." msgstr "" #: novaclient/v2/shell.py:257 #, python-format msgid "" "Invalid nic argument '%s'. Nic arguments must be of the form --nic " ", with only one of net-id, " "net-name or port-id specified. Specifying a --nic of auto or none cannot " "be used with any other --nic value." msgstr "" #: novaclient/v2/shell.py:266 #, python-format msgid "" "Invalid nic argument '%s'. Nic arguments must be of the form --nic " ", with only one of net-id, net-name " "or port-id specified. Specifying a --nic of auto or none cannot be used " "with any other --nic value." msgstr "" #: novaclient/v2/shell.py:276 #, python-format msgid "" "Invalid nic argument '%s'. Nic arguments must be of the form --nic , with only one of net-id, net-name or port-id" " specified." msgstr "" #: novaclient/v2/shell.py:284 #, python-format msgid "" "Invalid nic argument '%s'. Nic arguments must be of the form --nic , with only one of net-id, net-name or port-id " "specified." msgstr "" #: novaclient/v2/shell.py:301 novaclient/v2/shell.py:316 msgid "'auto' or 'none' cannot be used with any other nic arguments" msgstr "" #: novaclient/v2/shell.py:343 msgid "Invalid ipv4 address." msgstr "" #: novaclient/v2/shell.py:347 msgid "Invalid ipv6 address." msgstr "" #: novaclient/v2/shell.py:371 msgid "you need to specify a Flavor ID." msgstr "" #: novaclient/v2/shell.py:385 msgid "No images match the property expected by --image-with" msgstr "" #: novaclient/v2/shell.py:392 msgid "min_count should be >= 1" msgstr "" #: novaclient/v2/shell.py:397 msgid "max_count should be >= 1" msgstr "" #: novaclient/v2/shell.py:402 msgid "min_count should be <= max_count" msgstr "" #: novaclient/v2/shell.py:418 novaclient/v2/shell.py:2083 #, python-format msgid "Can't open '%(src)s': %(exc)s" msgstr "" #: novaclient/v2/shell.py:422 novaclient/v2/shell.py:2087 #, python-format msgid "" "Invalid file argument '%s'. File arguments must be of the form '--file " "'" msgstr "" #: novaclient/v2/shell.py:436 novaclient/v2/shell.py:2104 #, python-format msgid "Can't open '%(user_data)s': %(exc)s" msgstr "" #: novaclient/v2/shell.py:468 msgid "" "you need to specify at least one source ID (Image, Snapshot, or Volume), " "a block device mapping or provide a set of properties to match against an" " image" msgstr "" #: novaclient/v2/shell.py:474 msgid "" "you can't mix old block devices (--block-device-mapping) with the new " "ones (--block-device, --boot-volume, --snapshot, --ephemeral, --swap)" msgstr "" #: novaclient/v2/shell.py:499 msgid "The value of the '--config-drive' option must be a boolean value." msgstr "" #: novaclient/v2/shell.py:560 msgid "Name or ID of flavor (see 'nova flavor-list')." msgstr "" #: novaclient/v2/shell.py:565 msgid "Name or ID of image (see 'glance image-list'). " msgstr "" #: novaclient/v2/shell.py:572 msgid "Image metadata property (see 'glance image-show'). " msgstr "" #: novaclient/v2/shell.py:577 msgid "Volume ID to boot from." msgstr "" #: novaclient/v2/shell.py:582 msgid "Snapshot ID to boot from (will create a volume)." msgstr "" #: novaclient/v2/shell.py:588 msgid "Boot at least servers (limited by quota)." msgstr "" #: novaclient/v2/shell.py:594 msgid "Boot up to servers (limited by quota)." msgstr "" #: novaclient/v2/shell.py:600 novaclient/v2/shell.py:1987 #: novaclient/v2/shell.py:2455 msgid "" "Record arbitrary key/value metadata to /meta_data.json on the metadata " "server. Can be specified multiple times." msgstr "" #: novaclient/v2/shell.py:608 msgid "" "Store arbitrary files from locally to on the new " "server. More files can be injected using multiple '--file' options. " "Limited by the 'injected_files' quota value. The default value is 5. You " "can get the current quota value by 'Personality' limit from 'nova limits'" " command." msgstr "" #: novaclient/v2/shell.py:618 msgid "" "Key name of keypair that should be created earlier with the " "command keypair-add." msgstr "" #: novaclient/v2/shell.py:620 novaclient/v2/shell.py:1974 msgid "Name for the new server." msgstr "" #: novaclient/v2/shell.py:625 msgid "user data file to pass to be exposed by the metadata server." msgstr "" #: novaclient/v2/shell.py:630 msgid "The availability zone for server placement." msgstr "" #: novaclient/v2/shell.py:635 msgid "Comma separated list of security group names." msgstr "" #: novaclient/v2/shell.py:641 msgid "" "Block device mapping in the format =:::." msgstr "" #: novaclient/v2/shell.py:650 novaclient/v2/shell.py:709 msgid "" "Block device mapping with the keys: id=UUID (image_id, snapshot_id or " "volume_id only if using source image, snapshot or volume) source=source " "type (image, snapshot, volume or blank), dest=destination type of the " "block device (volume or local), bus=device's bus (e.g. uml, lxc, virtio, " "...; if omitted, hypervisor driver chooses a suitable default, honoured " "only if device type is supplied) type=device type (e.g. disk, cdrom, ...;" " defaults to 'disk') device=name of the device (e.g. vda, xda, ...; if " "omitted, hypervisor driver chooses suitable device depending on selected " "bus; note the libvirt driver always uses default device names), size=size" " of the block device in MiB(for swap) and in GiB(for other formats) (if " "omitted, hypervisor driver calculates size), format=device will be " "formatted (e.g. swap, ntfs, ...; optional), bootindex=integer used for " "ordering the boot disks (for image backed instances it is equal to 0, for" " others need to be specified) and shutdown=shutdown behaviour (either " "preserve or remove, for local destination set to remove)." msgstr "" #: novaclient/v2/shell.py:679 msgid "" "Block device mapping with the keys: id=UUID (image_id, snapshot_id or " "volume_id only if using source image, snapshot or volume) source=source " "type (image, snapshot, volume or blank), dest=destination type of the " "block device (volume or local), bus=device's bus (e.g. uml, lxc, virtio, " "...; if omitted, hypervisor driver chooses a suitable default, honoured " "only if device type is supplied) type=device type (e.g. disk, cdrom, ...;" " defaults to 'disk') device=name of the device (e.g. vda, xda, ...; " "tag=device metadata tag (optional) if omitted, hypervisor driver chooses " "suitable device depending on selected bus; note the libvirt driver always" " uses default device names), size=size of the block device in MiB(for " "swap) and in GiB(for other formats) (if omitted, hypervisor driver " "calculates size), format=device will be formatted (e.g. swap, ntfs, ...; " "optional), bootindex=integer used for ordering the boot disks (for image " "backed instances it is equal to 0, for others need to be specified) and " "shutdown=shutdown behaviour (either preserve or remove, for local " "destination set to remove)." msgstr "" #: novaclient/v2/shell.py:738 msgid "" "Block device mapping with the keys: id=UUID (image_id, snapshot_id or " "volume_id only if using source image, snapshot or volume) source=source " "type (image, snapshot, volume or blank), dest=destination type of the " "block device (volume or local), bus=device's bus (e.g. uml, lxc, virtio, " "...; if omitted, hypervisor driver chooses a suitable default, honoured " "only if device type is supplied) type=device type (e.g. disk, cdrom, ...;" " defaults to 'disk') device=name of the device (e.g. vda, xda, ...; if " "omitted, hypervisor driver chooses suitable device depending on selected " "bus; note the libvirt driver always uses default device names), size=size" " of the block device in MiB(for swap) and in GiB(for other formats) (if " "omitted, hypervisor driver calculates size), format=device will be " "formatted (e.g. swap, ntfs, ...; optional), bootindex=integer used for " "ordering the boot disks (for image backed instances it is equal to 0, for" " others need to be specified), shutdown=shutdown behaviour (either " "preserve or remove, for local destination set to remove) and tag=device " "metadata tag (optional)." msgstr "" #: novaclient/v2/shell.py:767 msgid "" "Block device mapping with the keys: id=UUID (image_id, snapshot_id or " "volume_id only if using source image, snapshot or volume) source=source " "type (image, snapshot, volume or blank), dest=destination type of the " "block device (volume or local), bus=device's bus (e.g. uml, lxc, virtio, " "...; if omitted, hypervisor driver chooses a suitable default, honoured " "only if device type is supplied) type=device type (e.g. disk, cdrom, ...;" " defaults to 'disk') device=name of the device (e.g. vda, xda, ...; if " "omitted, hypervisor driver chooses suitable device depending on selected " "bus; note the libvirt driver always uses default device names), size=size" " of the block device in MiB(for swap) and in GiB(for other formats) (if " "omitted, hypervisor driver calculates size), format=device will be " "formatted (e.g. swap, ntfs, ...; optional), bootindex=integer used for " "ordering the boot disks (for image backed instances it is equal to 0, for" " others need to be specified), shutdown=shutdown behaviour (either " "preserve or remove, for local destination set to remove) and tag=device " "metadata tag (optional), volume_type=type of volume to create (either ID " "or name) when source is blank, image or snapshot and dest is volume " "(optional)." msgstr "" #: novaclient/v2/shell.py:797 msgid "Create and attach a local swap block device of MiB." msgstr "" #: novaclient/v2/shell.py:803 msgid "" "Create and attach a local ephemeral block device of GiB and format" " it to ." msgstr "" #: novaclient/v2/shell.py:812 msgid "Send arbitrary key/value pairs to the scheduler for custom use." msgstr "" #: novaclient/v2/shell.py:823 msgid "" "Create a NIC on the server. Specify option multiple times to create " "multiple NICs. net-id: attach NIC to network with this UUID net-name: " "attach NIC to network with this name (either port-id or net-id or net-" "name must be provided), v4-fixed-ip: IPv4 fixed address for NIC " "(optional), v6-fixed-ip: IPv6 fixed address for NIC (optional), port-id: " "attach NIC to port with this UUID (either port-id or net-id must be " "provided)." msgstr "" #: novaclient/v2/shell.py:841 msgid "" "Create a NIC on the server. Specify option multiple times to create " "multiple nics. net-id: attach NIC to network with this UUID net-name: " "attach NIC to network with this name (either port-id or net-id or net-" "name must be provided), v4-fixed-ip: IPv4 fixed address for NIC " "(optional), v6-fixed-ip: IPv6 fixed address for NIC (optional), port-id: " "attach NIC to port with this UUID tag: interface metadata tag (optional) " "(either port-id or net-id must be provided)." msgstr "" #: novaclient/v2/shell.py:861 msgid "" "Create a NIC on the server. Specify option multiple times to create " "multiple nics unless using the special 'auto' or 'none' values. auto: " "automatically allocate network resources if none are available. This " "cannot be specified with any other nic value and cannot be specified " "multiple times. none: do not attach a NIC at all. This cannot be " "specified with any other nic value and cannot be specified multiple " "times. net-id: attach NIC to network with a specific UUID. net-name: " "attach NIC to network with this name (either port-id or net-id or net-" "name must be provided), v4-fixed-ip: IPv4 fixed address for NIC " "(optional), v6-fixed-ip: IPv6 fixed address for NIC (optional), port-id: " "attach NIC to port with this UUID (either port-id or net-id must be " "provided)." msgstr "" #: novaclient/v2/shell.py:885 msgid "" "Create a NIC on the server. Specify option multiple times to create " "multiple nics unless using the special 'auto' or 'none' values. auto: " "automatically allocate network resources if none are available. This " "cannot be specified with any other nic value and cannot be specified " "multiple times. none: do not attach a NIC at all. This cannot be " "specified with any other nic value and cannot be specified multiple " "times. net-id: attach NIC to network with a specific UUID. net-name: " "attach NIC to network with this name (either port-id or net-id or net-" "name must be provided), v4-fixed-ip: IPv4 fixed address for NIC " "(optional), v6-fixed-ip: IPv6 fixed address for NIC (optional), port-id: " "attach NIC to port with this UUID tag: interface metadata tag (optional) " "(either port-id or net-id must be provided)." msgstr "" #: novaclient/v2/shell.py:906 msgid "Enable config drive. The value must be a boolean value." msgstr "" #: novaclient/v2/shell.py:912 msgid "Report the new server boot progress until it completes." msgstr "" #: novaclient/v2/shell.py:918 msgid "Admin password for the instance." msgstr "" #: novaclient/v2/shell.py:924 msgid "Alternative access IPv4 of the instance." msgstr "" #: novaclient/v2/shell.py:930 msgid "Alternative access IPv6 of the instance." msgstr "" #: novaclient/v2/shell.py:936 msgid "Description for the server." msgstr "" #: novaclient/v2/shell.py:942 msgid "Tags for the server.Tags must be separated by commas: --tags " msgstr "" #: novaclient/v2/shell.py:950 msgid "Return a reservation id bound to created servers." msgstr "" #: novaclient/v2/shell.py:957 novaclient/v2/shell.py:2034 msgid "" "Trusted image certificate IDs used to validate certificates during the " "image signature verification process. Defaults to " "env[OS_TRUSTED_IMAGE_CERTIFICATE_IDS]. May be specified multiple times to" " pass multiple trusted image certificate IDs." msgstr "" #: novaclient/v2/shell.py:968 msgid "Requested host to create servers. Admin only by default." msgstr "" #: novaclient/v2/shell.py:975 msgid "Requested hypervisor hostname to create servers. Admin only by default." msgstr "" #: novaclient/v2/shell.py:980 msgid "" "Hostname for the instance. This sets the hostname stored in the metadata " "server: a utility such as cloud-init running on the guest is required to " "propagate these changes to the guest." msgstr "" #: novaclient/v2/shell.py:1010 #, python-format msgid "" "\r" "Server %(action)s... %(progress)s%% complete" msgstr "" #: novaclient/v2/shell.py:1013 #, python-format msgid "" "\r" "Server %(action)s..." msgstr "" #: novaclient/v2/shell.py:1033 msgid "" "\n" "Finished" msgstr "" #: novaclient/v2/shell.py:1037 #, python-format msgid "" "\n" "Error %s server" msgstr "" #: novaclient/v2/shell.py:1041 #, python-format msgid "" "\n" "Deleted %s server" msgstr "" #: novaclient/v2/shell.py:1147 msgid "Get extra-specs of each flavor." msgstr "" #: novaclient/v2/shell.py:1153 msgid "Display all flavors (Admin only)." msgstr "" #: novaclient/v2/shell.py:1159 msgid "" "The last flavor ID of the previous page; displays list of flavors after " "\"marker\"." msgstr "" #: novaclient/v2/shell.py:1166 msgid "Filters the flavors by a minimum disk space, in GiB." msgstr "" #: novaclient/v2/shell.py:1172 msgid "Filters the flavors by a minimum RAM, in MiB." msgstr "" #: novaclient/v2/shell.py:1179 msgid "" "Maximum number of flavors to display. If limit is bigger than " "'CONF.api.max_limit' option of Nova API, limit 'CONF.api.max_limit' will " "be used instead." msgstr "" #: novaclient/v2/shell.py:1187 msgid "Flavors list sort key." msgstr "" #: novaclient/v2/shell.py:1193 msgid "Flavors list sort direction." msgstr "" #: novaclient/v2/shell.py:1210 msgid "Name or ID of the flavor to delete." msgstr "" #: novaclient/v2/shell.py:1220 novaclient/v2/shell.py:1307 msgid "Name or ID of flavor." msgstr "" #: novaclient/v2/shell.py:1230 msgid "Unique name of the new flavor." msgstr "" #: novaclient/v2/shell.py:1234 msgid "" "Unique ID of the new flavor. Specifying 'auto' will generated a UUID for " "the ID." msgstr "" #: novaclient/v2/shell.py:1239 msgid "Memory size in MiB." msgstr "" #: novaclient/v2/shell.py:1243 msgid "Disk size in GiB." msgstr "" #: novaclient/v2/shell.py:1247 msgid "Ephemeral space size in GiB (default 0)." msgstr "" #: novaclient/v2/shell.py:1252 msgid "Number of vcpus" msgstr "" #: novaclient/v2/shell.py:1256 msgid "Additional swap space size in MiB (default 0)." msgstr "" #: novaclient/v2/shell.py:1261 msgid "RX/TX factor (default 1)." msgstr "" #: novaclient/v2/shell.py:1266 msgid "Make flavor accessible to the public (default true)." msgstr "" #: novaclient/v2/shell.py:1272 novaclient/v2/shell.py:1295 msgid "" "A free form description of the flavor. Limited to 65535 characters in " "length. Only printable characters are allowed." msgstr "" #: novaclient/v2/shell.py:1291 msgid "Name or ID of the flavor to update." msgstr "" #: novaclient/v2/shell.py:1312 msgid "Actions: 'set' or 'unset'." msgstr "" #: novaclient/v2/shell.py:1319 msgid "Extra_specs to set/unset (only key is necessary on unset)." msgstr "" #: novaclient/v2/shell.py:1334 msgid "Filter results by flavor name or ID." msgstr "" #: novaclient/v2/shell.py:1340 msgid "Access list not available for public flavors." msgstr "" #: novaclient/v2/shell.py:1344 msgid "Unable to get all access lists. Specify --flavor" msgstr "" #: novaclient/v2/shell.py:1359 msgid "Flavor name or ID to add access for the given tenant." msgstr "" #: novaclient/v2/shell.py:1362 msgid "Tenant ID to add flavor access for." msgstr "" #: novaclient/v2/shell.py:1374 msgid "Flavor name or ID to remove access for the given tenant." msgstr "" #: novaclient/v2/shell.py:1377 msgid "Tenant ID to remove flavor access for." msgstr "" #: novaclient/v2/shell.py:1442 msgid "Only return servers that match reservation-id." msgstr "" #: novaclient/v2/shell.py:1448 msgid "Search with regular expression match by IP address." msgstr "" #: novaclient/v2/shell.py:1454 msgid "Search with regular expression match by IPv6 address." msgstr "" #: novaclient/v2/shell.py:1460 msgid "Search with regular expression match by name." msgstr "" #: novaclient/v2/shell.py:1466 msgid "Search by server status." msgstr "" #: novaclient/v2/shell.py:1472 msgid "Search by flavor name or ID." msgstr "" #: novaclient/v2/shell.py:1478 msgid "Search by image name or ID." msgstr "" #: novaclient/v2/shell.py:1484 msgid "Search servers by hostname to which they are assigned (Admin only)." msgstr "" #: novaclient/v2/shell.py:1495 msgid "Display information from all tenants (Admin only)." msgstr "" #: novaclient/v2/shell.py:1502 novaclient/v2/shell.py:3273 msgid "Display information from single tenant (Admin only)." msgstr "" #: novaclient/v2/shell.py:1508 msgid "Display information from single user (Admin only until microversion 2.82)." msgstr "" #: novaclient/v2/shell.py:1515 msgid "Only display deleted servers (Admin only)." msgstr "" #: novaclient/v2/shell.py:1520 msgid "" "Comma-separated list of fields to display. Use the show command to see " "which fields are available." msgstr "" #: novaclient/v2/shell.py:1527 msgid "Get only UUID and name." msgstr "" #: novaclient/v2/shell.py:1532 msgid "" "Comma-separated list of sort keys and directions in the form of " "[:]. The direction defaults to descending if not " "specified." msgstr "" #: novaclient/v2/shell.py:1540 msgid "" "The last server UUID of the previous page; displays list of servers after" " \"marker\"." msgstr "" #: novaclient/v2/shell.py:1548 msgid "" "Maximum number of servers to display. If limit == -1, all servers will be" " displayed. If limit is bigger than 'CONF.api.max_limit' option of Nova " "API, limit 'CONF.api.max_limit' will be used instead." msgstr "" #: novaclient/v2/shell.py:1557 msgid "" "Display servers based on their availability zone (Admin only until " "microversion 2.82)." msgstr "" #: novaclient/v2/shell.py:1564 msgid "" "Display servers based on their keypair name (Admin only until " "microversion 2.82)." msgstr "" #: novaclient/v2/shell.py:1571 msgid "" "Display servers that have a config drive attached. (Admin only until " "microversion 2.82)." msgstr "" #: novaclient/v2/shell.py:1579 msgid "" "Display servers that do not have a config drive attached (Admin only " "until microversion 2.82)" msgstr "" #: novaclient/v2/shell.py:1586 msgid "" "Display servers based on their progress value (Admin only until " "microversion 2.82)." msgstr "" #: novaclient/v2/shell.py:1593 msgid "" "Display servers based on their vm_state value (Admin only until " "microversion 2.82)." msgstr "" #: novaclient/v2/shell.py:1600 msgid "" "Display servers based on their task_state value (Admin only until " "microversion 2.82)." msgstr "" #: novaclient/v2/shell.py:1610 msgid "" "Display servers based on their power_state value (Admin only until " "microversion 2.82)." msgstr "" #: novaclient/v2/shell.py:1617 msgid "" "List only servers changed later or equal to a certain point of time. The " "provided time should be an ISO 8061 formatted time. e.g. " "2016-03-04T06:27:59Z ." msgstr "" #: novaclient/v2/shell.py:1625 msgid "" "List only servers changed earlier or equal to a certain point of time. " "The provided time should be an ISO 8061 formatted time. e.g. " "2016-03-04T06:27:59Z ." msgstr "" #: novaclient/v2/shell.py:1634 msgid "" "The given tags must all be present for a server to be included in the " "list result. Boolean expression in this case is 't1 AND t2'. Tags must be" " separated by commas: --tags " msgstr "" #: novaclient/v2/shell.py:1643 msgid "" "If one of the given tags is present the server will be included in the " "list result. Boolean expression in this case is 't1 OR t2'. Tags must be " "separated by commas: --tags-any " msgstr "" #: novaclient/v2/shell.py:1653 msgid "" "Only the servers that do not have any of the given tags will be included " "in the list results. Boolean expression in this case is 'NOT(t1 AND t2)'." " Tags must be separated by commas: --not-tags " msgstr "" #: novaclient/v2/shell.py:1663 msgid "" "Only the servers that do not have at least one of the given tags will be " "included in the list result. Boolean expression in this case is 'NOT(t1 " "OR t2)'. Tags must be separated by commas: --not-tags-any " msgstr "" #: novaclient/v2/shell.py:1673 msgid "" "Display servers based on their locked value. A value must be specified; " "eg. 'true' will list only locked servers and 'false' will list only " "unlocked servers." msgstr "" #: novaclient/v2/shell.py:1738 #, python-format msgid "Unknown sort direction: %s" msgstr "" #: novaclient/v2/shell.py:1747 novaclient/v2/shell.py:5433 #: novaclient/v2/shell.py:5492 novaclient/v2/shell.py:5673 #: novaclient/v2/shell.py:5768 #, python-format msgid "Invalid changes-since value: %s" msgstr "" #: novaclient/v2/shell.py:1759 novaclient/v2/shell.py:5501 #: novaclient/v2/shell.py:5775 #, python-format msgid "Invalid changes-before value: %s" msgstr "" #: novaclient/v2/shell.py:1902 #, python-format msgid "Non-existent fields are specified: %s" msgstr "" #: novaclient/v2/shell.py:1913 msgid "" "Perform a hard reboot (instead of a soft one). Note: Ironic does not " "currently support soft reboot; consequently, bare metal nodes will always" " do a hard reboot, regardless of the use of this option." msgstr "" #: novaclient/v2/shell.py:1920 novaclient/v2/shell.py:2274 #: novaclient/v2/shell.py:2294 novaclient/v2/shell.py:2644 #: novaclient/v2/shell.py:3801 msgid "Name or ID of server(s)." msgstr "" #: novaclient/v2/shell.py:1926 msgid "Poll until reboot is complete." msgstr "" #: novaclient/v2/shell.py:1933 #, python-format msgid "Request to reboot server %s has been accepted." msgstr "" #: novaclient/v2/shell.py:1934 msgid "Unable to reboot the specified server(s)." msgstr "" #: novaclient/v2/shell.py:1941 #, python-format msgid "Wait for server %s reboot." msgstr "" #: novaclient/v2/shell.py:1942 msgid "Wait for specified server(s) failed." msgstr "" #: novaclient/v2/shell.py:1945 novaclient/v2/shell.py:2193 #: novaclient/v2/shell.py:2214 novaclient/v2/shell.py:2220 #: novaclient/v2/shell.py:2226 novaclient/v2/shell.py:2253 #: novaclient/v2/shell.py:2259 novaclient/v2/shell.py:2306 #: novaclient/v2/shell.py:2324 novaclient/v2/shell.py:2330 #: novaclient/v2/shell.py:2336 novaclient/v2/shell.py:2342 #: novaclient/v2/shell.py:2366 novaclient/v2/shell.py:2372 #: novaclient/v2/shell.py:2378 novaclient/v2/shell.py:2384 #: novaclient/v2/shell.py:2406 novaclient/v2/shell.py:2414 #: novaclient/v2/shell.py:2435 novaclient/v2/shell.py:2448 #: novaclient/v2/shell.py:2499 novaclient/v2/shell.py:2522 #: novaclient/v2/shell.py:2627 novaclient/v2/shell.py:2726 #: novaclient/v2/shell.py:2771 novaclient/v2/shell.py:2817 #: novaclient/v2/shell.py:2831 novaclient/v2/shell.py:2871 #: novaclient/v2/shell.py:2884 novaclient/v2/shell.py:2897 #: novaclient/v2/shell.py:2910 novaclient/v2/shell.py:2929 #: novaclient/v2/shell.py:2938 novaclient/v2/shell.py:2958 #: novaclient/v2/shell.py:2975 novaclient/v2/shell.py:2988 #: novaclient/v2/shell.py:2999 novaclient/v2/shell.py:3010 #: novaclient/v2/shell.py:3684 novaclient/v2/shell.py:3736 #: novaclient/v2/shell.py:3745 novaclient/v2/shell.py:3775 #: novaclient/v2/shell.py:3785 novaclient/v2/shell.py:3827 #: novaclient/v2/shell.py:4107 novaclient/v2/shell.py:4707 #: novaclient/v2/shell.py:4773 novaclient/v2/shell.py:4785 #: novaclient/v2/shell.py:4833 novaclient/v2/shell.py:4842 #: novaclient/v2/shell.py:5041 novaclient/v2/shell.py:5051 #: novaclient/v2/shell.py:5064 novaclient/v2/shell.py:5073 #: novaclient/v2/shell.py:5086 msgid "Name or ID of server." msgstr "" #: novaclient/v2/shell.py:1946 msgid "Name or ID of new image." msgstr "" #: novaclient/v2/shell.py:1952 msgid "Set the provided admin password on the rebuilt server." msgstr "" #: novaclient/v2/shell.py:1958 msgid "Report the server rebuild progress until it completes." msgstr "" #: novaclient/v2/shell.py:1964 novaclient/v2/shell.py:2626 msgid "Skips flavor/image lookups when showing servers." msgstr "" #: novaclient/v2/shell.py:1969 msgid "Preserve the default ephemeral storage partition on rebuild." msgstr "" #: novaclient/v2/shell.py:1980 msgid "New description for the server." msgstr "" #: novaclient/v2/shell.py:1995 msgid "" "Store arbitrary files from locally to on the new " "server. More files can be injected using multiple '--file' options. You " "may store up to 5 files by default. The maximum number of files is " "specified by the 'Personality' limit reported by the 'nova limits' " "command." msgstr "" #: novaclient/v2/shell.py:2005 msgid "" "Keypair name to set in the server. Cannot be specified with the '--key-" "unset' option." msgstr "" #: novaclient/v2/shell.py:2012 msgid "" "Unset keypair in the server. Cannot be specified with the '--key-name' " "option." msgstr "" #: novaclient/v2/shell.py:2019 msgid "User data file to pass to be exposed by the metadata server." msgstr "" #: novaclient/v2/shell.py:2025 msgid "" "Unset user_data in the server. Cannot be specified with the '--user-data'" " option." msgstr "" #: novaclient/v2/shell.py:2044 msgid "" "Unset trusted_image_certificates in the server. Cannot be specified with " "the '--trusted-image-certificate-id' option." msgstr "" #: novaclient/v2/shell.py:2049 novaclient/v2/shell.py:2175 msgid "" "New hostname for the instance. This only updates the hostname stored in " "the metadata server: a utility running on the guest is required to " "propagate these changes to the guest." msgstr "" #: novaclient/v2/shell.py:2096 msgid "Cannot specify '--user-data-unset' with '--user-data'." msgstr "" #: novaclient/v2/shell.py:2114 msgid "Cannot specify '--key-unset' with '--key-name'." msgstr "" #: novaclient/v2/shell.py:2134 msgid "" "Cannot specify '--trusted-image-certificates-unset' with '--trusted-" "image-certificate-id' or with OS_TRUSTED_IMAGE_CERTIFICATE_IDS env " "variable set." msgstr "" #: novaclient/v2/shell.py:2158 msgid "Name (old name) or ID of server." msgstr "" #: novaclient/v2/shell.py:2164 msgid "New name for the server." msgstr "" #: novaclient/v2/shell.py:2170 msgid "" "New description for the server. If it equals to empty string (i.g. \"\")," " the server description will be removed." msgstr "" #: novaclient/v2/shell.py:2197 msgid "Name or ID of new flavor." msgstr "" #: novaclient/v2/shell.py:2203 msgid "Report the server resize progress until it completes." msgstr "" #: novaclient/v2/shell.py:2231 msgid "Destination host name." msgstr "" #: novaclient/v2/shell.py:2238 msgid "Report the server migration progress until it completes." msgstr "" #: novaclient/v2/shell.py:2270 msgid "Stop server(s) in another tenant by name (Admin only)." msgstr "" #: novaclient/v2/shell.py:2281 #, python-format msgid "Request to stop server %s has been accepted." msgstr "" #: novaclient/v2/shell.py:2282 msgid "Unable to stop the specified server(s)." msgstr "" #: novaclient/v2/shell.py:2290 msgid "Start server(s) in another tenant by name (Admin only)." msgstr "" #: novaclient/v2/shell.py:2301 #, python-format msgid "Request to start server %s has been accepted." msgstr "" #: novaclient/v2/shell.py:2302 msgid "Unable to start the specified server(s)." msgstr "" #: novaclient/v2/shell.py:2310 msgid "Reason for locking the server." msgstr "" #: novaclient/v2/shell.py:2347 msgid "The admin password to be set in the rescue environment." msgstr "" #: novaclient/v2/shell.py:2352 msgid "The image to rescue with." msgstr "" #: novaclient/v2/shell.py:2390 msgid "" "Name of the availability zone in which to unshelve a SHELVED_OFFLOADED " "server." msgstr "" #: novaclient/v2/shell.py:2426 msgid "" "Name or ID of a server for which the network cache should be refreshed " "from neutron (Admin only)." msgstr "" #: novaclient/v2/shell.py:2444 msgid "Passwords do not match." msgstr "" #: novaclient/v2/shell.py:2449 msgid "Name of snapshot." msgstr "" #: novaclient/v2/shell.py:2462 msgid "Print image info." msgstr "" #: novaclient/v2/shell.py:2468 msgid "Report the snapshot progress and poll until image creation is complete." msgstr "" #: novaclient/v2/shell.py:2500 msgid "Name of the backup image." msgstr "" #: novaclient/v2/shell.py:2503 msgid "The backup type, like \"daily\" or \"weekly\"." msgstr "" #: novaclient/v2/shell.py:2506 msgid "Int parameter representing how many backups to keep around." msgstr "" #: novaclient/v2/shell.py:2527 msgid "Actions: 'set' or 'delete'." msgstr "" #: novaclient/v2/shell.py:2534 msgid "Metadata to set or delete (only key is necessary on delete)." msgstr "" #: novaclient/v2/shell.py:2591 msgid "Flavor not found" msgstr "" #: novaclient/v2/shell.py:2610 msgid "Image not found" msgstr "" #: novaclient/v2/shell.py:2612 msgid "Attempt to boot from volume - no image supplied" msgstr "" #: novaclient/v2/shell.py:2630 msgid "Wrap the output to a specified length, or 0 to disable." msgstr "" #: novaclient/v2/shell.py:2641 msgid "Delete server(s) in another tenant by name (Admin only)." msgstr "" #: novaclient/v2/shell.py:2651 #, python-format msgid "Request to delete server %s has been accepted." msgstr "" #: novaclient/v2/shell.py:2652 msgid "Unable to delete the specified server(s)." msgstr "" #: novaclient/v2/shell.py:2730 msgid "ID of the volume to attach." msgstr "" #: novaclient/v2/shell.py:2733 msgid "" "Name of the device e.g. /dev/vdb. Use \"auto\" for autoassign (if " "supported). Libvirt driver will use default device name." msgstr "" #: novaclient/v2/shell.py:2740 msgid "Tag for the attached volume." msgstr "" #: novaclient/v2/shell.py:2746 msgid "" "Specify if the attached volume should be deleted when the server is " "destroyed." msgstr "" #: novaclient/v2/shell.py:2775 msgid "ID of the source (original) volume." msgstr "" #: novaclient/v2/shell.py:2779 msgid "ID of the destination volume." msgstr "" #: novaclient/v2/shell.py:2785 msgid "Specify that the volume should be deleted when the server is destroyed." msgstr "" #: novaclient/v2/shell.py:2792 msgid "" "Specify that the volume should not be deleted when the server is " "destroyed." msgstr "" #: novaclient/v2/shell.py:2821 msgid "ID of the volume to detach." msgstr "" #: novaclient/v2/shell.py:2875 msgid "Type of vnc console (\"novnc\" or \"xvpvnc\")." msgstr "" #: novaclient/v2/shell.py:2888 msgid "Type of spice console (\"spice-html5\")." msgstr "" #: novaclient/v2/shell.py:2901 msgid "Type of rdp console (\"rdp-html5\")." msgstr "" #: novaclient/v2/shell.py:2914 msgid "Type of serial console, default=\"serial\"." msgstr "" #: novaclient/v2/shell.py:2919 msgid "Invalid parameter value for 'console_type', currently supported 'serial'." msgstr "" #: novaclient/v2/shell.py:2942 msgid "" "Private key (used locally to decrypt password) (Optional). When " "specified, the command displays the clear (decrypted) VM password. When " "not specified, the ciphered VM password is displayed." msgstr "" #: novaclient/v2/shell.py:2980 msgid "Length in lines to tail." msgstr "" #: novaclient/v2/shell.py:2992 msgid "Name or ID of Security Group." msgstr "" #: novaclient/v2/shell.py:3003 msgid "Name of Security Group." msgstr "" #: novaclient/v2/shell.py:3038 msgid "Name of key." msgstr "" #: novaclient/v2/shell.py:3043 msgid "Path to a public ssh key." msgstr "" #: novaclient/v2/shell.py:3048 msgid "Keypair type. Can be ssh or x509." msgstr "" #: novaclient/v2/shell.py:3054 msgid "ID of user to whom to add key-pair (Admin only)." msgstr "" #: novaclient/v2/shell.py:3069 #, python-format msgid "Can't open or read '%(key)s': %(exc)s" msgstr "" #: novaclient/v2/shell.py:3081 novaclient/v2/shell.py:3089 msgid "Keypair name to delete." msgstr "" #: novaclient/v2/shell.py:3094 novaclient/v2/shell.py:3187 msgid "ID of key-pair owner (Admin only)." msgstr "" #: novaclient/v2/shell.py:3123 novaclient/v2/shell.py:3136 msgid "List key-pairs of specified user ID (Admin only)." msgstr "" #: novaclient/v2/shell.py:3142 msgid "" "The last keypair of the previous page; displays list of keypairs after " "\"marker\"." msgstr "" #: novaclient/v2/shell.py:3150 msgid "" "Maximum number of keypairs to display. If limit is bigger than " "'CONF.api.max_limit' option of Nova API, limit 'CONF.api.max_limit' will " "be used instead." msgstr "" #: novaclient/v2/shell.py:3164 #, python-format msgid "Public key: %s" msgstr "" #: novaclient/v2/shell.py:3171 novaclient/v2/shell.py:3182 msgid "Name of keypair." msgstr "" #: novaclient/v2/shell.py:3279 msgid "Include reservations count." msgstr "" #: novaclient/v2/shell.py:3320 novaclient/v2/shell.py:3385 msgid "Usage range start date ex 2012-01-20. (default: 4 weeks ago)" msgstr "" #: novaclient/v2/shell.py:3325 novaclient/v2/shell.py:3389 msgid "Usage range end date, ex 2012-01-20. (default: tomorrow)" msgstr "" #: novaclient/v2/shell.py:3372 novaclient/v2/shell.py:3444 #, python-format msgid "Usage from %(start)s to %(end)s:" msgstr "" #: novaclient/v2/shell.py:3395 msgid "UUID of tenant to get usage for." msgstr "" #: novaclient/v2/shell.py:3452 msgid "None" msgstr "" #: novaclient/v2/shell.py:3459 novaclient/v2/shell.py:3481 msgid "Type of hypervisor." msgstr "" #: novaclient/v2/shell.py:3469 msgid "Type of OS." msgstr "" #: novaclient/v2/shell.py:3473 msgid "Type of architecture." msgstr "" #: novaclient/v2/shell.py:3474 novaclient/v2/shell.py:3499 msgid "Version." msgstr "" #: novaclient/v2/shell.py:3475 msgid "URL." msgstr "" #: novaclient/v2/shell.py:3476 novaclient/v2/shell.py:3501 msgid "MD5 hash." msgstr "" #: novaclient/v2/shell.py:3491 novaclient/v2/shell.py:3498 msgid "ID of the agent-build." msgstr "" #: novaclient/v2/shell.py:3500 msgid "URL" msgstr "" #: novaclient/v2/shell.py:3524 msgid "Name of aggregate." msgstr "" #: novaclient/v2/shell.py:3530 msgid "The availability zone of the aggregate (optional)." msgstr "" #: novaclient/v2/shell.py:3540 msgid "Name or ID of aggregate to delete." msgstr "" #: novaclient/v2/shell.py:3545 #, python-format msgid "Aggregate %s has been successfully deleted." msgstr "" #: novaclient/v2/shell.py:3551 novaclient/v2/shell.py:3583 msgid "Name or ID of aggregate to update." msgstr "" #: novaclient/v2/shell.py:3556 msgid "New name for aggregate." msgstr "" #: novaclient/v2/shell.py:3561 msgid "New availability zone for aggregate." msgstr "" #: novaclient/v2/shell.py:3572 msgid "" "Either '--name ' or '--availability-zone ' must " "be specified." msgstr "" #: novaclient/v2/shell.py:3577 #, python-format msgid "Aggregate %s has been successfully updated." msgstr "" #: novaclient/v2/shell.py:3590 msgid "" "Metadata to add/update to aggregate. Specify only the key to delete a " "metadata item." msgstr "" #: novaclient/v2/shell.py:3598 msgid "metadata already exists" msgstr "" #: novaclient/v2/shell.py:3601 #, python-format msgid "metadata key %s does not exist hence can not be deleted" msgstr "" #: novaclient/v2/shell.py:3605 #, python-format msgid "Metadata has been successfully updated for aggregate %s." msgstr "" #: novaclient/v2/shell.py:3612 novaclient/v2/shell.py:3628 #: novaclient/v2/shell.py:3644 msgid "Name or ID of aggregate." msgstr "" #: novaclient/v2/shell.py:3615 msgid "The host to add to the aggregate." msgstr "" #: novaclient/v2/shell.py:3620 #, python-format msgid "Host %(host)s has been successfully added for aggregate %(aggregate_id)s " msgstr "" #: novaclient/v2/shell.py:3631 msgid "The host to remove from the aggregate." msgstr "" #: novaclient/v2/shell.py:3636 #, python-format msgid "" "Host %(host)s has been successfully removed from aggregate " "%(aggregate_id)s " msgstr "" #: novaclient/v2/shell.py:3672 msgid "Name or ID of the aggregate." msgstr "" #: novaclient/v2/shell.py:3675 msgid "Name or ID of image(s) to cache on the hosts within the aggregate." msgstr "" #: novaclient/v2/shell.py:3687 msgid "" "Destination host name. If no host is specified, the scheduler will choose" " one." msgstr "" #: novaclient/v2/shell.py:3694 msgid "True in case of block_migration. (Default=False:live_migration)" msgstr "" #: novaclient/v2/shell.py:3701 msgid "True in case of block_migration. (Default=auto:live_migration)" msgstr "" #: novaclient/v2/shell.py:3708 msgid "Allow overcommit. (Default=False)" msgstr "" #: novaclient/v2/shell.py:3715 msgid "" "Force a live-migration by not verifying the provided destination host by " "the scheduler. WARNING: This could result in failures to actually live " "migrate the server to the specified host. It is recommended to either not" " specify a host so that the scheduler will pick one, or specify a host " "without --force." msgstr "" #: novaclient/v2/shell.py:3737 novaclient/v2/shell.py:3776 #: novaclient/v2/shell.py:3786 msgid "ID of migration." msgstr "" #: novaclient/v2/shell.py:3798 msgid "Reset state server(s) in another tenant by name (Admin only)." msgstr "" #: novaclient/v2/shell.py:3805 msgid "" "Request the server be reset to \"active\" state instead of \"error\" " "state (the default)." msgstr "" #: novaclient/v2/shell.py:3837 novaclient/v2/shell.py:3857 #: novaclient/v2/shell.py:3876 novaclient/v2/shell.py:3914 msgid "Name of host." msgstr "" #: novaclient/v2/shell.py:3842 msgid "Service binary." msgstr "" #: novaclient/v2/shell.py:3866 novaclient/v2/shell.py:3895 #: novaclient/v2/shell.py:3929 msgid "ID of the service as a UUID." msgstr "" #: novaclient/v2/shell.py:3880 msgid "Reason for disabling service." msgstr "" #: novaclient/v2/shell.py:3899 msgid "Reason for disabling the service." msgstr "" #: novaclient/v2/shell.py:3918 msgid "Unset the force state down of service." msgstr "" #: novaclient/v2/shell.py:3933 msgid "Unset the forced_down state of the service." msgstr "" #: novaclient/v2/shell.py:3946 msgid "" "ID of service as an integer. Note that this may not uniquely identify a " "service in a multi-cell deployment." msgstr "" #: novaclient/v2/shell.py:3961 msgid "ID of service as a UUID." msgstr "" #: novaclient/v2/shell.py:3998 msgid "List hypervisors matching the given (or pattern)." msgstr "" #: novaclient/v2/shell.py:4009 msgid "" "List hypervisors matching the given (or pattern). If matching " "is used limit and marker options will be ignored." msgstr "" #: novaclient/v2/shell.py:4016 msgid "" "The last hypervisor of the previous page; displays list of hypervisors " "after \"marker\"." msgstr "" #: novaclient/v2/shell.py:4024 msgid "" "Maximum number of hypervisors to display. If limit is bigger than " "'CONF.api.max_limit' option of Nova API, limit 'CONF.api.max_limit' will " "be used instead." msgstr "" #: novaclient/v2/shell.py:4036 msgid "The hypervisor hostname (or pattern) to search for." msgstr "" #: novaclient/v2/shell.py:4065 novaclient/v2/shell.py:4080 msgid "" "Name or ID of the hypervisor. Starting with microversion 2.53 the ID must" " be a UUID." msgstr "" #: novaclient/v2/shell.py:4069 msgid "Wrap the output to a specified length. Default is 40 or 0 to disable" msgstr "" #: novaclient/v2/shell.py:4100 msgid "" "The hypervisor-stats command is not supported in API version 2.88 or " "later." msgstr "" #: novaclient/v2/shell.py:4114 msgid "Optional flag to indicate which port to use for ssh. (Default=22)" msgstr "" #: novaclient/v2/shell.py:4128 msgid "" "Optional flag to indicate which IP type to use. Possible values includes" " fixed and floating (the Default)." msgstr "" #: novaclient/v2/shell.py:4132 msgid "Network to use for the ssh." msgstr "" #: novaclient/v2/shell.py:4138 msgid "" "Optional flag to indicate whether to use an IPv6 address attached to a " "server. (Defaults to IPv4 address)" msgstr "" #: novaclient/v2/shell.py:4141 msgid "Login to use." msgstr "" #: novaclient/v2/shell.py:4146 msgid "Private key file, same as the -i option to the ssh command." msgstr "" #: novaclient/v2/shell.py:4151 msgid "Extra options to pass to ssh. see: man ssh." msgstr "" #: novaclient/v2/shell.py:4169 #, python-format msgid "Server '%(server)s' is not attached to network '%(network)s'" msgstr "" #: novaclient/v2/shell.py:4175 #, python-format msgid "" "Server '%(server)s' is attached to more than one network. Please pick the" " network to use." msgstr "" #: novaclient/v2/shell.py:4179 #, python-format msgid "Server '%(server)s' is not attached to any network." msgstr "" #: novaclient/v2/shell.py:4192 #, python-format msgid "" "No address that would match network '%(network)s' and type " "'%(address_type)s' of version %(pretty_version)s has been found for " "server '%(server)s'." msgstr "" #: novaclient/v2/shell.py:4199 #, python-format msgid "More than one %(pretty_version)s %(address_type)s address found." msgstr "" #: novaclient/v2/shell.py:4271 msgid "ID of tenant to list the quotas for." msgstr "" #: novaclient/v2/shell.py:4276 msgid "ID of user to list the quotas for." msgstr "" #: novaclient/v2/shell.py:4281 msgid "Show detailed info (limit, reserved, in-use)." msgstr "" #: novaclient/v2/shell.py:4301 msgid "ID of tenant to list the default quotas for." msgstr "" #: novaclient/v2/shell.py:4320 novaclient/v2/shell.py:4431 msgid "ID of tenant to set the quotas for." msgstr "" #: novaclient/v2/shell.py:4325 novaclient/v2/shell.py:4436 msgid "ID of user to set the quotas for." msgstr "" #: novaclient/v2/shell.py:4330 novaclient/v2/shell.py:4441 #: novaclient/v2/shell.py:4546 novaclient/v2/shell.py:4645 msgid "New value for the \"instances\" quota." msgstr "" #: novaclient/v2/shell.py:4335 novaclient/v2/shell.py:4446 #: novaclient/v2/shell.py:4551 novaclient/v2/shell.py:4650 msgid "New value for the \"cores\" quota." msgstr "" #: novaclient/v2/shell.py:4340 novaclient/v2/shell.py:4451 #: novaclient/v2/shell.py:4556 novaclient/v2/shell.py:4655 msgid "New value for the \"ram\" quota." msgstr "" #: novaclient/v2/shell.py:4347 novaclient/v2/shell.py:4563 msgid "New value for the \"floating-ips\" quota." msgstr "" #: novaclient/v2/shell.py:4354 novaclient/v2/shell.py:4570 msgid "New value for the \"fixed-ips\" quota." msgstr "" #: novaclient/v2/shell.py:4360 novaclient/v2/shell.py:4457 #: novaclient/v2/shell.py:4576 novaclient/v2/shell.py:4661 msgid "New value for the \"metadata-items\" quota." msgstr "" #: novaclient/v2/shell.py:4366 novaclient/v2/shell.py:4463 #: novaclient/v2/shell.py:4582 novaclient/v2/shell.py:4667 msgid "New value for the \"injected-files\" quota." msgstr "" #: novaclient/v2/shell.py:4372 novaclient/v2/shell.py:4470 #: novaclient/v2/shell.py:4588 novaclient/v2/shell.py:4674 msgid "New value for the \"injected-file-content-bytes\" quota." msgstr "" #: novaclient/v2/shell.py:4378 novaclient/v2/shell.py:4477 #: novaclient/v2/shell.py:4594 novaclient/v2/shell.py:4681 msgid "New value for the \"injected-file-path-bytes\" quota." msgstr "" #: novaclient/v2/shell.py:4384 novaclient/v2/shell.py:4484 #: novaclient/v2/shell.py:4600 novaclient/v2/shell.py:4688 msgid "New value for the \"key-pairs\" quota." msgstr "" #: novaclient/v2/shell.py:4391 novaclient/v2/shell.py:4607 msgid "New value for the \"security-groups\" quota." msgstr "" #: novaclient/v2/shell.py:4398 novaclient/v2/shell.py:4614 msgid "New value for the \"security-group-rules\" quota." msgstr "" #: novaclient/v2/shell.py:4404 novaclient/v2/shell.py:4490 #: novaclient/v2/shell.py:4620 novaclient/v2/shell.py:4694 msgid "New value for the \"server-groups\" quota." msgstr "" #: novaclient/v2/shell.py:4410 novaclient/v2/shell.py:4496 #: novaclient/v2/shell.py:4626 novaclient/v2/shell.py:4700 msgid "New value for the \"server-group-members\" quota." msgstr "" #: novaclient/v2/shell.py:4416 novaclient/v2/shell.py:4502 msgid "" "Whether force update the quota even if the already used and reserved " "exceeds the new quota." msgstr "" #: novaclient/v2/shell.py:4514 msgid "ID of tenant to delete quota for." msgstr "" #: novaclient/v2/shell.py:4518 msgid "ID of user to delete quota for." msgstr "" #: novaclient/v2/shell.py:4530 msgid "Name of quota class to list the quotas for." msgstr "" #: novaclient/v2/shell.py:4541 novaclient/v2/shell.py:4640 msgid "Name of quota class to set the quotas for." msgstr "" #: novaclient/v2/shell.py:4710 msgid "" "Name or ID of the target host. If no host is specified, the scheduler " "will choose one." msgstr "" #: novaclient/v2/shell.py:4716 msgid "" "Set the provided admin password on the evacuated server. Not applicable " "if the server is on shared storage." msgstr "" #: novaclient/v2/shell.py:4723 msgid "Specifies whether server files are located on shared storage." msgstr "" #: novaclient/v2/shell.py:4731 novaclient/v2/shell.py:5178 msgid "" "Force an evacuation by not verifying the provided destination host by the" " scheduler. WARNING: This could result in failures to actually evacuate " "the server to the specified host. It is recommended to either not specify" " a host so that the scheduler will pick one, or specify a host without " "--force." msgstr "" #: novaclient/v2/shell.py:4789 novaclient/v2/shell.py:4834 msgid "Port ID." msgstr "" #: novaclient/v2/shell.py:4794 msgid "Network ID" msgstr "" #: novaclient/v2/shell.py:4799 msgid "Requested fixed IP." msgstr "" #: novaclient/v2/shell.py:4806 msgid "Tag for the attached interface." msgstr "" #: novaclient/v2/shell.py:4928 msgid "" "Maximum number of server groups to display. If limit is bigger than " "'CONF.api.max_limit' option of Nova API, limit 'CONF.api.max_limit' will " "be used instead." msgstr "" #: novaclient/v2/shell.py:4937 msgid "" "The offset of groups list to display; use with limit to return a slice of" " server groups." msgstr "" #: novaclient/v2/shell.py:4944 msgid "Display server groups from all projects (Admin only)." msgstr "" #: novaclient/v2/shell.py:4954 novaclient/v2/shell.py:4967 msgid "Server group name." msgstr "" #: novaclient/v2/shell.py:4958 novaclient/v2/shell.py:4971 msgid "Policy for the server group." msgstr "" #: novaclient/v2/shell.py:4978 msgid "" "A rule for the policy. Currently, only the \"max_server_per_host\" rule " "is supported for the \"anti-affinity\" policy." msgstr "" #: novaclient/v2/shell.py:4994 msgid "Unique ID(s) of the server group to delete." msgstr "" #: novaclient/v2/shell.py:5002 #, python-format msgid "Server group %s has been successfully deleted." msgstr "" #: novaclient/v2/shell.py:5005 #, python-format msgid "Delete for server group %(sg)s failed: %(e)s" msgstr "" #: novaclient/v2/shell.py:5008 msgid "Unable to delete any of the specified server groups." msgstr "" #: novaclient/v2/shell.py:5015 msgid "Unique ID of the server group to get." msgstr "" #: novaclient/v2/shell.py:5030 msgid "Client supported API versions:" msgstr "" #: novaclient/v2/shell.py:5031 #, python-format msgid "Minimum version %(v)s" msgstr "" #: novaclient/v2/shell.py:5033 #, python-format msgid "Maximum version %(v)s" msgstr "" #: novaclient/v2/shell.py:5036 msgid "" "\n" "Server supported API versions:" msgstr "" #: novaclient/v2/shell.py:5052 msgid "Tag(s) to add." msgstr "" #: novaclient/v2/shell.py:5059 #, python-format msgid "Request to add tag %s to specified server has been accepted." msgstr "" #: novaclient/v2/shell.py:5060 msgid "Unable to add the specified tag to the server." msgstr "" #: novaclient/v2/shell.py:5065 msgid "Tag(s) to set." msgstr "" #: novaclient/v2/shell.py:5074 msgid "Tag(s) to delete." msgstr "" #: novaclient/v2/shell.py:5081 #, python-format msgid "Request to delete tag %s from specified server has been accepted." msgstr "" #: novaclient/v2/shell.py:5082 msgid "Unable to delete the specified tag from the server." msgstr "" #: novaclient/v2/shell.py:5132 #, python-format msgid "Error while evacuating instance: %s" msgstr "" #: novaclient/v2/shell.py:5150 #, python-format msgid "No hypervisor matching '%s' could be found." msgstr "" #: novaclient/v2/shell.py:5163 msgid "" "Name of target host. If no host is specified the scheduler will select a " "target." msgstr "" #: novaclient/v2/shell.py:5170 msgid "Specifies whether all instances files are on shared storage" msgstr "" #: novaclient/v2/shell.py:5190 msgid "Evacuate host with exact hypervisor hostname match" msgstr "" #: novaclient/v2/shell.py:5224 #, python-format msgid "Error while live migrating instance: %s" msgstr "" #: novaclient/v2/shell.py:5238 msgid "" "Name of target host. If no host is specified, the scheduler will choose " "one." msgstr "" #: novaclient/v2/shell.py:5244 msgid "Enable block migration. (Default=False)" msgstr "" #: novaclient/v2/shell.py:5250 msgid "Enable block migration. (Default=auto)" msgstr "" #: novaclient/v2/shell.py:5256 msgid "Enable disk overcommit." msgstr "" #: novaclient/v2/shell.py:5269 msgid "" "Force a live-migration by not verifying the provided destination host by " "the scheduler. WARNING: This could result in failures to actually live " "migrate the servers to the specified host. It is recommended to either " "not specify a host so that the scheduler will pick one, or specify a host" " without --force." msgstr "" #: novaclient/v2/shell.py:5281 msgid "live Evacuate host with exact hypervisor hostname match" msgstr "" #: novaclient/v2/shell.py:5312 #, python-format msgid "Error while migrating instance: %s" msgstr "" #: novaclient/v2/shell.py:5328 msgid "Migrate host with exact hypervisor hostname match" msgstr "" #: novaclient/v2/shell.py:5346 msgid "Name or UUID of the server to show actions for." msgstr "" #: novaclient/v2/shell.py:5351 msgid "" "Name or UUID of the server to show actions for. Only UUID can be used to " "show actions for a deleted server." msgstr "" #: novaclient/v2/shell.py:5357 msgid "Request ID of the action to get." msgstr "" #: novaclient/v2/shell.py:5375 msgid "Name or UUID of the server to list actions for." msgstr "" #: novaclient/v2/shell.py:5380 novaclient/v2/shell.py:5399 #: novaclient/v2/shell.py:5449 msgid "" "Name or UUID of the server to list actions for. Only UUID can be used to " "list actions on a deleted server." msgstr "" #: novaclient/v2/shell.py:5406 novaclient/v2/shell.py:5456 msgid "" "The last instance action of the previous page; displays list of actions " "after \"marker\"." msgstr "" #: novaclient/v2/shell.py:5414 novaclient/v2/shell.py:5464 msgid "" "Maximum number of instance actions to display. Note that there is a " "configurable max limit on the server, and the limit that is used will be " "the minimum of what is requested here and what is configured in the " "server." msgstr "" #: novaclient/v2/shell.py:5423 novaclient/v2/shell.py:5473 msgid "" "List only instance actions changed later or equal to a certain point of " "time. The provided time should be an ISO 8061 formatted time. e.g. " "2016-03-04T06:27:59Z." msgstr "" #: novaclient/v2/shell.py:5481 msgid "" "List only instance actions changed earlier or equal to a certain point of" " time. The provided time should be an ISO 8061 formatted time. e.g. " "2016-03-04T06:27:59Z." msgstr "" #: novaclient/v2/shell.py:5522 msgid "Actions: 'set' or 'delete'" msgstr "" #: novaclient/v2/shell.py:5529 msgid "Metadata to set or delete (only key is necessary on delete)" msgstr "" #: novaclient/v2/shell.py:5535 msgid "Set host-meta to the hypervisor with exact hostname match" msgstr "" #: novaclient/v2/shell.py:5583 novaclient/v2/shell.py:5619 #: novaclient/v2/shell.py:5691 msgid "Fetch migrations for the given instance." msgstr "" #: novaclient/v2/shell.py:5588 novaclient/v2/shell.py:5624 #: novaclient/v2/shell.py:5696 msgid "Fetch migrations for the given source or destination host." msgstr "" #: novaclient/v2/shell.py:5593 novaclient/v2/shell.py:5629 #: novaclient/v2/shell.py:5701 msgid "Fetch migrations for the given status." msgstr "" #: novaclient/v2/shell.py:5598 novaclient/v2/shell.py:5634 #: novaclient/v2/shell.py:5706 msgid "" "Filter migrations by type. Valid values are: evacuation, live-migration, " "migration (cold), resize" msgstr "" #: novaclient/v2/shell.py:5604 novaclient/v2/shell.py:5640 #: novaclient/v2/shell.py:5712 msgid "Filter migrations by source compute host name." msgstr "" #: novaclient/v2/shell.py:5646 novaclient/v2/shell.py:5718 msgid "" "The last migration of the previous page; displays list of migrations " "after \"marker\". Note that the marker is the migration UUID." msgstr "" #: novaclient/v2/shell.py:5655 novaclient/v2/shell.py:5727 msgid "" "Maximum number of migrations to display. Note that there is a " "configurable max limit on the server, and the limit that is used will be " "the minimum of what is requested here and what is configured in the " "server." msgstr "" #: novaclient/v2/shell.py:5664 novaclient/v2/shell.py:5736 msgid "" "List only migrations changed later or equal to a certain point of time. " "The provided time should be an ISO 8061 formatted time. e.g. " "2016-03-04T06:27:59Z ." msgstr "" #: novaclient/v2/shell.py:5744 msgid "" "List only migrations changed earlier or equal to a certain point of time." " The provided time should be an ISO 8061 formatted time. e.g. " "2016-03-04T06:27:59Z ." msgstr "" #: novaclient/v2/shell.py:5753 msgid "Filter the migrations by the given project ID." msgstr "" #: novaclient/v2/shell.py:5760 msgid "Filter the migrations by the given user ID." msgstr "" #: novaclient/v2/shell.py:5800 msgid "" "Filters the response by the date and time before which to list usage " "audits. The date and time stamp format is as follows: CCYY-MM-DD " "hh:mm:ss.NNNNNN ex 2015-08-27 09:49:58 or 2015-08-27 09:49:58.123456." msgstr ""