~ubuntu-branches/ubuntu/raring/nova/raring-proposed

« back to all changes in this revision

Viewing changes to nova/locale/uk/LC_MESSAGES/nova.po

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-11-23 09:04:58 UTC
  • mfrom: (1.1.66)
  • Revision ID: package-import@ubuntu.com-20121123090458-91565o7aev1i1h71
Tags: 2013.1~g1-0ubuntu1
[ Adam Gandelman ]
* debian/control: Ensure novaclient is upgraded with nova,
  require python-keystoneclient >= 1:2.9.0. (LP: #1073289)
* debian/patches/{ubuntu/*, rbd-security.patch}: Dropped, applied
  upstream.
* debian/control: Add python-testtools to Build-Depends.

[ Chuck Short ]
* New upstream version.
* Refreshed debian/patches/avoid_setuptools_git_dependency.patch.
* debian/rules: FTBFS if missing binaries.
* debian/nova-scheudler.install: Add missing rabbit-queues and
  nova-rpc-zmq-receiver.
* Remove nova-volume since it doesnt exist anymore, transition to cinder-*.
* debian/rules: install apport hook in the right place.
* debian/patches/ubuntu-show-tests.patch: Display test failures.
* debian/control: Add depends on genisoimage
* debian/control: Suggest guestmount.
* debian/control: Suggest websockify. (LP: #1076442)
* debian/nova.conf: Disable nova-volume service.
* debian/control: Depend on xen-system-* rather than the hypervisor.
* debian/control, debian/mans/nova-conductor.8, debian/nova-conductor.init,
  debian/nova-conductor.install, debian/nova-conductor.logrotate
  debian/nova-conductor.manpages, debian/nova-conductor.postrm
  debian/nova-conductor.upstart.in: Add nova-conductor service.
* debian/control: Add python-fixtures as a build deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version:  nova\n"
9
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
 
"POT-Creation-Date: 2012-09-25 00:02+0000\n"
 
10
"POT-Creation-Date: 2012-10-29 00:01+0000\n"
11
11
"PO-Revision-Date: 2011-08-23 11:21+0000\n"
12
12
"Last-Translator: Thierry Carrez <thierry.carrez+lp@gmail.com>\n"
13
13
"Language-Team: Ukrainian <uk@li.org>\n"
28
28
msgid "read_deleted can only be one of 'no', 'yes' or 'only', not %r"
29
29
msgstr ""
30
30
 
31
 
#: nova/crypto.py:46
 
31
#: nova/crypto.py:47
32
32
msgid "Filename of root CA"
33
33
msgstr ""
34
34
 
35
 
#: nova/crypto.py:49
 
35
#: nova/crypto.py:50
36
36
msgid "Filename of private key"
37
37
msgstr "Ім'я файлу секретного ключа"
38
38
 
39
 
#: nova/crypto.py:52
 
39
#: nova/crypto.py:53
40
40
msgid "Filename of root Certificate Revocation List"
41
41
msgstr ""
42
42
 
43
 
#: nova/crypto.py:55
 
43
#: nova/crypto.py:56
44
44
msgid "Where we keep our keys"
45
45
msgstr "Шлях до збережених ключів"
46
46
 
47
 
#: nova/crypto.py:58
 
47
#: nova/crypto.py:59
48
48
msgid "Where we keep our root CA"
49
49
msgstr ""
50
50
 
51
 
#: nova/crypto.py:61
 
51
#: nova/crypto.py:62
52
52
msgid "Should we use a CA for each project?"
53
53
msgstr ""
54
54
 
55
 
#: nova/crypto.py:65
 
55
#: nova/crypto.py:66
56
56
#, python-format
57
57
msgid "Subject for certificate for users, %s for project, user, timestamp"
58
58
msgstr ""
59
59
 
60
 
#: nova/crypto.py:70
 
60
#: nova/crypto.py:71
61
61
#, python-format
62
62
msgid "Subject for certificate for projects, %s for project, timestamp"
63
63
msgstr ""
64
64
 
65
 
#: nova/crypto.py:300
 
65
#: nova/crypto.py:301
66
66
#, python-format
67
67
msgid "Flags path: %s"
68
68
msgstr ""
97
97
msgid "Unknown"
98
98
msgstr ""
99
99
 
100
 
#: nova/exception.py:182
 
100
#: nova/exception.py:179
101
101
#, python-format
102
102
msgid "Fatal call to deprecated config %(msg)s"
103
103
msgstr ""
104
104
 
105
 
#: nova/exception.py:186
 
105
#: nova/exception.py:183
106
106
msgid "Failed to decrypt text"
107
107
msgstr ""
108
108
 
109
 
#: nova/exception.py:190
 
109
#: nova/exception.py:187
110
110
msgid "Virtual Interface creation failed"
111
111
msgstr ""
112
112
 
113
 
#: nova/exception.py:194
 
113
#: nova/exception.py:191
114
114
msgid "5 attempts to create virtual interfacewith unique mac address failed"
115
115
msgstr ""
116
116
 
117
 
#: nova/exception.py:199
 
117
#: nova/exception.py:196
118
118
#, python-format
119
119
msgid "Connection to glance host %(host)s:%(port)s failed: %(reason)s"
120
120
msgstr ""
121
121
 
122
 
#: nova/exception.py:204
 
122
#: nova/exception.py:201
123
123
msgid "Not authorized."
124
124
msgstr ""
125
125
 
126
 
#: nova/exception.py:209
 
126
#: nova/exception.py:206
127
127
msgid "User does not have admin privileges"
128
128
msgstr ""
129
129
 
130
 
#: nova/exception.py:213
 
130
#: nova/exception.py:210
131
131
#, python-format
132
132
msgid "Policy doesn't allow %(action)s to be performed."
133
133
msgstr ""
134
134
 
135
 
#: nova/exception.py:217
 
135
#: nova/exception.py:214
 
136
#, python-format
 
137
msgid "Image %(image_id)s is not active."
 
138
msgstr ""
 
139
 
 
140
#: nova/exception.py:218
136
141
#, fuzzy, python-format
137
142
msgid "Not authorized for image %(image_id)s."
138
143
msgstr "без порядку для повідомлень: %s"
139
144
 
140
 
#: nova/exception.py:221
 
145
#: nova/exception.py:222
141
146
msgid "Unacceptable parameters."
142
147
msgstr ""
143
148
 
144
 
#: nova/exception.py:226
 
149
#: nova/exception.py:227
145
150
msgid "Invalid snapshot"
146
151
msgstr ""
147
152
 
148
 
#: nova/exception.py:230
 
153
#: nova/exception.py:231
149
154
#, python-format
150
155
msgid "Volume %(volume_id)s is not attached to anything"
151
156
msgstr ""
152
157
 
153
 
#: nova/exception.py:234
 
158
#: nova/exception.py:235
154
159
#, python-format
155
160
msgid "Volume %(volume_id)s is still attached, detach volume first."
156
161
msgstr ""
157
162
 
158
 
#: nova/exception.py:238 nova/api/ec2/cloud.py:388 nova/api/ec2/cloud.py:413
159
 
#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2128
 
163
#: nova/exception.py:239 nova/api/ec2/cloud.py:389 nova/api/ec2/cloud.py:414
 
164
#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2194
160
165
msgid "Keypair data is invalid"
161
166
msgstr ""
162
167
 
163
 
#: nova/exception.py:242
 
168
#: nova/exception.py:243
164
169
msgid "Failed to load data into json format"
165
170
msgstr ""
166
171
 
167
 
#: nova/exception.py:246
 
172
#: nova/exception.py:247
168
173
msgid "The request is invalid."
169
174
msgstr ""
170
175
 
171
 
#: nova/exception.py:250
 
176
#: nova/exception.py:251
172
177
msgid "Invalid input received"
173
178
msgstr ""
174
179
 
175
 
#: nova/exception.py:254
 
180
#: nova/exception.py:255
176
181
msgid "Invalid volume type"
177
182
msgstr ""
178
183
 
179
 
#: nova/exception.py:258
 
184
#: nova/exception.py:259
180
185
msgid "Invalid volume"
181
186
msgstr ""
182
187
 
183
 
#: nova/exception.py:262 nova/api/openstack/compute/servers.py:1259
 
188
#: nova/exception.py:263 nova/api/openstack/compute/servers.py:1283
184
189
#: nova/api/openstack/compute/contrib/admin_actions.py:242
185
190
msgid "Invalid metadata"
186
191
msgstr ""
187
192
 
188
 
#: nova/exception.py:266
 
193
#: nova/exception.py:267
 
194
msgid "Invalid metadata size"
 
195
msgstr ""
 
196
 
 
197
#: nova/exception.py:271
189
198
#, python-format
190
199
msgid "Invalid port range %(from_port)s:%(to_port)s. %(msg)s"
191
200
msgstr ""
192
201
 
193
 
#: nova/exception.py:270
 
202
#: nova/exception.py:275 nova/api/ec2/cloud.py:571
194
203
#, python-format
195
204
msgid "Invalid IP protocol %(protocol)s."
196
205
msgstr ""
197
206
 
198
 
#: nova/exception.py:274
 
207
#: nova/exception.py:279
199
208
#, python-format
200
209
msgid "Invalid content type %(content_type)s."
201
210
msgstr ""
202
211
 
203
 
#: nova/exception.py:278
 
212
#: nova/exception.py:283
204
213
#, python-format
205
214
msgid "Invalid cidr %(cidr)s."
206
215
msgstr ""
207
216
 
208
 
#: nova/exception.py:282
 
217
#: nova/exception.py:287
209
218
msgid "Invalid Parameter: Unicode is not supported by the current database."
210
219
msgstr ""
211
220
 
212
 
#: nova/exception.py:289
 
221
#: nova/exception.py:294
213
222
#, python-format
214
223
msgid "%(err)s"
215
224
msgstr ""
216
225
 
217
 
#: nova/exception.py:293
 
226
#: nova/exception.py:298
218
227
#, python-format
219
228
msgid ""
220
229
"Cannot perform action '%(action)s' on aggregate %(aggregate_id)s. Reason:"
221
230
" %(reason)s."
222
231
msgstr ""
223
232
 
224
 
#: nova/exception.py:298
 
233
#: nova/exception.py:303
225
234
#, python-format
226
235
msgid "Group not valid. Reason: %(reason)s"
227
236
msgstr ""
228
237
 
229
 
#: nova/exception.py:302
 
238
#: nova/exception.py:307
230
239
msgid "Sort key supplied was not valid."
231
240
msgstr ""
232
241
 
233
 
#: nova/exception.py:306
 
242
#: nova/exception.py:311
234
243
#, python-format
235
244
msgid ""
236
245
"Instance %(instance_uuid)s in %(attr)s %(state)s. Cannot %(method)s while"
237
246
" the instance is in this state."
238
247
msgstr ""
239
248
 
240
 
#: nova/exception.py:311
 
249
#: nova/exception.py:316
241
250
#, python-format
242
251
msgid "Instance %(instance_id)s is not running."
243
252
msgstr ""
244
253
 
245
 
#: nova/exception.py:315
 
254
#: nova/exception.py:320
246
255
#, python-format
247
256
msgid "Instance %(instance_id)s is not in rescue mode"
248
257
msgstr ""
249
258
 
250
 
#: nova/exception.py:319
 
259
#: nova/exception.py:324
251
260
#, python-format
252
261
msgid "Instance %(instance_id)s is not ready"
253
262
msgstr ""
254
263
 
255
 
#: nova/exception.py:323
 
264
#: nova/exception.py:328
256
265
msgid "Failed to suspend instance"
257
266
msgstr ""
258
267
 
259
 
#: nova/exception.py:327
 
268
#: nova/exception.py:332
260
269
msgid "Failed to resume server"
261
270
msgstr ""
262
271
 
263
 
#: nova/exception.py:331
 
272
#: nova/exception.py:336
264
273
msgid "Failed to reboot instance"
265
274
msgstr ""
266
275
 
267
 
#: nova/exception.py:335
 
276
#: nova/exception.py:340
268
277
msgid "Failed to terminate instance"
269
278
msgstr ""
270
279
 
271
 
#: nova/exception.py:339
 
280
#: nova/exception.py:344
272
281
msgid "Service is unavailable at this time."
273
282
msgstr ""
274
283
 
275
 
#: nova/exception.py:343
 
284
#: nova/exception.py:348
276
285
msgid "Insufficient compute resources."
277
286
msgstr ""
278
287
 
279
 
#: nova/exception.py:347
 
288
#: nova/exception.py:352
280
289
msgid "Compute service is unavailable at this time."
281
290
msgstr ""
282
291
 
283
 
#: nova/exception.py:351
 
292
#: nova/exception.py:356
284
293
#, python-format
285
294
msgid "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)."
286
295
msgstr ""
287
296
 
288
 
#: nova/exception.py:356
 
297
#: nova/exception.py:361
289
298
msgid "The supplied hypervisor type of is invalid."
290
299
msgstr ""
291
300
 
292
 
#: nova/exception.py:360
 
301
#: nova/exception.py:365
293
302
msgid "The instance requires a newer hypervisor version than has been provided."
294
303
msgstr ""
295
304
 
296
 
#: nova/exception.py:365
 
305
#: nova/exception.py:370
297
306
#, python-format
298
307
msgid ""
299
308
"The supplied disk path (%(path)s) already exists, it is expected not to "
300
309
"exist."
301
310
msgstr ""
302
311
 
303
 
#: nova/exception.py:370
 
312
#: nova/exception.py:375
304
313
#, python-format
305
314
msgid "The supplied device path (%(path)s) is invalid."
306
315
msgstr ""
307
316
 
308
 
#: nova/exception.py:374
 
317
#: nova/exception.py:379
309
318
#, python-format
310
319
msgid "The supplied device path (%(path)s) is in use."
311
320
msgstr ""
312
321
 
313
 
#: nova/exception.py:378
 
322
#: nova/exception.py:383
314
323
#, python-format
315
324
msgid "The supplied device (%(device)s) is busy."
316
325
msgstr ""
317
326
 
318
 
#: nova/exception.py:382
 
327
#: nova/exception.py:387
319
328
msgid "Unacceptable CPU info"
320
329
msgstr ""
321
330
 
322
 
#: nova/exception.py:386
 
331
#: nova/exception.py:391
323
332
#, python-format
324
333
msgid "%(address)s is not a valid IP v4/6 address."
325
334
msgstr ""
326
335
 
327
 
#: nova/exception.py:390
 
336
#: nova/exception.py:395
328
337
#, python-format
329
338
msgid ""
330
339
"VLAN tag is not appropriate for the port group %(bridge)s. Expected VLAN "
331
340
"tag is %(tag)s, but the one associated with the port group is %(pgroup)s."
332
341
msgstr ""
333
342
 
334
 
#: nova/exception.py:396
 
343
#: nova/exception.py:401
335
344
#, python-format
336
345
msgid ""
337
346
"vSwitch which contains the port group %(bridge)s is not associated with "
339
348
"one associated is %(actual)s."
340
349
msgstr ""
341
350
 
342
 
#: nova/exception.py:403
 
351
#: nova/exception.py:408
343
352
#, python-format
344
353
msgid "Disk format %(disk_format)s is not acceptable"
345
354
msgstr ""
346
355
 
347
 
#: nova/exception.py:407
 
356
#: nova/exception.py:412
348
357
#, python-format
349
358
msgid "Image %(image_id)s is unacceptable: %(reason)s"
350
359
msgstr ""
351
360
 
352
 
#: nova/exception.py:411
 
361
#: nova/exception.py:416
353
362
#, python-format
354
363
msgid "Instance %(instance_id)s is unacceptable: %(reason)s"
355
364
msgstr ""
356
365
 
357
 
#: nova/exception.py:415
 
366
#: nova/exception.py:420
358
367
#, python-format
359
368
msgid "Ec2 id %(ec2_id)s is unacceptable."
360
369
msgstr ""
361
370
 
362
 
#: nova/exception.py:419
 
371
#: nova/exception.py:424
363
372
#, python-format
364
373
msgid "Expected a uuid but received %(uuid)s."
365
374
msgstr ""
366
375
 
367
 
#: nova/exception.py:423
 
376
#: nova/exception.py:428
368
377
msgid "Constraint not met."
369
378
msgstr ""
370
379
 
371
 
#: nova/exception.py:428
 
380
#: nova/exception.py:433
372
381
msgid "Resource could not be found."
373
382
msgstr ""
374
383
 
375
 
#: nova/exception.py:433
 
384
#: nova/exception.py:438
376
385
#, python-format
377
 
msgid "Could not find driver for connection_type %(name)s"
 
386
msgid "Could not find driver for compute_driver %(name)s"
378
387
msgstr ""
379
388
 
380
 
#: nova/exception.py:437
 
389
#: nova/exception.py:442
381
390
#, python-format
382
391
msgid "Volume %(volume_id)s persistence file could not be found."
383
392
msgstr ""
384
393
 
385
 
#: nova/exception.py:441
 
394
#: nova/exception.py:446
386
395
#, python-format
387
396
msgid "Volume %(volume_id)s could not be found."
388
397
msgstr ""
389
398
 
390
 
#: nova/exception.py:445
 
399
#: nova/exception.py:450
391
400
#, python-format
392
401
msgid "Unable to locate account %(account_name)s on Solidfire device"
393
402
msgstr ""
394
403
 
395
 
#: nova/exception.py:450
 
404
#: nova/exception.py:455
396
405
#, python-format
397
406
msgid "Volume %(volume_id)s has no metadata with key %(metadata_key)s."
398
407
msgstr ""
399
408
 
400
 
#: nova/exception.py:455
 
409
#: nova/exception.py:460
401
410
#, python-format
402
411
msgid "Volume type %(volume_type_id)s could not be found."
403
412
msgstr ""
404
413
 
405
 
#: nova/exception.py:459
 
414
#: nova/exception.py:464
406
415
#, python-format
407
416
msgid "Volume type with name %(volume_type_name)s could not be found."
408
417
msgstr ""
409
418
 
410
 
#: nova/exception.py:464
 
419
#: nova/exception.py:469
411
420
#, python-format
412
421
msgid ""
413
422
"Volume Type %(volume_type_id)s has no extra specs with key "
414
423
"%(extra_specs_key)s."
415
424
msgstr ""
416
425
 
417
 
#: nova/exception.py:469
 
426
#: nova/exception.py:474
418
427
#, python-format
419
428
msgid "Snapshot %(snapshot_id)s could not be found."
420
429
msgstr ""
421
430
 
422
 
#: nova/exception.py:473
 
431
#: nova/exception.py:478
423
432
#, python-format
424
433
msgid "deleting volume %(volume_name)s that has snapshot"
425
434
msgstr ""
426
435
 
427
 
#: nova/exception.py:477
 
436
#: nova/exception.py:482
428
437
#, python-format
429
438
msgid "deleting snapshot %(snapshot_name)s that has dependent volumes"
430
439
msgstr ""
431
440
 
432
 
#: nova/exception.py:482
 
441
#: nova/exception.py:487
433
442
#, python-format
434
443
msgid "No target id found for volume %(volume_id)s."
435
444
msgstr ""
436
445
 
437
 
#: nova/exception.py:486
 
446
#: nova/exception.py:491
438
447
#, python-format
439
448
msgid "Failed to create iscsi target for volume %(volume_id)s."
440
449
msgstr ""
441
450
 
442
 
#: nova/exception.py:490
 
451
#: nova/exception.py:495
443
452
#, python-format
444
453
msgid "Failed to remove iscsi target for volume %(volume_id)s."
445
454
msgstr ""
446
455
 
447
 
#: nova/exception.py:494
 
456
#: nova/exception.py:499
448
457
#, python-format
449
458
msgid "No disk at %(location)s"
450
459
msgstr ""
451
460
 
452
 
#: nova/exception.py:498
 
461
#: nova/exception.py:503
453
462
#, python-format
454
463
msgid "Could not find a handler for %(driver_type)s volume."
455
464
msgstr ""
456
465
 
457
 
#: nova/exception.py:502
 
466
#: nova/exception.py:507
458
467
#, python-format
459
468
msgid "Invalid image href %(image_href)s."
460
469
msgstr ""
461
470
 
462
 
#: nova/exception.py:506
 
471
#: nova/exception.py:511
463
472
#, python-format
464
473
msgid "Image %(image_id)s could not be found."
465
474
msgstr ""
466
475
 
467
 
#: nova/exception.py:510
 
476
#: nova/exception.py:515
468
477
#, python-format
469
478
msgid ""
470
479
"Image %(image_id)s could not be found. The nova EC2 API assigns image ids"
472
481
"image ids since adding this image?"
473
482
msgstr ""
474
483
 
475
 
#: nova/exception.py:517
 
484
#: nova/exception.py:522
476
485
#, python-format
477
486
msgid "Project %(project_id)s could not be found."
478
487
msgstr ""
479
488
 
480
 
#: nova/exception.py:521
 
489
#: nova/exception.py:526
481
490
msgid "Cannot find SR to read/write VDI."
482
491
msgstr ""
483
492
 
484
 
#: nova/exception.py:525
 
493
#: nova/exception.py:530
485
494
#, python-format
486
495
msgid "Network %(network_id)s is still in use."
487
496
msgstr ""
488
497
 
489
 
#: nova/exception.py:529
 
498
#: nova/exception.py:534
490
499
#, python-format
491
500
msgid "%(req)s is required to create a network."
492
501
msgstr ""
493
502
 
494
 
#: nova/exception.py:533
 
503
#: nova/exception.py:538
495
504
#, python-format
496
505
msgid "Network %(network_id)s could not be found."
497
506
msgstr ""
498
507
 
499
 
#: nova/exception.py:537
 
508
#: nova/exception.py:542
500
509
#, python-format
501
510
msgid "Network could not be found for bridge %(bridge)s"
502
511
msgstr ""
503
512
 
504
 
#: nova/exception.py:541
 
513
#: nova/exception.py:546
505
514
#, python-format
506
515
msgid "Network could not be found for uuid %(uuid)s"
507
516
msgstr ""
508
517
 
509
 
#: nova/exception.py:545
 
518
#: nova/exception.py:550
510
519
#, python-format
511
520
msgid "Network could not be found with cidr %(cidr)s."
512
521
msgstr ""
513
522
 
514
 
#: nova/exception.py:549
 
523
#: nova/exception.py:554
515
524
#, python-format
516
525
msgid "Network could not be found for instance %(instance_id)s."
517
526
msgstr ""
518
527
 
519
 
#: nova/exception.py:553
 
528
#: nova/exception.py:558
520
529
msgid "No networks defined."
521
530
msgstr ""
522
531
 
523
 
#: nova/exception.py:557
 
532
#: nova/exception.py:562
524
533
#, python-format
525
534
msgid ""
526
535
"Either Network uuid %(network_uuid)s is not present or is not assigned to"
527
536
" the project %(project_id)s."
528
537
msgstr ""
529
538
 
530
 
#: nova/exception.py:562
 
539
#: nova/exception.py:567
531
540
#, python-format
532
541
msgid "Host is not set to the network (%(network_id)s)."
533
542
msgstr ""
534
543
 
535
 
#: nova/exception.py:566
 
544
#: nova/exception.py:571
536
545
msgid "Could not find the datastore reference(s) which the VM uses."
537
546
msgstr ""
538
547
 
539
 
#: nova/exception.py:570
 
548
#: nova/exception.py:575
540
549
#, python-format
541
550
msgid "Port %(port_id)s is still in use."
542
551
msgstr ""
543
552
 
544
 
#: nova/exception.py:574
 
553
#: nova/exception.py:579
545
554
#, python-format
546
555
msgid "Port %(port_id)s could not be found."
547
556
msgstr ""
548
557
 
549
 
#: nova/exception.py:578
 
558
#: nova/exception.py:583
550
559
#, python-format
551
560
msgid "No fixed IP associated with id %(id)s."
552
561
msgstr ""
553
562
 
554
 
#: nova/exception.py:582
 
563
#: nova/exception.py:587
555
564
#, python-format
556
565
msgid "Fixed ip not found for address %(address)s."
557
566
msgstr ""
558
567
 
559
 
#: nova/exception.py:586
 
568
#: nova/exception.py:591
560
569
#, python-format
561
570
msgid "Instance %(instance_uuid)s has zero fixed ips."
562
571
msgstr ""
563
572
 
564
 
#: nova/exception.py:590
 
573
#: nova/exception.py:595
565
574
#, python-format
566
575
msgid "Network host %(host)s has zero fixed ips in network %(network_id)s."
567
576
msgstr ""
568
577
 
569
 
#: nova/exception.py:595
 
578
#: nova/exception.py:600
570
579
#, python-format
571
580
msgid "Instance %(instance_uuid)s doesn't have fixed ip '%(ip)s'."
572
581
msgstr ""
573
582
 
574
 
#: nova/exception.py:599
 
583
#: nova/exception.py:604
575
584
#, python-format
576
585
msgid ""
577
586
"Fixed IP address (%(address)s) does not exist in network "
578
587
"(%(network_uuid)s)."
579
588
msgstr ""
580
589
 
581
 
#: nova/exception.py:604
 
590
#: nova/exception.py:609
582
591
#, python-format
583
592
msgid ""
584
593
"Fixed IP address %(address)s is already in use on instance "
585
594
"%(instance_uuid)s."
586
595
msgstr ""
587
596
 
588
 
#: nova/exception.py:609
 
597
#: nova/exception.py:614
589
598
#, python-format
590
599
msgid "More than one instance is associated with fixed ip address '%(address)s'."
591
600
msgstr ""
592
601
 
593
 
#: nova/exception.py:614
 
602
#: nova/exception.py:619
594
603
#, python-format
595
604
msgid "Fixed IP address %(address)s is invalid."
596
605
msgstr ""
597
606
 
598
 
#: nova/exception.py:618
 
607
#: nova/exception.py:623
599
608
msgid "Zero fixed ips available."
600
609
msgstr ""
601
610
 
602
 
#: nova/exception.py:622
 
611
#: nova/exception.py:627
603
612
msgid "Zero fixed ips could be found."
604
613
msgstr ""
605
614
 
606
 
#: nova/exception.py:631
 
615
#: nova/exception.py:636
607
616
#, python-format
608
617
msgid "Floating ip %(address)s already exists."
609
618
msgstr ""
610
619
 
611
 
#: nova/exception.py:635
 
620
#: nova/exception.py:640
612
621
#, python-format
613
622
msgid "Floating ip not found for id %(id)s."
614
623
msgstr ""
615
624
 
616
 
#: nova/exception.py:639
 
625
#: nova/exception.py:644
617
626
#, python-format
618
627
msgid "The DNS entry %(name)s already exists in domain %(domain)s."
619
628
msgstr ""
620
629
 
621
 
#: nova/exception.py:643
 
630
#: nova/exception.py:648
622
631
#, python-format
623
632
msgid "Floating ip not found for address %(address)s."
624
633
msgstr ""
625
634
 
626
 
#: nova/exception.py:647
 
635
#: nova/exception.py:652
627
636
#, python-format
628
637
msgid "Floating ip not found for host %(host)s."
629
638
msgstr ""
630
639
 
631
 
#: nova/exception.py:651
 
640
#: nova/exception.py:656
 
641
#, python-format
 
642
msgid "Multiple floating ips are found for address %(address)s."
 
643
msgstr ""
 
644
 
 
645
#: nova/exception.py:660
 
646
msgid "Floating ip pool not found."
 
647
msgstr ""
 
648
 
 
649
#: nova/exception.py:665
632
650
msgid "Zero floating ips available."
633
651
msgstr ""
634
652
 
635
 
#: nova/exception.py:656
 
653
#: nova/exception.py:670
636
654
#, python-format
637
655
msgid "Floating ip %(address)s is associated."
638
656
msgstr ""
639
657
 
640
 
#: nova/exception.py:660
 
658
#: nova/exception.py:674
641
659
#, python-format
642
660
msgid "Floating ip %(address)s is not associated."
643
661
msgstr ""
644
662
 
645
 
#: nova/exception.py:664
 
663
#: nova/exception.py:678
646
664
msgid "Zero floating ips exist."
647
665
msgstr ""
648
666
 
649
 
#: nova/exception.py:668
 
667
#: nova/exception.py:682
650
668
#, python-format
651
669
msgid "Interface %(interface)s not found."
652
670
msgstr ""
653
671
 
654
 
#: nova/exception.py:672
 
672
#: nova/exception.py:686
 
673
msgid "Cannot disassociate auto assigined floating ip"
 
674
msgstr ""
 
675
 
 
676
#: nova/exception.py:690
655
677
#, python-format
656
678
msgid "Keypair %(name)s not found for user %(user_id)s"
657
679
msgstr ""
658
680
 
659
 
#: nova/exception.py:676
 
681
#: nova/exception.py:694
660
682
#, python-format
661
683
msgid "Certificate %(certificate_id)s not found."
662
684
msgstr ""
663
685
 
664
 
#: nova/exception.py:680
 
686
#: nova/exception.py:698
665
687
#, python-format
666
688
msgid "Service %(service_id)s could not be found."
667
689
msgstr ""
668
690
 
669
 
#: nova/exception.py:684
 
691
#: nova/exception.py:702
670
692
#, python-format
671
693
msgid "Host %(host)s could not be found."
672
694
msgstr ""
673
695
 
674
 
#: nova/exception.py:688
 
696
#: nova/exception.py:706
675
697
#, python-format
676
698
msgid "Compute host %(host)s could not be found."
677
699
msgstr ""
678
700
 
679
 
#: nova/exception.py:692
 
701
#: nova/exception.py:710
680
702
#, python-format
681
703
msgid "Could not find binary %(binary)s on host %(host)s."
682
704
msgstr ""
683
705
 
684
 
#: nova/exception.py:696
 
706
#: nova/exception.py:714
685
707
#, python-format
686
708
msgid "Invalid reservation expiration %(expire)s."
687
709
msgstr ""
688
710
 
689
 
#: nova/exception.py:700
 
711
#: nova/exception.py:718
690
712
#, python-format
691
713
msgid ""
692
714
"Change would make usage less than 0 for the following resources: "
693
715
"%(unders)s"
694
716
msgstr ""
695
717
 
696
 
#: nova/exception.py:705
 
718
#: nova/exception.py:723
697
719
msgid "Quota could not be found"
698
720
msgstr ""
699
721
 
700
 
#: nova/exception.py:709
 
722
#: nova/exception.py:727
701
723
#, python-format
702
724
msgid "Unknown quota resources %(unknown)s."
703
725
msgstr ""
704
726
 
705
 
#: nova/exception.py:713
 
727
#: nova/exception.py:731
706
728
#, python-format
707
729
msgid "Quota for project %(project_id)s could not be found."
708
730
msgstr ""
709
731
 
710
 
#: nova/exception.py:717
 
732
#: nova/exception.py:735
711
733
#, python-format
712
734
msgid "Quota class %(class_name)s could not be found."
713
735
msgstr ""
714
736
 
715
 
#: nova/exception.py:721
 
737
#: nova/exception.py:739
716
738
#, python-format
717
739
msgid "Quota usage for project %(project_id)s could not be found."
718
740
msgstr ""
719
741
 
720
 
#: nova/exception.py:725
 
742
#: nova/exception.py:743
721
743
#, python-format
722
744
msgid "Quota reservation %(uuid)s could not be found."
723
745
msgstr ""
724
746
 
725
 
#: nova/exception.py:729
 
747
#: nova/exception.py:747
726
748
#, python-format
727
749
msgid "Quota exceeded for resources: %(overs)s"
728
750
msgstr ""
729
751
 
730
 
#: nova/exception.py:733
 
752
#: nova/exception.py:751
731
753
#, python-format
732
754
msgid "Security group %(security_group_id)s not found."
733
755
msgstr ""
734
756
 
735
 
#: nova/exception.py:737
 
757
#: nova/exception.py:755
736
758
#, python-format
737
759
msgid "Security group %(security_group_id)s not found for project %(project_id)s."
738
760
msgstr ""
739
761
 
740
 
#: nova/exception.py:742
 
762
#: nova/exception.py:760
741
763
#, python-format
742
764
msgid "Security group with rule %(rule_id)s not found."
743
765
msgstr ""
744
766
 
745
 
#: nova/exception.py:746
 
767
#: nova/exception.py:764
746
768
#, python-format
747
769
msgid ""
748
770
"Security group %(security_group_id)s is already associated with the "
749
771
"instance %(instance_id)s"
750
772
msgstr ""
751
773
 
752
 
#: nova/exception.py:751
 
774
#: nova/exception.py:769
753
775
#, python-format
754
776
msgid ""
755
777
"Security group %(security_group_id)s is not associated with the instance "
756
778
"%(instance_id)s"
757
779
msgstr ""
758
780
 
759
 
#: nova/exception.py:756
 
781
#: nova/exception.py:774
760
782
#, python-format
761
783
msgid "Migration %(migration_id)s could not be found."
762
784
msgstr ""
763
785
 
764
 
#: nova/exception.py:760
 
786
#: nova/exception.py:778
765
787
#, python-format
766
788
msgid "Migration not found for instance %(instance_id)s with status %(status)s."
767
789
msgstr ""
768
790
 
769
 
#: nova/exception.py:765
 
791
#: nova/exception.py:783
770
792
#, python-format
771
793
msgid "Console pool %(pool_id)s could not be found."
772
794
msgstr ""
773
795
 
774
 
#: nova/exception.py:769
 
796
#: nova/exception.py:787
775
797
#, python-format
776
798
msgid ""
777
799
"Console pool of type %(console_type)s for compute host %(compute_host)s "
778
800
"on proxy host %(host)s not found."
779
801
msgstr ""
780
802
 
781
 
#: nova/exception.py:775
 
803
#: nova/exception.py:793
782
804
#, python-format
783
805
msgid "Console %(console_id)s could not be found."
784
806
msgstr ""
785
807
 
786
 
#: nova/exception.py:779
 
808
#: nova/exception.py:797
787
809
#, python-format
788
810
msgid "Console for instance %(instance_uuid)s could not be found."
789
811
msgstr ""
790
812
 
791
 
#: nova/exception.py:783
 
813
#: nova/exception.py:801
792
814
#, python-format
793
815
msgid ""
794
816
"Console for instance %(instance_uuid)s in pool %(pool_id)s could not be "
795
817
"found."
796
818
msgstr ""
797
819
 
798
 
#: nova/exception.py:788
 
820
#: nova/exception.py:806
799
821
#, python-format
800
822
msgid "Invalid console type %(console_type)s "
801
823
msgstr ""
802
824
 
803
 
#: nova/exception.py:792
 
825
#: nova/exception.py:810
804
826
#, python-format
805
827
msgid "Instance type %(instance_type_id)s could not be found."
806
828
msgstr ""
807
829
 
808
 
#: nova/exception.py:796
 
830
#: nova/exception.py:814
809
831
#, python-format
810
832
msgid "Instance type with name %(instance_type_name)s could not be found."
811
833
msgstr ""
812
834
 
813
 
#: nova/exception.py:801
 
835
#: nova/exception.py:819
814
836
#, python-format
815
837
msgid "Flavor %(flavor_id)s could not be found."
816
838
msgstr ""
817
839
 
818
 
#: nova/exception.py:805
 
840
#: nova/exception.py:823
819
841
#, python-format
820
842
msgid "Flavor access not found for %(flavor_id) / %(project_id) combination."
821
843
msgstr ""
822
844
 
823
 
#: nova/exception.py:810
 
845
#: nova/exception.py:828
824
846
#, python-format
825
847
msgid "Scheduler Host Filter %(filter_name)s could not be found."
826
848
msgstr ""
827
849
 
828
 
#: nova/exception.py:814
 
850
#: nova/exception.py:832
829
851
#, python-format
830
852
msgid "Scheduler cost function %(cost_fn_str)s could not be found."
831
853
msgstr ""
832
854
 
833
 
#: nova/exception.py:819
 
855
#: nova/exception.py:837
834
856
#, python-format
835
857
msgid "Scheduler weight flag not found: %(flag_name)s"
836
858
msgstr ""
837
859
 
838
 
#: nova/exception.py:823
 
860
#: nova/exception.py:841
839
861
#, python-format
840
862
msgid "Instance %(instance_uuid)s has no metadata with key %(metadata_key)s."
841
863
msgstr ""
842
864
 
843
 
#: nova/exception.py:828
 
865
#: nova/exception.py:846
844
866
#, python-format
845
867
msgid ""
846
868
"Instance %(instance_uuid)s has no system metadata with key "
847
869
"%(metadata_key)s."
848
870
msgstr ""
849
871
 
850
 
#: nova/exception.py:833
 
872
#: nova/exception.py:851
851
873
#, python-format
852
874
msgid ""
853
875
"Instance Type %(instance_type_id)s has no extra specs with key "
854
876
"%(extra_specs_key)s."
855
877
msgstr ""
856
878
 
857
 
#: nova/exception.py:838
 
879
#: nova/exception.py:856
858
880
#, python-format
859
881
msgid "File %(file_path)s could not be found."
860
882
msgstr ""
861
883
 
862
 
#: nova/exception.py:842
 
884
#: nova/exception.py:860
863
885
msgid "Zero files could be found."
864
886
msgstr ""
865
887
 
866
 
#: nova/exception.py:846
 
888
#: nova/exception.py:864
867
889
#, python-format
868
890
msgid "Virtual switch associated with the network adapter %(adapter)s not found."
869
891
msgstr ""
870
892
 
871
 
#: nova/exception.py:851
 
893
#: nova/exception.py:869
872
894
#, python-format
873
895
msgid "Network adapter %(adapter)s could not be found."
874
896
msgstr ""
875
897
 
876
 
#: nova/exception.py:855
 
898
#: nova/exception.py:873
877
899
#, python-format
878
900
msgid "Class %(class_name)s could not be found: %(exception)s"
879
901
msgstr ""
880
902
 
881
 
#: nova/exception.py:859
 
903
#: nova/exception.py:877
882
904
msgid "Action not allowed."
883
905
msgstr ""
884
906
 
885
 
#: nova/exception.py:863
 
907
#: nova/exception.py:881
886
908
msgid "Rotation is not allowed for snapshots"
887
909
msgstr ""
888
910
 
889
 
#: nova/exception.py:867
 
911
#: nova/exception.py:885
890
912
msgid "Rotation param is required for backup image_type"
891
913
msgstr ""
892
914
 
893
 
#: nova/exception.py:871
 
915
#: nova/exception.py:889
894
916
#, python-format
895
917
msgid "Key pair %(key_name)s already exists."
896
918
msgstr ""
897
919
 
898
 
#: nova/exception.py:875
 
920
#: nova/exception.py:893
899
921
#, python-format
900
922
msgid "Instance %(name)s already exists."
901
923
msgstr ""
902
924
 
903
 
#: nova/exception.py:879
904
 
#, python-format
905
 
msgid "Instance Type %(name)s already exists."
906
 
msgstr ""
907
 
 
908
 
#: nova/exception.py:883
 
925
#: nova/exception.py:897
 
926
#, python-format
 
927
msgid "Instance Type with name %(name)s already exists."
 
928
msgstr ""
 
929
 
 
930
#: nova/exception.py:901
 
931
#, python-format
 
932
msgid "Instance Type with ID %(flavor_id)s already exists."
 
933
msgstr ""
 
934
 
 
935
#: nova/exception.py:905
909
936
#, python-format
910
937
msgid ""
911
938
"Flavor access alreay exists for flavor %(flavor_id)s and project "
912
939
"%(project_id)s combination."
913
940
msgstr ""
914
941
 
915
 
#: nova/exception.py:888
 
942
#: nova/exception.py:910
916
943
#, python-format
917
944
msgid "Volume Type %(name)s already exists."
918
945
msgstr ""
919
946
 
920
 
#: nova/exception.py:892
 
947
#: nova/exception.py:914
921
948
#, python-format
922
949
msgid "%(path)s is not on shared storage: %(reason)s"
923
950
msgstr ""
924
951
 
925
 
#: nova/exception.py:896
 
952
#: nova/exception.py:918
926
953
#, python-format
927
954
msgid "%(path)s is not on local storage: %(reason)s"
928
955
msgstr ""
929
956
 
930
 
#: nova/exception.py:900
 
957
#: nova/exception.py:922
931
958
msgid "Migration error"
932
959
msgstr ""
933
960
 
934
 
#: nova/exception.py:904
 
961
#: nova/exception.py:926
935
962
#, python-format
936
963
msgid "Malformed message body: %(reason)s"
937
964
msgstr ""
938
965
 
939
 
#: nova/exception.py:910
 
966
#: nova/exception.py:932
940
967
#, python-format
941
968
msgid "Could not find config at %(path)s"
942
969
msgstr ""
943
970
 
944
 
#: nova/exception.py:914
 
971
#: nova/exception.py:936
945
972
#, python-format
946
973
msgid "Could not load paste app '%(name)s' from %(path)s"
947
974
msgstr ""
948
975
 
949
 
#: nova/exception.py:918
 
976
#: nova/exception.py:940
950
977
msgid "When resizing, instances must change flavor!"
951
978
msgstr ""
952
979
 
953
 
#: nova/exception.py:922
 
980
#: nova/exception.py:944
954
981
msgid "Image is larger than instance type allows"
955
982
msgstr ""
956
983
 
957
 
#: nova/exception.py:926
 
984
#: nova/exception.py:948
958
985
msgid "Instance type's memory is too small for requested image."
959
986
msgstr ""
960
987
 
961
 
#: nova/exception.py:930
 
988
#: nova/exception.py:952
962
989
msgid "Instance type's disk is too small for requested image."
963
990
msgstr ""
964
991
 
965
 
#: nova/exception.py:934
 
992
#: nova/exception.py:956
966
993
#, python-format
967
994
msgid "Insufficient free memory on compute node to start %(uuid)s."
968
995
msgstr ""
969
996
 
970
 
#: nova/exception.py:938
 
997
#: nova/exception.py:960
971
998
msgid "Could not fetch bandwidth/cpu/disk metrics for this host."
972
999
msgstr ""
973
1000
 
974
 
#: nova/exception.py:942
 
1001
#: nova/exception.py:964
975
1002
#, python-format
976
1003
msgid "No valid host was found. %(reason)s"
977
1004
msgstr ""
978
1005
 
979
 
#: nova/exception.py:946
 
1006
#: nova/exception.py:968
980
1007
#, python-format
981
1008
msgid "Host %(host)s is not up or doesn't exist."
982
1009
msgstr ""
983
1010
 
984
 
#: nova/exception.py:950
 
1011
#: nova/exception.py:972
985
1012
msgid "Quota exceeded"
986
1013
msgstr ""
987
1014
 
988
 
#: nova/exception.py:957
 
1015
#: nova/exception.py:979
989
1016
#, python-format
990
1017
msgid ""
991
1018
"Quota exceeded for %(overs)s: Requested %(req)s, but already used "
992
1019
"%(used)d of %(allowed)d %(resource)s"
993
1020
msgstr ""
994
1021
 
995
 
#: nova/exception.py:962
 
1022
#: nova/exception.py:984
996
1023
msgid "Maximum volume size exceeded"
997
1024
msgstr ""
998
1025
 
999
 
#: nova/exception.py:966
 
1026
#: nova/exception.py:988
1000
1027
#, python-format
1001
1028
msgid "Maximum number of volumes allowed (%(allowed)d) exceeded"
1002
1029
msgstr ""
1003
1030
 
1004
 
#: nova/exception.py:970
 
1031
#: nova/exception.py:992
1005
1032
msgid "Maximum number of floating ips exceeded"
1006
1033
msgstr ""
1007
1034
 
1008
 
#: nova/exception.py:974
 
1035
#: nova/exception.py:996
1009
1036
#, python-format
1010
1037
msgid "Maximum number of metadata items exceeds %(allowed)d"
1011
1038
msgstr ""
1012
1039
 
1013
 
#: nova/exception.py:978
 
1040
#: nova/exception.py:1000
1014
1041
msgid "Personality file limit exceeded"
1015
1042
msgstr ""
1016
1043
 
1017
 
#: nova/exception.py:982
 
1044
#: nova/exception.py:1004
1018
1045
msgid "Personality file path too long"
1019
1046
msgstr ""
1020
1047
 
1021
 
#: nova/exception.py:986
 
1048
#: nova/exception.py:1008
1022
1049
msgid "Personality file content too long"
1023
1050
msgstr ""
1024
1051
 
1025
 
#: nova/exception.py:990
 
1052
#: nova/exception.py:1012
1026
1053
msgid "Maximum number of key pairs exceeded"
1027
1054
msgstr ""
1028
1055
 
1029
 
#: nova/exception.py:994
 
1056
#: nova/exception.py:1016
1030
1057
msgid "Maximum number of security groups or rules exceeded"
1031
1058
msgstr ""
1032
1059
 
1033
 
#: nova/exception.py:998
 
1060
#: nova/exception.py:1020
1034
1061
#, python-format
1035
1062
msgid ""
1036
1063
"Aggregate %(aggregate_id)s: action '%(action)s' caused an error: "
1037
1064
"%(reason)s."
1038
1065
msgstr ""
1039
1066
 
1040
 
#: nova/exception.py:1003
 
1067
#: nova/exception.py:1025
1041
1068
#, python-format
1042
1069
msgid "Aggregate %(aggregate_id)s could not be found."
1043
1070
msgstr ""
1044
1071
 
1045
 
#: nova/exception.py:1007
 
1072
#: nova/exception.py:1029
1046
1073
#, python-format
1047
1074
msgid "Aggregate %(aggregate_name)s already exists."
1048
1075
msgstr ""
1049
1076
 
1050
 
#: nova/exception.py:1011
 
1077
#: nova/exception.py:1033
1051
1078
#, python-format
1052
1079
msgid "Aggregate %(aggregate_id)s has no host %(host)s."
1053
1080
msgstr ""
1054
1081
 
1055
 
#: nova/exception.py:1015
 
1082
#: nova/exception.py:1037
1056
1083
#, python-format
1057
1084
msgid "Aggregate %(aggregate_id)s has no metadata with key %(metadata_key)s."
1058
1085
msgstr ""
1059
1086
 
1060
 
#: nova/exception.py:1020
 
1087
#: nova/exception.py:1042
1061
1088
#, python-format
1062
1089
msgid "Aggregate %(aggregate_id)s already has host %(host)s."
1063
1090
msgstr ""
1064
1091
 
1065
 
#: nova/exception.py:1024
 
1092
#: nova/exception.py:1046
1066
1093
#, python-format
1067
1094
msgid "Detected more than one volume with name %(vol_name)s"
1068
1095
msgstr ""
1069
1096
 
1070
 
#: nova/exception.py:1028
 
1097
#: nova/exception.py:1050
1071
1098
#, python-format
1072
1099
msgid "Cannot create volume_type with name %(name)s and specs %(extra_specs)s"
1073
1100
msgstr ""
1074
1101
 
1075
 
#: nova/exception.py:1033
 
1102
#: nova/exception.py:1055
1076
1103
#, python-format
1077
1104
msgid "Bad or unexpected response from the storage volume backend API: %(data)s"
1078
1105
msgstr ""
1079
1106
 
1080
 
#: nova/exception.py:1038
 
1107
#: nova/exception.py:1060
1081
1108
msgid "Unknown NFS exception"
1082
1109
msgstr ""
1083
1110
 
1084
 
#: nova/exception.py:1042
 
1111
#: nova/exception.py:1064
1085
1112
msgid "No mounted NFS shares found"
1086
1113
msgstr ""
1087
1114
 
1088
 
#: nova/exception.py:1046
 
1115
#: nova/exception.py:1068
1089
1116
#, python-format
1090
1117
msgid "There is no share which can host %(volume_size)sG"
1091
1118
msgstr ""
1092
1119
 
1093
 
#: nova/exception.py:1050
 
1120
#: nova/exception.py:1072
1094
1121
msgid "Unable to create instance type"
1095
1122
msgstr ""
1096
1123
 
1097
 
#: nova/exception.py:1054
 
1124
#: nova/exception.py:1076
1098
1125
#, python-format
1099
1126
msgid "Failed to set admin password on %(instance)s because %(reason)s"
1100
1127
msgstr ""
1101
1128
 
1102
 
#: nova/exception.py:1060
 
1129
#: nova/exception.py:1082
1103
1130
msgid "Bad response from SolidFire API"
1104
1131
msgstr ""
1105
1132
 
1106
 
#: nova/exception.py:1064
 
1133
#: nova/exception.py:1086
1107
1134
#, python-format
1108
1135
msgid "Error in SolidFire API response: data=%(data)s"
1109
1136
msgstr ""
1110
1137
 
1111
 
#: nova/exception.py:1068
 
1138
#: nova/exception.py:1090
1112
1139
#, python-format
1113
1140
msgid "Detected existing vlan with id %(vlan)d"
1114
1141
msgstr ""
1115
1142
 
1116
 
#: nova/exception.py:1072
 
1143
#: nova/exception.py:1094
1117
1144
#, python-format
1118
1145
msgid "Instance %(instance_id)s could not be found."
1119
1146
msgstr ""
1120
1147
 
1121
 
#: nova/exception.py:1076
 
1148
#: nova/exception.py:1098
1122
1149
#, python-format
1123
1150
msgid "Marker %(marker)s could not be found."
1124
1151
msgstr ""
1125
1152
 
1126
 
#: nova/exception.py:1080
 
1153
#: nova/exception.py:1102
1127
1154
#, python-format
1128
1155
msgid "Invalid id: %(val)s (expecting \"i-...\")."
1129
1156
msgstr ""
1130
1157
 
1131
 
#: nova/exception.py:1084
 
1158
#: nova/exception.py:1106
1132
1159
#, fuzzy, python-format
1133
1160
msgid "Could not fetch image %(image_id)s"
1134
1161
msgstr "без порядку для повідомлень: %s"
1135
1162
 
1136
 
#: nova/exception.py:1088
 
1163
#: nova/exception.py:1110
1137
1164
#, python-format
1138
1165
msgid "Task %(task_name)s is already running on host %(host)s"
1139
1166
msgstr ""
1140
1167
 
1141
 
#: nova/exception.py:1092
 
1168
#: nova/exception.py:1114
1142
1169
#, python-format
1143
1170
msgid "Task %(task_name)s is not running on host %(host)s"
1144
1171
msgstr ""
1145
1172
 
1146
 
#: nova/exception.py:1096
 
1173
#: nova/exception.py:1118
1147
1174
#, python-format
1148
1175
msgid "Instance %(instance_uuid)s is locked"
1149
1176
msgstr ""
1150
1177
 
1151
 
#: nova/exception.py:1100
 
1178
#: nova/exception.py:1122
1152
1179
#, python-format
1153
1180
msgid "Could not mount vfat config drive. %(operation)s failed. Error: %(error)s"
1154
1181
msgstr ""
1155
1182
 
1156
 
#: nova/exception.py:1105
 
1183
#: nova/exception.py:1127
1157
1184
#, python-format
1158
1185
msgid "Unknown config drive format %(format)s. Select one of iso9660 or vfat."
1159
1186
msgstr ""
1160
1187
 
1161
 
#: nova/exception.py:1110
 
1188
#: nova/exception.py:1132
1162
1189
#, python-format
1163
1190
msgid ""
1164
1191
"User data too large. User data must be no larger than %(maxsize)s bytes "
1165
1192
"once base64 encoded. Your data is %(length)d bytes"
1166
1193
msgstr ""
1167
1194
 
1168
 
#: nova/exception.py:1116
 
1195
#: nova/exception.py:1138
1169
1196
msgid "User data needs to be valid base 64."
1170
1197
msgstr ""
1171
1198
 
1172
 
#: nova/exception.py:1120
 
1199
#: nova/exception.py:1142
1173
1200
#, python-format
1174
1201
msgid ""
1175
1202
"unexpected task state: expecting %(expected)s but the actual state is "
1176
1203
"%(actual)s"
1177
1204
msgstr ""
1178
1205
 
1179
 
#: nova/exception.py:1125
 
1206
#: nova/exception.py:1147
1180
1207
#, python-format
1181
1208
msgid "The CA file for %(project)s could not be found"
1182
1209
msgstr ""
1183
1210
 
1184
 
#: nova/exception.py:1129
 
1211
#: nova/exception.py:1151
1185
1212
#, python-format
1186
1213
msgid "The CRL file for %(project)s could not be found"
1187
1214
msgstr ""
1303
1330
msgid "Creating Consumer connection for Service %s"
1304
1331
msgstr ""
1305
1332
 
1306
 
#: nova/service.py:502
 
1333
#: nova/service.py:503
1307
1334
msgid "Service killed that has no database entry"
1308
1335
msgstr ""
1309
1336
 
1310
 
#: nova/service.py:539
 
1337
#: nova/service.py:540
1311
1338
msgid "The service database object disappeared, Recreating it."
1312
1339
msgstr ""
1313
1340
 
1314
 
#: nova/service.py:554
 
1341
#: nova/service.py:555
1315
1342
msgid "Recovered model server connection!"
1316
1343
msgstr ""
1317
1344
 
1318
 
#: nova/service.py:560
 
1345
#: nova/service.py:561
1319
1346
msgid "model server went away"
1320
1347
msgstr ""
1321
1348
 
1322
 
#: nova/service.py:648
 
1349
#: nova/service.py:649
1323
1350
msgid "serve() can only be called once"
1324
1351
msgstr ""
1325
1352
 
1326
 
#: nova/utils.py:162
 
1353
#: nova/utils.py:160
1327
1354
#, python-format
1328
1355
msgid "Got unknown keyword args to utils.execute: %r"
1329
1356
msgstr ""
1330
1357
 
1331
 
#: nova/utils.py:168
1332
 
msgid ""
1333
 
"The root_helper option (which lets you specify a root wrapper different "
1334
 
"from nova-rootwrap, and defaults to using sudo) is now deprecated. You "
1335
 
"should use the rootwrap_config option instead."
1336
 
msgstr ""
1337
 
 
1338
 
#: nova/utils.py:183
 
1358
#: nova/utils.py:171
1339
1359
#, python-format
1340
1360
msgid "Running cmd (subprocess): %s"
1341
1361
msgstr ""
1342
1362
 
1343
 
#: nova/utils.py:199 nova/utils.py:277 nova/virt/powervm/common.py:82
 
1363
#: nova/utils.py:187 nova/utils.py:265 nova/virt/powervm/common.py:82
1344
1364
#, python-format
1345
1365
msgid "Result was %s"
1346
1366
msgstr ""
1347
1367
 
1348
 
#: nova/utils.py:212
 
1368
#: nova/utils.py:200
1349
1369
#, python-format
1350
1370
msgid "%r failed. Retrying."
1351
1371
msgstr ""
1352
1372
 
1353
 
#: nova/utils.py:252
 
1373
#: nova/utils.py:240
1354
1374
#, python-format
1355
1375
msgid "Running cmd (SSH): %s"
1356
1376
msgstr ""
1357
1377
 
1358
 
#: nova/utils.py:254
 
1378
#: nova/utils.py:242
1359
1379
msgid "Environment not supported over SSH"
1360
1380
msgstr ""
1361
1381
 
1362
 
#: nova/utils.py:258
 
1382
#: nova/utils.py:246
1363
1383
msgid "process_input not supported over SSH"
1364
1384
msgstr ""
1365
1385
 
1366
 
#: nova/utils.py:293
 
1386
#: nova/utils.py:281
1367
1387
#, python-format
1368
1388
msgid "debug in callback: %s"
1369
1389
msgstr ""
1370
1390
 
1371
 
#: nova/utils.py:452
 
1391
#: nova/utils.py:440
1372
1392
#, python-format
1373
1393
msgid "Link Local address is not found.:%s"
1374
1394
msgstr ""
1375
1395
 
1376
 
#: nova/utils.py:455
 
1396
#: nova/utils.py:443
1377
1397
#, python-format
1378
1398
msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s"
1379
1399
msgstr ""
1380
1400
 
1381
 
#: nova/utils.py:490
 
1401
#: nova/utils.py:478
1382
1402
#, python-format
1383
1403
msgid "Invalid backend: %s"
1384
1404
msgstr ""
1385
1405
 
1386
 
#: nova/utils.py:502
1387
 
#, python-format
1388
 
msgid "backend %s"
1389
 
msgstr ""
1390
 
 
1391
 
#: nova/utils.py:552
 
1406
#: nova/utils.py:539
1392
1407
msgid "in looping call"
1393
1408
msgstr ""
1394
1409
 
1395
 
#: nova/utils.py:636
1396
 
#, python-format
1397
 
msgid "Could not release the acquired lock `%s`"
1398
 
msgstr ""
1399
 
 
1400
 
#: nova/utils.py:719
1401
 
#, python-format
1402
 
msgid "Got semaphore \"%(lock)s\" for method \"%(method)s\"..."
1403
 
msgstr ""
1404
 
 
1405
 
#: nova/utils.py:723
1406
 
#, python-format
1407
 
msgid "Attempting to grab file lock \"%(lock)s\" for method \"%(method)s\"..."
1408
 
msgstr ""
1409
 
 
1410
 
#: nova/utils.py:749
1411
 
#, python-format
1412
 
msgid "Got file lock \"%(lock)s\" for method \"%(method)s\"..."
1413
 
msgstr ""
1414
 
 
1415
 
#: nova/utils.py:890
 
1410
#: nova/utils.py:700
1416
1411
#, python-format
1417
1412
msgid "Expected object of type: %s"
1418
1413
msgstr ""
1419
1414
 
1420
 
#: nova/utils.py:919
 
1415
#: nova/utils.py:729
1421
1416
#, python-format
1422
1417
msgid "Invalid server_string: %s"
1423
1418
msgstr ""
1424
1419
 
1425
 
#: nova/utils.py:1059
 
1420
#: nova/utils.py:869
1426
1421
#, python-format
1427
1422
msgid "timefunc: '%(name)s' took %(total_time).2f secs"
1428
1423
msgstr ""
1429
1424
 
1430
 
#: nova/utils.py:1137
 
1425
#: nova/utils.py:947
1431
1426
#, python-format
1432
1427
msgid "Reloading cached file %s"
1433
1428
msgstr ""
1434
1429
 
1435
 
#: nova/utils.py:1255 nova/virt/configdrive.py:145
 
1430
#: nova/utils.py:1065 nova/virt/configdrive.py:151
1436
1431
#, python-format
1437
1432
msgid "Could not remove tmpdir: %s"
1438
1433
msgstr ""
1439
1434
 
1440
 
#: nova/wsgi.py:74
 
1435
#: nova/wsgi.py:85
1441
1436
#, python-format
1442
1437
msgid "%(name)s listening on %(host)s:%(port)s"
1443
1438
msgstr ""
1444
1439
 
1445
 
#: nova/wsgi.py:97
 
1440
#: nova/wsgi.py:109
1446
1441
msgid "Stopping WSGI server."
1447
1442
msgstr ""
1448
1443
 
1449
 
#: nova/wsgi.py:115
 
1444
#: nova/wsgi.py:127
1450
1445
msgid "WSGI server has stopped."
1451
1446
msgstr ""
1452
1447
 
1453
 
#: nova/wsgi.py:184
 
1448
#: nova/wsgi.py:196
1454
1449
msgid "You must implement __call__"
1455
1450
msgstr ""
1456
1451
 
1457
 
#: nova/wsgi.py:370
 
1452
#: nova/wsgi.py:382
1458
1453
#, python-format
1459
1454
msgid "Loading app %(name)s from %(path)s"
1460
1455
msgstr ""
1603
1598
msgid "Unsupported API request: controller = %(controller)s, action = %(action)s"
1604
1599
msgstr ""
1605
1600
 
1606
 
#: nova/api/ec2/cloud.py:336
 
1601
#: nova/api/ec2/cloud.py:337
1607
1602
#, python-format
1608
1603
msgid "Create snapshot of volume %s"
1609
1604
msgstr ""
1610
1605
 
1611
 
#: nova/api/ec2/cloud.py:362
 
1606
#: nova/api/ec2/cloud.py:363
1612
1607
#, python-format
1613
1608
msgid "Could not find key pair(s): %s"
1614
1609
msgstr ""
1615
1610
 
1616
 
#: nova/api/ec2/cloud.py:378
 
1611
#: nova/api/ec2/cloud.py:379
1617
1612
#, python-format
1618
1613
msgid "Create key pair %s"
1619
1614
msgstr ""
1620
1615
 
1621
 
#: nova/api/ec2/cloud.py:385 nova/api/ec2/cloud.py:410
 
1616
#: nova/api/ec2/cloud.py:386 nova/api/ec2/cloud.py:411
1622
1617
#: nova/api/openstack/compute/contrib/keypairs.py:93
1623
1618
msgid "Quota exceeded, too many key pairs."
1624
1619
msgstr ""
1625
1620
 
1626
 
#: nova/api/ec2/cloud.py:391 nova/api/ec2/cloud.py:416
 
1621
#: nova/api/ec2/cloud.py:392 nova/api/ec2/cloud.py:417
1627
1622
#: nova/api/openstack/compute/contrib/keypairs.py:101
1628
1623
#, python-format
1629
1624
msgid "Key pair '%s' already exists."
1630
1625
msgstr ""
1631
1626
 
1632
 
#: nova/api/ec2/cloud.py:400
 
1627
#: nova/api/ec2/cloud.py:401
1633
1628
#, python-format
1634
1629
msgid "Import key %s"
1635
1630
msgstr ""
1636
1631
 
1637
 
#: nova/api/ec2/cloud.py:423
 
1632
#: nova/api/ec2/cloud.py:424
1638
1633
#, python-format
1639
1634
msgid "Delete key pair %s"
1640
1635
msgstr ""
1641
1636
 
1642
 
#: nova/api/ec2/cloud.py:557 nova/api/ec2/cloud.py:669
 
1637
#: nova/api/ec2/cloud.py:558 nova/api/ec2/cloud.py:679
1643
1638
msgid "Not enough parameters, need group_name or group_id"
1644
1639
msgstr ""
1645
1640
 
1646
 
#: nova/api/ec2/cloud.py:562
 
1641
#: nova/api/ec2/cloud.py:563
1647
1642
#, python-format
1648
1643
msgid "%s Not enough parameters to build a valid rule"
1649
1644
msgstr ""
1650
1645
 
1651
 
#: nova/api/ec2/cloud.py:592 nova/api/ec2/cloud.py:623
 
1646
#: nova/api/ec2/cloud.py:601 nova/api/ec2/cloud.py:633
1652
1647
msgid "No rule for the specified parameters."
1653
1648
msgstr ""
1654
1649
 
1655
 
#: nova/api/ec2/cloud.py:614
 
1650
#: nova/api/ec2/cloud.py:624
1656
1651
#, fuzzy, python-format
1657
1652
msgid "%s - This rule already exists in group"
1658
1653
msgstr "Це правило вже існує в групі %s"
1659
1654
 
1660
 
#: nova/api/ec2/cloud.py:680
 
1655
#: nova/api/ec2/cloud.py:690
1661
1656
#, python-format
1662
1657
msgid "Get console output for instance %s"
1663
1658
msgstr ""
1664
1659
 
1665
 
#: nova/api/ec2/cloud.py:756
 
1660
#: nova/api/ec2/cloud.py:766
1666
1661
#, python-format
1667
1662
msgid "Create volume from snapshot %s"
1668
1663
msgstr ""
1669
1664
 
1670
 
#: nova/api/ec2/cloud.py:760 nova/api/openstack/compute/contrib/volumes.py:250
1671
 
#: nova/api/openstack/volume/volumes.py:305
 
1665
#: nova/api/ec2/cloud.py:770 nova/api/openstack/compute/contrib/volumes.py:250
 
1666
#: nova/api/openstack/volume/volumes.py:310
1672
1667
#, python-format
1673
1668
msgid "Create volume of %s GB"
1674
1669
msgstr "Створити розділ на %s ГБ"
1675
1670
 
1676
 
#: nova/api/ec2/cloud.py:788
 
1671
#: nova/api/ec2/cloud.py:798
1677
1672
msgid "Delete Failed"
1678
1673
msgstr ""
1679
1674
 
1680
 
#: nova/api/ec2/cloud.py:801
 
1675
#: nova/api/ec2/cloud.py:811
1681
1676
#, python-format
1682
1677
msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s"
1683
1678
msgstr ""
1684
1679
 
1685
 
#: nova/api/ec2/cloud.py:809
 
1680
#: nova/api/ec2/cloud.py:819
1686
1681
msgid "Attach Failed."
1687
1682
msgstr ""
1688
1683
 
1689
 
#: nova/api/ec2/cloud.py:822 nova/api/openstack/compute/contrib/volumes.py:429
 
1684
#: nova/api/ec2/cloud.py:832 nova/api/openstack/compute/contrib/volumes.py:429
1690
1685
#, python-format
1691
1686
msgid "Detach volume %s"
1692
1687
msgstr "Від'єднати том %s"
1693
1688
 
1694
 
#: nova/api/ec2/cloud.py:828
 
1689
#: nova/api/ec2/cloud.py:838
1695
1690
#, fuzzy
1696
1691
msgid "Detach Volume Failed."
1697
1692
msgstr "Від'єднати том %s"
1698
1693
 
1699
 
#: nova/api/ec2/cloud.py:854 nova/api/ec2/cloud.py:911
1700
 
#: nova/api/ec2/cloud.py:1445 nova/api/ec2/cloud.py:1460
 
1694
#: nova/api/ec2/cloud.py:864 nova/api/ec2/cloud.py:921
 
1695
#: nova/api/ec2/cloud.py:1458 nova/api/ec2/cloud.py:1473
1701
1696
#, python-format
1702
1697
msgid "attribute not supported: %s"
1703
1698
msgstr ""
1704
1699
 
1705
 
#: nova/api/ec2/cloud.py:977
 
1700
#: nova/api/ec2/cloud.py:987
1706
1701
#, python-format
1707
1702
msgid "vol = %s\n"
1708
1703
msgstr ""
1709
1704
 
1710
 
#: nova/api/ec2/cloud.py:1128
 
1705
#: nova/api/ec2/cloud.py:1138
1711
1706
msgid "Allocate address"
1712
1707
msgstr ""
1713
1708
 
1714
 
#: nova/api/ec2/cloud.py:1132
 
1709
#: nova/api/ec2/cloud.py:1142
1715
1710
msgid "No more floating IPs available"
1716
1711
msgstr ""
1717
1712
 
1718
 
#: nova/api/ec2/cloud.py:1136
 
1713
#: nova/api/ec2/cloud.py:1146
1719
1714
#, python-format
1720
1715
msgid "Release address %s"
1721
1716
msgstr ""
1722
1717
 
1723
 
#: nova/api/ec2/cloud.py:1141
 
1718
#: nova/api/ec2/cloud.py:1151
1724
1719
msgid "Unable to release IP Address."
1725
1720
msgstr ""
1726
1721
 
1727
 
#: nova/api/ec2/cloud.py:1144
 
1722
#: nova/api/ec2/cloud.py:1154
1728
1723
#, python-format
1729
1724
msgid "Associate address %(public_ip)s to instance %(instance_id)s"
1730
1725
msgstr ""
1731
1726
 
1732
 
#: nova/api/ec2/cloud.py:1152
 
1727
#: nova/api/ec2/cloud.py:1162
1733
1728
msgid "Unable to associate IP Address, no fixed_ips."
1734
1729
msgstr ""
1735
1730
 
1736
 
#: nova/api/ec2/cloud.py:1160
1737
 
#: nova/api/openstack/compute/contrib/floating_ips.py:244
 
1731
#: nova/api/ec2/cloud.py:1170
 
1732
#: nova/api/openstack/compute/contrib/floating_ips.py:257
1738
1733
#, python-format
1739
1734
msgid "multiple fixed_ips exist, using the first: %s"
1740
1735
msgstr ""
1741
1736
 
1742
 
#: nova/api/ec2/cloud.py:1169
 
1737
#: nova/api/ec2/cloud.py:1179
1743
1738
msgid "Floating ip is already associated."
1744
1739
msgstr ""
1745
1740
 
1746
 
#: nova/api/ec2/cloud.py:1172
 
1741
#: nova/api/ec2/cloud.py:1182
1747
1742
msgid "l3driver call to add floating ip failed."
1748
1743
msgstr ""
1749
1744
 
1750
 
#: nova/api/ec2/cloud.py:1175
 
1745
#: nova/api/ec2/cloud.py:1185
1751
1746
msgid "Error, unable to associate floating ip."
1752
1747
msgstr ""
1753
1748
 
1754
 
#: nova/api/ec2/cloud.py:1183
 
1749
#: nova/api/ec2/cloud.py:1193
1755
1750
#, python-format
1756
1751
msgid "Disassociate address %s"
1757
1752
msgstr ""
1758
1753
 
1759
 
#: nova/api/ec2/cloud.py:1188
 
1754
#: nova/api/ec2/cloud.py:1198
1760
1755
msgid "Floating ip is not associated."
1761
1756
msgstr ""
1762
1757
 
1763
 
#: nova/api/ec2/cloud.py:1215
 
1758
#: nova/api/ec2/cloud.py:1201
 
1759
#: nova/api/openstack/compute/contrib/floating_ips.py:100
 
1760
msgid "Cannot disassociate auto assigned floating ip"
 
1761
msgstr ""
 
1762
 
 
1763
#: nova/api/ec2/cloud.py:1228
1764
1764
msgid "Image must be available"
1765
1765
msgstr ""
1766
1766
 
1767
 
#: nova/api/ec2/cloud.py:1247
 
1767
#: nova/api/ec2/cloud.py:1260
1768
1768
msgid "Going to start terminating instances"
1769
1769
msgstr ""
1770
1770
 
1771
 
#: nova/api/ec2/cloud.py:1257
 
1771
#: nova/api/ec2/cloud.py:1270
1772
1772
#, python-format
1773
1773
msgid "Reboot instance %r"
1774
1774
msgstr ""
1775
1775
 
1776
 
#: nova/api/ec2/cloud.py:1266
 
1776
#: nova/api/ec2/cloud.py:1279
1777
1777
msgid "Going to stop instances"
1778
1778
msgstr ""
1779
1779
 
1780
 
#: nova/api/ec2/cloud.py:1275
 
1780
#: nova/api/ec2/cloud.py:1288
1781
1781
msgid "Going to start instances"
1782
1782
msgstr ""
1783
1783
 
1784
 
#: nova/api/ec2/cloud.py:1366
 
1784
#: nova/api/ec2/cloud.py:1379
1785
1785
#, python-format
1786
1786
msgid "De-registering image %s"
1787
1787
msgstr ""
1788
1788
 
1789
 
#: nova/api/ec2/cloud.py:1382
 
1789
#: nova/api/ec2/cloud.py:1395
1790
1790
msgid "imageLocation is required"
1791
1791
msgstr ""
1792
1792
 
1793
 
#: nova/api/ec2/cloud.py:1401
 
1793
#: nova/api/ec2/cloud.py:1414
1794
1794
#, python-format
1795
1795
msgid "Registered image %(image_location)s with id %(image_id)s"
1796
1796
msgstr ""
1797
1797
 
1798
 
#: nova/api/ec2/cloud.py:1463
 
1798
#: nova/api/ec2/cloud.py:1476
1799
1799
msgid "user or group not specified"
1800
1800
msgstr ""
1801
1801
 
1802
 
#: nova/api/ec2/cloud.py:1465
 
1802
#: nova/api/ec2/cloud.py:1478
1803
1803
msgid "only group \"all\" is supported"
1804
1804
msgstr "лише група \"всі\" підтримується"
1805
1805
 
1806
 
#: nova/api/ec2/cloud.py:1467
 
1806
#: nova/api/ec2/cloud.py:1480
1807
1807
msgid "operation_type must be add or remove"
1808
1808
msgstr ""
1809
1809
 
1810
 
#: nova/api/ec2/cloud.py:1469
 
1810
#: nova/api/ec2/cloud.py:1482
1811
1811
#, python-format
1812
1812
msgid "Updating image %s publicity"
1813
1813
msgstr ""
1814
1814
 
1815
 
#: nova/api/ec2/cloud.py:1482
 
1815
#: nova/api/ec2/cloud.py:1495
1816
1816
#, python-format
1817
1817
msgid "Not allowed to modify attributes for image %s"
1818
1818
msgstr ""
1819
1819
 
1820
 
#: nova/api/ec2/cloud.py:1511
 
1820
#: nova/api/ec2/cloud.py:1524
1821
1821
#, python-format
1822
1822
msgid ""
1823
1823
"Invalid value '%(ec2_instance_id)s' for instanceId. Instance does not "
1824
1824
"have a volume attached at root (%(root)s)"
1825
1825
msgstr ""
1826
1826
 
1827
 
#: nova/api/ec2/cloud.py:1541
 
1827
#: nova/api/ec2/cloud.py:1554
1828
1828
#, python-format
1829
1829
msgid "Couldn't stop instance with in %d sec"
1830
1830
msgstr ""
1831
1831
 
1832
 
#: nova/api/ec2/cloud.py:1559
 
1832
#: nova/api/ec2/cloud.py:1572
1833
1833
#, python-format
1834
1834
msgid "image of %(instance)s at %(now)s"
1835
1835
msgstr ""
1836
1836
 
1837
 
#: nova/api/ec2/cloud.py:1592
 
1837
#: nova/api/ec2/cloud.py:1605
1838
1838
msgid "Invalid CIDR"
1839
1839
msgstr ""
1840
1840
 
1848
1848
msgid "Caught error: %s"
1849
1849
msgstr ""
1850
1850
 
1851
 
#: nova/api/openstack/__init__.py:60 nova/api/openstack/wsgi.py:968
 
1851
#: nova/api/openstack/__init__.py:60 nova/api/openstack/wsgi.py:986
1852
1852
#, python-format
1853
1853
msgid "%(url)s returned with HTTP %(status)d"
1854
1854
msgstr ""
1862
1862
msgid "Extended resource: %s"
1863
1863
msgstr ""
1864
1864
 
1865
 
#: nova/api/openstack/__init__.py:168
 
1865
#: nova/api/openstack/__init__.py:171
1866
1866
#, python-format
1867
1867
msgid ""
1868
1868
"Extension %(ext_name)s: Cannot extend resource %(collection)s: No such "
1869
1869
"resource"
1870
1870
msgstr ""
1871
1871
 
1872
 
#: nova/api/openstack/__init__.py:173
 
1872
#: nova/api/openstack/__init__.py:176
1873
1873
#, python-format
1874
1874
msgid "Extension %(ext_name)s extending resource: %(collection)s"
1875
1875
msgstr ""
1897
1897
msgid "offset param must be positive"
1898
1898
msgstr ""
1899
1899
 
1900
 
#: nova/api/openstack/common.py:215 nova/api/openstack/compute/servers.py:538
 
1900
#: nova/api/openstack/common.py:215 nova/api/openstack/compute/servers.py:536
1901
1901
#, python-format
1902
1902
msgid "marker [%s] not found"
1903
1903
msgstr ""
2001
2001
msgid "Failed to load extension %(ext_name)s: %(exc)s"
2002
2002
msgstr ""
2003
2003
 
2004
 
#: nova/api/openstack/wsgi.py:199 nova/api/openstack/wsgi.py:610
 
2004
#: nova/api/openstack/wsgi.py:199 nova/api/openstack/wsgi.py:619
2005
2005
msgid "cannot understand JSON"
2006
2006
msgstr ""
2007
2007
 
2010
2010
msgid "cannot understand XML"
2011
2011
msgstr ""
2012
2012
 
2013
 
#: nova/api/openstack/wsgi.py:615
 
2013
#: nova/api/openstack/wsgi.py:624
2014
2014
msgid "too many body keys"
2015
2015
msgstr ""
2016
2016
 
2017
 
#: nova/api/openstack/wsgi.py:658
 
2017
#: nova/api/openstack/wsgi.py:667
2018
2018
#, python-format
2019
2019
msgid "Exception handling resource: %s"
2020
2020
msgstr ""
2021
2021
 
2022
 
#: nova/api/openstack/wsgi.py:662
 
2022
#: nova/api/openstack/wsgi.py:671
2023
2023
#, python-format
2024
2024
msgid "Fault thrown: %s"
2025
2025
msgstr ""
2026
2026
 
2027
 
#: nova/api/openstack/wsgi.py:665
 
2027
#: nova/api/openstack/wsgi.py:674
2028
2028
#, python-format
2029
2029
msgid "HTTP exception thrown: %s"
2030
2030
msgstr ""
2031
2031
 
2032
 
#: nova/api/openstack/wsgi.py:779
 
2032
#: nova/api/openstack/wsgi.py:788
2033
2033
msgid "Unrecognized Content-Type provided in request"
2034
2034
msgstr ""
2035
2035
 
2036
 
#: nova/api/openstack/wsgi.py:783
 
2036
#: nova/api/openstack/wsgi.py:792
2037
2037
msgid "No Content-Type provided in request"
2038
2038
msgstr ""
2039
2039
 
2040
 
#: nova/api/openstack/wsgi.py:787
 
2040
#: nova/api/openstack/wsgi.py:796
2041
2041
msgid "Empty body provided in request"
2042
2042
msgstr ""
2043
2043
 
2044
 
#: nova/api/openstack/wsgi.py:898
 
2044
#: nova/api/openstack/wsgi.py:897
 
2045
msgid "Invalid XML in request body"
 
2046
msgstr ""
 
2047
 
 
2048
#: nova/api/openstack/wsgi.py:916
2045
2049
#, python-format
2046
2050
msgid "There is no such action: %s"
2047
2051
msgstr ""
2048
2052
 
2049
 
#: nova/api/openstack/wsgi.py:901 nova/api/openstack/wsgi.py:914
 
2053
#: nova/api/openstack/wsgi.py:919 nova/api/openstack/wsgi.py:932
2050
2054
#: nova/api/openstack/compute/server_metadata.py:58
2051
2055
#: nova/api/openstack/compute/server_metadata.py:76
2052
2056
#: nova/api/openstack/compute/server_metadata.py:101
2055
2059
msgid "Malformed request body"
2056
2060
msgstr ""
2057
2061
 
2058
 
#: nova/api/openstack/wsgi.py:911
 
2062
#: nova/api/openstack/wsgi.py:929
2059
2063
msgid "Unsupported Content-Type"
2060
2064
msgstr ""
2061
2065
 
2062
 
#: nova/api/openstack/wsgi.py:923
 
2066
#: nova/api/openstack/wsgi.py:941
2063
2067
msgid "Malformed request url"
2064
2068
msgstr ""
2065
2069
 
2066
 
#: nova/api/openstack/wsgi.py:971
 
2070
#: nova/api/openstack/wsgi.py:989
2067
2071
#, python-format
2068
2072
msgid "%(url)s returned a fault: %(e)s"
2069
2073
msgstr ""
2156
2160
 
2157
2161
#: nova/api/openstack/compute/server_metadata.py:38
2158
2162
#: nova/api/openstack/compute/server_metadata.py:122
2159
 
#: nova/api/openstack/compute/server_metadata.py:163
 
2163
#: nova/api/openstack/compute/server_metadata.py:166
2160
2164
msgid "Server does not exist"
2161
2165
msgstr ""
2162
2166
 
2163
 
#: nova/api/openstack/compute/server_metadata.py:145
2164
 
#: nova/api/openstack/compute/server_metadata.py:156
 
2167
#: nova/api/openstack/compute/server_metadata.py:148
 
2168
#: nova/api/openstack/compute/server_metadata.py:159
2165
2169
msgid "Metadata item was not found"
2166
2170
msgstr ""
2167
2171
 
2168
 
#: nova/api/openstack/compute/servers.py:446
2169
 
#: nova/api/openstack/compute/servers.py:458
2170
 
#: nova/api/openstack/compute/servers.py:554
2171
 
#: nova/api/openstack/compute/servers.py:710
2172
 
#: nova/api/openstack/compute/servers.py:959
2173
 
#: nova/api/openstack/compute/servers.py:1062
2174
 
#: nova/api/openstack/compute/servers.py:1212
 
2172
#: nova/api/openstack/compute/servers.py:445
 
2173
#: nova/api/openstack/compute/servers.py:457
 
2174
#: nova/api/openstack/compute/servers.py:552
 
2175
#: nova/api/openstack/compute/servers.py:720
 
2176
#: nova/api/openstack/compute/servers.py:981
 
2177
#: nova/api/openstack/compute/servers.py:1084
 
2178
#: nova/api/openstack/compute/servers.py:1234
2175
2179
msgid "Instance could not be found"
2176
2180
msgstr ""
2177
2181
 
2178
 
#: nova/api/openstack/compute/servers.py:490
2179
 
#, python-format
2180
 
msgid "Invalid server status: %(status)s"
2181
 
msgstr ""
2182
 
 
2183
 
#: nova/api/openstack/compute/servers.py:498
 
2182
#: nova/api/openstack/compute/servers.py:496
2184
2183
msgid "Invalid changes-since value"
2185
2184
msgstr ""
2186
2185
 
2187
 
#: nova/api/openstack/compute/servers.py:517
 
2186
#: nova/api/openstack/compute/servers.py:515
2188
2187
msgid "Only administrators may list deleted instances"
2189
2188
msgstr ""
2190
2189
 
2191
 
#: nova/api/openstack/compute/servers.py:561
 
2190
#: nova/api/openstack/compute/servers.py:559
2192
2191
msgid "Server name is not a string or unicode"
2193
2192
msgstr ""
2194
2193
 
2195
 
#: nova/api/openstack/compute/servers.py:565
 
2194
#: nova/api/openstack/compute/servers.py:563
2196
2195
msgid "Server name is an empty string"
2197
2196
msgstr ""
2198
2197
 
2199
 
#: nova/api/openstack/compute/servers.py:569
 
2198
#: nova/api/openstack/compute/servers.py:567
2200
2199
msgid "Server name must be less than 256 characters."
2201
2200
msgstr ""
2202
2201
 
2203
 
#: nova/api/openstack/compute/servers.py:586
 
2202
#: nova/api/openstack/compute/servers.py:584
2204
2203
#, python-format
2205
2204
msgid "Bad personality format: missing %s"
2206
2205
msgstr ""
2207
2206
 
2208
 
#: nova/api/openstack/compute/servers.py:589
 
2207
#: nova/api/openstack/compute/servers.py:587
2209
2208
msgid "Bad personality format"
2210
2209
msgstr ""
2211
2210
 
2212
 
#: nova/api/openstack/compute/servers.py:593
 
2211
#: nova/api/openstack/compute/servers.py:591
2213
2212
#, python-format
2214
2213
msgid "Personality content for %s cannot be decoded"
2215
2214
msgstr ""
2216
2215
 
2217
 
#: nova/api/openstack/compute/servers.py:612
 
2216
#: nova/api/openstack/compute/servers.py:622
2218
2217
msgid "Unknown argment : port"
2219
2218
msgstr ""
2220
2219
 
2221
 
#: nova/api/openstack/compute/servers.py:615
 
2220
#: nova/api/openstack/compute/servers.py:625
2222
2221
#, python-format
2223
2222
msgid "Bad port format: port uuid is not in proper format (%s)"
2224
2223
msgstr ""
2225
2224
 
2226
 
#: nova/api/openstack/compute/servers.py:625
 
2225
#: nova/api/openstack/compute/servers.py:635
2227
2226
#, python-format
2228
2227
msgid "Bad networks format: network uuid is not in proper format (%s)"
2229
2228
msgstr ""
2230
2229
 
2231
 
#: nova/api/openstack/compute/servers.py:635
 
2230
#: nova/api/openstack/compute/servers.py:645
2232
2231
#, python-format
2233
2232
msgid "Invalid fixed IP address (%s)"
2234
2233
msgstr ""
2235
2234
 
2236
 
#: nova/api/openstack/compute/servers.py:648
 
2235
#: nova/api/openstack/compute/servers.py:658
2237
2236
#, python-format
2238
2237
msgid "Duplicate networks (%s) are not allowed"
2239
2238
msgstr ""
2240
2239
 
2241
 
#: nova/api/openstack/compute/servers.py:654
 
2240
#: nova/api/openstack/compute/servers.py:664
2242
2241
#, python-format
2243
2242
msgid "Bad network format: missing %s"
2244
2243
msgstr ""
2245
2244
 
2246
 
#: nova/api/openstack/compute/servers.py:657
 
2245
#: nova/api/openstack/compute/servers.py:667
2247
2246
msgid "Bad networks format"
2248
2247
msgstr ""
2249
2248
 
2250
 
#: nova/api/openstack/compute/servers.py:683
 
2249
#: nova/api/openstack/compute/servers.py:693
2251
2250
msgid "Userdata content cannot be decoded"
2252
2251
msgstr ""
2253
2252
 
2254
 
#: nova/api/openstack/compute/servers.py:690
 
2253
#: nova/api/openstack/compute/servers.py:700
2255
2254
msgid "accessIPv4 is not proper IPv4 format"
2256
2255
msgstr ""
2257
2256
 
2258
 
#: nova/api/openstack/compute/servers.py:697
 
2257
#: nova/api/openstack/compute/servers.py:707
2259
2258
msgid "accessIPv6 is not proper IPv6 format"
2260
2259
msgstr ""
2261
2260
 
2262
 
#: nova/api/openstack/compute/servers.py:726
 
2261
#: nova/api/openstack/compute/servers.py:736
2263
2262
msgid "Server name is not defined"
2264
2263
msgstr ""
2265
2264
 
2266
 
#: nova/api/openstack/compute/servers.py:775
2267
 
#: nova/api/openstack/compute/servers.py:875
 
2265
#: nova/api/openstack/compute/servers.py:785
 
2266
#: nova/api/openstack/compute/servers.py:891
2268
2267
msgid "Invalid flavorRef provided."
2269
2268
msgstr ""
2270
2269
 
2271
 
#: nova/api/openstack/compute/servers.py:811
 
2270
#: nova/api/openstack/compute/servers.py:825
2272
2271
msgid "min_count must be an integer value"
2273
2272
msgstr ""
2274
2273
 
2275
 
#: nova/api/openstack/compute/servers.py:814
 
2274
#: nova/api/openstack/compute/servers.py:828
2276
2275
msgid "min_count must be > 0"
2277
2276
msgstr ""
2278
2277
 
2279
 
#: nova/api/openstack/compute/servers.py:819
 
2278
#: nova/api/openstack/compute/servers.py:833
2280
2279
msgid "max_count must be an integer value"
2281
2280
msgstr ""
2282
2281
 
2283
 
#: nova/api/openstack/compute/servers.py:822
 
2282
#: nova/api/openstack/compute/servers.py:836
2284
2283
msgid "max_count must be > 0"
2285
2284
msgstr ""
2286
2285
 
2287
 
#: nova/api/openstack/compute/servers.py:825
 
2286
#: nova/api/openstack/compute/servers.py:839
2288
2287
msgid "min_count must be <= max_count"
2289
2288
msgstr ""
2290
2289
 
2291
 
#: nova/api/openstack/compute/servers.py:872
 
2290
#: nova/api/openstack/compute/servers.py:888
2292
2291
msgid "Can not find requested image"
2293
2292
msgstr ""
2294
2293
 
2295
 
#: nova/api/openstack/compute/servers.py:878
 
2294
#: nova/api/openstack/compute/servers.py:894
2296
2295
msgid "Invalid key_name provided."
2297
2296
msgstr ""
2298
2297
 
2299
 
#: nova/api/openstack/compute/servers.py:951
 
2298
#: nova/api/openstack/compute/servers.py:973
2300
2299
msgid "HostId cannot be updated."
2301
2300
msgstr ""
2302
2301
 
2303
 
#: nova/api/openstack/compute/servers.py:977
2304
 
#: nova/api/openstack/compute/servers.py:997
 
2302
#: nova/api/openstack/compute/servers.py:999
 
2303
#: nova/api/openstack/compute/servers.py:1019
2305
2304
msgid "Instance has not been resized."
2306
2305
msgstr ""
2307
2306
 
2308
 
#: nova/api/openstack/compute/servers.py:983
 
2307
#: nova/api/openstack/compute/servers.py:1005
2309
2308
#, python-format
2310
2309
msgid "Error in confirm-resize %s"
2311
2310
msgstr ""
2312
2311
 
2313
 
#: nova/api/openstack/compute/servers.py:1003
 
2312
#: nova/api/openstack/compute/servers.py:1025
2314
2313
#, python-format
2315
2314
msgid "Error in revert-resize %s"
2316
2315
msgstr ""
2317
2316
 
2318
 
#: nova/api/openstack/compute/servers.py:1016
 
2317
#: nova/api/openstack/compute/servers.py:1038
2319
2318
msgid "Argument 'type' for reboot is not HARD or SOFT"
2320
2319
msgstr ""
2321
2320
 
2322
 
#: nova/api/openstack/compute/servers.py:1020
 
2321
#: nova/api/openstack/compute/servers.py:1042
2323
2322
msgid "Missing argument 'type' for reboot"
2324
2323
msgstr ""
2325
2324
 
2326
 
#: nova/api/openstack/compute/servers.py:1033
 
2325
#: nova/api/openstack/compute/servers.py:1055
2327
2326
#, python-format
2328
2327
msgid "Error in reboot %s"
2329
2328
msgstr ""
2330
2329
 
2331
 
#: nova/api/openstack/compute/servers.py:1045
 
2330
#: nova/api/openstack/compute/servers.py:1067
2332
2331
msgid "Unable to locate requested flavor."
2333
2332
msgstr ""
2334
2333
 
2335
 
#: nova/api/openstack/compute/servers.py:1048
 
2334
#: nova/api/openstack/compute/servers.py:1070
2336
2335
msgid "Resize requires a flavor change."
2337
2336
msgstr ""
2338
2337
 
2339
 
#: nova/api/openstack/compute/servers.py:1072
 
2338
#: nova/api/openstack/compute/servers.py:1094
2340
2339
msgid "Missing imageRef attribute"
2341
2340
msgstr ""
2342
2341
 
2343
 
#: nova/api/openstack/compute/servers.py:1081
 
2342
#: nova/api/openstack/compute/servers.py:1103
2344
2343
#: nova/api/openstack/volume/volumes.py:263
2345
2344
#: nova/api/openstack/volume/volumes.py:267
2346
2345
msgid "Invalid imageRef provided."
2347
2346
msgstr ""
2348
2347
 
2349
 
#: nova/api/openstack/compute/servers.py:1090
 
2348
#: nova/api/openstack/compute/servers.py:1112
2350
2349
msgid "Missing flavorRef attribute"
2351
2350
msgstr ""
2352
2351
 
2353
 
#: nova/api/openstack/compute/servers.py:1103
 
2352
#: nova/api/openstack/compute/servers.py:1125
2354
2353
msgid "No adminPass was specified"
2355
2354
msgstr ""
2356
2355
 
2357
 
#: nova/api/openstack/compute/servers.py:1107
2358
 
#: nova/api/openstack/compute/servers.py:1307
 
2356
#: nova/api/openstack/compute/servers.py:1129
 
2357
#: nova/api/openstack/compute/servers.py:1331
2359
2358
msgid "Invalid adminPass"
2360
2359
msgstr ""
2361
2360
 
2362
 
#: nova/api/openstack/compute/servers.py:1118
 
2361
#: nova/api/openstack/compute/servers.py:1140
2363
2362
msgid "Unable to parse metadata key/value pairs."
2364
2363
msgstr ""
2365
2364
 
2366
 
#: nova/api/openstack/compute/servers.py:1131
 
2365
#: nova/api/openstack/compute/servers.py:1153
2367
2366
msgid "Resize request has invalid 'flavorRef' attribute."
2368
2367
msgstr ""
2369
2368
 
2370
 
#: nova/api/openstack/compute/servers.py:1134
 
2369
#: nova/api/openstack/compute/servers.py:1156
2371
2370
msgid "Resize requests require 'flavorRef' attribute."
2372
2371
msgstr ""
2373
2372
 
2374
 
#: nova/api/openstack/compute/servers.py:1152
 
2373
#: nova/api/openstack/compute/servers.py:1174
2375
2374
#: nova/api/openstack/compute/contrib/aggregates.py:142
2376
2375
#: nova/api/openstack/compute/contrib/keypairs.py:78
2377
2376
#: nova/api/openstack/compute/contrib/networks.py:75
2379
2378
msgid "Invalid request body"
2380
2379
msgstr ""
2381
2380
 
2382
 
#: nova/api/openstack/compute/servers.py:1157
 
2381
#: nova/api/openstack/compute/servers.py:1179
2383
2382
msgid "Could not parse imageRef from request."
2384
2383
msgstr ""
2385
2384
 
2386
 
#: nova/api/openstack/compute/servers.py:1217
 
2385
#: nova/api/openstack/compute/servers.py:1241
2387
2386
msgid "Cannot find image for rebuild"
2388
2387
msgstr ""
2389
2388
 
2390
 
#: nova/api/openstack/compute/servers.py:1250
 
2389
#: nova/api/openstack/compute/servers.py:1274
2391
2390
msgid "createImage entity requires name attribute"
2392
2391
msgstr ""
2393
2392
 
2394
 
#: nova/api/openstack/compute/servers.py:1334
 
2393
#: nova/api/openstack/compute/servers.py:1358
2395
2394
#, python-format
2396
2395
msgid "Removing options '%(unk_opt_str)s' from query"
2397
2396
msgstr ""
2537
2536
msgid "Only root certificate can be retrieved."
2538
2537
msgstr ""
2539
2538
 
2540
 
#: nova/api/openstack/compute/contrib/cloudpipe.py:142
 
2539
#: nova/api/openstack/compute/contrib/cloudpipe.py:149
2541
2540
msgid ""
2542
2541
"Unable to claim IP for VPN instances, ensure it isn't running, and try "
2543
2542
"again in a few minutes"
2582
2581
msgid "Floating ip is not associated"
2583
2582
msgstr ""
2584
2583
 
2585
 
#: nova/api/openstack/compute/contrib/floating_ips.py:175
 
2584
#: nova/api/openstack/compute/contrib/floating_ips.py:151
 
2585
#: nova/api/openstack/compute/contrib/floating_ips.py:199
 
2586
#, python-format
 
2587
msgid "Floating ip not found for id %s"
 
2588
msgstr ""
 
2589
 
 
2590
#: nova/api/openstack/compute/contrib/floating_ips.py:184
2586
2591
#, python-format
2587
2592
msgid "No more floating ips in pool %s."
2588
2593
msgstr ""
2589
2594
 
2590
 
#: nova/api/openstack/compute/contrib/floating_ips.py:177
 
2595
#: nova/api/openstack/compute/contrib/floating_ips.py:186
2591
2596
msgid "No more floating ips available."
2592
2597
msgstr ""
2593
2598
 
2594
 
#: nova/api/openstack/compute/contrib/floating_ips.py:221
2595
 
#: nova/api/openstack/compute/contrib/floating_ips.py:273
2596
 
#: nova/api/openstack/compute/contrib/security_groups.py:416
 
2599
#: nova/api/openstack/compute/contrib/floating_ips.py:234
 
2600
#: nova/api/openstack/compute/contrib/floating_ips.py:290
 
2601
#: nova/api/openstack/compute/contrib/security_groups.py:417
2597
2602
msgid "Missing parameter dict"
2598
2603
msgstr ""
2599
2604
 
2600
 
#: nova/api/openstack/compute/contrib/floating_ips.py:224
2601
 
#: nova/api/openstack/compute/contrib/floating_ips.py:276
 
2605
#: nova/api/openstack/compute/contrib/floating_ips.py:237
 
2606
#: nova/api/openstack/compute/contrib/floating_ips.py:293
2602
2607
msgid "Address not specified"
2603
2608
msgstr ""
2604
2609
 
2605
 
#: nova/api/openstack/compute/contrib/floating_ips.py:231
 
2610
#: nova/api/openstack/compute/contrib/floating_ips.py:244
2606
2611
msgid "No nw_info cache associated with instance"
2607
2612
msgstr ""
2608
2613
 
2609
 
#: nova/api/openstack/compute/contrib/floating_ips.py:236
 
2614
#: nova/api/openstack/compute/contrib/floating_ips.py:249
2610
2615
msgid "No fixed ips associated to instance"
2611
2616
msgstr ""
2612
2617
 
2613
 
#: nova/api/openstack/compute/contrib/floating_ips.py:252
 
2618
#: nova/api/openstack/compute/contrib/floating_ips.py:265
2614
2619
msgid "floating ip is already associated"
2615
2620
msgstr ""
2616
2621
 
2617
 
#: nova/api/openstack/compute/contrib/floating_ips.py:255
 
2622
#: nova/api/openstack/compute/contrib/floating_ips.py:268
2618
2623
msgid "l3driver call to add floating ip failed"
2619
2624
msgstr ""
2620
2625
 
2621
 
#: nova/api/openstack/compute/contrib/floating_ips.py:258
 
2626
#: nova/api/openstack/compute/contrib/floating_ips.py:272
 
2627
#: nova/api/openstack/compute/contrib/floating_ips.py:301
 
2628
msgid "floating ip not found"
 
2629
msgstr ""
 
2630
 
 
2631
#: nova/api/openstack/compute/contrib/floating_ips.py:275
2622
2632
msgid "Error. Unable to associate floating ip"
2623
2633
msgstr ""
2624
2634
 
2755
2765
msgid "Malformed scheduler_hints attribute"
2756
2766
msgstr ""
2757
2767
 
2758
 
#: nova/api/openstack/compute/contrib/security_groups.py:223
 
2768
#: nova/api/openstack/compute/contrib/security_groups.py:224
2759
2769
msgid "Security group id should be integer"
2760
2770
msgstr ""
2761
2771
 
2762
 
#: nova/api/openstack/compute/contrib/security_groups.py:332
 
2772
#: nova/api/openstack/compute/contrib/security_groups.py:333
2763
2773
msgid "Not enough parameters to build a valid rule."
2764
2774
msgstr ""
2765
2775
 
2766
 
#: nova/api/openstack/compute/contrib/security_groups.py:338
 
2776
#: nova/api/openstack/compute/contrib/security_groups.py:339
2767
2777
#, python-format
2768
2778
msgid "This rule already exists in group %s"
2769
2779
msgstr "Це правило вже існує в групі %s"
2770
2780
 
2771
 
#: nova/api/openstack/compute/contrib/security_groups.py:419
 
2781
#: nova/api/openstack/compute/contrib/security_groups.py:420
2772
2782
msgid "Security group not specified"
2773
2783
msgstr ""
2774
2784
 
2775
 
#: nova/api/openstack/compute/contrib/security_groups.py:423
 
2785
#: nova/api/openstack/compute/contrib/security_groups.py:424
2776
2786
msgid "Security group name cannot be empty"
2777
2787
msgstr ""
2778
2788
 
2829
2839
msgid "Instance has had its instance_type removed from the DB"
2830
2840
msgstr ""
2831
2841
 
2832
 
#: nova/api/openstack/volume/volumes.py:312
 
2842
#: nova/api/openstack/volume/volumes.py:277
 
2843
msgid "Invalid request body. 'volume' not found"
 
2844
msgstr ""
 
2845
 
 
2846
#: nova/api/openstack/volume/volumes.py:307
 
2847
msgid "Invalid request body. 'size' not found"
 
2848
msgstr ""
 
2849
 
 
2850
#: nova/api/openstack/volume/volumes.py:317
2833
2851
msgid "Snapshot and image cannot be specified together."
2834
2852
msgstr ""
2835
2853
 
2836
 
#: nova/api/openstack/volume/volumes.py:356
 
2854
#: nova/api/openstack/volume/volumes.py:361
2837
2855
#, python-format
2838
2856
msgid "Removing options '%(bad_options)s' from query"
2839
2857
msgstr ""
2847
2865
msgid "No image_name was specified in request."
2848
2866
msgstr ""
2849
2867
 
2850
 
#: nova/cloudpipe/pipelib.py:43
 
2868
#: nova/cloudpipe/pipelib.py:44
2851
2869
msgid "Instance type for vpn instances"
2852
2870
msgstr ""
2853
2871
 
2854
 
#: nova/cloudpipe/pipelib.py:46
 
2872
#: nova/cloudpipe/pipelib.py:47
2855
2873
msgid "Template for cloudpipe instance boot script"
2856
2874
msgstr ""
2857
2875
 
2858
 
#: nova/cloudpipe/pipelib.py:49
 
2876
#: nova/cloudpipe/pipelib.py:50
2859
2877
msgid "Network to push into openvpn config"
2860
2878
msgstr ""
2861
2879
 
2862
 
#: nova/cloudpipe/pipelib.py:52
 
2880
#: nova/cloudpipe/pipelib.py:53
2863
2881
msgid "Netmask to push into openvpn config"
2864
2882
msgstr ""
2865
2883
 
2866
 
#: nova/cloudpipe/pipelib.py:104
 
2884
#: nova/cloudpipe/pipelib.py:106
2867
2885
#, python-format
2868
2886
msgid "Launching VPN for %s"
2869
2887
msgstr ""
2916
2934
msgid "Metadata property value greater than 255 characters"
2917
2935
msgstr ""
2918
2936
 
2919
 
#: nova/compute/api.py:490
 
2937
#: nova/compute/api.py:498
2920
2938
#, python-format
2921
2939
msgid "Going to run %s instances..."
2922
2940
msgstr ""
2923
2941
 
2924
 
#: nova/compute/api.py:563
 
2942
#: nova/compute/api.py:569
2925
2943
#, python-format
2926
2944
msgid "bdm %s"
2927
2945
msgstr ""
2928
2946
 
2929
 
#: nova/compute/api.py:590
 
2947
#: nova/compute/api.py:596
2930
2948
#, python-format
2931
2949
msgid "block_device_mapping %s"
2932
2950
msgstr ""
2933
2951
 
2934
 
#: nova/compute/api.py:822
 
2952
#: nova/compute/api.py:828
2935
2953
msgid "Going to try to soft delete instance"
2936
2954
msgstr ""
2937
2955
 
2938
 
#: nova/compute/api.py:839
 
2956
#: nova/compute/api.py:845
2939
2957
msgid "No host for instance, deleting immediately"
2940
2958
msgstr ""
2941
2959
 
2942
 
#: nova/compute/api.py:916
 
2960
#: nova/compute/api.py:929
2943
2961
msgid "host for instance is down, deleting from database"
2944
2962
msgstr ""
2945
2963
 
2946
 
#: nova/compute/api.py:937
 
2964
#: nova/compute/api.py:950
2947
2965
msgid "Going to try to terminate instance"
2948
2966
msgstr ""
2949
2967
 
2950
 
#: nova/compute/api.py:977
 
2968
#: nova/compute/api.py:990
2951
2969
msgid "Going to try to stop instance"
2952
2970
msgstr ""
2953
2971
 
2954
 
#: nova/compute/api.py:991
 
2972
#: nova/compute/api.py:1004
2955
2973
msgid "Going to try to start instance"
2956
2974
msgstr ""
2957
2975
 
2958
 
#: nova/compute/api.py:1055 nova/volume/api.py:264
 
2976
#: nova/compute/api.py:1068 nova/volume/api.py:264
2959
2977
#: nova/volume/volume_types.py:64
2960
2978
#, python-format
2961
2979
msgid "Searching by: %s"
2962
2980
msgstr ""
2963
2981
 
2964
 
#: nova/compute/api.py:1190
 
2982
#: nova/compute/api.py:1203
2965
2983
#, python-format
2966
2984
msgid "Image type not recognized %s"
2967
2985
msgstr ""
2968
2986
 
2969
 
#: nova/compute/api.py:1277
 
2987
#: nova/compute/api.py:1312
2970
2988
#, python-format
2971
2989
msgid "snapshot for %s"
2972
2990
msgstr ""
2973
2991
 
2974
 
#: nova/compute/api.py:1568
 
2992
#: nova/compute/api.py:1634
2975
2993
msgid "flavor_id is None. Assuming migration."
2976
2994
msgstr ""
2977
2995
 
2978
 
#: nova/compute/api.py:1577
 
2996
#: nova/compute/api.py:1643
2979
2997
#, python-format
2980
2998
msgid ""
2981
2999
"Old instance type %(current_instance_type_name)s,  new instance type "
2982
3000
"%(new_instance_type_name)s"
2983
3001
msgstr ""
2984
3002
 
2985
 
#: nova/compute/api.py:1619
 
3003
#: nova/compute/api.py:1685
2986
3004
#, python-format
2987
3005
msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance. %(msg)s"
2988
3006
msgstr ""
2989
3007
 
2990
 
#: nova/compute/api.py:1791
 
3008
#: nova/compute/api.py:1857
2991
3009
msgid "Locking"
2992
3010
msgstr ""
2993
3011
 
2994
 
#: nova/compute/api.py:1799
 
3012
#: nova/compute/api.py:1865
2995
3013
msgid "Unlocking"
2996
3014
msgstr ""
2997
3015
 
2998
 
#: nova/compute/api.py:1867
 
3016
#: nova/compute/api.py:1933
2999
3017
msgid "Volume must be attached in order to detach."
3000
3018
msgstr ""
3001
3019
 
3002
 
#: nova/compute/api.py:1952
 
3020
#: nova/compute/api.py:2018
3003
3021
#, python-format
3004
3022
msgid "Going to try to live migrate instance to %s"
3005
3023
msgstr ""
3006
3024
 
3007
 
#: nova/compute/api.py:2101
 
3025
#: nova/compute/api.py:2167
3008
3026
msgid "Keypair name contains unsafe characters"
3009
3027
msgstr ""
3010
3028
 
3011
 
#: nova/compute/api.py:2105
 
3029
#: nova/compute/api.py:2171
3012
3030
msgid "Keypair name must be between 1 and 255 characters long"
3013
3031
msgstr ""
3014
3032
 
3015
 
#: nova/compute/api.py:2206
 
3033
#: nova/compute/api.py:2272
3016
3034
#, python-format
3017
3035
msgid "Security group %s is not a string or unicode"
3018
3036
msgstr ""
3019
3037
 
3020
 
#: nova/compute/api.py:2209
 
3038
#: nova/compute/api.py:2275
3021
3039
#, python-format
3022
3040
msgid "Security group %s cannot be empty."
3023
3041
msgstr ""
3024
3042
 
3025
 
#: nova/compute/api.py:2217
 
3043
#: nova/compute/api.py:2283
3026
3044
#, python-format
3027
3045
msgid ""
3028
3046
"Value (%(value)s) for parameter Group%(property)s is invalid. Content "
3029
3047
"limited to '%(allowed)'."
3030
3048
msgstr ""
3031
3049
 
3032
 
#: nova/compute/api.py:2223
 
3050
#: nova/compute/api.py:2289
3033
3051
#, python-format
3034
3052
msgid "Security group %s should not be greater than 255 characters."
3035
3053
msgstr ""
3036
3054
 
3037
 
#: nova/compute/api.py:2243
 
3055
#: nova/compute/api.py:2309
3038
3056
msgid "Quota exceeded, too many security groups."
3039
3057
msgstr ""
3040
3058
 
3041
 
#: nova/compute/api.py:2246
 
3059
#: nova/compute/api.py:2312
3042
3060
#, python-format
3043
3061
msgid "Create Security Group %s"
3044
3062
msgstr ""
3045
3063
 
3046
 
#: nova/compute/api.py:2253
 
3064
#: nova/compute/api.py:2319
3047
3065
#, python-format
3048
3066
msgid "Security group %s already exists"
3049
3067
msgstr ""
3050
3068
 
3051
 
#: nova/compute/api.py:2318
 
3069
#: nova/compute/api.py:2384
3052
3070
msgid "Security group is still in use"
3053
3071
msgstr ""
3054
3072
 
3055
 
#: nova/compute/api.py:2326
 
3073
#: nova/compute/api.py:2392
3056
3074
msgid "Failed to update usages deallocating security group"
3057
3075
msgstr ""
3058
3076
 
3059
 
#: nova/compute/api.py:2329
 
3077
#: nova/compute/api.py:2395
3060
3078
#, python-format
3061
3079
msgid "Delete security group %s"
3062
3080
msgstr "Вилучити групу безпеки %s"
3063
3081
 
3064
 
#: nova/compute/api.py:2586
 
3082
#: nova/compute/api.py:2652
3065
3083
#, python-format
3066
3084
msgid "Rule (%s) not found"
3067
3085
msgstr ""
3068
3086
 
3069
 
#: nova/compute/api.py:2595
 
3087
#: nova/compute/api.py:2661
3070
3088
msgid "Quota exceeded, too many security group rules."
3071
3089
msgstr ""
3072
3090
 
3073
 
#: nova/compute/api.py:2598
 
3091
#: nova/compute/api.py:2664
3074
3092
#, python-format
3075
3093
msgid "Authorize security group ingress %s"
3076
3094
msgstr ""
3077
3095
 
3078
 
#: nova/compute/api.py:2609
 
3096
#: nova/compute/api.py:2675
3079
3097
#, python-format
3080
3098
msgid "Revoke security group ingress %s"
3081
3099
msgstr ""
3082
3100
 
3083
 
#: nova/compute/instance_types.py:61
 
3101
#: nova/compute/instance_types.py:63
3084
3102
msgid "names can only contain [a-zA-Z0-9_.- ]"
3085
3103
msgstr ""
3086
3104
 
3087
 
#: nova/compute/instance_types.py:70 nova/compute/instance_types.py:78
 
3105
#: nova/compute/instance_types.py:72 nova/compute/instance_types.py:80
3088
3106
msgid "create arguments must be positive integers"
3089
3107
msgstr ""
3090
3108
 
3091
 
#: nova/compute/instance_types.py:92 nova/volume/volume_types.py:41
 
3109
#: nova/compute/instance_types.py:94 nova/volume/volume_types.py:41
3092
3110
#, python-format
3093
3111
msgid "DB error: %s"
3094
3112
msgstr ""
3095
3113
 
3096
 
#: nova/compute/instance_types.py:102
 
3114
#: nova/compute/instance_types.py:104
3097
3115
#, python-format
3098
3116
msgid "Instance type %s not found for deletion"
3099
3117
msgstr ""
3102
3120
msgid "Possibly task preempted."
3103
3121
msgstr ""
3104
3122
 
3105
 
#: nova/compute/manager.py:223
 
3123
#: nova/compute/manager.py:230
 
3124
msgid "Compute driver option required, but not specified"
 
3125
msgstr ""
 
3126
 
 
3127
#: nova/compute/manager.py:233
3106
3128
#, python-format
3107
3129
msgid "Loading compute driver '%s'"
3108
3130
msgstr ""
3109
3131
 
3110
 
#: nova/compute/manager.py:229
 
3132
#: nova/compute/manager.py:239
3111
3133
#, python-format
3112
3134
msgid "Unable to load the virtualization driver: %s"
3113
3135
msgstr ""
3114
3136
 
3115
 
#: nova/compute/manager.py:264
 
3137
#: nova/compute/manager.py:274
3116
3138
msgid "Instance has been destroyed from under us while trying to set it to ERROR"
3117
3139
msgstr ""
3118
3140
 
3119
 
#: nova/compute/manager.py:292
 
3141
#: nova/compute/manager.py:302
3120
3142
#, python-format
3121
3143
msgid "Current state is %(drv_state)s, state in DB is %(db_state)s."
3122
3144
msgstr ""
3123
3145
 
3124
 
#: nova/compute/manager.py:306
 
3146
#: nova/compute/manager.py:316
3125
3147
msgid "Rebooting instance after nova-compute restart."
3126
3148
msgstr ""
3127
3149
 
3128
 
#: nova/compute/manager.py:320
 
3150
#: nova/compute/manager.py:330
3129
3151
msgid "Hypervisor driver does not support resume guests"
3130
3152
msgstr ""
3131
3153
 
3132
 
#: nova/compute/manager.py:330
 
3154
#: nova/compute/manager.py:340
3133
3155
msgid "Hypervisor driver does not support firewall rules"
3134
3156
msgstr ""
3135
3157
 
3136
 
#: nova/compute/manager.py:339
 
3158
#: nova/compute/manager.py:352
3137
3159
msgid "Checking state"
3138
3160
msgstr ""
3139
3161
 
3140
 
#: nova/compute/manager.py:412
 
3162
#: nova/compute/manager.py:425
3141
3163
#, python-format
3142
3164
msgid "Setting up bdm %s"
3143
3165
msgstr ""
3144
3166
 
3145
 
#: nova/compute/manager.py:534
 
3167
#: nova/compute/manager.py:518
 
3168
msgid "Failed to dealloc network for deleted instance"
 
3169
msgstr ""
 
3170
 
 
3171
#: nova/compute/manager.py:550
3146
3172
#, python-format
3147
3173
msgid "Build error: %s"
3148
3174
msgstr ""
3149
3175
 
3150
 
#: nova/compute/manager.py:551
 
3176
#: nova/compute/manager.py:567
3151
3177
msgid "Error trying to reschedule"
3152
3178
msgstr ""
3153
3179
 
3154
 
#: nova/compute/manager.py:568
 
3180
#: nova/compute/manager.py:584
3155
3181
msgid "Retry info not present, will not reschedule"
3156
3182
msgstr ""
3157
3183
 
3158
 
#: nova/compute/manager.py:573
 
3184
#: nova/compute/manager.py:589
3159
3185
msgid "No request spec, will not reschedule"
3160
3186
msgstr ""
3161
3187
 
3162
 
#: nova/compute/manager.py:579
 
3188
#: nova/compute/manager.py:595
3163
3189
#, python-format
3164
3190
msgid "Re-scheduling instance: attempt %d"
3165
3191
msgstr ""
3166
3192
 
3167
 
#: nova/compute/manager.py:604
 
3193
#: nova/compute/manager.py:620
3168
3194
msgid "Instance build timed out. Set to error state."
3169
3195
msgstr ""
3170
3196
 
3171
 
#: nova/compute/manager.py:635
 
3197
#: nova/compute/manager.py:651
3172
3198
msgid "Instance has already been created"
3173
3199
msgstr ""
3174
3200
 
3175
 
#: nova/compute/manager.py:678
 
3201
#: nova/compute/manager.py:694
3176
3202
#, python-format
3177
3203
msgid ""
3178
3204
"image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, "
3179
3205
"allowed_size_bytes=%(allowed_size_bytes)d"
3180
3206
msgstr ""
3181
3207
 
3182
 
#: nova/compute/manager.py:684
 
3208
#: nova/compute/manager.py:700
3183
3209
#, python-format
3184
3210
msgid ""
3185
3211
"Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed "
3186
3212
"size %(allowed_size_bytes)d"
3187
3213
msgstr ""
3188
3214
 
3189
 
#: nova/compute/manager.py:694
 
3215
#: nova/compute/manager.py:710
3190
3216
msgid "Starting instance..."
3191
3217
msgstr ""
3192
3218
 
3193
 
#: nova/compute/manager.py:715
 
3219
#: nova/compute/manager.py:731
3194
3220
msgid "Instance failed network setup"
3195
3221
msgstr ""
3196
3222
 
3197
 
#: nova/compute/manager.py:719
 
3223
#: nova/compute/manager.py:735
3198
3224
#, python-format
3199
3225
msgid "Instance network_info: |%s|"
3200
3226
msgstr ""
3201
3227
 
3202
 
#: nova/compute/manager.py:732
 
3228
#: nova/compute/manager.py:748
3203
3229
msgid "Instance failed block device setup"
3204
3230
msgstr ""
3205
3231
 
3206
 
#: nova/compute/manager.py:750
 
3232
#: nova/compute/manager.py:766
3207
3233
msgid "Instance failed to spawn"
3208
3234
msgstr ""
3209
3235
 
3210
 
#: nova/compute/manager.py:774
 
3236
#: nova/compute/manager.py:790
3211
3237
msgid "Deallocating network for instance"
3212
3238
msgstr ""
3213
3239
 
3214
 
#: nova/compute/manager.py:834
 
3240
#: nova/compute/manager.py:862
3215
3241
#, python-format
3216
3242
msgid "%(action_str)s instance"
3217
3243
msgstr ""
3218
3244
 
3219
 
#: nova/compute/manager.py:865
 
3245
#: nova/compute/manager.py:893
3220
3246
#, python-format
3221
3247
msgid "Ignoring DiskNotFound: %s"
3222
3248
msgstr ""
3223
3249
 
3224
 
#: nova/compute/manager.py:868
 
3250
#: nova/compute/manager.py:896
3225
3251
#, python-format
3226
3252
msgid "Ignoring VolumeNotFound: %s"
3227
3253
msgstr ""
3228
3254
 
3229
 
#: nova/compute/manager.py:877
 
3255
#: nova/compute/manager.py:903
3230
3256
#, python-format
3231
3257
msgid "terminating bdm %s"
3232
3258
msgstr ""
3233
3259
 
3234
 
#: nova/compute/manager.py:901
 
3260
#: nova/compute/manager.py:927
3235
3261
#, python-format
3236
3262
msgid "Ignoring volume cleanup failure due to %s"
3237
3263
msgstr ""
3238
3264
 
3239
 
#: nova/compute/manager.py:933 nova/compute/manager.py:1683
3240
 
#: nova/compute/manager.py:2814
 
3265
#: nova/compute/manager.py:967 nova/compute/manager.py:1808
 
3266
#: nova/compute/manager.py:2993
3241
3267
#, python-format
3242
3268
msgid "%s. Setting instance vm_state to ERROR"
3243
3269
msgstr ""
3244
3270
 
3245
 
#: nova/compute/manager.py:1015
 
3271
#: nova/compute/manager.py:1049
3246
3272
msgid "Rebuilding instance"
3247
3273
msgstr ""
3248
3274
 
3249
 
#: nova/compute/manager.py:1091
 
3275
#: nova/compute/manager.py:1128
3250
3276
msgid "Rebooting instance"
3251
3277
msgstr ""
3252
3278
 
3253
 
#: nova/compute/manager.py:1103
 
3279
#: nova/compute/manager.py:1152
3254
3280
#, python-format
3255
3281
msgid ""
3256
3282
"trying to reboot a non-running instance: (state: %(state)s expected: "
3257
3283
"%(running)s)"
3258
3284
msgstr ""
3259
3285
 
3260
 
#: nova/compute/manager.py:1117
 
3286
#: nova/compute/manager.py:1161
3261
3287
#, python-format
3262
3288
msgid "Cannot reboot instance: %(exc)s"
3263
3289
msgstr ""
3264
3290
 
3265
 
#: nova/compute/manager.py:1154
 
3291
#: nova/compute/manager.py:1198
3266
3292
msgid "instance snapshotting"
3267
3293
msgstr ""
3268
3294
 
3269
 
#: nova/compute/manager.py:1160
 
3295
#: nova/compute/manager.py:1204
3270
3296
#, python-format
3271
3297
msgid ""
3272
3298
"trying to snapshot a non-running instance: (state: %(state)s expected: "
3273
3299
"%(running)s)"
3274
3300
msgstr ""
3275
3301
 
3276
 
#: nova/compute/manager.py:1225
 
3302
#: nova/compute/manager.py:1274
3277
3303
#, python-format
3278
3304
msgid "Found %(num_images)d images (rotation: %(rotation)d)"
3279
3305
msgstr ""
3280
3306
 
3281
 
#: nova/compute/manager.py:1231
 
3307
#: nova/compute/manager.py:1280
3282
3308
#, python-format
3283
3309
msgid "Rotating out %d backups"
3284
3310
msgstr ""
3285
3311
 
3286
 
#: nova/compute/manager.py:1236
 
3312
#: nova/compute/manager.py:1285
3287
3313
#, python-format
3288
3314
msgid "Deleting image %s"
3289
3315
msgstr ""
3290
3316
 
3291
 
#: nova/compute/manager.py:1267
 
3317
#: nova/compute/manager.py:1316
3292
3318
#, python-format
3293
3319
msgid "Failed to set admin password. Instance %s is not running"
3294
3320
msgstr ""
3295
3321
 
3296
 
#: nova/compute/manager.py:1274
 
3322
#: nova/compute/manager.py:1323
3297
3323
msgid "Root password set"
3298
3324
msgstr ""
3299
3325
 
3300
 
#: nova/compute/manager.py:1284
 
3326
#: nova/compute/manager.py:1333
3301
3327
msgid "set_admin_password is not implemented by this driver."
3302
3328
msgstr ""
3303
3329
 
3304
 
#: nova/compute/manager.py:1300
 
3330
#: nova/compute/manager.py:1349
3305
3331
#, python-format
3306
3332
msgid "set_admin_password failed: %s"
3307
3333
msgstr ""
3308
3334
 
3309
 
#: nova/compute/manager.py:1308
 
3335
#: nova/compute/manager.py:1357
3310
3336
msgid "error setting admin password"
3311
3337
msgstr ""
3312
3338
 
3313
 
#: nova/compute/manager.py:1323
 
3339
#: nova/compute/manager.py:1372
3314
3340
#, python-format
3315
3341
msgid ""
3316
3342
"trying to inject a file into a non-running (state: "
3317
3343
"%(current_power_state)s expected: %(expected_state)s)"
3318
3344
msgstr ""
3319
3345
 
3320
 
#: nova/compute/manager.py:1327
 
3346
#: nova/compute/manager.py:1376
3321
3347
#, python-format
3322
3348
msgid "injecting file to %(path)s"
3323
3349
msgstr ""
3324
3350
 
3325
 
#: nova/compute/manager.py:1340
 
3351
#: nova/compute/manager.py:1389
3326
3352
msgid "Rescuing"
3327
3353
msgstr ""
3328
3354
 
3329
 
#: nova/compute/manager.py:1367
 
3355
#: nova/compute/manager.py:1416
3330
3356
msgid "Unrescuing"
3331
3357
msgstr ""
3332
3358
 
3333
 
#: nova/compute/manager.py:1388
 
3359
#: nova/compute/manager.py:1437
3334
3360
#, python-format
3335
3361
msgid "Changing instance metadata according to %(diff)r"
3336
3362
msgstr ""
3337
3363
 
3338
 
#: nova/compute/manager.py:1528
 
3364
#: nova/compute/manager.py:1619
3339
3365
msgid "destination same as source!"
3340
3366
msgstr ""
3341
3367
 
3342
 
#: nova/compute/manager.py:1546
 
3368
#: nova/compute/manager.py:1637
3343
3369
msgid "Migrating"
3344
3370
msgstr ""
3345
3371
 
3346
 
#: nova/compute/manager.py:1736
 
3372
#: nova/compute/manager.py:1805
 
3373
#, python-format
 
3374
msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s"
 
3375
msgstr ""
 
3376
 
 
3377
#: nova/compute/manager.py:1861
3347
3378
msgid "Pausing"
3348
3379
msgstr ""
3349
3380
 
3350
 
#: nova/compute/manager.py:1753
 
3381
#: nova/compute/manager.py:1878
3351
3382
msgid "Unpausing"
3352
3383
msgstr ""
3353
3384
 
3354
 
#: nova/compute/manager.py:1791
 
3385
#: nova/compute/manager.py:1916
3355
3386
msgid "Retrieving diagnostics"
3356
3387
msgstr ""
3357
3388
 
3358
 
#: nova/compute/manager.py:1821
 
3389
#: nova/compute/manager.py:1946
3359
3390
msgid "Resuming"
3360
3391
msgstr ""
3361
3392
 
3362
 
#: nova/compute/manager.py:1837
 
3393
#: nova/compute/manager.py:1962
3363
3394
msgid "Reset network"
3364
3395
msgstr ""
3365
3396
 
3366
 
#: nova/compute/manager.py:1842
 
3397
#: nova/compute/manager.py:1967
3367
3398
msgid "Inject network info"
3368
3399
msgstr ""
3369
3400
 
3370
 
#: nova/compute/manager.py:1845
 
3401
#: nova/compute/manager.py:1970
3371
3402
#, python-format
3372
3403
msgid "network_info to inject: |%s|"
3373
3404
msgstr ""
3374
3405
 
3375
 
#: nova/compute/manager.py:1862
 
3406
#: nova/compute/manager.py:1987
3376
3407
msgid "Get console output"
3377
3408
msgstr ""
3378
3409
 
3379
 
#: nova/compute/manager.py:1887
 
3410
#: nova/compute/manager.py:2012
3380
3411
msgid "Getting vnc console"
3381
3412
msgstr ""
3382
3413
 
3383
 
#: nova/compute/manager.py:1915
 
3414
#: nova/compute/manager.py:2040
3384
3415
#, python-format
3385
3416
msgid "Booting with volume %(volume_id)s at %(mountpoint)s"
3386
3417
msgstr ""
3387
3418
 
3388
 
#: nova/compute/manager.py:1957
 
3419
#: nova/compute/manager.py:2083
3389
3420
#, python-format
3390
3421
msgid "Attaching volume %(volume_id)s to %(mountpoint)s"
3391
3422
msgstr ""
3392
3423
 
3393
 
#: nova/compute/manager.py:1966
 
3424
#: nova/compute/manager.py:2092
3394
3425
#, python-format
3395
3426
msgid ""
3396
3427
"Failed to connect to volume %(volume_id)s while attaching at "
3397
3428
"%(mountpoint)s"
3398
3429
msgstr ""
3399
3430
 
3400
 
#: nova/compute/manager.py:1981
 
3431
#: nova/compute/manager.py:2107
3401
3432
#, python-format
3402
3433
msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s"
3403
3434
msgstr ""
3404
3435
 
3405
 
#: nova/compute/manager.py:2010
 
3436
#: nova/compute/manager.py:2136
3406
3437
#, python-format
3407
3438
msgid "Detach volume %(volume_id)s from mountpoint %(mp)s"
3408
3439
msgstr ""
3409
3440
 
3410
 
#: nova/compute/manager.py:2014
 
3441
#: nova/compute/manager.py:2140
3411
3442
msgid "Detaching volume from unknown instance"
3412
3443
msgstr ""
3413
3444
 
3414
 
#: nova/compute/manager.py:2027
 
3445
#: nova/compute/manager.py:2153
3415
3446
#, python-format
3416
3447
msgid "Faild to detach volume %(volume_id)s from %(mp)s"
3417
3448
msgstr ""
3418
3449
 
3419
 
#: nova/compute/manager.py:2120
 
3450
#: nova/compute/manager.py:2246
3420
3451
msgid "Instance has no volume."
3421
3452
msgstr ""
3422
3453
 
3423
 
#: nova/compute/manager.py:2173
 
3454
#: nova/compute/manager.py:2306
3424
3455
#, python-format
3425
3456
msgid "Pre live migration failed at  %(dest)s"
3426
3457
msgstr ""
3427
3458
 
3428
 
#: nova/compute/manager.py:2199
 
3459
#: nova/compute/manager.py:2332
3429
3460
msgid "_post_live_migration() is started.."
3430
3461
msgstr ""
3431
3462
 
3432
 
#: nova/compute/manager.py:2228
 
3463
#: nova/compute/manager.py:2365
3433
3464
msgid "No floating_ip found"
3434
3465
msgstr ""
3435
3466
 
3436
 
#: nova/compute/manager.py:2236
 
3467
#: nova/compute/manager.py:2373
3437
3468
msgid "No floating_ip found."
3438
3469
msgstr ""
3439
3470
 
3440
 
#: nova/compute/manager.py:2238
 
3471
#: nova/compute/manager.py:2375
3441
3472
#, python-format
3442
3473
msgid ""
3443
3474
"Live migration: Unexpected error: cannot inherit floating ip.\n"
3444
3475
"%(e)s"
3445
3476
msgstr ""
3446
3477
 
3447
 
#: nova/compute/manager.py:2264
 
3478
#: nova/compute/manager.py:2401
3448
3479
#, python-format
3449
3480
msgid "Migrating instance to %(dest)s finished successfully."
3450
3481
msgstr ""
3451
3482
 
3452
 
#: nova/compute/manager.py:2266
 
3483
#: nova/compute/manager.py:2403
3453
3484
msgid ""
3454
3485
"You may see the error \"libvirt: QEMU error: Domain not found: no domain "
3455
3486
"with matching name.\" This error can be safely ignored."
3456
3487
msgstr ""
3457
3488
 
3458
 
#: nova/compute/manager.py:2280
 
3489
#: nova/compute/manager.py:2417
3459
3490
msgid "Post operation of migration started"
3460
3491
msgstr ""
3461
3492
 
3462
 
#: nova/compute/manager.py:2411
 
3493
#: nova/compute/manager.py:2548
3463
3494
msgid "Updated the info_cache for instance"
3464
3495
msgstr ""
3465
3496
 
3466
 
#: nova/compute/manager.py:2437
 
3497
#: nova/compute/manager.py:2574
3467
3498
#, python-format
3468
3499
msgid ""
3469
3500
"Found %(migration_count)d unconfirmed migrations older than "
3470
3501
"%(confirm_window)d seconds"
3471
3502
msgstr ""
3472
3503
 
3473
 
#: nova/compute/manager.py:2442
 
3504
#: nova/compute/manager.py:2579
3474
3505
#, python-format
3475
3506
msgid "Setting migration %(migration_id)s to error: %(reason)s"
3476
3507
msgstr ""
3477
3508
 
3478
 
#: nova/compute/manager.py:2451
 
3509
#: nova/compute/manager.py:2588
3479
3510
#, python-format
3480
3511
msgid ""
3481
3512
"Automatically confirming migration %(migration_id)s for instance "
3482
3513
"%(instance_uuid)s"
3483
3514
msgstr ""
3484
3515
 
3485
 
#: nova/compute/manager.py:2458
 
3516
#: nova/compute/manager.py:2595
3486
3517
#, python-format
3487
3518
msgid "Instance %(instance_uuid)s not found"
3488
3519
msgstr ""
3489
3520
 
3490
 
#: nova/compute/manager.py:2462
 
3521
#: nova/compute/manager.py:2599
3491
3522
msgid "In ERROR state"
3492
3523
msgstr ""
3493
3524
 
3494
 
#: nova/compute/manager.py:2469
 
3525
#: nova/compute/manager.py:2606
3495
3526
#, python-format
3496
3527
msgid "In states %(vm_state)s/%(task_state)s, notRESIZED/None"
3497
3528
msgstr ""
3498
3529
 
3499
 
#: nova/compute/manager.py:2477
 
3530
#: nova/compute/manager.py:2614
3500
3531
#, python-format
3501
3532
msgid "Error auto-confirming resize: %(e)s. Will retry later."
3502
3533
msgstr ""
3503
3534
 
3504
 
#: nova/compute/manager.py:2494
 
3535
#: nova/compute/manager.py:2631
3505
3536
#, python-format
3506
3537
msgid ""
3507
3538
"Running instance usage audit for host %(host)s from %(begin_time)s to "
3508
3539
"%(end_time)s. %(number_instances)s instances."
3509
3540
msgstr ""
3510
3541
 
3511
 
#: nova/compute/manager.py:2512
 
3542
#: nova/compute/manager.py:2649
3512
3543
#, python-format
3513
3544
msgid "Failed to generate usage audit for instance on host %s"
3514
3545
msgstr ""
3515
3546
 
3516
 
#: nova/compute/manager.py:2536
 
3547
#: nova/compute/manager.py:2672
3517
3548
msgid "Updating bandwidth usage cache"
3518
3549
msgstr ""
3519
3550
 
3520
 
#: nova/compute/manager.py:2562
 
3551
#: nova/compute/manager.py:2737
3521
3552
msgid "Updating host status"
3522
3553
msgstr ""
3523
3554
 
3524
 
#: nova/compute/manager.py:2589
 
3555
#: nova/compute/manager.py:2763
3525
3556
#, python-format
3526
3557
msgid ""
3527
3558
"Found %(num_db_instances)s in the database and %(num_vm_instances)s on "
3528
3559
"the hypervisor."
3529
3560
msgstr ""
3530
3561
 
3531
 
#: nova/compute/manager.py:2595 nova/compute/manager.py:2633
 
3562
#: nova/compute/manager.py:2769 nova/compute/manager.py:2807
3532
3563
msgid "During sync_power_state the instance has a pending task. Skip."
3533
3564
msgstr ""
3534
3565
 
3535
 
#: nova/compute/manager.py:2620
 
3566
#: nova/compute/manager.py:2794
3536
3567
#, python-format
3537
3568
msgid ""
3538
3569
"During the sync_power process the instance has moved from host %(src)s to"
3539
3570
" host %(dst)s"
3540
3571
msgstr ""
3541
3572
 
3542
 
#: nova/compute/manager.py:2657
 
3573
#: nova/compute/manager.py:2831
3543
3574
msgid "Instance shutdown by itself. Calling the stop API."
3544
3575
msgstr ""
3545
3576
 
3546
 
#: nova/compute/manager.py:2669 nova/compute/manager.py:2680
3547
 
#: nova/compute/manager.py:2694
 
3577
#: nova/compute/manager.py:2843 nova/compute/manager.py:2854
 
3578
#: nova/compute/manager.py:2868
3548
3579
msgid "error during stop() in sync_power_state."
3549
3580
msgstr ""
3550
3581
 
3551
 
#: nova/compute/manager.py:2674
 
3582
#: nova/compute/manager.py:2848
3552
3583
msgid "Instance is paused or suspended unexpectedly. Calling the stop API."
3553
3584
msgstr ""
3554
3585
 
3555
 
#: nova/compute/manager.py:2687
 
3586
#: nova/compute/manager.py:2861
3556
3587
msgid "Instance is not stopped. Calling the stop API."
3557
3588
msgstr ""
3558
3589
 
3559
 
#: nova/compute/manager.py:2703
 
3590
#: nova/compute/manager.py:2877
3560
3591
msgid "Instance is not (soft-)deleted."
3561
3592
msgstr ""
3562
3593
 
3563
 
#: nova/compute/manager.py:2711
 
3594
#: nova/compute/manager.py:2885
3564
3595
msgid "FLAGS.reclaim_instance_interval <= 0, skipping..."
3565
3596
msgstr ""
3566
3597
 
3567
 
#: nova/compute/manager.py:2722
 
3598
#: nova/compute/manager.py:2898
3568
3599
msgid "Reclaiming deleted instance"
3569
3600
msgstr ""
3570
3601
 
3571
 
#: nova/compute/manager.py:2768
 
3602
#: nova/compute/manager.py:2947
3572
3603
#, python-format
3573
3604
msgid ""
3574
3605
"Detected instance with name label '%(name)s' which is marked as DELETED "
3575
3606
"but still present on host."
3576
3607
msgstr ""
3577
3608
 
3578
 
#: nova/compute/manager.py:2775
 
3609
#: nova/compute/manager.py:2954
3579
3610
#, python-format
3580
3611
msgid ""
3581
3612
"Destroying instance with name label '%(name)s' which is marked as DELETED"
3582
3613
" but still present on host."
3583
3614
msgstr ""
3584
3615
 
3585
 
#: nova/compute/manager.py:2782
 
3616
#: nova/compute/manager.py:2961
3586
3617
#, python-format
3587
3618
msgid "Unrecognized value '%(action)s' for FLAGS.running_deleted_instance_action"
3588
3619
msgstr ""
3589
3620
 
3590
 
#: nova/compute/resource_tracker.py:173
 
3621
#: nova/compute/resource_tracker.py:151
 
3622
msgid ""
 
3623
"Host field should be not be set on the instance until resources have been"
 
3624
" claimed."
 
3625
msgstr ""
 
3626
 
 
3627
#: nova/compute/resource_tracker.py:168
3591
3628
#, python-format
3592
3629
msgid ""
3593
3630
"Attempting claim: memory %(memory_mb)d MB, disk %(disk_gb)d GB, VCPUs "
3594
3631
"%(vcpus)d"
3595
3632
msgstr ""
3596
3633
 
3597
 
#: nova/compute/resource_tracker.py:202
 
3634
#: nova/compute/resource_tracker.py:210
3598
3635
#, python-format
3599
3636
msgid ""
3600
3637
"Total memory: %(total_mem)d MB, used: %(used_mem)d MB, free: %(free_mem)d"
3601
3638
" MB"
3602
3639
msgstr ""
3603
3640
 
3604
 
#: nova/compute/resource_tracker.py:211
 
3641
#: nova/compute/resource_tracker.py:219
3605
3642
msgid "Memory limit not specified, defaulting to unlimited"
3606
3643
msgstr ""
3607
3644
 
3608
 
#: nova/compute/resource_tracker.py:217
 
3645
#: nova/compute/resource_tracker.py:225
3609
3646
#, python-format
3610
3647
msgid "Memory limit: %(memory_mb_limit)d MB, free: %(free_ram_mb)d MB"
3611
3648
msgstr ""
3612
3649
 
3613
 
#: nova/compute/resource_tracker.py:224
 
3650
#: nova/compute/resource_tracker.py:232
3614
3651
#, python-format
3615
3652
msgid ""
3616
3653
"Unable to claim resources.  Free memory %(free_ram_mb)d MB < requested "
3617
3654
"memory %(memory_mb)d MB"
3618
3655
msgstr ""
3619
3656
 
3620
 
#: nova/compute/resource_tracker.py:233
 
3657
#: nova/compute/resource_tracker.py:241
3621
3658
#, python-format
3622
3659
msgid ""
3623
3660
"Total disk: %(total_disk)d GB, used: %(used_disk)d GB, free: "
3624
3661
"%(free_disk)d GB"
3625
3662
msgstr ""
3626
3663
 
3627
 
#: nova/compute/resource_tracker.py:242
 
3664
#: nova/compute/resource_tracker.py:250
3628
3665
msgid "Disk limit not specified, defaulting to unlimited"
3629
3666
msgstr ""
3630
3667
 
3631
 
#: nova/compute/resource_tracker.py:248
 
3668
#: nova/compute/resource_tracker.py:256
3632
3669
#, python-format
3633
3670
msgid "Disk limit: %(disk_gb_limit)d GB, free: %(free_disk_gb)d GB"
3634
3671
msgstr ""
3635
3672
 
3636
 
#: nova/compute/resource_tracker.py:254
 
3673
#: nova/compute/resource_tracker.py:262
3637
3674
#, python-format
3638
3675
msgid ""
3639
3676
"Unable to claim resources.  Free disk %(free_disk_gb)d GB < requested "
3640
3677
"disk %(disk_gb)d GB"
3641
3678
msgstr ""
3642
3679
 
3643
 
#: nova/compute/resource_tracker.py:265
 
3680
#: nova/compute/resource_tracker.py:273
3644
3681
#, python-format
3645
3682
msgid "Total VCPUs: %(total_vcpus)d, used: %(used_vcpus)d"
3646
3683
msgstr ""
3647
3684
 
3648
 
#: nova/compute/resource_tracker.py:272
 
3685
#: nova/compute/resource_tracker.py:280
3649
3686
msgid "VCPU limit not specified, defaulting to unlimited"
3650
3687
msgstr ""
3651
3688
 
3652
 
#: nova/compute/resource_tracker.py:276
 
3689
#: nova/compute/resource_tracker.py:284
3653
3690
#, python-format
3654
3691
msgid "CPU limit: %(vcpu_limit)d"
3655
3692
msgstr ""
3656
3693
 
3657
 
#: nova/compute/resource_tracker.py:283
 
3694
#: nova/compute/resource_tracker.py:291
3658
3695
#, python-format
3659
3696
msgid ""
3660
3697
"Unable to claim resources.  Free CPU %(free_vcpus)d < requested CPU "
3661
3698
"%(vcpus)d"
3662
3699
msgstr ""
3663
3700
 
3664
 
#: nova/compute/resource_tracker.py:306
 
3701
#: nova/compute/resource_tracker.py:310
3665
3702
#, python-format
3666
3703
msgid "Finishing claim: %s"
3667
3704
msgstr ""
3668
3705
 
3669
 
#: nova/compute/resource_tracker.py:308
3670
 
#, python-format
3671
 
msgid ""
3672
 
"Can't find claim %s.  It may have been 'finished' twice, or it has "
3673
 
"already timed out."
3674
 
msgstr ""
3675
 
 
3676
3706
#: nova/compute/resource_tracker.py:325
3677
3707
#, python-format
3678
3708
msgid "Aborting claim: %s"
3679
3709
msgstr ""
3680
3710
 
3681
 
#: nova/compute/resource_tracker.py:335
3682
 
#, python-format
3683
 
msgid ""
3684
 
"Claim %s not found.  It either timed out or was already explicitly "
3685
 
"finished/aborted"
3686
 
msgstr ""
3687
 
 
3688
 
#: nova/compute/resource_tracker.py:369
 
3711
#: nova/compute/resource_tracker.py:363
3689
3712
msgid ""
3690
3713
"Virt driver does not support 'get_available_resource'  Compute tracking "
3691
3714
"is disabled."
3692
3715
msgstr ""
3693
3716
 
3694
 
#: nova/compute/resource_tracker.py:408
 
3717
#: nova/compute/resource_tracker.py:401
3695
3718
#, python-format
3696
3719
msgid "Compute_service record created for %s "
3697
3720
msgstr ""
3698
3721
 
3699
 
#: nova/compute/resource_tracker.py:413
 
3722
#: nova/compute/resource_tracker.py:406
3700
3723
#, python-format
3701
3724
msgid "Compute_service record updated for %s "
3702
3725
msgstr ""
3703
3726
 
3704
 
#: nova/compute/resource_tracker.py:423
3705
 
#, python-format
3706
 
msgid "Expiring resource claim %s"
3707
 
msgstr ""
3708
 
 
3709
 
#: nova/compute/resource_tracker.py:437
 
3727
#: nova/compute/resource_tracker.py:425
3710
3728
#, python-format
3711
3729
msgid "No service record for host %s"
3712
3730
msgstr ""
3713
3731
 
3714
 
#: nova/compute/resource_tracker.py:447
 
3732
#: nova/compute/resource_tracker.py:435
3715
3733
#, python-format
3716
3734
msgid "Hypervisor: free ram (MB): %s"
3717
3735
msgstr ""
3718
3736
 
3719
 
#: nova/compute/resource_tracker.py:448
 
3737
#: nova/compute/resource_tracker.py:436
3720
3738
#, python-format
3721
3739
msgid "Hypervisor: free disk (GB): %s"
3722
3740
msgstr ""
3723
3741
 
3724
 
#: nova/compute/resource_tracker.py:453
 
3742
#: nova/compute/resource_tracker.py:441
3725
3743
#, python-format
3726
3744
msgid "Hypervisor: free VCPUs: %s"
3727
3745
msgstr ""
3728
3746
 
3729
 
#: nova/compute/resource_tracker.py:455
 
3747
#: nova/compute/resource_tracker.py:443
3730
3748
msgid "Hypervisor: VCPU information unavailable"
3731
3749
msgstr ""
3732
3750
 
3733
 
#: nova/compute/resource_tracker.py:462
 
3751
#: nova/compute/resource_tracker.py:450
3734
3752
#, python-format
3735
3753
msgid "Free ram (MB): %s"
3736
3754
msgstr ""
3737
3755
 
3738
 
#: nova/compute/resource_tracker.py:463
 
3756
#: nova/compute/resource_tracker.py:451
3739
3757
#, python-format
3740
3758
msgid "Free disk (GB): %s"
3741
3759
msgstr ""
3742
3760
 
3743
 
#: nova/compute/resource_tracker.py:468
 
3761
#: nova/compute/resource_tracker.py:456
3744
3762
#, python-format
3745
3763
msgid "Free VCPUS: %s"
3746
3764
msgstr ""
3747
3765
 
3748
 
#: nova/compute/resource_tracker.py:470
 
3766
#: nova/compute/resource_tracker.py:458
3749
3767
msgid "Free VCPU information unavailable"
3750
3768
msgstr ""
3751
3769
 
3752
 
#: nova/compute/resource_tracker.py:545
 
3770
#: nova/compute/resource_tracker.py:533
3753
3771
#, python-format
3754
3772
msgid "Missing keys: %s"
3755
3773
msgstr ""
3763
3781
msgid "Unable to find host for Instance %s"
3764
3782
msgstr ""
3765
3783
 
3766
 
#: nova/compute/utils.py:83
 
3784
#: nova/compute/utils.py:87
3767
3785
#, python-format
3768
3786
msgid "Using %(prefix)s instead of %(req_prefix)s"
3769
3787
msgstr ""
3822
3840
msgid "Checking Token: %(token)s, %(token_valid)s)"
3823
3841
msgstr ""
3824
3842
 
3825
 
#: nova/db/sqlalchemy/api.py:57
3826
 
msgid "Use of empty request context is deprecated"
3827
 
msgstr ""
3828
 
 
3829
 
#: nova/db/sqlalchemy/api.py:213
 
3843
#: nova/db/sqlalchemy/api.py:206
3830
3844
#, python-format
3831
3845
msgid "Unrecognized read_deleted value '%s'"
3832
3846
msgstr ""
3833
3847
 
3834
 
#: nova/db/sqlalchemy/api.py:2777
 
3848
#: nova/db/sqlalchemy/api.py:2790
3835
3849
#, python-format
3836
3850
msgid "Change will make usage less than 0 for the following resources: %(unders)s"
3837
3851
msgstr ""
3838
3852
 
3839
 
#: nova/db/sqlalchemy/api.py:4655
 
3853
#: nova/db/sqlalchemy/api.py:4691
3840
3854
msgid "Backend exists"
3841
3855
msgstr ""
3842
3856
 
3843
 
#: nova/db/sqlalchemy/api.py:4675 nova/db/sqlalchemy/api.py:4701
 
3857
#: nova/db/sqlalchemy/api.py:4711 nova/db/sqlalchemy/api.py:4737
3844
3858
#, python-format
3845
3859
msgid "No backend config with id %(sm_backend_id)s"
3846
3860
msgstr ""
3847
3861
 
3848
 
#: nova/db/sqlalchemy/api.py:4713
 
3862
#: nova/db/sqlalchemy/api.py:4749
3849
3863
#, python-format
3850
3864
msgid "No backend config with sr uuid %(sr_uuid)s"
3851
3865
msgstr ""
3852
3866
 
3853
 
#: nova/db/sqlalchemy/api.py:4747
 
3867
#: nova/db/sqlalchemy/api.py:4783
3854
3868
msgid "Flavor exists"
3855
3869
msgstr ""
3856
3870
 
3857
 
#: nova/db/sqlalchemy/api.py:4762
 
3871
#: nova/db/sqlalchemy/api.py:4798
3858
3872
#, python-format
3859
3873
msgid "%(sm_flavor_id) flavor not found"
3860
3874
msgstr ""
3861
3875
 
3862
 
#: nova/db/sqlalchemy/api.py:4781
 
3876
#: nova/db/sqlalchemy/api.py:4817
3863
3877
#, python-format
3864
3878
msgid "No sm_flavor called %(sm_flavor_id)s"
3865
3879
msgstr ""
3866
3880
 
3867
 
#: nova/db/sqlalchemy/api.py:4798
 
3881
#: nova/db/sqlalchemy/api.py:4834
3868
3882
#, python-format
3869
3883
msgid "No sm_flavor called %(sm_flavor_label)s"
3870
3884
msgstr ""
3871
3885
 
3872
 
#: nova/db/sqlalchemy/api.py:4836
 
3886
#: nova/db/sqlalchemy/api.py:4872
3873
3887
#, python-format
3874
3888
msgid "No sm_volume with id %(volume_id)s"
3875
3889
msgstr ""
4017
4031
msgid "Bad project_id for to_global_ipv6: %s"
4018
4032
msgstr ""
4019
4033
 
4020
 
#: nova/network/api.py:52
 
4034
#: nova/network/api.py:53
4021
4035
msgid "instance is a required argument to use @refresh_cache"
4022
4036
msgstr ""
4023
4037
 
4024
 
#: nova/network/api.py:79
 
4038
#: nova/network/api.py:80
4025
4039
#, fuzzy, python-format
4026
4040
msgid "args: %s"
4027
4041
msgstr "отримано %s"
4028
4042
 
4029
 
#: nova/network/api.py:80
 
4043
#: nova/network/api.py:81
4030
4044
#, python-format
4031
4045
msgid "kwargs: %s"
4032
4046
msgstr ""
4033
4047
 
4034
 
#: nova/network/api.py:217
 
4048
#: nova/network/api.py:169
4035
4049
#, python-format
4036
4050
msgid "re-assign floating IP %(address)s from instance %(instance_id)s"
4037
4051
msgstr ""
4040
4054
msgid "This driver only supports type 'a' entries."
4041
4055
msgstr ""
4042
4056
 
4043
 
#: nova/network/linux_net.py:177
 
4057
#: nova/network/linux_net.py:179
4044
4058
#, python-format
4045
4059
msgid "Attempted to remove chain %s which does not exist"
4046
4060
msgstr ""
4047
4061
 
4048
 
#: nova/network/linux_net.py:212
 
4062
#: nova/network/linux_net.py:214
4049
4063
#, python-format
4050
4064
msgid "Unknown chain: %r"
4051
4065
msgstr ""
4052
4066
 
4053
 
#: nova/network/linux_net.py:237
 
4067
#: nova/network/linux_net.py:239
4054
4068
#, python-format
4055
4069
msgid ""
4056
4070
"Tried to remove rule that was not there: %(chain)r %(rule)r %(wrap)r "
4057
4071
"%(top)r"
4058
4072
msgstr ""
4059
4073
 
4060
 
#: nova/network/linux_net.py:372
 
4074
#: nova/network/linux_net.py:374
4061
4075
msgid "IPTablesManager.apply completed with success"
4062
4076
msgstr ""
4063
4077
 
4064
 
#: nova/network/linux_net.py:578
 
4078
#: nova/network/linux_net.py:580
4065
4079
#, python-format
4066
4080
msgid "arping error for ip %s"
4067
4081
msgstr ""
4068
4082
 
4069
 
#: nova/network/linux_net.py:788
 
4083
#: nova/network/linux_net.py:790
4070
4084
#, python-format
4071
4085
msgid "Pid %d is stale, skip killing dnsmasq"
4072
4086
msgstr ""
4073
4087
 
4074
 
#: nova/network/linux_net.py:828
 
4088
#: nova/network/linux_net.py:830
4075
4089
#, python-format
4076
4090
msgid "Hupping dnsmasq threw %s"
4077
4091
msgstr ""
4078
4092
 
4079
 
#: nova/network/linux_net.py:830
 
4093
#: nova/network/linux_net.py:832
4080
4094
#, python-format
4081
4095
msgid "Pid %d is stale, relaunching dnsmasq"
4082
4096
msgstr ""
4083
4097
 
4084
 
#: nova/network/linux_net.py:892
 
4098
#: nova/network/linux_net.py:894
4085
4099
#, python-format
4086
4100
msgid "killing radvd threw %s"
4087
4101
msgstr ""
4088
4102
 
4089
 
#: nova/network/linux_net.py:894
 
4103
#: nova/network/linux_net.py:896
4090
4104
#, python-format
4091
4105
msgid "Pid %d is stale, relaunching radvd"
4092
4106
msgstr ""
4093
4107
 
4094
 
#: nova/network/linux_net.py:1124
 
4108
#: nova/network/linux_net.py:1126
4095
4109
#, python-format
4096
4110
msgid "Starting VLAN inteface %s"
4097
4111
msgstr ""
4098
4112
 
4099
 
#: nova/network/linux_net.py:1160
 
4113
#: nova/network/linux_net.py:1162
4100
4114
#, python-format
4101
4115
msgid "Starting Bridge interface for %s"
4102
4116
msgstr ""
4103
4117
 
4104
 
#: nova/network/linux_net.py:1203
 
4118
#: nova/network/linux_net.py:1205
4105
4119
#, python-format
4106
4120
msgid "Failed to add interface: %s"
4107
4121
msgstr ""
4108
4122
 
4109
 
#: nova/network/linux_net.py:1304
 
4123
#: nova/network/linux_net.py:1306
4110
4124
#, python-format
4111
4125
msgid "Starting bridge %s "
4112
4126
msgstr ""
4113
4127
 
4114
 
#: nova/network/linux_net.py:1312
 
4128
#: nova/network/linux_net.py:1314
4115
4129
#, python-format
4116
4130
msgid "Done starting bridge %s"
4117
4131
msgstr ""
4118
4132
 
4119
 
#: nova/network/linux_net.py:1331
 
4133
#: nova/network/linux_net.py:1333
4120
4134
#, python-format
4121
4135
msgid "Failed unplugging gateway interface '%s'"
4122
4136
msgstr ""
4123
4137
 
4124
 
#: nova/network/linux_net.py:1333
 
4138
#: nova/network/linux_net.py:1335
4125
4139
#, python-format
4126
4140
msgid "Unplugged gateway interface '%s'"
4127
4141
msgstr ""
4128
4142
 
4129
 
#: nova/network/manager.py:290
 
4143
#: nova/network/manager.py:277
4130
4144
#, python-format
4131
4145
msgid "Fixed ip %(fixed_ip_id)s not found"
4132
4146
msgstr ""
4133
4147
 
4134
 
#: nova/network/manager.py:299 nova/network/manager.py:562
 
4148
#: nova/network/manager.py:286 nova/network/manager.py:545
4135
4149
#, python-format
4136
4150
msgid "Interface %(interface)s not found"
4137
4151
msgstr ""
4138
4152
 
4139
 
#: nova/network/manager.py:314
 
4153
#: nova/network/manager.py:301
4140
4154
#, python-format
4141
4155
msgid "floating IP allocation for instance |%s|"
4142
4156
msgstr ""
4143
4157
 
4144
 
#: nova/network/manager.py:378
 
4158
#: nova/network/manager.py:365
4145
4159
msgid "Floating IP is not associated. Ignore."
4146
4160
msgstr ""
4147
4161
 
4148
 
#: nova/network/manager.py:396
 
4162
#: nova/network/manager.py:383
4149
4163
#, python-format
4150
4164
msgid "Address |%(address)s| is not allocated"
4151
4165
msgstr ""
4152
4166
 
4153
 
#: nova/network/manager.py:400
 
4167
#: nova/network/manager.py:387
4154
4168
#, python-format
4155
4169
msgid "Address |%(address)s| is not allocated to your project |%(project)s|"
4156
4170
msgstr ""
4157
4171
 
4158
 
#: nova/network/manager.py:421
 
4172
#: nova/network/manager.py:408
4159
4173
#, python-format
4160
4174
msgid "Quota exceeded for %(pid)s, tried to allocate floating IP"
4161
4175
msgstr ""
4162
4176
 
4163
 
#: nova/network/manager.py:482
 
4177
#: nova/network/manager.py:469
4164
4178
msgid "Failed to update usages deallocating floating IP"
4165
4179
msgstr ""
4166
4180
 
4167
 
#: nova/network/manager.py:691
 
4181
#: nova/network/manager.py:650
 
4182
#, python-format
 
4183
msgid "Starting migration network for instance %(instance_uuid)s"
 
4184
msgstr ""
 
4185
 
 
4186
#: nova/network/manager.py:657
 
4187
#, python-format
 
4188
msgid ""
 
4189
"Floating ip address |%(address)s| no longer belongs to instance "
 
4190
"%(instance_uuid)s. Will notmigrate it "
 
4191
msgstr ""
 
4192
 
 
4193
#: nova/network/manager.py:678
 
4194
#, python-format
 
4195
msgid "Finishing migration network for instance %(instance_uuid)s"
 
4196
msgstr ""
 
4197
 
 
4198
#: nova/network/manager.py:686
 
4199
#, python-format
 
4200
msgid ""
 
4201
"Floating ip address |%(address)s| no longer belongs to instance "
 
4202
"%(instance_uuid)s. Will notsetup it."
 
4203
msgstr ""
 
4204
 
 
4205
#: nova/network/manager.py:733
4168
4206
#, python-format
4169
4207
msgid ""
4170
4208
"Database inconsistency: DNS domain |%s| is registered in the Nova db but "
4172
4210
"ignored."
4173
4211
msgstr ""
4174
4212
 
4175
 
#: nova/network/manager.py:737
 
4213
#: nova/network/manager.py:779
4176
4214
#, python-format
4177
4215
msgid "Domain |%(domain)s| already exists, changing zone to |%(av_zone)s|."
4178
4216
msgstr ""
4179
4217
 
4180
 
#: nova/network/manager.py:747
 
4218
#: nova/network/manager.py:789
4181
4219
#, python-format
4182
4220
msgid "Domain |%(domain)s| already exists, changing project to |%(project)s|."
4183
4221
msgstr ""
4184
4222
 
4185
 
#: nova/network/manager.py:858
 
4223
#: nova/network/manager.py:903
4186
4224
#, python-format
4187
4225
msgid "Disassociated %s stale fixed ip(s)"
4188
4226
msgstr ""
4189
4227
 
4190
 
#: nova/network/manager.py:862
 
4228
#: nova/network/manager.py:907
4191
4229
msgid "setting network host"
4192
4230
msgstr ""
4193
4231
 
4194
 
#: nova/network/manager.py:976
 
4232
#: nova/network/manager.py:1021
4195
4233
msgid "network allocations"
4196
4234
msgstr ""
4197
4235
 
4198
 
#: nova/network/manager.py:981
 
4236
#: nova/network/manager.py:1026
4199
4237
#, python-format
4200
4238
msgid "networks retrieved for instance: |%(networks)s|"
4201
4239
msgstr ""
4202
4240
 
4203
 
#: nova/network/manager.py:1011
 
4241
#: nova/network/manager.py:1056
4204
4242
msgid "network deallocation for instance"
4205
4243
msgstr ""
4206
4244
 
4207
 
#: nova/network/manager.py:1234
 
4245
#: nova/network/manager.py:1279
4208
4246
#, python-format
4209
4247
msgid ""
4210
4248
"instance-dns-zone is |%(domain)s|, which is in availability zone "
4212
4250
"created."
4213
4251
msgstr ""
4214
4252
 
4215
 
#: nova/network/manager.py:1313
 
4253
#: nova/network/manager.py:1358
4216
4254
#, python-format
4217
4255
msgid "Unable to release %s because vif doesn't exist."
4218
4256
msgstr ""
4219
4257
 
4220
 
#: nova/network/manager.py:1334
 
4258
#: nova/network/manager.py:1379
4221
4259
#, python-format
4222
4260
msgid "Leased IP |%(address)s|"
4223
4261
msgstr ""
4224
4262
 
4225
 
#: nova/network/manager.py:1338
 
4263
#: nova/network/manager.py:1383
4226
4264
#, python-format
4227
4265
msgid "IP %s leased that is not associated"
4228
4266
msgstr ""
4229
4267
 
4230
 
#: nova/network/manager.py:1346
 
4268
#: nova/network/manager.py:1391
4231
4269
#, python-format
4232
4270
msgid "IP |%s| leased that isn't allocated"
4233
4271
msgstr ""
4234
4272
 
4235
 
#: nova/network/manager.py:1351
 
4273
#: nova/network/manager.py:1396
4236
4274
#, python-format
4237
4275
msgid "Released IP |%(address)s|"
4238
4276
msgstr ""
4239
4277
 
4240
 
#: nova/network/manager.py:1355
 
4278
#: nova/network/manager.py:1400
4241
4279
#, python-format
4242
4280
msgid "IP %s released that is not associated"
4243
4281
msgstr ""
4244
4282
 
4245
 
#: nova/network/manager.py:1358
 
4283
#: nova/network/manager.py:1403
4246
4284
#, python-format
4247
4285
msgid "IP %s released that was not leased"
4248
4286
msgstr ""
4249
4287
 
4250
 
#: nova/network/manager.py:1377
 
4288
#: nova/network/manager.py:1422
4251
4289
#, python-format
4252
4290
msgid "%s must be an integer"
4253
4291
msgstr ""
4254
4292
 
4255
 
#: nova/network/manager.py:1401
 
4293
#: nova/network/manager.py:1446
4256
4294
msgid "Maximum allowed length for 'label' is 255."
4257
4295
msgstr ""
4258
4296
 
4259
 
#: nova/network/manager.py:1421
 
4297
#: nova/network/manager.py:1466
4260
4298
#, python-format
4261
4299
msgid ""
4262
4300
"Subnet(s) too large, defaulting to /%s.  To override, specify "
4263
4301
"network_size flag."
4264
4302
msgstr ""
4265
4303
 
4266
 
#: nova/network/manager.py:1499
 
4304
#: nova/network/manager.py:1547
4267
4305
msgid "cidr already in use"
4268
4306
msgstr ""
4269
4307
 
4270
 
#: nova/network/manager.py:1502
 
4308
#: nova/network/manager.py:1550
4271
4309
#, python-format
4272
4310
msgid "requested cidr (%(cidr)s) conflicts with existing supernet (%(super)s)"
4273
4311
msgstr ""
4274
4312
 
4275
 
#: nova/network/manager.py:1513
 
4313
#: nova/network/manager.py:1561
4276
4314
#, python-format
4277
4315
msgid ""
4278
4316
"requested cidr (%(cidr)s) conflicts with existing smaller cidr "
4279
4317
"(%(smaller)s)"
4280
4318
msgstr ""
4281
4319
 
4282
 
#: nova/network/manager.py:1572
 
4320
#: nova/network/manager.py:1620
4283
4321
msgid "Network already exists!"
4284
4322
msgstr ""
4285
4323
 
4286
 
#: nova/network/manager.py:1592
 
4324
#: nova/network/manager.py:1640
4287
4325
#, python-format
4288
4326
msgid "Network must be disassociated from project %s before delete"
4289
4327
msgstr ""
4290
4328
 
4291
 
#: nova/network/manager.py:2041
 
4329
#: nova/network/manager.py:2097
4292
4330
msgid ""
4293
4331
"The sum between the number of networks and the vlan start cannot be "
4294
4332
"greater than 4094"
4295
4333
msgstr ""
4296
4334
 
4297
 
#: nova/network/manager.py:2048
 
4335
#: nova/network/manager.py:2104
4298
4336
#, python-format
4299
4337
msgid ""
4300
4338
"The network range is not big enough to fit %(num_networks)s. Network size"
4327
4365
msgid "_get_auth_token() failed"
4328
4366
msgstr ""
4329
4367
 
4330
 
#: nova/network/quantumv2/api.py:92
 
4368
#: nova/network/quantumv2/api.py:97
4331
4369
#, python-format
4332
4370
msgid "allocate_for_instance() for %s"
4333
4371
msgstr ""
4334
4372
 
4335
 
#: nova/network/quantumv2/api.py:95
 
4373
#: nova/network/quantumv2/api.py:100
4336
4374
#, python-format
4337
4375
msgid "empty project id for instance %s"
4338
4376
msgstr ""
4339
4377
 
4340
 
#: nova/network/quantumv2/api.py:148
 
4378
#: nova/network/quantumv2/api.py:153
4341
4379
#, python-format
4342
4380
msgid "Fail to delete port %(portid)s with failure: %(exception)s"
4343
4381
msgstr ""
4344
4382
 
4345
 
#: nova/network/quantumv2/api.py:159
 
4383
#: nova/network/quantumv2/api.py:164
4346
4384
#, python-format
4347
4385
msgid "deallocate_for_instance() for %s"
4348
4386
msgstr ""
4349
4387
 
4350
 
#: nova/network/quantumv2/api.py:168
 
4388
#: nova/network/quantumv2/api.py:173
4351
4389
#, python-format
4352
4390
msgid "Failed to delete quantum port %(portid)s "
4353
4391
msgstr ""
4354
4392
 
4355
 
#: nova/network/quantumv2/api.py:177
 
4393
#: nova/network/quantumv2/api.py:182
4356
4394
#, python-format
4357
4395
msgid "get_instance_nw_info() for %s"
4358
4396
msgstr ""
4359
4397
 
4360
 
#: nova/network/quantumv2/api.py:192
 
4398
#: nova/network/quantumv2/api.py:197
4361
4399
#, python-format
4362
4400
msgid "validate_networks() for %s"
4363
4401
msgstr ""
4364
4402
 
4365
 
#: nova/openstack/common/log.py:299
 
4403
#: nova/network/quantumv2/api.py:438
 
4404
#, python-format
 
4405
msgid "Multiple floating IP pools matches found for name '%s'"
 
4406
msgstr ""
 
4407
 
 
4408
#: nova/openstack/common/lockutils.py:98
 
4409
#, python-format
 
4410
msgid "Could not release the acquired lock `%s`"
 
4411
msgstr ""
 
4412
 
 
4413
#: nova/openstack/common/lockutils.py:184
 
4414
#, python-format
 
4415
msgid "Got semaphore \"%(lock)s\" for method \"%(method)s\"..."
 
4416
msgstr ""
 
4417
 
 
4418
#: nova/openstack/common/lockutils.py:188
 
4419
#, python-format
 
4420
msgid "Attempting to grab file lock \"%(lock)s\" for method \"%(method)s\"..."
 
4421
msgstr ""
 
4422
 
 
4423
#: nova/openstack/common/lockutils.py:216
 
4424
#, python-format
 
4425
msgid "Got file lock \"%(lock)s\" at %(path)s for method \"%(method)s\"..."
 
4426
msgstr ""
 
4427
 
 
4428
#: nova/openstack/common/log.py:298
4366
4429
#, python-format
4367
4430
msgid "syslog facility must be one of: %s"
4368
4431
msgstr ""
4369
4432
 
4370
 
#: nova/openstack/common/policy.py:149
4371
 
#, python-format
4372
 
msgid ""
4373
 
"Inheritance-based rules are deprecated; use the default brain instead of "
4374
 
"%s."
4375
 
msgstr ""
4376
 
 
4377
 
#: nova/openstack/common/policy.py:163
4378
 
#, python-format
4379
 
msgid "Failed to understand rule %(match)r"
4380
 
msgstr ""
4381
 
 
4382
 
#: nova/openstack/common/policy.py:173
4383
 
#, python-format
4384
 
msgid "Inheritance-based rules are deprecated; update _check_%s"
4385
 
msgstr ""
4386
 
 
4387
 
#: nova/openstack/common/policy.py:179
 
4433
#: nova/openstack/common/policy.py:394
 
4434
#, python-format
 
4435
msgid "Failed to understand rule %(rule)s"
 
4436
msgstr ""
 
4437
 
 
4438
#: nova/openstack/common/policy.py:404
4388
4439
#, python-format
4389
4440
msgid "No handler for matches of kind %s"
4390
4441
msgstr ""
4391
4442
 
 
4443
#: nova/openstack/common/policy.py:679
 
4444
#, python-format
 
4445
msgid "Failed to understand rule %(rule)r"
 
4446
msgstr ""
 
4447
 
4392
4448
#: nova/openstack/common/notifier/api.py:125
4393
4449
#, python-format
4394
4450
msgid "%s not in valid priorities"
4416
4472
msgid "Failed to load plugin %(plug)s: %(exc)s"
4417
4473
msgstr ""
4418
4474
 
4419
 
#: nova/openstack/common/rpc/amqp.py:208
 
4475
#: nova/openstack/common/rpc/amqp.py:209
4420
4476
#, python-format
4421
4477
msgid "unpacked context: %s"
4422
4478
msgstr ""
4423
4479
 
4424
 
#: nova/openstack/common/rpc/amqp.py:252
 
4480
#: nova/openstack/common/rpc/amqp.py:253
4425
4481
#, python-format
4426
4482
msgid "received %s"
4427
4483
msgstr "отримано %s"
4428
4484
 
4429
 
#: nova/openstack/common/rpc/amqp.py:258
 
4485
#: nova/openstack/common/rpc/amqp.py:259
4430
4486
#, python-format
4431
4487
msgid "no method for message: %s"
4432
4488
msgstr "без порядку для повідомлень: %s"
4433
4489
 
4434
 
#: nova/openstack/common/rpc/amqp.py:259
 
4490
#: nova/openstack/common/rpc/amqp.py:260
4435
4491
#, python-format
4436
4492
msgid "No method for message: %s"
4437
4493
msgstr "Без порядку для повідомлень: %s"
4438
4494
 
4439
 
#: nova/openstack/common/rpc/amqp.py:351
 
4495
#: nova/openstack/common/rpc/amqp.py:352
4440
4496
#, python-format
4441
4497
msgid "Making asynchronous call on %s ..."
4442
4498
msgstr ""
4443
4499
 
4444
 
#: nova/openstack/common/rpc/amqp.py:354
 
4500
#: nova/openstack/common/rpc/amqp.py:355
4445
4501
#, python-format
4446
4502
msgid "MSG_ID is %s"
4447
4503
msgstr "MSG_ID %s"
4448
4504
 
4449
 
#: nova/openstack/common/rpc/amqp.py:376
 
4505
#: nova/openstack/common/rpc/amqp.py:377
4450
4506
#, python-format
4451
4507
msgid "Making asynchronous cast on %s..."
4452
4508
msgstr ""
4453
4509
 
4454
 
#: nova/openstack/common/rpc/amqp.py:384
 
4510
#: nova/openstack/common/rpc/amqp.py:385
4455
4511
msgid "Making asynchronous fanout cast..."
4456
4512
msgstr ""
4457
4513
 
4458
 
#: nova/openstack/common/rpc/amqp.py:410
 
4514
#: nova/openstack/common/rpc/amqp.py:411
4459
4515
#, python-format
4460
4516
msgid "Sending %(event_type)s on %(topic)s"
4461
4517
msgstr ""
4489
4545
msgid "Returning exception %s to caller"
4490
4546
msgstr ""
4491
4547
 
4492
 
#: nova/openstack/common/rpc/impl_kombu.py:145
 
4548
#: nova/openstack/common/rpc/impl_kombu.py:168
4493
4549
#: nova/openstack/common/rpc/impl_qpid.py:144
4494
4550
msgid "Failed to process message... skipping it."
4495
4551
msgstr ""
4496
4552
 
4497
 
#: nova/openstack/common/rpc/impl_kombu.py:431
 
4553
#: nova/openstack/common/rpc/impl_kombu.py:468
4498
4554
#, python-format
4499
4555
msgid "Reconnecting to AMQP server on %(hostname)s:%(port)d"
4500
4556
msgstr ""
4501
4557
 
4502
 
#: nova/openstack/common/rpc/impl_kombu.py:453
 
4558
#: nova/openstack/common/rpc/impl_kombu.py:490
4503
4559
#, python-format
4504
4560
msgid "Connected to AMQP server on %(hostname)s:%(port)d"
4505
4561
msgstr ""
4506
4562
 
4507
 
#: nova/openstack/common/rpc/impl_kombu.py:489
 
4563
#: nova/openstack/common/rpc/impl_kombu.py:527
4508
4564
#, python-format
4509
4565
msgid ""
4510
4566
"Unable to connect to AMQP server on %(hostname)s:%(port)d after "
4511
4567
"%(max_retries)d tries: %(err_str)s"
4512
4568
msgstr ""
4513
4569
 
4514
 
#: nova/openstack/common/rpc/impl_kombu.py:505
 
4570
#: nova/openstack/common/rpc/impl_kombu.py:543
4515
4571
#, python-format
4516
4572
msgid ""
4517
4573
"AMQP server on %(hostname)s:%(port)d is unreachable: %(err_str)s. Trying "
4518
4574
"again in %(sleep_time)d seconds."
4519
4575
msgstr ""
4520
4576
 
4521
 
#: nova/openstack/common/rpc/impl_kombu.py:556
4522
 
#: nova/openstack/common/rpc/impl_qpid.py:402
 
4577
#: nova/openstack/common/rpc/impl_kombu.py:595
 
4578
#: nova/openstack/common/rpc/impl_qpid.py:403
4523
4579
#, python-format
4524
4580
msgid "Failed to declare consumer for topic '%(topic)s': %(err_str)s"
4525
4581
msgstr ""
4526
4582
 
4527
 
#: nova/openstack/common/rpc/impl_kombu.py:574
4528
 
#: nova/openstack/common/rpc/impl_qpid.py:417
 
4583
#: nova/openstack/common/rpc/impl_kombu.py:613
 
4584
#: nova/openstack/common/rpc/impl_qpid.py:418
4529
4585
#, python-format
4530
4586
msgid "Timed out waiting for RPC response: %s"
4531
4587
msgstr ""
4532
4588
 
4533
 
#: nova/openstack/common/rpc/impl_kombu.py:578
4534
 
#: nova/openstack/common/rpc/impl_qpid.py:421
 
4589
#: nova/openstack/common/rpc/impl_kombu.py:617
 
4590
#: nova/openstack/common/rpc/impl_qpid.py:422
4535
4591
#, python-format
4536
4592
msgid "Failed to consume message from queue: %s"
4537
4593
msgstr ""
4538
4594
 
4539
 
#: nova/openstack/common/rpc/impl_kombu.py:612
4540
 
#: nova/openstack/common/rpc/impl_qpid.py:451
 
4595
#: nova/openstack/common/rpc/impl_kombu.py:651
 
4596
#: nova/openstack/common/rpc/impl_qpid.py:452
4541
4597
#, python-format
4542
4598
msgid "Failed to publish message to topic '%(topic)s': %(err_str)s"
4543
4599
msgstr ""
4544
4600
 
4545
 
#: nova/openstack/common/rpc/impl_qpid.py:358
 
4601
#: nova/openstack/common/rpc/impl_qpid.py:359
4546
4602
#, python-format
4547
4603
msgid "Unable to connect to AMQP server: %s"
4548
4604
msgstr ""
4549
4605
 
4550
 
#: nova/openstack/common/rpc/impl_qpid.py:363
 
4606
#: nova/openstack/common/rpc/impl_qpid.py:364
4551
4607
#, python-format
4552
4608
msgid "Connected to AMQP server on %s"
4553
4609
msgstr ""
4554
4610
 
4555
 
#: nova/openstack/common/rpc/impl_qpid.py:371
 
4611
#: nova/openstack/common/rpc/impl_qpid.py:372
4556
4612
msgid "Re-established AMQP queues"
4557
4613
msgstr ""
4558
4614
 
4559
 
#: nova/openstack/common/rpc/impl_qpid.py:429
 
4615
#: nova/openstack/common/rpc/impl_qpid.py:430
4560
4616
msgid "Error processing message.  Skipping it."
4561
4617
msgstr ""
4562
4618
 
4757
4813
msgid "Casted '%(method)s' to compute '%(host)s'"
4758
4814
msgstr ""
4759
4815
 
4760
 
#: nova/scheduler/driver.py:133
4761
 
#, python-format
4762
 
msgid "Casted '%(method)s' to network '%(host)s'"
4763
 
msgstr ""
4764
 
 
4765
 
#: nova/scheduler/driver.py:151
 
4816
#: nova/scheduler/driver.py:141
4766
4817
#, python-format
4767
4818
msgid "Casted '%(method)s' to %(topic)s '%(host)s'"
4768
4819
msgstr ""
4769
4820
 
4770
 
#: nova/scheduler/driver.py:199
 
4821
#: nova/scheduler/driver.py:189
4771
4822
msgid "Driver must implement schedule_prep_resize"
4772
4823
msgstr ""
4773
4824
 
4774
 
#: nova/scheduler/driver.py:207
 
4825
#: nova/scheduler/driver.py:197
4775
4826
msgid "Driver must implement schedule_run_instance"
4776
4827
msgstr ""
4777
4828
 
4778
 
#: nova/scheduler/driver.py:212
 
4829
#: nova/scheduler/driver.py:202
4779
4830
msgid "Driver must implement schedule_create_volune"
4780
4831
msgstr ""
4781
4832
 
4782
 
#: nova/scheduler/driver.py:344
 
4833
#: nova/scheduler/driver.py:334
4783
4834
#, python-format
4784
4835
msgid ""
4785
4836
"Unable to migrate %(instance_uuid)s to %(dest)s: Lack of "
4796
4847
msgid "Attempting to build %(num_instances)d instance(s)"
4797
4848
msgstr ""
4798
4849
 
4799
 
#: nova/scheduler/filter_scheduler.py:182
 
4850
#: nova/scheduler/filter_scheduler.py:186
4800
4851
msgid "Invalid value for 'scheduler_max_attempts', must be >= 1"
4801
4852
msgstr ""
4802
4853
 
4803
 
#: nova/scheduler/filter_scheduler.py:209
 
4854
#: nova/scheduler/filter_scheduler.py:213
4804
4855
#, python-format
4805
4856
msgid ""
4806
4857
"Exceeded max scheduling attempts %(max_attempts)d for instance "
4807
4858
"%(instance_uuid)s"
4808
4859
msgstr ""
4809
4860
 
4810
 
#: nova/scheduler/filter_scheduler.py:220
 
4861
#: nova/scheduler/filter_scheduler.py:224
4811
4862
msgid "Scheduler only understands Compute nodes (for now)"
4812
4863
msgstr ""
4813
4864
 
4814
 
#: nova/scheduler/filter_scheduler.py:272
 
4865
#: nova/scheduler/filter_scheduler.py:276
4815
4866
#, python-format
4816
4867
msgid "Filtered %(hosts)s"
4817
4868
msgstr ""
4818
4869
 
4819
 
#: nova/scheduler/filter_scheduler.py:282
 
4870
#: nova/scheduler/filter_scheduler.py:286
4820
4871
#, python-format
4821
4872
msgid "Weighted %(weighted_host)s"
4822
4873
msgstr ""
4823
4874
 
4824
 
#: nova/scheduler/host_manager.py:150
 
4875
#: nova/scheduler/host_manager.py:237
4825
4876
#, python-format
4826
4877
msgid "Host filter fails for ignored host %(host)s"
4827
4878
msgstr ""
4828
4879
 
4829
 
#: nova/scheduler/host_manager.py:157
 
4880
#: nova/scheduler/host_manager.py:244
4830
4881
#, python-format
4831
4882
msgid "Host filter fails for non-forced host %(host)s"
4832
4883
msgstr ""
4833
4884
 
4834
 
#: nova/scheduler/host_manager.py:163
 
4885
#: nova/scheduler/host_manager.py:250
4835
4886
#, python-format
4836
4887
msgid "Host filter function %(func)s failed for %(host)s"
4837
4888
msgstr ""
4838
4889
 
4839
 
#: nova/scheduler/host_manager.py:169
 
4890
#: nova/scheduler/host_manager.py:256
4840
4891
#, python-format
4841
4892
msgid "Host filter passes for %(host)s"
4842
4893
msgstr ""
4843
4894
 
4844
 
#: nova/scheduler/host_manager.py:230
 
4895
#: nova/scheduler/host_manager.py:318
4845
4896
#, python-format
4846
4897
msgid "Received %(service_name)s service update from %(host)s."
4847
4898
msgstr ""
4848
4899
 
4849
 
#: nova/scheduler/host_manager.py:253
 
4900
#: nova/scheduler/host_manager.py:341
4850
4901
msgid "host_manager only implemented for 'compute'"
4851
4902
msgstr ""
4852
4903
 
4853
 
#: nova/scheduler/host_manager.py:263
 
4904
#: nova/scheduler/host_manager.py:351
4854
4905
#, python-format
4855
4906
msgid "No service for compute ID %s"
4856
4907
msgstr ""
4899
4950
msgid "%(host_state)s fails instance_type extra_specs requirements"
4900
4951
msgstr ""
4901
4952
 
4902
 
#: nova/scheduler/filters/compute_filter.py:36
 
4953
#: nova/scheduler/filters/compute_filter.py:38
4903
4954
#, python-format
4904
4955
msgid "%(host_state)s is disabled or has not been heard from in a while"
4905
4956
msgstr ""
4906
4957
 
4907
 
#: nova/scheduler/filters/compute_filter.py:40
 
4958
#: nova/scheduler/filters/compute_filter.py:42
4908
4959
#, python-format
4909
4960
msgid "%(host_state)s is disabled via capabilities"
4910
4961
msgstr ""
4946
4997
msgid "%(host_state)s does not support requested instance_properties"
4947
4998
msgstr ""
4948
4999
 
 
5000
#: nova/scheduler/filters/io_ops_filter.py:42
 
5001
#, python-format
 
5002
msgid ""
 
5003
"%(host_state)s fails I/O ops check: Max IOs per host is set to "
 
5004
"%(max_io_ops)s"
 
5005
msgstr ""
 
5006
 
 
5007
#: nova/scheduler/filters/num_instances_filter.py:39
 
5008
#, python-format
 
5009
msgid ""
 
5010
"%(host_state)s fails num_instances check: Max instances per host is set "
 
5011
"to %(max_instances)s"
 
5012
msgstr ""
 
5013
 
4949
5014
#: nova/scheduler/filters/ram_filter.py:46
4950
5015
#, python-format
4951
5016
msgid ""
4958
5023
msgid "Previously tried hosts: %(hosts)s.  (host=%(host)s)"
4959
5024
msgstr ""
4960
5025
 
4961
 
#: nova/scheduler/filters/trusted_filter.py:195
 
5026
#: nova/scheduler/filters/trusted_filter.py:201
4962
5027
#, python-format
4963
5028
msgid "TCP: trust state of %(host)s:%(level)s(%(trust)s)"
4964
5029
msgstr ""
4987
5052
msgid "Reply to faked command is stdout='%(stdout)s' stderr='%(stderr)s'"
4988
5053
msgstr ""
4989
5054
 
4990
 
#: nova/tests/fake_volume.py:175 nova/volume/api.py:90 nova/volume/api.py:318
 
5055
#: nova/tests/fake_volume.py:177 nova/volume/api.py:90 nova/volume/api.py:318
4991
5056
#: nova/volume/cinder.py:159
4992
5057
msgid "status must be available"
4993
5058
msgstr ""
4994
5059
 
4995
 
#: nova/tests/fake_volume.py:178 nova/volume/api.py:321
 
5060
#: nova/tests/fake_volume.py:180 nova/volume/api.py:321
4996
5061
#: nova/volume/cinder.py:162
4997
5062
msgid "already attached"
4998
5063
msgstr ""
4999
5064
 
5000
 
#: nova/tests/fake_volume.py:183 nova/volume/api.py:328
 
5065
#: nova/tests/fake_volume.py:185 nova/volume/api.py:328
5001
5066
#: nova/volume/cinder.py:168
5002
5067
msgid "already detached"
5003
5068
msgstr ""
5004
5069
 
5005
 
#: nova/tests/fakelibvirt.py:835
 
5070
#: nova/tests/fakelibvirt.py:849
5006
5071
msgid "Please extend mock libvirt module to support flags"
5007
5072
msgstr ""
5008
5073
 
5009
 
#: nova/tests/fakelibvirt.py:839
 
5074
#: nova/tests/fakelibvirt.py:853
5010
5075
msgid "Expected a list for 'auth' parameter"
5011
5076
msgstr ""
5012
5077
 
5013
 
#: nova/tests/fakelibvirt.py:843
 
5078
#: nova/tests/fakelibvirt.py:857
5014
5079
msgid "Expected a function in 'auth[0]' parameter"
5015
5080
msgstr ""
5016
5081
 
5017
 
#: nova/tests/fakelibvirt.py:847
 
5082
#: nova/tests/fakelibvirt.py:861
5018
5083
msgid "Expected a function in 'auth[1]' parameter"
5019
5084
msgstr ""
5020
5085
 
5021
 
#: nova/tests/test_misc.py:63
 
5086
#: nova/tests/test_misc.py:62
5022
5087
#, python-format
5023
5088
msgid ""
5024
5089
"The following migrations are missing a downgrade:\n"
5061
5126
msgid "uuid"
5062
5127
msgstr ""
5063
5128
 
5064
 
#: nova/tests/test_storwize_svc.py:169
 
5129
#: nova/tests/test_storwize_svc.py:177
5065
5130
#, python-format
5066
5131
msgid "unrecognized argument %s"
5067
5132
msgstr ""
5068
5133
 
5069
 
#: nova/tests/test_storwize_svc.py:818
 
5134
#: nova/tests/test_storwize_svc.py:897
5070
5135
#, python-format
5071
5136
msgid "Run CLI command: %s"
5072
5137
msgstr ""
5073
5138
 
5074
 
#: nova/tests/test_storwize_svc.py:821
 
5139
#: nova/tests/test_storwize_svc.py:900
5075
5140
#, python-format
5076
5141
msgid ""
5077
5142
"CLI output:\n"
5079
5144
" stderr: %(err)s"
5080
5145
msgstr ""
5081
5146
 
5082
 
#: nova/tests/test_storwize_svc.py:826
 
5147
#: nova/tests/test_storwize_svc.py:905
5083
5148
#, python-format
5084
5149
msgid ""
5085
5150
"CLI Exception output:\n"
5097
5162
msgid "Result data: %s"
5098
5163
msgstr ""
5099
5164
 
5100
 
#: nova/tests/test_xenapi.py:709
 
5165
#: nova/tests/test_xenapi.py:691
5101
5166
#, python-format
5102
5167
msgid "Creating files in %s to simulate guest agent"
5103
5168
msgstr ""
5104
5169
 
5105
 
#: nova/tests/test_xenapi.py:720
 
5170
#: nova/tests/test_xenapi.py:702
5106
5171
#, python-format
5107
5172
msgid "Removing simulated guest agent files in %s"
5108
5173
msgstr ""
5119
5184
msgid "unexpected role header"
5120
5185
msgstr ""
5121
5186
 
5122
 
#: nova/tests/api/openstack/compute/test_servers.py:2894
 
5187
#: nova/tests/api/openstack/compute/test_servers.py:2996
5123
5188
msgid ""
5124
5189
"Quota exceeded for instances: Requested 1, but already used 10 of 10 "
5125
5190
"instances"
5126
5191
msgstr ""
5127
5192
 
5128
 
#: nova/tests/api/openstack/compute/test_servers.py:2899
 
5193
#: nova/tests/api/openstack/compute/test_servers.py:3001
5129
5194
msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram"
5130
5195
msgstr ""
5131
5196
 
5132
 
#: nova/tests/api/openstack/compute/test_servers.py:2904
 
5197
#: nova/tests/api/openstack/compute/test_servers.py:3006
5133
5198
msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores"
5134
5199
msgstr ""
5135
5200
 
5153
5218
msgid "_get_all: %s"
5154
5219
msgstr ""
5155
5220
 
5156
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:121
 
5221
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:126
5157
5222
#, python-format
5158
5223
msgid "test_snapshot_create: param=%s"
5159
5224
msgstr ""
5160
5225
 
5161
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:130
 
5226
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:135
5162
5227
#, python-format
5163
5228
msgid "test_snapshot_create: resp_dict=%s"
5164
5229
msgstr ""
5165
5230
 
5166
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:152
5167
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:178
 
5231
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:157
 
5232
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:183
5168
5233
#, python-format
5169
5234
msgid "test_snapshot_create_force: param=%s"
5170
5235
msgstr ""
5171
5236
 
5172
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:161
 
5237
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:166
5173
5238
#, python-format
5174
5239
msgid "test_snapshot_create_force: resp_dict=%s"
5175
5240
msgstr ""
5176
5241
 
5177
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:214
 
5242
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:219
5178
5243
#, python-format
5179
5244
msgid "test_snapshot_show: resp=%s"
5180
5245
msgstr ""
5181
5246
 
5182
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:240
 
5247
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:245
5183
5248
#, python-format
5184
5249
msgid "test_snapshot_detail: resp_dict=%s"
5185
5250
msgstr ""
5186
5251
 
5187
 
#: nova/tests/compute/test_compute.py:577
5188
 
#: nova/tests/compute/test_compute.py:595
5189
 
#: nova/tests/compute/test_compute.py:628
5190
 
#: nova/tests/compute/test_compute.py:653
5191
 
#: nova/tests/compute/test_compute.py:2243
 
5252
#: nova/tests/compute/test_compute.py:630
 
5253
#: nova/tests/compute/test_compute.py:648
 
5254
#: nova/tests/compute/test_compute.py:684
 
5255
#: nova/tests/compute/test_compute.py:709
 
5256
#: nova/tests/compute/test_compute.py:2372
5192
5257
#, python-format
5193
5258
msgid "Running instances: %s"
5194
5259
msgstr ""
5195
5260
 
5196
 
#: nova/tests/compute/test_compute.py:583
5197
 
#: nova/tests/compute/test_compute.py:618
5198
 
#: nova/tests/compute/test_compute.py:641
 
5261
#: nova/tests/compute/test_compute.py:636
5199
5262
#: nova/tests/compute/test_compute.py:671
 
5263
#: nova/tests/compute/test_compute.py:697
 
5264
#: nova/tests/compute/test_compute.py:727
5200
5265
#, python-format
5201
5266
msgid "After terminating instances: %s"
5202
5267
msgstr ""
5203
5268
 
5204
 
#: nova/tests/compute/test_compute.py:993
 
5269
#: nova/tests/compute/test_compute.py:1104
5205
5270
msgid "Internal error"
5206
5271
msgstr ""
5207
5272
 
5208
 
#: nova/tests/compute/test_compute.py:2254
 
5273
#: nova/tests/compute/test_compute.py:2383
5209
5274
#, python-format
5210
5275
msgid "After force-killing instances: %s"
5211
5276
msgstr ""
5225
5290
msgid "Failed to get info for disk %s"
5226
5291
msgstr ""
5227
5292
 
5228
 
#: nova/tests/integrated/test_api_samples.py:130
 
5293
#: nova/tests/integrated/test_api_samples.py:138
5229
5294
#, python-format
5230
5295
msgid "Result: %(result)s is not a dict."
5231
5296
msgstr ""
5232
5297
 
5233
 
#: nova/tests/integrated/test_api_samples.py:134
 
5298
#: nova/tests/integrated/test_api_samples.py:142
5234
5299
#, python-format
5235
5300
msgid ""
5236
5301
"Key mismatch:\n"
5238
5303
"%(res_keys)s"
5239
5304
msgstr ""
5240
5305
 
5241
 
#: nova/tests/integrated/test_api_samples.py:142
 
5306
#: nova/tests/integrated/test_api_samples.py:150
5242
5307
#, python-format
5243
5308
msgid "Result: %(result)s is not a list."
5244
5309
msgstr ""
5245
5310
 
 
5311
#: nova/tests/integrated/test_api_samples.py:153
 
5312
#, python-format
 
5313
msgid ""
 
5314
"Length mismatch: %(result)s\n"
 
5315
"%(expected)s."
 
5316
msgstr ""
 
5317
 
5246
5318
#: nova/tests/integrated/test_api_samples.py:164
5247
 
#: nova/tests/integrated/test_api_samples.py:174
 
5319
#, python-format
 
5320
msgid "Result: %(res_obj)s not in %(expected)s."
 
5321
msgstr ""
 
5322
 
 
5323
#: nova/tests/integrated/test_api_samples.py:181
 
5324
#: nova/tests/integrated/test_api_samples.py:194
5248
5325
#, python-format
5249
5326
msgid ""
5250
5327
"Values do not match:\n"
5306
5383
msgid "Decoding JSON: %s"
5307
5384
msgstr ""
5308
5385
 
5309
 
#: nova/virt/configdrive.py:71
 
5386
#: nova/virt/configdrive.py:77
5310
5387
#, python-format
5311
5388
msgid "Added %(filepath)s to config drive"
5312
5389
msgstr ""
5313
5390
 
5314
 
#: nova/virt/connection.py:70
5315
 
msgid ""
5316
 
"Specifying virt driver via connection_type is deprecated. Use "
5317
 
"compute_driver=classname instead."
5318
 
msgstr ""
5319
 
 
5320
 
#: nova/virt/connection.py:82
5321
 
msgid "Failed to open connection to underlying virt platform"
5322
 
msgstr ""
5323
 
 
5324
 
#: nova/virt/firewall.py:175 nova/virt/libvirt/firewall.py:232
 
5391
#: nova/virt/firewall.py:176 nova/virt/libvirt/firewall.py:249
5325
5392
msgid "Attempted to unfilter instance which is not filtered"
5326
5393
msgstr ""
5327
5394
 
5328
 
#: nova/virt/firewall.py:185
 
5395
#: nova/virt/firewall.py:187
5329
5396
msgid "Filters added to instance"
5330
5397
msgstr ""
5331
5398
 
5332
 
#: nova/virt/firewall.py:187
 
5399
#: nova/virt/firewall.py:189
5333
5400
msgid "Provider Firewall Rules refreshed"
5334
5401
msgstr ""
5335
5402
 
5336
 
#: nova/virt/firewall.py:355
 
5403
#: nova/virt/firewall.py:357
5337
5404
#, python-format
5338
5405
msgid "Adding security group rule: %r"
5339
5406
msgstr ""
5340
5407
 
5341
 
#: nova/virt/firewall.py:481 nova/virt/xenapi/firewall.py:80
 
5408
#: nova/virt/firewall.py:489 nova/virt/xenapi/firewall.py:80
5342
5409
#, python-format
5343
5410
msgid "Adding provider rule: %s"
5344
5411
msgstr ""
5345
5412
 
5346
 
#: nova/virt/images.py:85
 
5413
#: nova/virt/images.py:101
5347
5414
msgid "'qemu-img info' parsing failed."
5348
5415
msgstr ""
5349
5416
 
5350
 
#: nova/virt/images.py:91
 
5417
#: nova/virt/images.py:107
5351
5418
#, python-format
5352
5419
msgid "fmt=%(fmt)s backed by: %(backing_file)s"
5353
5420
msgstr ""
5354
5421
 
5355
 
#: nova/virt/images.py:103
 
5422
#: nova/virt/images.py:118
5356
5423
#, python-format
5357
5424
msgid "Converted to raw, but format is now %s"
5358
5425
msgstr ""
5455
5522
msgid "domain does not exist"
5456
5523
msgstr ""
5457
5524
 
5458
 
#: nova/virt/baremetal/driver.py:115
 
5525
#: nova/virt/baremetal/driver.py:117
5459
5526
#, python-format
5460
5527
msgid "Error encountered when destroying instance '%(name)s': %(ex)s"
5461
5528
msgstr ""
5462
5529
 
5463
 
#: nova/virt/baremetal/driver.py:129
 
5530
#: nova/virt/baremetal/driver.py:131
5464
5531
#, python-format
5465
5532
msgid "instance %(instance_name)s: deleting instance files %(target)s"
5466
5533
msgstr ""
5467
5534
 
5468
 
#: nova/virt/baremetal/driver.py:156
 
5535
#: nova/virt/baremetal/driver.py:158
5469
5536
#, python-format
5470
5537
msgid "instance %s: rebooted"
5471
5538
msgstr ""
5472
5539
 
5473
 
#: nova/virt/baremetal/driver.py:160
 
5540
#: nova/virt/baremetal/driver.py:162
5474
5541
msgid "_wait_for_reboot failed"
5475
5542
msgstr ""
5476
5543
 
5477
 
#: nova/virt/baremetal/driver.py:189
 
5544
#: nova/virt/baremetal/driver.py:191
5478
5545
#, python-format
5479
5546
msgid "instance %s: rescued"
5480
5547
msgstr ""
5481
5548
 
5482
 
#: nova/virt/baremetal/driver.py:193
 
5549
#: nova/virt/baremetal/driver.py:195
5483
5550
msgid "_wait_for_rescue failed"
5484
5551
msgstr ""
5485
5552
 
5486
 
#: nova/virt/baremetal/driver.py:210
 
5553
#: nova/virt/baremetal/driver.py:212
5487
5554
msgid "<============= spawn of baremetal =============>"
5488
5555
msgstr ""
5489
5556
 
5490
 
#: nova/virt/baremetal/driver.py:223
 
5557
#: nova/virt/baremetal/driver.py:225
5491
5558
#, python-format
5492
5559
msgid "instance %s: is building"
5493
5560
msgstr ""
5494
5561
 
5495
 
#: nova/virt/baremetal/driver.py:229
 
5562
#: nova/virt/baremetal/driver.py:231
5496
5563
msgid "Key is injected but instance is not running yet"
5497
5564
msgstr ""
5498
5565
 
5499
 
#: nova/virt/baremetal/driver.py:238
 
5566
#: nova/virt/baremetal/driver.py:240
5500
5567
#, python-format
5501
5568
msgid "instance %s: booted"
5502
5569
msgstr ""
5503
5570
 
5504
 
#: nova/virt/baremetal/driver.py:245
 
5571
#: nova/virt/baremetal/driver.py:247
5505
5572
#, python-format
5506
5573
msgid "~~~~~~ current state = %s ~~~~~~"
5507
5574
msgstr ""
5508
5575
 
5509
 
#: nova/virt/baremetal/driver.py:247
 
5576
#: nova/virt/baremetal/driver.py:249
5510
5577
#, python-format
5511
5578
msgid "instance %s spawned successfully"
5512
5579
msgstr ""
5513
5580
 
5514
 
#: nova/virt/baremetal/driver.py:250
 
5581
#: nova/virt/baremetal/driver.py:252
5515
5582
#, python-format
5516
5583
msgid "instance %s:not booted"
5517
5584
msgstr ""
5518
5585
 
5519
 
#: nova/virt/baremetal/driver.py:253
 
5586
#: nova/virt/baremetal/driver.py:255
5520
5587
msgid "Baremetal assignment is overcommitted."
5521
5588
msgstr ""
5522
5589
 
5523
 
#: nova/virt/baremetal/driver.py:337
 
5590
#: nova/virt/baremetal/driver.py:339
5524
5591
#, python-format
5525
5592
msgid "instance %s: Creating image"
5526
5593
msgstr ""
5527
5594
 
5528
 
#: nova/virt/baremetal/driver.py:455
 
5595
#: nova/virt/baremetal/driver.py:457
5529
5596
#, python-format
5530
5597
msgid "instance %(inst_name)s: injecting %(injection)s into image %(img_id)s"
5531
5598
msgstr ""
5532
5599
 
5533
 
#: nova/virt/baremetal/driver.py:465
 
5600
#: nova/virt/baremetal/driver.py:467
5534
5601
#, python-format
5535
5602
msgid ""
5536
5603
"instance %(inst_name)s: ignoring error injecting data into image "
5537
5604
"%(img_id)s (%(e)s)"
5538
5605
msgstr ""
5539
5606
 
5540
 
#: nova/virt/baremetal/driver.py:511
 
5607
#: nova/virt/baremetal/driver.py:513
5541
5608
#, python-format
5542
5609
msgid "instance %s: starting toXML method"
5543
5610
msgstr ""
5544
5611
 
5545
 
#: nova/virt/baremetal/driver.py:514
 
5612
#: nova/virt/baremetal/driver.py:516
5546
5613
#, python-format
5547
5614
msgid "instance %s: finished toXML method"
5548
5615
msgstr ""
5549
5616
 
5550
 
#: nova/virt/baremetal/driver.py:558 nova/virt/hyperv/vmops.py:486
5551
 
#: nova/virt/libvirt/driver.py:1973
 
5617
#: nova/virt/baremetal/driver.py:560 nova/virt/hyperv/vmops.py:486
 
5618
#: nova/virt/libvirt/driver.py:1987
5552
5619
msgid ""
5553
5620
"Cannot get the number of cpu, because this function is not implemented "
5554
5621
"for this platform. This error can be safely ignored for now."
5555
5622
msgstr ""
5556
5623
 
5557
 
#: nova/virt/baremetal/driver.py:681
 
5624
#: nova/virt/baremetal/driver.py:683
5558
5625
#, python-format
5559
5626
msgid "#### RLK: cpu_arch = %s "
5560
5627
msgstr ""
5561
5628
 
5562
 
#: nova/virt/baremetal/driver.py:703
 
5629
#: nova/virt/baremetal/driver.py:700
5563
5630
msgid "Updating!"
5564
5631
msgstr ""
5565
5632
 
5566
 
#: nova/virt/baremetal/driver.py:730 nova/virt/libvirt/driver.py:3025
 
5633
#: nova/virt/baremetal/driver.py:727 nova/virt/libvirt/driver.py:3033
5567
5634
#: nova/virt/xenapi/host.py:148
5568
5635
msgid "Updating host stats"
5569
5636
msgstr ""
5620
5687
msgid "no capable image handler configured"
5621
5688
msgstr ""
5622
5689
 
5623
 
#: nova/virt/disk/api.py:244
 
5690
#: nova/virt/disk/api.py:245
5624
5691
#, python-format
5625
5692
msgid "no disk image handler for: %s"
5626
5693
msgstr ""
5627
5694
 
5628
 
#: nova/virt/disk/api.py:256
 
5695
#: nova/virt/disk/api.py:257
5629
5696
msgid "image already mounted"
5630
5697
msgstr ""
5631
5698
 
5632
 
#: nova/virt/disk/api.py:322
 
5699
#: nova/virt/disk/api.py:323
5633
5700
#, python-format
5634
5701
msgid ""
5635
5702
"Failed to mount container filesystem '%(image)s' on '%(target)s': "
5636
5703
"%(errors)s"
5637
5704
msgstr ""
5638
5705
 
5639
 
#: nova/virt/disk/api.py:339
 
5706
#: nova/virt/disk/api.py:340
5640
5707
#, python-format
5641
5708
msgid "Failed to unmount container filesystem: %s"
5642
5709
msgstr ""
5643
5710
 
5644
 
#: nova/virt/disk/api.py:372
 
5711
#: nova/virt/disk/api.py:373
5645
5712
msgid "injected file path not valid"
5646
5713
msgstr ""
5647
5714
 
5648
 
#: nova/virt/disk/api.py:517
 
5715
#: nova/virt/disk/api.py:518
5649
5716
msgid "Not implemented on Windows"
5650
5717
msgstr ""
5651
5718
 
5652
 
#: nova/virt/disk/api.py:551
 
5719
#: nova/virt/disk/api.py:552
5653
5720
#, python-format
5654
5721
msgid "User %(username)s not found in password file."
5655
5722
msgstr ""
5656
5723
 
5657
 
#: nova/virt/disk/api.py:567
 
5724
#: nova/virt/disk/api.py:568
5658
5725
#, python-format
5659
5726
msgid "User %(username)s not found in shadow file."
5660
5727
msgstr ""
5717
5784
msgid "nbd device %s did not show up"
5718
5785
msgstr ""
5719
5786
 
5720
 
#: nova/virt/hyperv/driver.py:193 nova/virt/hyperv/driver.py:196
 
5787
#: nova/virt/hyperv/driver.py:189 nova/virt/hyperv/driver.py:192
5721
5788
msgid "plug_vifs called"
5722
5789
msgstr ""
5723
5790
 
5724
 
#: nova/virt/hyperv/driver.py:199
 
5791
#: nova/virt/hyperv/driver.py:195
5725
5792
msgid "ensure_filtering_rules_for_instance called"
5726
5793
msgstr ""
5727
5794
 
 
5795
#: nova/virt/hyperv/driver.py:200
 
5796
msgid "unfilter_instance called"
 
5797
msgstr ""
 
5798
 
5728
5799
#: nova/virt/hyperv/driver.py:204
5729
 
msgid "unfilter_instance called"
5730
 
msgstr ""
5731
 
 
5732
 
#: nova/virt/hyperv/driver.py:208
5733
5800
msgid "confirm_migration called"
5734
5801
msgstr ""
5735
5802
 
5736
 
#: nova/virt/hyperv/driver.py:213
 
5803
#: nova/virt/hyperv/driver.py:209
5737
5804
msgid "finish_revert_migration called"
5738
5805
msgstr ""
5739
5806
 
5740
 
#: nova/virt/hyperv/driver.py:219
 
5807
#: nova/virt/hyperv/driver.py:215
5741
5808
msgid "finish_migration called"
5742
5809
msgstr ""
5743
5810
 
5744
 
#: nova/virt/hyperv/driver.py:222
 
5811
#: nova/virt/hyperv/driver.py:218
5745
5812
msgid "get_console_output called"
5746
5813
msgstr ""
5747
5814
 
6101
6168
msgid "Removing existing folder %s "
6102
6169
msgstr ""
6103
6170
 
6104
 
#: nova/virt/hyperv/volumeops.py:69 nova/virt/xenapi/vm_utils.py:414
 
6171
#: nova/virt/hyperv/volumeops.py:69 nova/virt/xenapi/vm_utils.py:483
6105
6172
#, python-format
6106
6173
msgid "block device info: %s"
6107
6174
msgstr ""
6126
6193
msgid "Attach volume failed: %s"
6127
6194
msgstr "Від'єднати том %s"
6128
6195
 
6129
 
#: nova/virt/hyperv/volumeops.py:137 nova/virt/xenapi/volumeops.py:194
 
6196
#: nova/virt/hyperv/volumeops.py:137 nova/virt/xenapi/volumeops.py:191
6130
6197
#, python-format
6131
6198
msgid "Unable to attach volume to instance %s"
6132
6199
msgstr ""
6161
6228
msgid "Failed to remove volume from VM %s"
6162
6229
msgstr ""
6163
6230
 
6164
 
#: nova/virt/hyperv/volumeops.py:207 nova/virt/libvirt/driver.py:603
 
6231
#: nova/virt/hyperv/volumeops.py:207 nova/virt/libvirt/driver.py:604
6165
6232
msgid "Could not determine iscsi initiator name"
6166
6233
msgstr ""
6167
6234
 
6279
6346
msgid "The ISCSI initiator name can't be found. Choosing the default one"
6280
6347
msgstr ""
6281
6348
 
6282
 
#: nova/virt/hyperv/volumeutils.py:121 nova/virt/libvirt/driver.py:1447
6283
 
#: nova/virt/xenapi/vm_utils.py:407
 
6349
#: nova/virt/hyperv/volumeutils.py:121 nova/virt/libvirt/driver.py:1463
 
6350
#: nova/virt/xenapi/vm_utils.py:476
6284
6351
#, python-format
6285
6352
msgid "block_device_list %s"
6286
6353
msgstr ""
6287
6354
 
6288
 
#: nova/virt/libvirt/driver.py:334
 
6355
#: nova/virt/libvirt/driver.py:333
6289
6356
#, python-format
6290
6357
msgid "Nova requires libvirt version %(major)i.%(minor)i.%(micro)i or greater."
6291
6358
msgstr ""
6292
6359
 
6293
 
#: nova/virt/libvirt/driver.py:340
 
6360
#: nova/virt/libvirt/driver.py:339
6294
6361
#, python-format
6295
6362
msgid "Connecting to libvirt: %s"
6296
6363
msgstr ""
6297
6364
 
6298
 
#: nova/virt/libvirt/driver.py:361
 
6365
#: nova/virt/libvirt/driver.py:360
6299
6366
msgid "Connection to libvirt broke"
6300
6367
msgstr ""
6301
6368
 
6302
 
#: nova/virt/libvirt/driver.py:383 nova/virt/libvirt/driver.py:386
 
6369
#: nova/virt/libvirt/driver.py:382 nova/virt/libvirt/driver.py:385
6303
6370
#, python-format
6304
6371
msgid "Can not handle authentication request for %d credentials"
6305
6372
msgstr ""
6306
6373
 
6307
 
#: nova/virt/libvirt/driver.py:468
 
6374
#: nova/virt/libvirt/driver.py:467
6308
6375
#, python-format
6309
6376
msgid "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s"
6310
6377
msgstr ""
6311
6378
 
6312
 
#: nova/virt/libvirt/driver.py:482
 
6379
#: nova/virt/libvirt/driver.py:481
6313
6380
msgid "During wait destroy, instance disappeared."
6314
6381
msgstr ""
6315
6382
 
6316
 
#: nova/virt/libvirt/driver.py:487
 
6383
#: nova/virt/libvirt/driver.py:486
6317
6384
msgid "Instance destroyed successfully."
6318
6385
msgstr ""
6319
6386
 
6320
 
#: nova/virt/libvirt/driver.py:509
 
6387
#: nova/virt/libvirt/driver.py:508
6321
6388
msgid "Error from libvirt during undefineFlags. Retrying with undefine"
6322
6389
msgstr ""
6323
6390
 
6324
 
#: nova/virt/libvirt/driver.py:524
 
6391
#: nova/virt/libvirt/driver.py:523
6325
6392
#, python-format
6326
6393
msgid "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s"
6327
6394
msgstr ""
6328
6395
 
6329
 
#: nova/virt/libvirt/driver.py:535
 
6396
#: nova/virt/libvirt/driver.py:536
6330
6397
#, python-format
6331
6398
msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s"
6332
6399
msgstr ""
6333
6400
 
6334
 
#: nova/virt/libvirt/driver.py:552
 
6401
#: nova/virt/libvirt/driver.py:553
6335
6402
#, python-format
6336
6403
msgid "Deleting instance files %(target)s"
6337
6404
msgstr ""
6338
6405
 
6339
 
#: nova/virt/libvirt/driver.py:566
 
6406
#: nova/virt/libvirt/driver.py:567
6340
6407
#, python-format
6341
6408
msgid "Failed to cleanup directory %(target)s: %(e)s"
6342
6409
msgstr ""
6343
6410
 
6344
 
#: nova/virt/libvirt/driver.py:717
 
6411
#: nova/virt/libvirt/driver.py:729
 
6412
msgid "During detach_volume, instance disappeared."
 
6413
msgstr ""
 
6414
 
 
6415
#: nova/virt/libvirt/driver.py:739
6345
6416
msgid "attaching LXC block device"
6346
6417
msgstr ""
6347
6418
 
6348
 
#: nova/virt/libvirt/driver.py:730
 
6419
#: nova/virt/libvirt/driver.py:752
6349
6420
msgid "detaching LXC block device"
6350
6421
msgstr ""
6351
6422
 
6352
 
#: nova/virt/libvirt/driver.py:862
 
6423
#: nova/virt/libvirt/driver.py:884
6353
6424
msgid "Instance soft rebooted successfully."
6354
6425
msgstr ""
6355
6426
 
6356
 
#: nova/virt/libvirt/driver.py:866
 
6427
#: nova/virt/libvirt/driver.py:888
6357
6428
msgid "Failed to soft reboot instance."
6358
6429
msgstr ""
6359
6430
 
6360
 
#: nova/virt/libvirt/driver.py:898
 
6431
#: nova/virt/libvirt/driver.py:920
6361
6432
msgid "Instance shutdown successfully."
6362
6433
msgstr ""
6363
6434
 
6364
 
#: nova/virt/libvirt/driver.py:933
 
6435
#: nova/virt/libvirt/driver.py:955
6365
6436
msgid "Instance rebooted successfully."
6366
6437
msgstr ""
6367
6438
 
6368
 
#: nova/virt/libvirt/driver.py:1063
 
6439
#: nova/virt/libvirt/driver.py:1085
6369
6440
msgid "Instance is running"
6370
6441
msgstr ""
6371
6442
 
6372
 
#: nova/virt/libvirt/driver.py:1070 nova/virt/powervm/operator.py:258
 
6443
#: nova/virt/libvirt/driver.py:1092 nova/virt/powervm/operator.py:253
6373
6444
msgid "Instance spawned successfully."
6374
6445
msgstr ""
6375
6446
 
6376
 
#: nova/virt/libvirt/driver.py:1086
 
6447
#: nova/virt/libvirt/driver.py:1108
6377
6448
#, python-format
6378
6449
msgid "data: %(data)r, fpath: %(fpath)r"
6379
6450
msgstr ""
6380
6451
 
6381
 
#: nova/virt/libvirt/driver.py:1132
 
6452
#: nova/virt/libvirt/driver.py:1154
6382
6453
msgid "Guest does not have a console available"
6383
6454
msgstr ""
6384
6455
 
6385
 
#: nova/virt/libvirt/driver.py:1176
 
6456
#: nova/virt/libvirt/driver.py:1198
6386
6457
#, python-format
6387
6458
msgid "Path '%(path)s' supports direct I/O"
6388
6459
msgstr ""
6389
6460
 
6390
 
#: nova/virt/libvirt/driver.py:1180
 
6461
#: nova/virt/libvirt/driver.py:1202
6391
6462
#, python-format
6392
6463
msgid "Path '%(path)s' does not support direct I/O: '%(ex)s'"
6393
6464
msgstr ""
6394
6465
 
6395
 
#: nova/virt/libvirt/driver.py:1184 nova/virt/libvirt/driver.py:1188
 
6466
#: nova/virt/libvirt/driver.py:1206 nova/virt/libvirt/driver.py:1210
6396
6467
#, python-format
6397
6468
msgid "Error on '%(path)s' while checking direct I/O: '%(ex)s'"
6398
6469
msgstr ""
6399
6470
 
6400
 
#: nova/virt/libvirt/driver.py:1242
 
6471
#: nova/virt/libvirt/driver.py:1276
 
6472
msgid "Creating image"
 
6473
msgstr ""
 
6474
 
 
6475
#: nova/virt/libvirt/driver.py:1402
6401
6476
msgid "Using config drive"
6402
6477
msgstr ""
6403
6478
 
6404
 
#: nova/virt/libvirt/driver.py:1261
6405
 
msgid "Creating image"
6406
 
msgstr ""
6407
 
 
6408
 
#: nova/virt/libvirt/driver.py:1396
 
6479
#: nova/virt/libvirt/driver.py:1412
6409
6480
#, python-format
6410
6481
msgid "Creating config drive at %(path)s"
6411
6482
msgstr ""
6412
6483
 
6413
 
#: nova/virt/libvirt/driver.py:1410
 
6484
#: nova/virt/libvirt/driver.py:1426
6414
6485
#, python-format
6415
6486
msgid "Injecting %(injection)s into image %(img_id)s"
6416
6487
msgstr ""
6417
6488
 
6418
 
#: nova/virt/libvirt/driver.py:1420
 
6489
#: nova/virt/libvirt/driver.py:1436
6419
6490
#, python-format
6420
6491
msgid "Ignoring error injecting data into image %(img_id)s (%(e)s)"
6421
6492
msgstr ""
6422
6493
 
6423
 
#: nova/virt/libvirt/driver.py:1494
 
6494
#: nova/virt/libvirt/driver.py:1510
6424
6495
#, python-format
6425
6496
msgid ""
6426
6497
"Config requested an explicit CPU model, but the current libvirt "
6427
6498
"hypervisor '%s' does not support selecting CPU models"
6428
6499
msgstr ""
6429
6500
 
6430
 
#: nova/virt/libvirt/driver.py:1500
 
6501
#: nova/virt/libvirt/driver.py:1516
6431
6502
msgid "Config requested a custom CPU model, but no model name was provided"
6432
6503
msgstr ""
6433
6504
 
6434
 
#: nova/virt/libvirt/driver.py:1504
 
6505
#: nova/virt/libvirt/driver.py:1520
6435
6506
msgid "A CPU model name should not be set when a host CPU model is requested"
6436
6507
msgstr ""
6437
6508
 
6438
 
#: nova/virt/libvirt/driver.py:1508
 
6509
#: nova/virt/libvirt/driver.py:1524
6439
6510
#, python-format
6440
6511
msgid "CPU mode '%(mode)s' model '%(model)s' was chosen"
6441
6512
msgstr ""
6442
6513
 
6443
 
#: nova/virt/libvirt/driver.py:1524
 
6514
#: nova/virt/libvirt/driver.py:1540
6444
6515
msgid ""
6445
6516
"Passthrough of the host CPU was requested but this libvirt version does "
6446
6517
"not support this feature"
6447
6518
msgstr ""
6448
6519
 
6449
 
#: nova/virt/libvirt/driver.py:1818
 
6520
#: nova/virt/libvirt/driver.py:1832
6450
6521
msgid "Starting toXML method"
6451
6522
msgstr ""
6452
6523
 
6453
 
#: nova/virt/libvirt/driver.py:1822
 
6524
#: nova/virt/libvirt/driver.py:1836
6454
6525
msgid "Finished toXML method"
6455
6526
msgstr ""
6456
6527
 
6457
 
#: nova/virt/libvirt/driver.py:1839
 
6528
#: nova/virt/libvirt/driver.py:1853
6458
6529
#, python-format
6459
6530
msgid ""
6460
6531
"Error from libvirt while looking up %(instance_name)s: [Error Code "
6461
6532
"%(error_code)s] %(ex)s"
6462
6533
msgstr ""
6463
6534
 
6464
 
#: nova/virt/libvirt/driver.py:2091
 
6535
#: nova/virt/libvirt/driver.py:2105
6465
6536
msgid "libvirt version is too old (does not support getVersion)"
6466
6537
msgstr ""
6467
6538
 
6468
 
#: nova/virt/libvirt/driver.py:2278
 
6539
#: nova/virt/libvirt/driver.py:2292
6469
6540
msgid "Block migration can not be used with shared storage."
6470
6541
msgstr ""
6471
6542
 
6472
 
#: nova/virt/libvirt/driver.py:2286
 
6543
#: nova/virt/libvirt/driver.py:2300
6473
6544
msgid "Live migration can not be used without shared storage."
6474
6545
msgstr ""
6475
6546
 
6476
 
#: nova/virt/libvirt/driver.py:2324
 
6547
#: nova/virt/libvirt/driver.py:2340
6477
6548
#, python-format
6478
6549
msgid ""
6479
6550
"Unable to migrate %(instance_uuid)s: Disk of instance is too "
6480
6551
"large(available on destination host:%(available)s < need:%(necessary)s)"
6481
6552
msgstr ""
6482
6553
 
6483
 
#: nova/virt/libvirt/driver.py:2344
 
6554
#: nova/virt/libvirt/driver.py:2360
6484
6555
#, python-format
6485
6556
msgid ""
6486
6557
"Instance launched has CPU info:\n"
6487
6558
"%s"
6488
6559
msgstr ""
6489
6560
 
6490
 
#: nova/virt/libvirt/driver.py:2356
 
6561
#: nova/virt/libvirt/driver.py:2372
6491
6562
#, python-format
6492
6563
msgid ""
6493
6564
"CPU doesn't have compatibility.\n"
6497
6568
"Refer to %(u)s"
6498
6569
msgstr ""
6499
6570
 
6500
 
#: nova/virt/libvirt/driver.py:2373
 
6571
#: nova/virt/libvirt/driver.py:2389
6501
6572
#, python-format
6502
6573
msgid ""
6503
6574
"Creating tmpfile %s to notify to other compute nodes that they should "
6504
6575
"mount the same storage."
6505
6576
msgstr ""
6506
6577
 
6507
 
#: nova/virt/libvirt/driver.py:2421
 
6578
#: nova/virt/libvirt/driver.py:2437
6508
6579
#, python-format
6509
6580
msgid "The firewall filter for %s does not exist"
6510
6581
msgstr ""
6511
6582
 
6512
 
#: nova/virt/libvirt/driver.py:2491
 
6583
#: nova/virt/libvirt/driver.py:2507
6513
6584
#, python-format
6514
6585
msgid "Live Migration failure: %(e)s"
6515
6586
msgstr ""
6516
6587
 
6517
 
#: nova/virt/libvirt/driver.py:2535
 
6588
#: nova/virt/libvirt/driver.py:2551
6518
6589
#, python-format
6519
6590
msgid "plug_vifs() failed %(cnt)d.Retry up to %(max_retry)d for %(hostname)s."
6520
6591
msgstr ""
6521
6592
 
6522
 
#: nova/virt/libvirt/driver.py:2662
 
6593
#: nova/virt/libvirt/driver.py:2678
6523
6594
#, python-format
6524
6595
msgid "skipping %(path)s since it looks like volume"
6525
6596
msgstr ""
6526
6597
 
6527
 
#: nova/virt/libvirt/driver.py:2711
 
6598
#: nova/virt/libvirt/driver.py:2727
6528
6599
#, python-format
6529
6600
msgid "Getting disk size of %(i_name)s: %(e)s"
6530
6601
msgstr ""
6531
6602
 
6532
 
#: nova/virt/libvirt/driver.py:2781
 
6603
#: nova/virt/libvirt/driver.py:2789
6533
6604
msgid "Starting migrate_disk_and_power_off"
6534
6605
msgstr ""
6535
6606
 
6536
 
#: nova/virt/libvirt/driver.py:2840
 
6607
#: nova/virt/libvirt/driver.py:2848
6537
6608
msgid "Instance running successfully."
6538
6609
msgstr ""
6539
6610
 
6540
 
#: nova/virt/libvirt/driver.py:2847
 
6611
#: nova/virt/libvirt/driver.py:2855
6541
6612
msgid "Starting finish_migration"
6542
6613
msgstr ""
6543
6614
 
6544
 
#: nova/virt/libvirt/driver.py:2898
 
6615
#: nova/virt/libvirt/driver.py:2906
6545
6616
msgid "Starting finish_revert_migration"
6546
6617
msgstr ""
6547
6618
 
6551
6622
"correctly."
6552
6623
msgstr ""
6553
6624
 
6554
 
#: nova/virt/libvirt/firewall.py:85
 
6625
#: nova/virt/libvirt/firewall.py:102
6555
6626
msgid "Called setup_basic_filtering in nwfilter"
6556
6627
msgstr ""
6557
6628
 
6558
 
#: nova/virt/libvirt/firewall.py:93
 
6629
#: nova/virt/libvirt/firewall.py:110
6559
6630
msgid "Ensuring static filters"
6560
6631
msgstr ""
6561
6632
 
6562
 
#: nova/virt/libvirt/firewall.py:174
 
6633
#: nova/virt/libvirt/firewall.py:191
6563
6634
#, python-format
6564
6635
msgid "The nwfilter(%(instance_filter_name)s) is not found."
6565
6636
msgstr ""
6566
6637
 
6567
 
#: nova/virt/libvirt/firewall.py:197
 
6638
#: nova/virt/libvirt/firewall.py:214
6568
6639
#, python-format
6569
6640
msgid "The nwfilter(%(instance_filter_name)s) for%(name)s is not found."
6570
6641
msgstr ""
6571
6642
 
6572
 
#: nova/virt/libvirt/firewall.py:213
 
6643
#: nova/virt/libvirt/firewall.py:230
6573
6644
msgid "iptables firewall: Setup Basic Filtering"
6574
6645
msgstr ""
6575
6646
 
6576
 
#: nova/virt/libvirt/imagebackend.py:187
 
6647
#: nova/virt/libvirt/imagebackend.py:213
6577
6648
msgid "You should specify libvirt_images_volume_group flag to use LVM images."
6578
6649
msgstr ""
6579
6650
 
6580
 
#: nova/virt/libvirt/imagebackend.py:252
 
6651
#: nova/virt/libvirt/imagebackend.py:276
6581
6652
#, python-format
6582
6653
msgid "Unknown image_type=%s"
6583
6654
msgstr ""
6584
6655
 
6585
 
#: nova/virt/libvirt/imagecache.py:166
 
6656
#: nova/virt/libvirt/imagecache.py:164
6586
6657
#, python-format
6587
6658
msgid "%s is a valid instance name"
6588
6659
msgstr ""
6589
6660
 
 
6661
#: nova/virt/libvirt/imagecache.py:167
 
6662
#, python-format
 
6663
msgid "%s has a disk file"
 
6664
msgstr ""
 
6665
 
6590
6666
#: nova/virt/libvirt/imagecache.py:169
6591
6667
#, python-format
6592
 
msgid "%s has a disk file"
6593
 
msgstr ""
6594
 
 
6595
 
#: nova/virt/libvirt/imagecache.py:171
6596
 
#, python-format
6597
6668
msgid "Instance %(instance)s is backed by %(backing)s"
6598
6669
msgstr ""
6599
6670
 
6600
 
#: nova/virt/libvirt/imagecache.py:184
 
6671
#: nova/virt/libvirt/imagecache.py:182
6601
6672
#, python-format
6602
6673
msgid ""
6603
6674
"Instance %(instance)s is using a backing file %(backing)s which does not "
6604
6675
"appear in the image service"
6605
6676
msgstr ""
6606
6677
 
6607
 
#: nova/virt/libvirt/imagecache.py:236
 
6678
#: nova/virt/libvirt/imagecache.py:234
6608
6679
#, python-format
6609
6680
msgid "%(id)s (%(base_file)s): image verification failed"
6610
6681
msgstr ""
6611
6682
 
6612
 
#: nova/virt/libvirt/imagecache.py:246
 
6683
#: nova/virt/libvirt/imagecache.py:244
6613
6684
#, python-format
6614
6685
msgid "%(id)s (%(base_file)s): image verification skipped, no hash stored"
6615
6686
msgstr ""
6616
6687
 
6617
 
#: nova/virt/libvirt/imagecache.py:265
 
6688
#: nova/virt/libvirt/imagecache.py:263
6618
6689
#, python-format
6619
6690
msgid "Cannot remove %(base_file)s, it does not exist"
6620
6691
msgstr ""
6621
6692
 
6622
 
#: nova/virt/libvirt/imagecache.py:277
 
6693
#: nova/virt/libvirt/imagecache.py:275
6623
6694
#, python-format
6624
6695
msgid "Base file too young to remove: %s"
6625
6696
msgstr ""
6626
6697
 
6627
 
#: nova/virt/libvirt/imagecache.py:280
 
6698
#: nova/virt/libvirt/imagecache.py:278
6628
6699
#, python-format
6629
6700
msgid "Removing base file: %s"
6630
6701
msgstr ""
6631
6702
 
6632
 
#: nova/virt/libvirt/imagecache.py:287
 
6703
#: nova/virt/libvirt/imagecache.py:285
6633
6704
#, python-format
6634
6705
msgid "Failed to remove %(base_file)s, error was %(error)s"
6635
6706
msgstr ""
6636
6707
 
6637
 
#: nova/virt/libvirt/imagecache.py:298
 
6708
#: nova/virt/libvirt/imagecache.py:296
6638
6709
#, python-format
6639
6710
msgid "%(id)s (%(base_file)s): checking"
6640
6711
msgstr ""
6641
6712
 
6642
 
#: nova/virt/libvirt/imagecache.py:317
 
6713
#: nova/virt/libvirt/imagecache.py:315
6643
6714
#, python-format
6644
6715
msgid ""
6645
6716
"%(id)s (%(base_file)s): in use: on this node %(local)d local, %(remote)d "
6646
6717
"on other nodes"
6647
6718
msgstr ""
6648
6719
 
6649
 
#: nova/virt/libvirt/imagecache.py:329
 
6720
#: nova/virt/libvirt/imagecache.py:327
6650
6721
#, python-format
6651
6722
msgid ""
6652
6723
"%(id)s (%(base_file)s): warning -- an absent base file is in use! "
6653
6724
"instances: %(instance_list)s"
6654
6725
msgstr ""
6655
6726
 
6656
 
#: nova/virt/libvirt/imagecache.py:337
 
6727
#: nova/virt/libvirt/imagecache.py:335
6657
6728
#, python-format
6658
6729
msgid "%(id)s (%(base_file)s): in use on (%(remote)d on other nodes)"
6659
6730
msgstr ""
6660
6731
 
6661
 
#: nova/virt/libvirt/imagecache.py:347
 
6732
#: nova/virt/libvirt/imagecache.py:345
6662
6733
#, python-format
6663
6734
msgid "%(id)s (%(base_file)s): image is not in use"
6664
6735
msgstr ""
6665
6736
 
6666
 
#: nova/virt/libvirt/imagecache.py:353
 
6737
#: nova/virt/libvirt/imagecache.py:351
6667
6738
#, python-format
6668
6739
msgid "%(id)s (%(base_file)s): image is in use"
6669
6740
msgstr ""
6670
6741
 
6671
 
#: nova/virt/libvirt/imagecache.py:376
 
6742
#: nova/virt/libvirt/imagecache.py:374
6672
6743
#, python-format
6673
6744
msgid "Skipping verification, no base directory at %s"
6674
6745
msgstr ""
6675
6746
 
6676
 
#: nova/virt/libvirt/imagecache.py:380
 
6747
#: nova/virt/libvirt/imagecache.py:378
6677
6748
msgid "Verify base images"
6678
6749
msgstr ""
6679
6750
 
6680
 
#: nova/virt/libvirt/imagecache.py:387
 
6751
#: nova/virt/libvirt/imagecache.py:385
6681
6752
#, python-format
6682
6753
msgid "Image id %(id)s yields fingerprint %(fingerprint)s"
6683
6754
msgstr ""
6684
6755
 
6685
 
#: nova/virt/libvirt/imagecache.py:405
 
6756
#: nova/virt/libvirt/imagecache.py:403
6686
6757
#, python-format
6687
6758
msgid "Unknown base file: %s"
6688
6759
msgstr ""
6689
6760
 
6690
 
#: nova/virt/libvirt/imagecache.py:410
 
6761
#: nova/virt/libvirt/imagecache.py:408
6691
6762
#, python-format
6692
6763
msgid "Active base files: %s"
6693
6764
msgstr ""
6694
6765
 
6695
 
#: nova/virt/libvirt/imagecache.py:413
 
6766
#: nova/virt/libvirt/imagecache.py:411
6696
6767
#, python-format
6697
6768
msgid "Corrupt base files: %s"
6698
6769
msgstr ""
6699
6770
 
6700
 
#: nova/virt/libvirt/imagecache.py:417
 
6771
#: nova/virt/libvirt/imagecache.py:415
6701
6772
#, python-format
6702
6773
msgid "Removable base files: %s"
6703
6774
msgstr ""
6704
6775
 
6705
 
#: nova/virt/libvirt/imagecache.py:425
 
6776
#: nova/virt/libvirt/imagecache.py:423
6706
6777
msgid "Verification complete"
6707
6778
msgstr ""
6708
6779
 
6709
 
#: nova/virt/libvirt/utils.py:127
 
6780
#: nova/virt/libvirt/snapshots.py:83 nova/virt/libvirt/snapshots.py:86
 
6781
#: nova/virt/libvirt/snapshots.py:89
 
6782
msgid "LVM snapshots not implemented"
 
6783
msgstr ""
 
6784
 
 
6785
#: nova/virt/libvirt/utils.py:131
6710
6786
#, python-format
6711
6787
msgid ""
6712
6788
"Insufficient Space on Volume Group %(vg)s. Only %(free_space)db "
6713
6789
"available, but %(size)db required by volume %(lv)s."
6714
6790
msgstr ""
6715
6791
 
6716
 
#: nova/virt/libvirt/utils.py:136
 
6792
#: nova/virt/libvirt/utils.py:140
6717
6793
#, python-format
6718
6794
msgid ""
6719
6795
"Volume group %(vg)s will not be able to hold sparse volume %(lv)s. "
6721
6797
"%(free_space)db."
6722
6798
msgstr ""
6723
6799
 
6724
 
#: nova/virt/libvirt/utils.py:470
 
6800
#: nova/virt/libvirt/utils.py:187
 
6801
#, python-format
 
6802
msgid "Path %s must be LVM logical volume"
 
6803
msgstr ""
 
6804
 
 
6805
#: nova/virt/libvirt/utils.py:410
 
6806
msgid "Can't retrieve root device path from instance libvirt configuration"
 
6807
msgstr ""
 
6808
 
 
6809
#: nova/virt/libvirt/utils.py:499
6725
6810
#, python-format
6726
6811
msgid "Reading image info file: %s"
6727
6812
msgstr ""
6728
6813
 
6729
 
#: nova/virt/libvirt/utils.py:474
 
6814
#: nova/virt/libvirt/utils.py:503
6730
6815
#, fuzzy, python-format
6731
6816
msgid "Read: %s"
6732
6817
msgstr "отримано %s"
6733
6818
 
6734
 
#: nova/virt/libvirt/utils.py:480
 
6819
#: nova/virt/libvirt/utils.py:509
6735
6820
#, python-format
6736
6821
msgid "Error reading image info file %(filename)s: %(error)s"
6737
6822
msgstr ""
6738
6823
 
6739
 
#: nova/virt/libvirt/utils.py:504
 
6824
#: nova/virt/libvirt/utils.py:533
6740
6825
#, python-format
6741
6826
msgid "Writing image info file: %s"
6742
6827
msgstr ""
6743
6828
 
6744
 
#: nova/virt/libvirt/utils.py:505
 
6829
#: nova/virt/libvirt/utils.py:534
6745
6830
#, python-format
6746
6831
msgid "Wrote: %s"
6747
6832
msgstr ""
6761
6846
msgid "Failed while unplugging vif"
6762
6847
msgstr ""
6763
6848
 
6764
 
#: nova/virt/libvirt/volume.py:164
 
6849
#: nova/virt/libvirt/volume.py:174
6765
6850
#, python-format
6766
6851
msgid "iSCSI device not found at %s"
6767
6852
msgstr ""
6768
6853
 
6769
 
#: nova/virt/libvirt/volume.py:167
 
6854
#: nova/virt/libvirt/volume.py:177
6770
6855
#, python-format
6771
6856
msgid ""
6772
6857
"ISCSI volume not yet found at: %(mount_device)s. Will rescan & retry.  "
6773
6858
"Try number: %(tries)s"
6774
6859
msgstr ""
6775
6860
 
6776
 
#: nova/virt/libvirt/volume.py:179
 
6861
#: nova/virt/libvirt/volume.py:189
6777
6862
#, python-format
6778
6863
msgid "Found iSCSI node %(mount_device)s (after %(tries)s rescans)"
6779
6864
msgstr ""
6814
6899
msgstr ""
6815
6900
 
6816
6901
#: nova/virt/powervm/exception.py:45
 
6902
#, python-format
 
6903
msgid "Operation '%(operation)s' on LPAR '%(instance_name)s' timed out"
 
6904
msgstr ""
 
6905
 
 
6906
#: nova/virt/powervm/exception.py:50
6817
6907
msgid "Image creation failed on PowerVM"
6818
6908
msgstr ""
6819
6909
 
6820
 
#: nova/virt/powervm/exception.py:49
 
6910
#: nova/virt/powervm/exception.py:54
6821
6911
#, python-format
6822
6912
msgid ""
6823
6913
"Insufficient free memory on PowerVM system to spawn instance "
6824
6914
"'%(instance_name)s'"
6825
6915
msgstr ""
6826
6916
 
6827
 
#: nova/virt/powervm/exception.py:54
 
6917
#: nova/virt/powervm/exception.py:59
6828
6918
#, python-format
6829
6919
msgid ""
6830
6920
"Insufficient available CPUs on PowerVM system to spawn instance "
6831
6921
"'%(instance_name)s'"
6832
6922
msgstr ""
6833
6923
 
6834
 
#: nova/virt/powervm/exception.py:59
 
6924
#: nova/virt/powervm/exception.py:64
6835
6925
#, python-format
6836
6926
msgid "PowerVM LPAR instance '%(instance_name)s' cleanup failed"
6837
6927
msgstr ""
6841
6931
msgid "LPAR instance '%s' not found"
6842
6932
msgstr ""
6843
6933
 
6844
 
#: nova/virt/powervm/operator.py:179
 
6934
#: nova/virt/powervm/operator.py:174
6845
6935
msgid "Not enough free memory in the host"
6846
6936
msgstr ""
6847
6937
 
6848
 
#: nova/virt/powervm/operator.py:189
 
6938
#: nova/virt/powervm/operator.py:184
6849
6939
msgid "Insufficient available CPU on PowerVM"
6850
6940
msgstr ""
6851
6941
 
6852
 
#: nova/virt/powervm/operator.py:213
 
6942
#: nova/virt/powervm/operator.py:208
6853
6943
#, python-format
6854
6944
msgid "Creating LPAR instance '%s'"
6855
6945
msgstr ""
6856
6946
 
6857
 
#: nova/virt/powervm/operator.py:216
 
6947
#: nova/virt/powervm/operator.py:211
6858
6948
#, python-format
6859
6949
msgid "LPAR instance '%s' creation failed"
6860
6950
msgstr ""
6861
6951
 
6862
 
#: nova/virt/powervm/operator.py:226
 
6952
#: nova/virt/powervm/operator.py:221
6863
6953
#, python-format
6864
6954
msgid "Fetching image '%s' from glance"
6865
6955
msgstr ""
6866
6956
 
 
6957
#: nova/virt/powervm/operator.py:225
 
6958
#, python-format
 
6959
msgid "Copying image '%s' to IVM"
 
6960
msgstr ""
 
6961
 
6867
6962
#: nova/virt/powervm/operator.py:230
6868
 
#, python-format
6869
 
msgid "Copying image '%s' to IVM"
 
6963
msgid "Creating logical volume"
6870
6964
msgstr ""
6871
6965
 
6872
6966
#: nova/virt/powervm/operator.py:235
6873
 
msgid "Creating logical volume"
6874
 
msgstr ""
6875
 
 
6876
 
#: nova/virt/powervm/operator.py:240
6877
6967
#, python-format
6878
6968
msgid "Copying image to the device '%s'"
6879
6969
msgstr ""
6880
6970
 
6881
 
#: nova/virt/powervm/operator.py:243
 
6971
#: nova/virt/powervm/operator.py:238
6882
6972
#, python-format
6883
6973
msgid "PowerVM image creation failed: %s"
6884
6974
msgstr ""
6885
6975
 
6886
 
#: nova/virt/powervm/operator.py:249
 
6976
#: nova/virt/powervm/operator.py:244
6887
6977
#, python-format
6888
6978
msgid "Activating the LPAR instance '%s'"
6889
6979
msgstr ""
6890
6980
 
6891
 
#: nova/virt/powervm/operator.py:263
 
6981
#: nova/virt/powervm/operator.py:258
6892
6982
#, python-format
6893
6983
msgid "Instance '%s' failed to boot"
6894
6984
msgstr ""
6895
6985
 
6896
 
#: nova/virt/powervm/operator.py:280
 
6986
#: nova/virt/powervm/operator.py:275
6897
6987
#, python-format
6898
6988
msgid "During destroy, LPAR instance '%s' was not found on PowerVM system."
6899
6989
msgstr ""
6900
6990
 
6901
 
#: nova/virt/powervm/operator.py:289
 
6991
#: nova/virt/powervm/operator.py:284
6902
6992
#, python-format
6903
6993
msgid "Shutting down the instance '%s'"
6904
6994
msgstr ""
6905
6995
 
6906
 
#: nova/virt/powervm/operator.py:293
 
6996
#: nova/virt/powervm/operator.py:288
6907
6997
#, python-format
6908
6998
msgid "Removing the logical volume '%s'"
6909
6999
msgstr ""
6910
7000
 
6911
 
#: nova/virt/powervm/operator.py:296
 
7001
#: nova/virt/powervm/operator.py:291
6912
7002
#, python-format
6913
7003
msgid "Deleting the LPAR instance '%s'"
6914
7004
msgstr ""
6915
7005
 
6916
 
#: nova/virt/powervm/operator.py:299
 
7006
#: nova/virt/powervm/operator.py:294
6917
7007
msgid "PowerVM instance cleanup failed"
6918
7008
msgstr ""
6919
7009
 
6920
 
#: nova/virt/powervm/operator.py:483
 
7010
#: nova/virt/powervm/operator.py:495
6921
7011
msgid "Could not create logical volume. No space left on any volume group."
6922
7012
msgstr ""
6923
7013
 
 
7014
#: nova/virt/powervm/operator.py:554
 
7015
msgid "Unable to get checksum"
 
7016
msgstr ""
 
7017
 
 
7018
#: nova/virt/powervm/operator.py:557
 
7019
msgid "Image checksums do not match"
 
7020
msgstr ""
 
7021
 
 
7022
#: nova/virt/powervm/operator.py:582
 
7023
msgid "Uncompressed image file not found"
 
7024
msgstr ""
 
7025
 
6924
7026
#: nova/virt/vmwareapi/driver.py:111
6925
7027
msgid ""
6926
7028
"Must specify vmwareapi_host_ip,vmwareapi_host_username and "
7326
7428
msgid "Got image size of %(size)s for the image %(image)s"
7327
7429
msgstr ""
7328
7430
 
7329
 
#: nova/virt/xenapi/agent.py:62 nova/virt/xenapi/vmops.py:1434
 
7431
#: nova/virt/xenapi/agent.py:80 nova/virt/xenapi/vmops.py:1432
7330
7432
#, python-format
7331
7433
msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r"
7332
7434
msgstr ""
7333
7435
 
7334
 
#: nova/virt/xenapi/agent.py:66 nova/virt/xenapi/vmops.py:1438
 
7436
#: nova/virt/xenapi/agent.py:84 nova/virt/xenapi/vmops.py:1436
7335
7437
#, python-format
7336
7438
msgid ""
7337
7439
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. "
7338
7440
"args=%(args)r"
7339
7441
msgstr ""
7340
7442
 
7341
 
#: nova/virt/xenapi/agent.py:71 nova/virt/xenapi/vmops.py:1443
 
7443
#: nova/virt/xenapi/agent.py:89 nova/virt/xenapi/vmops.py:1441
7342
7444
#, python-format
7343
7445
msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r"
7344
7446
msgstr ""
7345
7447
 
7346
 
#: nova/virt/xenapi/agent.py:81
 
7448
#: nova/virt/xenapi/agent.py:99
7347
7449
#, python-format
7348
7450
msgid ""
7349
7451
"The agent call to %(method)s returned an invalid response: %(ret)r. "
7350
7452
"path=%(path)s; args=%(args)r"
7351
7453
msgstr ""
7352
7454
 
7353
 
#: nova/virt/xenapi/agent.py:91
 
7455
#: nova/virt/xenapi/agent.py:109
7354
7456
#, python-format
7355
7457
msgid "Failed to query agent version: %(resp)r"
7356
7458
msgstr ""
7357
7459
 
7358
 
#: nova/virt/xenapi/agent.py:103
 
7460
#: nova/virt/xenapi/agent.py:121
7359
7461
msgid "Querying agent version"
7360
7462
msgstr ""
7361
7463
 
7362
 
#: nova/virt/xenapi/agent.py:117
 
7464
#: nova/virt/xenapi/agent.py:135
7363
7465
msgid "Reached maximum time attempting to query agent version"
7364
7466
msgstr ""
7365
7467
 
7366
 
#: nova/virt/xenapi/agent.py:126
 
7468
#: nova/virt/xenapi/agent.py:144
7367
7469
#, python-format
7368
7470
msgid "Updating agent to %s"
7369
7471
msgstr ""
7370
7472
 
7371
 
#: nova/virt/xenapi/agent.py:133
 
7473
#: nova/virt/xenapi/agent.py:151
7372
7474
#, python-format
7373
7475
msgid "Failed to update agent: %(resp)r"
7374
7476
msgstr ""
7375
7477
 
7376
 
#: nova/virt/xenapi/agent.py:148
 
7478
#: nova/virt/xenapi/agent.py:166
7377
7479
msgid "Setting admin password"
7378
7480
msgstr ""
7379
7481
 
7380
 
#: nova/virt/xenapi/agent.py:158
 
7482
#: nova/virt/xenapi/agent.py:176
7381
7483
#, python-format
7382
7484
msgid "Failed to exchange keys: %(resp)r"
7383
7485
msgstr ""
7384
7486
 
7385
 
#: nova/virt/xenapi/agent.py:177
 
7487
#: nova/virt/xenapi/agent.py:195
7386
7488
#, python-format
7387
7489
msgid "Failed to update password: %(resp)r"
7388
7490
msgstr ""
7389
7491
 
7390
 
#: nova/virt/xenapi/agent.py:185
 
7492
#: nova/virt/xenapi/agent.py:203
7391
7493
#, python-format
7392
7494
msgid "Injecting file path: %r"
7393
7495
msgstr ""
7394
7496
 
7395
 
#: nova/virt/xenapi/agent.py:197
 
7497
#: nova/virt/xenapi/agent.py:215
7396
7498
#, python-format
7397
7499
msgid "Failed to inject file: %(resp)r"
7398
7500
msgstr ""
7399
7501
 
7400
 
#: nova/virt/xenapi/agent.py:205
 
7502
#: nova/virt/xenapi/agent.py:223
7401
7503
msgid "Resetting network"
7402
7504
msgstr ""
7403
7505
 
7404
 
#: nova/virt/xenapi/agent.py:209
 
7506
#: nova/virt/xenapi/agent.py:228
7405
7507
#, python-format
7406
7508
msgid "Failed to reset network: %(resp)r"
7407
7509
msgstr ""
7408
7510
 
7409
 
#: nova/virt/xenapi/agent.py:263
 
7511
#: nova/virt/xenapi/agent.py:248
 
7512
msgid ""
 
7513
"XenServer tools installed in this image are capable of network injection."
 
7514
"  Networking files will not bemanipulated"
 
7515
msgstr ""
 
7516
 
 
7517
#: nova/virt/xenapi/agent.py:256
 
7518
msgid ""
 
7519
"XenServer tools are present in this image but are not capable of network "
 
7520
"injection"
 
7521
msgstr ""
 
7522
 
 
7523
#: nova/virt/xenapi/agent.py:260
 
7524
msgid "XenServer tools are not installed in this image"
 
7525
msgstr ""
 
7526
 
 
7527
#: nova/virt/xenapi/agent.py:312
7410
7528
#, python-format
7411
7529
msgid "OpenSSL error: %s"
7412
7530
msgstr ""
7413
7531
 
7414
 
#: nova/virt/xenapi/driver.py:142
 
7532
#: nova/virt/xenapi/driver.py:135
7415
7533
msgid ""
7416
7534
"Must specify xenapi_connection_url, xenapi_connection_username "
7417
7535
"(optionally), and xenapi_connection_password to use "
7418
7536
"compute_driver=xenapi.XenAPIDriver"
7419
7537
msgstr ""
7420
7538
 
7421
 
#: nova/virt/xenapi/driver.py:169
 
7539
#: nova/virt/xenapi/driver.py:162
7422
7540
msgid "Failure while cleaning up attached VDIs"
7423
7541
msgstr ""
7424
7542
 
7425
 
#: nova/virt/xenapi/driver.py:347
 
7543
#: nova/virt/xenapi/driver.py:355
7426
7544
#, python-format
7427
7545
msgid "Could not determine key: %s"
7428
7546
msgstr ""
7429
7547
 
7430
 
#: nova/virt/xenapi/driver.py:562
 
7548
#: nova/virt/xenapi/driver.py:565
7431
7549
msgid "Host startup on XenServer is not supported."
7432
7550
msgstr ""
7433
7551
 
7434
 
#: nova/virt/xenapi/driver.py:609
 
7552
#: nova/virt/xenapi/driver.py:617
7435
7553
msgid "Unable to log in to XenAPI (is the Dom0 disk full?)"
7436
7554
msgstr ""
7437
7555
 
7438
 
#: nova/virt/xenapi/driver.py:647
 
7556
#: nova/virt/xenapi/driver.py:655
7439
7557
msgid "Host is member of a pool, but DB says otherwise"
7440
7558
msgstr ""
7441
7559
 
7442
 
#: nova/virt/xenapi/driver.py:731 nova/virt/xenapi/driver.py:745
 
7560
#: nova/virt/xenapi/driver.py:739 nova/virt/xenapi/driver.py:753
7443
7561
#, python-format
7444
7562
msgid "Got exception: %s"
7445
7563
msgstr ""
7446
7564
 
7447
 
#: nova/virt/xenapi/fake.py:662 nova/virt/xenapi/fake.py:764
7448
 
#: nova/virt/xenapi/fake.py:783 nova/virt/xenapi/fake.py:851
 
7565
#: nova/virt/xenapi/fake.py:669 nova/virt/xenapi/fake.py:771
 
7566
#: nova/virt/xenapi/fake.py:790 nova/virt/xenapi/fake.py:858
7449
7567
msgid "Raising NotImplemented"
7450
7568
msgstr ""
7451
7569
 
7452
 
#: nova/virt/xenapi/fake.py:664
 
7570
#: nova/virt/xenapi/fake.py:671
7453
7571
#, python-format
7454
7572
msgid "xenapi.fake does not have an implementation for %s"
7455
7573
msgstr ""
7456
7574
 
7457
 
#: nova/virt/xenapi/fake.py:698
 
7575
#: nova/virt/xenapi/fake.py:705
7458
7576
#, python-format
7459
7577
msgid "Calling %(localname)s %(impl)s"
7460
7578
msgstr ""
7461
7579
 
7462
 
#: nova/virt/xenapi/fake.py:703
 
7580
#: nova/virt/xenapi/fake.py:710
7463
7581
#, python-format
7464
7582
msgid "Calling getter %s"
7465
7583
msgstr ""
7466
7584
 
7467
 
#: nova/virt/xenapi/fake.py:706
 
7585
#: nova/virt/xenapi/fake.py:713
7468
7586
#, fuzzy, python-format
7469
7587
msgid "Calling setter %s"
7470
7588
msgstr "Оголошення черги %s"
7471
7589
 
7472
 
#: nova/virt/xenapi/fake.py:766
 
7590
#: nova/virt/xenapi/fake.py:773
7473
7591
#, python-format
7474
7592
msgid ""
7475
7593
"xenapi.fake does not have an implementation for %s or it has been called "
7488
7606
msgid "Unable to get SR for this host: %s"
7489
7607
msgstr ""
7490
7608
 
7491
 
#: nova/virt/xenapi/host.py:188
 
7609
#: nova/virt/xenapi/host.py:190
 
7610
#, python-format
 
7611
msgid "Failed to extract instance support from %s"
 
7612
msgstr ""
 
7613
 
 
7614
#: nova/virt/xenapi/host.py:207
7492
7615
msgid "Unable to get updated status"
7493
7616
msgstr ""
7494
7617
 
7495
 
#: nova/virt/xenapi/host.py:191
 
7618
#: nova/virt/xenapi/host.py:210
7496
7619
#, python-format
7497
7620
msgid "The call to %(method)s returned an error: %(e)s."
7498
7621
msgstr ""
7566
7689
"Expected %(vlan_num)d"
7567
7690
msgstr ""
7568
7691
 
7569
 
#: nova/virt/xenapi/vm_utils.py:215
 
7692
#: nova/virt/xenapi/vm_utils.py:257
7570
7693
msgid "Created VM"
7571
7694
msgstr ""
7572
7695
 
7573
 
#: nova/virt/xenapi/vm_utils.py:227
 
7696
#: nova/virt/xenapi/vm_utils.py:269
7574
7697
msgid "VM destroyed"
7575
7698
msgstr ""
7576
7699
 
7577
 
#: nova/virt/xenapi/vm_utils.py:234
 
7700
#: nova/virt/xenapi/vm_utils.py:276
7578
7701
msgid "VM already halted, skipping shutdown..."
7579
7702
msgstr ""
7580
7703
 
7581
 
#: nova/virt/xenapi/vm_utils.py:238
 
7704
#: nova/virt/xenapi/vm_utils.py:280
7582
7705
msgid "Shutting down VM"
7583
7706
msgstr ""
7584
7707
 
7585
 
#: nova/virt/xenapi/vm_utils.py:270
 
7708
#: nova/virt/xenapi/vm_utils.py:312
7586
7709
#, python-format
7587
7710
msgid "VBD not found in instance %s"
7588
7711
msgstr ""
7589
7712
 
7590
 
#: nova/virt/xenapi/vm_utils.py:287
 
7713
#: nova/virt/xenapi/vm_utils.py:329
7591
7714
#, python-format
7592
7715
msgid "VBD %s already detached"
7593
7716
msgstr ""
7594
7717
 
7595
 
#: nova/virt/xenapi/vm_utils.py:290
 
7718
#: nova/virt/xenapi/vm_utils.py:332
7596
7719
#, python-format
7597
7720
msgid "VBD %(vbd_ref)s detach rejected, attempt %(num_attempt)d/%(max_attempts)d"
7598
7721
msgstr ""
7599
7722
 
7600
 
#: nova/virt/xenapi/vm_utils.py:295
 
7723
#: nova/virt/xenapi/vm_utils.py:337
7601
7724
#, python-format
7602
7725
msgid "Unable to unplug VBD %s"
7603
7726
msgstr ""
7604
7727
 
7605
 
#: nova/virt/xenapi/vm_utils.py:300
 
7728
#: nova/virt/xenapi/vm_utils.py:342
7606
7729
#, python-format
7607
7730
msgid "Reached maximum number of retries trying to unplug VBD %s"
7608
7731
msgstr ""
7609
7732
 
7610
 
#: nova/virt/xenapi/vm_utils.py:311
 
7733
#: nova/virt/xenapi/vm_utils.py:353
7611
7734
#, python-format
7612
7735
msgid "Unable to destroy VBD %s"
7613
7736
msgstr ""
7614
7737
 
7615
 
#: nova/virt/xenapi/vm_utils.py:330
 
7738
#: nova/virt/xenapi/vm_utils.py:372
7616
7739
#, python-format
7617
7740
msgid "Creating %(vbd_type)s-type VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
7618
7741
msgstr ""
7619
7742
 
7620
 
#: nova/virt/xenapi/vm_utils.py:333
 
7743
#: nova/virt/xenapi/vm_utils.py:375
7621
7744
#, python-format
7622
7745
msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s."
7623
7746
msgstr ""
7624
7747
 
7625
 
#: nova/virt/xenapi/vm_utils.py:344
 
7748
#: nova/virt/xenapi/vm_utils.py:391
7626
7749
#, python-format
7627
7750
msgid "Unable to destroy VDI %s"
7628
7751
msgstr ""
7629
7752
 
7630
 
#: nova/virt/xenapi/vm_utils.py:376
 
7753
#: nova/virt/xenapi/vm_utils.py:423
7631
7754
#, python-format
7632
7755
msgid ""
7633
7756
"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s)"
7634
7757
" on %(sr_ref)s."
7635
7758
msgstr ""
7636
7759
 
7637
 
#: nova/virt/xenapi/vm_utils.py:487
 
7760
#: nova/virt/xenapi/vm_utils.py:454
 
7761
msgid "SR not present and could not be introduced"
 
7762
msgstr ""
 
7763
 
 
7764
#: nova/virt/xenapi/vm_utils.py:555
7638
7765
#, python-format
7639
7766
msgid "Cloned VDI %(vdi_ref)s from VDI %(vdi_to_clone_ref)s"
7640
7767
msgstr ""
7641
7768
 
7642
 
#: nova/virt/xenapi/vm_utils.py:507
 
7769
#: nova/virt/xenapi/vm_utils.py:575
7643
7770
#, python-format
7644
7771
msgid "No primary VDI found for %(vm_ref)s"
7645
7772
msgstr ""
7646
7773
 
7647
 
#: nova/virt/xenapi/vm_utils.py:513
 
7774
#: nova/virt/xenapi/vm_utils.py:584
7648
7775
msgid "Starting snapshot for VM"
7649
7776
msgstr ""
7650
7777
 
7651
 
#: nova/virt/xenapi/vm_utils.py:540
7652
 
#, python-format
7653
 
msgid "Created snapshot %(template_vdi_uuid)s with label '%(label)s'"
7654
 
msgstr ""
7655
 
 
7656
 
#: nova/virt/xenapi/vm_utils.py:582
 
7778
#: nova/virt/xenapi/vm_utils.py:632
7657
7779
#, python-format
7658
7780
msgid "Destroying cached VDI '%(vdi_uuid)s'"
7659
7781
msgstr ""
7660
7782
 
7661
 
#: nova/virt/xenapi/vm_utils.py:640
 
7783
#: nova/virt/xenapi/vm_utils.py:690
7662
7784
#, python-format
7663
7785
msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s"
7664
7786
msgstr ""
7665
7787
 
7666
 
#: nova/virt/xenapi/vm_utils.py:834
 
7788
#: nova/virt/xenapi/vm_utils.py:875
7667
7789
#, python-format
7668
7790
msgid ""
7669
7791
"Fast cloning is only supported on default local SR of type ext. SR on "
7670
7792
"this system was found to be of type %(sr_type)s. Ignoring the cow flag."
7671
7793
msgstr ""
7672
7794
 
7673
 
#: nova/virt/xenapi/vm_utils.py:912
 
7795
#: nova/virt/xenapi/vm_utils.py:933
7674
7796
#, python-format
7675
7797
msgid "Unrecognized cache_images value '%s', defaulting to True"
7676
7798
msgstr ""
7677
7799
 
7678
 
#: nova/virt/xenapi/vm_utils.py:946
 
7800
#: nova/virt/xenapi/vm_utils.py:967
7679
7801
#, python-format
7680
7802
msgid "Fetched VDIs of type '%(vdi_type)s' with UUID '%(vdi_uuid)s'"
7681
7803
msgstr ""
7682
7804
 
7683
 
#: nova/virt/xenapi/vm_utils.py:958
 
7805
#: nova/virt/xenapi/vm_utils.py:979
7684
7806
#, python-format
7685
7807
msgid ""
7686
7808
"download_vhd %(image_id)s, attempt %(attempt_num)d/%(max_attempts)d, "
7687
7809
"params: %(params)s"
7688
7810
msgstr ""
7689
7811
 
7690
 
#: nova/virt/xenapi/vm_utils.py:971
 
7812
#: nova/virt/xenapi/vm_utils.py:992
7691
7813
#, python-format
7692
7814
msgid "download_vhd failed: %r"
7693
7815
msgstr ""
7694
7816
 
7695
 
#: nova/virt/xenapi/vm_utils.py:995
 
7817
#: nova/virt/xenapi/vm_utils.py:1028
 
7818
#, python-format
 
7819
msgid "Invalid value '%s' for xenapi_torrent_images"
 
7820
msgstr ""
 
7821
 
 
7822
#: nova/virt/xenapi/vm_utils.py:1039
7696
7823
#, python-format
7697
7824
msgid "Asking xapi to fetch vhd image %(image_id)s"
7698
7825
msgstr ""
7699
7826
 
7700
 
#: nova/virt/xenapi/vm_utils.py:1040
 
7827
#: nova/virt/xenapi/vm_utils.py:1103
7701
7828
#, python-format
7702
7829
msgid "vdi_uuid=%(cur_vdi_uuid)s vdi_size_bytes=%(vdi_size_bytes)d"
7703
7830
msgstr ""
7704
7831
 
7705
 
#: nova/virt/xenapi/vm_utils.py:1056
 
7832
#: nova/virt/xenapi/vm_utils.py:1119
7706
7833
#, python-format
7707
7834
msgid "image_size_bytes=%(size_bytes)d, allowed_size_bytes=%(allowed_size_bytes)d"
7708
7835
msgstr ""
7709
7836
 
7710
 
#: nova/virt/xenapi/vm_utils.py:1060
 
7837
#: nova/virt/xenapi/vm_utils.py:1123
7711
7838
#, python-format
7712
7839
msgid ""
7713
7840
"Image size %(size_bytes)d exceeded instance_type allowed size "
7714
7841
"%(allowed_size_bytes)d"
7715
7842
msgstr ""
7716
7843
 
7717
 
#: nova/virt/xenapi/vm_utils.py:1082
 
7844
#: nova/virt/xenapi/vm_utils.py:1145
7718
7845
#, python-format
7719
7846
msgid "Fetching image %(image_id)s, type %(image_type_str)s"
7720
7847
msgstr ""
7721
7848
 
7722
 
#: nova/virt/xenapi/vm_utils.py:1095
 
7849
#: nova/virt/xenapi/vm_utils.py:1158
7723
7850
#, fuzzy, python-format
7724
7851
msgid "Size for image %(image_id)s: %(virtual_size)d"
7725
7852
msgstr "без порядку для повідомлень: %s"
7726
7853
 
7727
 
#: nova/virt/xenapi/vm_utils.py:1104
 
7854
#: nova/virt/xenapi/vm_utils.py:1167
7728
7855
#, python-format
7729
7856
msgid ""
7730
7857
"Kernel/Ramdisk image is too large: %(vdi_size)d bytes, max %(max_size)d "
7731
7858
"bytes"
7732
7859
msgstr ""
7733
7860
 
7734
 
#: nova/virt/xenapi/vm_utils.py:1123
 
7861
#: nova/virt/xenapi/vm_utils.py:1186
7735
7862
#, python-format
7736
7863
msgid "Copying VDI %s to /boot/guest on dom0"
7737
7864
msgstr ""
7738
7865
 
7739
 
#: nova/virt/xenapi/vm_utils.py:1137
 
7866
#: nova/virt/xenapi/vm_utils.py:1200
7740
7867
#, python-format
7741
7868
msgid "Kernel/Ramdisk VDI %s destroyed"
7742
7869
msgstr ""
7743
7870
 
7744
 
#: nova/virt/xenapi/vm_utils.py:1146
 
7871
#: nova/virt/xenapi/vm_utils.py:1209
7745
7872
msgid "Failed to fetch glance image"
7746
7873
msgstr ""
7747
7874
 
7748
 
#: nova/virt/xenapi/vm_utils.py:1184
 
7875
#: nova/virt/xenapi/vm_utils.py:1247
7749
7876
#, python-format
7750
7877
msgid "Detected %(image_type_str)s format for image %(image_ref)s"
7751
7878
msgstr ""
7752
7879
 
7753
 
#: nova/virt/xenapi/vm_utils.py:1205
 
7880
#: nova/virt/xenapi/vm_utils.py:1268
7754
7881
#, python-format
7755
7882
msgid "Looking up vdi %s for PV kernel"
7756
7883
msgstr ""
7757
7884
 
7758
 
#: nova/virt/xenapi/vm_utils.py:1223
 
7885
#: nova/virt/xenapi/vm_utils.py:1286
7759
7886
#, python-format
7760
7887
msgid "Unknown image format %(disk_image_type)s"
7761
7888
msgstr ""
7762
7889
 
7763
 
#: nova/virt/xenapi/vm_utils.py:1254
 
7890
#: nova/virt/xenapi/vm_utils.py:1317
7764
7891
#, python-format
7765
7892
msgid "VDI %s is still available"
7766
7893
msgstr ""
7767
7894
 
7768
 
#: nova/virt/xenapi/vm_utils.py:1350
 
7895
#: nova/virt/xenapi/vm_utils.py:1413
7769
7896
#, python-format
7770
7897
msgid "Unable to parse rrd of %(vm_uuid)s"
7771
7898
msgstr ""
7772
7899
 
7773
 
#: nova/virt/xenapi/vm_utils.py:1370
 
7900
#: nova/virt/xenapi/vm_utils.py:1440
7774
7901
#, python-format
7775
7902
msgid "Re-scanning SR %s"
7776
7903
msgstr ""
7777
7904
 
7778
 
#: nova/virt/xenapi/vm_utils.py:1398
 
7905
#: nova/virt/xenapi/vm_utils.py:1468
7779
7906
#, python-format
7780
7907
msgid "Flag sr_matching_filter '%s' does not respect formatting convention"
7781
7908
msgstr ""
7782
7909
 
7783
 
#: nova/virt/xenapi/vm_utils.py:1416
 
7910
#: nova/virt/xenapi/vm_utils.py:1486
7784
7911
msgid ""
7785
7912
"XenAPI is unable to find a Storage Repository to install guest instances "
7786
7913
"on. Please check your configuration and/or configure the flag "
7787
7914
"'sr_matching_filter'"
7788
7915
msgstr ""
7789
7916
 
7790
 
#: nova/virt/xenapi/vm_utils.py:1429
 
7917
#: nova/virt/xenapi/vm_utils.py:1499
7791
7918
msgid "Cannot find SR of content-type ISO"
7792
7919
msgstr ""
7793
7920
 
7794
 
#: nova/virt/xenapi/vm_utils.py:1437
 
7921
#: nova/virt/xenapi/vm_utils.py:1507
7795
7922
#, python-format
7796
7923
msgid "ISO: looking at SR %(sr_rec)s"
7797
7924
msgstr ""
7798
7925
 
7799
 
#: nova/virt/xenapi/vm_utils.py:1439
 
7926
#: nova/virt/xenapi/vm_utils.py:1509
7800
7927
msgid "ISO: not iso content"
7801
7928
msgstr ""
7802
7929
 
7803
 
#: nova/virt/xenapi/vm_utils.py:1442
 
7930
#: nova/virt/xenapi/vm_utils.py:1512
7804
7931
msgid "ISO: iso content_type, no 'i18n-key' key"
7805
7932
msgstr ""
7806
7933
 
7807
 
#: nova/virt/xenapi/vm_utils.py:1445
 
7934
#: nova/virt/xenapi/vm_utils.py:1515
7808
7935
msgid "ISO: iso content_type, i18n-key value not 'local-storage-iso'"
7809
7936
msgstr ""
7810
7937
 
7811
 
#: nova/virt/xenapi/vm_utils.py:1449
 
7938
#: nova/virt/xenapi/vm_utils.py:1519
7812
7939
msgid "ISO: SR MATCHing our criteria"
7813
7940
msgstr ""
7814
7941
 
7815
 
#: nova/virt/xenapi/vm_utils.py:1451
 
7942
#: nova/virt/xenapi/vm_utils.py:1521
7816
7943
msgid "ISO: ISO, looking to see if it is host local"
7817
7944
msgstr ""
7818
7945
 
7819
 
#: nova/virt/xenapi/vm_utils.py:1454
 
7946
#: nova/virt/xenapi/vm_utils.py:1524
7820
7947
#, python-format
7821
7948
msgid "ISO: PBD %(pbd_ref)s disappeared"
7822
7949
msgstr ""
7823
7950
 
7824
 
#: nova/virt/xenapi/vm_utils.py:1457
 
7951
#: nova/virt/xenapi/vm_utils.py:1527
7825
7952
#, python-format
7826
7953
msgid "ISO: PBD matching, want %(pbd_rec)s, have %(host)s"
7827
7954
msgstr ""
7828
7955
 
7829
 
#: nova/virt/xenapi/vm_utils.py:1460
 
7956
#: nova/virt/xenapi/vm_utils.py:1530
7830
7957
msgid "ISO: SR with local PBD"
7831
7958
msgstr ""
7832
7959
 
7833
 
#: nova/virt/xenapi/vm_utils.py:1482
 
7960
#: nova/virt/xenapi/vm_utils.py:1552
7834
7961
#, python-format
7835
7962
msgid ""
7836
7963
"Unable to obtain RRD XML for VM %(vm_uuid)s with server details: "
7837
7964
"%(server)s."
7838
7965
msgstr ""
7839
7966
 
7840
 
#: nova/virt/xenapi/vm_utils.py:1498
 
7967
#: nova/virt/xenapi/vm_utils.py:1568
7841
7968
#, python-format
7842
7969
msgid "Unable to obtain RRD XML updates with server details: %(server)s."
7843
7970
msgstr ""
7844
7971
 
7845
 
#: nova/virt/xenapi/vm_utils.py:1552
 
7972
#: nova/virt/xenapi/vm_utils.py:1622
7846
7973
#, python-format
7847
7974
msgid "Invalid statistics data from Xenserver: %s"
7848
7975
msgstr ""
7849
7976
 
7850
 
#: nova/virt/xenapi/vm_utils.py:1612
 
7977
#: nova/virt/xenapi/vm_utils.py:1682
7851
7978
#, python-format
7852
7979
msgid "VHD %(vdi_uuid)s has parent %(parent_uuid)s"
7853
7980
msgstr ""
7854
7981
 
7855
 
#: nova/virt/xenapi/vm_utils.py:1699
 
7982
#: nova/virt/xenapi/vm_utils.py:1769
7856
7983
#, python-format
7857
7984
msgid ""
7858
7985
"Parent %(parent_uuid)s doesn't match original parent "
7859
7986
"%(original_parent_uuid)s, waiting for coalesce..."
7860
7987
msgstr ""
7861
7988
 
7862
 
#: nova/virt/xenapi/vm_utils.py:1709
 
7989
#: nova/virt/xenapi/vm_utils.py:1779
7863
7990
#, python-format
7864
7991
msgid "VHD coalesce attempts exceeded (%(max_attempts)d), giving up..."
7865
7992
msgstr ""
7866
7993
 
7867
 
#: nova/virt/xenapi/vm_utils.py:1744
 
7994
#: nova/virt/xenapi/vm_utils.py:1814
7868
7995
#, python-format
7869
7996
msgid "Timeout waiting for device %s to be created"
7870
7997
msgstr ""
7871
7998
 
7872
 
#: nova/virt/xenapi/vm_utils.py:1764
 
7999
#: nova/virt/xenapi/vm_utils.py:1834
7873
8000
#, python-format
7874
8001
msgid "Disconnecting stale VDI %s from compute domU"
7875
8002
msgstr ""
7876
8003
 
7877
 
#: nova/virt/xenapi/vm_utils.py:1777
 
8004
#: nova/virt/xenapi/vm_utils.py:1847
7878
8005
#, python-format
7879
8006
msgid "Plugging VBD %s ... "
7880
8007
msgstr ""
7881
8008
 
7882
 
#: nova/virt/xenapi/vm_utils.py:1780
 
8009
#: nova/virt/xenapi/vm_utils.py:1850
7883
8010
#, python-format
7884
8011
msgid "Plugging VBD %s done."
7885
8012
msgstr ""
7886
8013
 
7887
 
#: nova/virt/xenapi/vm_utils.py:1782
 
8014
#: nova/virt/xenapi/vm_utils.py:1852
7888
8015
#, python-format
7889
8016
msgid "VBD %(vbd_ref)s plugged as %(orig_dev)s"
7890
8017
msgstr ""
7891
8018
 
7892
 
#: nova/virt/xenapi/vm_utils.py:1785
 
8019
#: nova/virt/xenapi/vm_utils.py:1855
7893
8020
#, python-format
7894
8021
msgid "VBD %(vbd_ref)s plugged into wrong dev, remapping to %(dev)s"
7895
8022
msgstr ""
7896
8023
 
7897
 
#: nova/virt/xenapi/vm_utils.py:1790
 
8024
#: nova/virt/xenapi/vm_utils.py:1860
7898
8025
#, python-format
7899
8026
msgid "Destroying VBD for VDI %s ... "
7900
8027
msgstr ""
7901
8028
 
7902
 
#: nova/virt/xenapi/vm_utils.py:1798
 
8029
#: nova/virt/xenapi/vm_utils.py:1868
7903
8030
#, python-format
7904
8031
msgid "Destroying VBD for VDI %s done."
7905
8032
msgstr ""
7906
8033
 
7907
 
#: nova/virt/xenapi/vm_utils.py:1811
 
8034
#: nova/virt/xenapi/vm_utils.py:1881
7908
8035
#, python-format
7909
8036
msgid "Running pygrub against %s"
7910
8037
msgstr ""
7911
8038
 
7912
 
#: nova/virt/xenapi/vm_utils.py:1818
 
8039
#: nova/virt/xenapi/vm_utils.py:1888
7913
8040
#, python-format
7914
8041
msgid "Found Xen kernel %s"
7915
8042
msgstr ""
7916
8043
 
7917
 
#: nova/virt/xenapi/vm_utils.py:1820
 
8044
#: nova/virt/xenapi/vm_utils.py:1890
7918
8045
msgid "No Xen kernel found.  Booting HVM."
7919
8046
msgstr ""
7920
8047
 
7921
 
#: nova/virt/xenapi/vm_utils.py:1833
 
8048
#: nova/virt/xenapi/vm_utils.py:1903
7922
8049
msgid "Partitions:"
7923
8050
msgstr ""
7924
8051
 
7925
 
#: nova/virt/xenapi/vm_utils.py:1839
 
8052
#: nova/virt/xenapi/vm_utils.py:1909
7926
8053
#, python-format
7927
8054
msgid "  %(num)s: %(ptype)s %(size)d sectors"
7928
8055
msgstr ""
7929
8056
 
7930
 
#: nova/virt/xenapi/vm_utils.py:1864
 
8057
#: nova/virt/xenapi/vm_utils.py:1934
7931
8058
#, python-format
7932
8059
msgid ""
7933
8060
"Writing partition table %(primary_first)d %(primary_last)d to "
7934
8061
"%(dev_path)s..."
7935
8062
msgstr ""
7936
8063
 
7937
 
#: nova/virt/xenapi/vm_utils.py:1877
 
8064
#: nova/virt/xenapi/vm_utils.py:1947
7938
8065
#, python-format
7939
8066
msgid "Writing partition table %s done."
7940
8067
msgstr ""
7941
8068
 
7942
 
#: nova/virt/xenapi/vm_utils.py:1931
 
8069
#: nova/virt/xenapi/vm_utils.py:2001
7943
8070
#, python-format
7944
8071
msgid ""
7945
8072
"Starting sparse_copy src=%(src_path)s dst=%(dst_path)s "
7946
8073
"virtual_size=%(virtual_size)d block_size=%(block_size)d"
7947
8074
msgstr ""
7948
8075
 
7949
 
#: nova/virt/xenapi/vm_utils.py:1963
 
8076
#: nova/virt/xenapi/vm_utils.py:2033
7950
8077
#, python-format
7951
8078
msgid ""
7952
8079
"Finished sparse_copy in %(duration).2f secs, %(compression_pct).2f%% "
7953
8080
"reduction in size"
7954
8081
msgstr ""
7955
8082
 
7956
 
#: nova/virt/xenapi/vm_utils.py:2013
7957
 
msgid ""
7958
 
"XenServer tools installed in this image are capable of network injection."
7959
 
"  Networking files will not bemanipulated"
7960
 
msgstr ""
7961
 
 
7962
 
#: nova/virt/xenapi/vm_utils.py:2021
7963
 
msgid ""
7964
 
"XenServer tools are present in this image but are not capable of network "
7965
 
"injection"
7966
 
msgstr ""
7967
 
 
7968
 
#: nova/virt/xenapi/vm_utils.py:2025
7969
 
msgid "XenServer tools are not installed in this image"
7970
 
msgstr ""
7971
 
 
7972
 
#: nova/virt/xenapi/vm_utils.py:2041
 
8083
#: nova/virt/xenapi/vm_utils.py:2082
7973
8084
msgid "Manipulating interface files directly"
7974
8085
msgstr ""
7975
8086
 
7976
 
#: nova/virt/xenapi/vm_utils.py:2050
 
8087
#: nova/virt/xenapi/vm_utils.py:2091
7977
8088
#, python-format
7978
8089
msgid "Failed to mount filesystem (expected for non-linux instances): %s"
7979
8090
msgstr ""
7980
8091
 
7981
 
#: nova/virt/xenapi/vm_utils.py:2162
 
8092
#: nova/virt/xenapi/vm_utils.py:2203
7982
8093
msgid "This domU must be running on the host specified by xenapi_connection_url"
7983
8094
msgstr ""
7984
8095
 
7985
 
#: nova/virt/xenapi/vmops.py:130 nova/virt/xenapi/vmops.py:637
 
8096
#: nova/virt/xenapi/vmops.py:126 nova/virt/xenapi/vmops.py:638
7986
8097
#, python-format
7987
8098
msgid "Updating progress to %(progress)d"
7988
8099
msgstr ""
7989
8100
 
7990
 
#: nova/virt/xenapi/vmops.py:212
 
8101
#: nova/virt/xenapi/vmops.py:224
7991
8102
msgid "Starting instance"
7992
8103
msgstr ""
7993
8104
 
7994
 
#: nova/virt/xenapi/vmops.py:285
 
8105
#: nova/virt/xenapi/vmops.py:298
7995
8106
msgid "Removing kernel/ramdisk files from dom0"
7996
8107
msgstr ""
7997
8108
 
7998
 
#: nova/virt/xenapi/vmops.py:345
 
8109
#: nova/virt/xenapi/vmops.py:358
7999
8110
#, python-format
8000
8111
msgid "Block device information present: %s"
8001
8112
msgstr ""
8002
8113
 
8003
 
#: nova/virt/xenapi/vmops.py:368
 
8114
#: nova/virt/xenapi/vmops.py:381
8004
8115
msgid "Failed to spawn, rolling back"
8005
8116
msgstr ""
8006
8117
 
8007
 
#: nova/virt/xenapi/vmops.py:431
 
8118
#: nova/virt/xenapi/vmops.py:445
8008
8119
msgid "Detected ISO image type, creating blank VM for install"
8009
8120
msgstr ""
8010
8121
 
8011
 
#: nova/virt/xenapi/vmops.py:448
 
8122
#: nova/virt/xenapi/vmops.py:462
8012
8123
msgid "Auto configuring disk, attempting to resize partition..."
8013
8124
msgstr ""
8014
8125
 
8015
 
#: nova/virt/xenapi/vmops.py:487
 
8126
#: nova/virt/xenapi/vmops.py:488
8016
8127
msgid "Starting VM"
8017
8128
msgstr ""
8018
8129
 
8019
 
#: nova/virt/xenapi/vmops.py:494
 
8130
#: nova/virt/xenapi/vmops.py:495
8020
8131
#, python-format
8021
8132
msgid ""
8022
8133
"Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is "
8023
8134
"%(version)s"
8024
8135
msgstr ""
8025
8136
 
8026
 
#: nova/virt/xenapi/vmops.py:497
 
8137
#: nova/virt/xenapi/vmops.py:498
8027
8138
#, python-format
8028
8139
msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s"
8029
8140
msgstr ""
8030
8141
 
8031
 
#: nova/virt/xenapi/vmops.py:504
 
8142
#: nova/virt/xenapi/vmops.py:505
8032
8143
msgid "Waiting for instance state to become running"
8033
8144
msgstr ""
8034
8145
 
8035
 
#: nova/virt/xenapi/vmops.py:518
 
8146
#: nova/virt/xenapi/vmops.py:519
8036
8147
#, python-format
8037
8148
msgid "Instance agent version: %s"
8038
8149
msgstr ""
8039
8150
 
8040
 
#: nova/virt/xenapi/vmops.py:548
 
8151
#: nova/virt/xenapi/vmops.py:549
8041
8152
msgid "Setting VCPU weight"
8042
8153
msgstr ""
8043
8154
 
8044
 
#: nova/virt/xenapi/vmops.py:556
 
8155
#: nova/virt/xenapi/vmops.py:557
8045
8156
#, python-format
8046
8157
msgid "Could not find VM with name %s"
8047
8158
msgstr ""
8048
8159
 
8049
 
#: nova/virt/xenapi/vmops.py:606
 
8160
#: nova/virt/xenapi/vmops.py:607
8050
8161
msgid "Finished snapshot and upload for VM"
8051
8162
msgstr ""
8052
8163
 
8053
 
#: nova/virt/xenapi/vmops.py:610
 
8164
#: nova/virt/xenapi/vmops.py:611
8054
8165
#, python-format
8055
8166
msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d"
8056
8167
msgstr ""
8057
8168
 
8058
 
#: nova/virt/xenapi/vmops.py:618
 
8169
#: nova/virt/xenapi/vmops.py:619
8059
8170
msgid "Failed to transfer vhd to new host"
8060
8171
msgstr ""
8061
8172
 
8062
 
#: nova/virt/xenapi/vmops.py:654
 
8173
#: nova/virt/xenapi/vmops.py:655
8063
8174
#, python-format
8064
8175
msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
8065
8176
msgstr ""
8066
8177
 
8067
 
#: nova/virt/xenapi/vmops.py:778
 
8178
#: nova/virt/xenapi/vmops.py:779
8068
8179
#, python-format
8069
8180
msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
8070
8181
msgstr ""
8071
8182
 
8072
 
#: nova/virt/xenapi/vmops.py:783
 
8183
#: nova/virt/xenapi/vmops.py:784
8073
8184
msgid "Resize complete"
8074
8185
msgstr ""
8075
8186
 
8076
 
#: nova/virt/xenapi/vmops.py:827
 
8187
#: nova/virt/xenapi/vmops.py:828
8077
8188
msgid "Starting halted instance found during reboot"
8078
8189
msgstr ""
8079
8190
 
8080
 
#: nova/virt/xenapi/vmops.py:910
 
8191
#: nova/virt/xenapi/vmops.py:911
8081
8192
msgid "Unable to find root VBD/VDI for VM"
8082
8193
msgstr ""
8083
8194
 
8084
 
#: nova/virt/xenapi/vmops.py:937
 
8195
#: nova/virt/xenapi/vmops.py:938
8085
8196
#, python-format
8086
8197
msgid "Destroying VDIs for Instance %(instance_uuid)s"
8087
8198
msgstr ""
8088
8199
 
8089
 
#: nova/virt/xenapi/vmops.py:965
 
8200
#: nova/virt/xenapi/vmops.py:966
8090
8201
msgid "Using RAW or VHD, skipping kernel and ramdisk deletion"
8091
8202
msgstr ""
8092
8203
 
8093
 
#: nova/virt/xenapi/vmops.py:972
 
8204
#: nova/virt/xenapi/vmops.py:973
8094
8205
msgid "instance has a kernel or ramdisk but not both"
8095
8206
msgstr ""
8096
8207
 
8097
 
#: nova/virt/xenapi/vmops.py:979
 
8208
#: nova/virt/xenapi/vmops.py:980
8098
8209
msgid "kernel/ramdisk files removed"
8099
8210
msgstr ""
8100
8211
 
8101
 
#: nova/virt/xenapi/vmops.py:1005
 
8212
#: nova/virt/xenapi/vmops.py:1006
8102
8213
msgid "Destroying VM"
8103
8214
msgstr ""
8104
8215
 
8105
 
#: nova/virt/xenapi/vmops.py:1031
 
8216
#: nova/virt/xenapi/vmops.py:1032
8106
8217
msgid "VM is not present, skipping destroy..."
8107
8218
msgstr ""
8108
8219
 
8109
 
#: nova/virt/xenapi/vmops.py:1082
 
8220
#: nova/virt/xenapi/vmops.py:1083
8110
8221
#, python-format
8111
8222
msgid "Instance is already in Rescue Mode: %s"
8112
8223
msgstr ""
8113
8224
 
8114
 
#: nova/virt/xenapi/vmops.py:1117
 
8225
#: nova/virt/xenapi/vmops.py:1118
8115
8226
msgid "VM is not present, skipping power off..."
8116
8227
msgstr ""
8117
8228
 
8118
 
#: nova/virt/xenapi/vmops.py:1153
 
8229
#: nova/virt/xenapi/vmops.py:1154
8119
8230
#, python-format
8120
8231
msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds"
8121
8232
msgstr ""
8122
8233
 
8123
 
#: nova/virt/xenapi/vmops.py:1157
 
8234
#: nova/virt/xenapi/vmops.py:1158
8124
8235
msgid "Automatically hard rebooting"
8125
8236
msgstr ""
8126
8237
 
8127
 
#: nova/virt/xenapi/vmops.py:1217
8128
 
msgid "Could not get bandwidth info."
8129
 
msgstr ""
8130
 
 
8131
 
#: nova/virt/xenapi/vmops.py:1259
 
8238
#: nova/virt/xenapi/vmops.py:1257
8132
8239
msgid "Fetching VM ref while BUILDING failed"
8133
8240
msgstr ""
8134
8241
 
8135
 
#: nova/virt/xenapi/vmops.py:1342
 
8242
#: nova/virt/xenapi/vmops.py:1340
8136
8243
msgid "Injecting network info to xenstore"
8137
8244
msgstr ""
8138
8245
 
8139
 
#: nova/virt/xenapi/vmops.py:1361
 
8246
#: nova/virt/xenapi/vmops.py:1359
8140
8247
msgid "Creating vifs"
8141
8248
msgstr ""
8142
8249
 
8143
 
#: nova/virt/xenapi/vmops.py:1370
 
8250
#: nova/virt/xenapi/vmops.py:1368
8144
8251
#, python-format
8145
8252
msgid "Creating VIF for network %(network_ref)s"
8146
8253
msgstr ""
8147
8254
 
8148
 
#: nova/virt/xenapi/vmops.py:1373
 
8255
#: nova/virt/xenapi/vmops.py:1371
8149
8256
#, python-format
8150
8257
msgid "Created VIF %(vif_ref)s, network %(network_ref)s"
8151
8258
msgstr ""
8152
8259
 
8153
 
#: nova/virt/xenapi/vmops.py:1397
 
8260
#: nova/virt/xenapi/vmops.py:1395
8154
8261
msgid "Injecting hostname to xenstore"
8155
8262
msgstr ""
8156
8263
 
8157
 
#: nova/virt/xenapi/vmops.py:1493
 
8264
#: nova/virt/xenapi/vmops.py:1491
8158
8265
#, python-format
8159
8266
msgid ""
8160
8267
"Destination host:%(hostname)s must be in the same aggregate as the source"
8161
8268
" server"
8162
8269
msgstr ""
8163
8270
 
8164
 
#: nova/virt/xenapi/vmops.py:1525
 
8271
#: nova/virt/xenapi/vmops.py:1523
8165
8272
msgid "Migrate Receive failed"
8166
8273
msgstr ""
8167
8274
 
8168
 
#: nova/virt/xenapi/vmops.py:1573
 
8275
#: nova/virt/xenapi/vmops.py:1571
8169
8276
msgid "VM.assert_can_migratefailed"
8170
8277
msgstr ""
8171
8278
 
8172
 
#: nova/virt/xenapi/vmops.py:1609
 
8279
#: nova/virt/xenapi/vmops.py:1607
8173
8280
msgid "Migrate Send failed"
8174
8281
msgstr ""
8175
8282
 
8201
8308
msgstr ""
8202
8309
 
8203
8310
#: nova/virt/xenapi/volume_utils.py:92 nova/virt/xenapi/volume_utils.py:159
8204
 
#: nova/virt/xenapi/volumeops.py:150
 
8311
#: nova/virt/xenapi/volumeops.py:151
8205
8312
#, python-format
8206
8313
msgid "Introduced %(label)s as %(sr_ref)s."
8207
8314
msgstr ""
8214
8321
msgid "Plugging SR"
8215
8322
msgstr ""
8216
8323
 
8217
 
#: nova/virt/xenapi/volume_utils.py:105 nova/virt/xenapi/volumeops.py:154
 
8324
#: nova/virt/xenapi/volume_utils.py:105 nova/virt/xenapi/volumeops.py:155
8218
8325
msgid "Unable to introduce Storage Repository"
8219
8326
msgstr ""
8220
8327
 
8276
8383
msgid "Unable to find vbd for vdi %s"
8277
8384
msgstr ""
8278
8385
 
8279
 
#: nova/virt/xenapi/volume_utils.py:304
8280
 
#, python-format
8281
 
msgid "Unable to obtain target information %(data)s, %(mountpoint)s"
8282
 
msgstr ""
8283
 
 
8284
 
#: nova/virt/xenapi/volume_utils.py:330
 
8386
#: nova/virt/xenapi/volume_utils.py:281
 
8387
#, python-format
 
8388
msgid "Unable to obtain target information %(mountpoint)s"
 
8389
msgstr ""
 
8390
 
 
8391
#: nova/virt/xenapi/volume_utils.py:309
 
8392
#, python-format
 
8393
msgid "Unable to obtain target information %(connection_data)s"
 
8394
msgstr ""
 
8395
 
 
8396
#: nova/virt/xenapi/volume_utils.py:335
8285
8397
#, python-format
8286
8398
msgid "Mountpoint cannot be translated: %s"
8287
8399
msgstr ""
8330
8442
msgid "Could not forget SR"
8331
8443
msgstr ""
8332
8444
 
8333
 
#: nova/virt/xenapi/volumeops.py:172
 
8445
#: nova/virt/xenapi/volumeops.py:173
8334
8446
#, python-format
8335
8447
msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s"
8336
8448
msgstr ""
8337
8449
 
8338
 
#: nova/virt/xenapi/volumeops.py:182
 
8450
#: nova/virt/xenapi/volumeops.py:183
8339
8451
#, python-format
8340
8452
msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s"
8341
8453
msgstr ""
8342
8454
 
8343
 
#: nova/virt/xenapi/volumeops.py:197
 
8455
#: nova/virt/xenapi/volumeops.py:194
8344
8456
#, python-format
8345
8457
msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s"
8346
8458
msgstr ""
8347
8459
 
8348
 
#: nova/virt/xenapi/volumeops.py:207
 
8460
#: nova/virt/xenapi/volumeops.py:204
8349
8461
#, python-format
8350
8462
msgid "Detach_volume: %(instance_name)s, %(mountpoint)s"
8351
8463
msgstr ""
8352
8464
 
8353
 
#: nova/virt/xenapi/volumeops.py:215
 
8465
#: nova/virt/xenapi/volumeops.py:212
8354
8466
#, python-format
8355
8467
msgid "Unable to locate volume %s"
8356
8468
msgstr ""
8357
8469
 
8358
 
#: nova/virt/xenapi/volumeops.py:222
 
8470
#: nova/virt/xenapi/volumeops.py:221
8359
8471
#, python-format
8360
8472
msgid "Unable to detach volume %s"
8361
8473
msgstr ""
8362
8474
 
8363
 
#: nova/virt/xenapi/volumeops.py:227
 
8475
#: nova/virt/xenapi/volumeops.py:226
8364
8476
#, python-format
8365
8477
msgid "Unable to destroy vbd %s"
8366
8478
msgstr ""
8367
8479
 
8368
 
#: nova/virt/xenapi/volumeops.py:234
 
8480
#: nova/virt/xenapi/volumeops.py:233
8369
8481
#, python-format
8370
8482
msgid "Error purging SR %s"
8371
8483
msgstr ""
8372
8484
 
8373
 
#: nova/virt/xenapi/volumeops.py:236
 
8485
#: nova/virt/xenapi/volumeops.py:235
8374
8486
#, python-format
8375
8487
msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s"
8376
8488
msgstr ""
8562
8674
msgid "LoggingVolumeDriver: %s"
8563
8675
msgstr ""
8564
8676
 
8565
 
#: nova/volume/iscsi.py:121
 
8677
#: nova/volume/iscsi.py:122
8566
8678
#, fuzzy, python-format
8567
8679
msgid "Creating volume: %s"
8568
8680
msgstr "Від'єднати том %s"
8572
8684
msgid "Failed to create iscsi target for volume id:%(vol_id)s."
8573
8685
msgstr ""
8574
8686
 
8575
 
#: nova/volume/iscsi.py:151 nova/volume/iscsi.py:195
 
8687
#: nova/volume/iscsi.py:146
 
8688
#, python-format
 
8689
msgid ""
 
8690
"Failed to create iscsi target for volume id:%(vol_id)s. Please ensure "
 
8691
"your tgtd config file contains 'include %(volumes_dir)s/*'"
 
8692
msgstr ""
 
8693
 
 
8694
#: nova/volume/iscsi.py:154 nova/volume/iscsi.py:196
8576
8695
#, fuzzy, python-format
8577
8696
msgid "Removing volume: %s"
8578
8697
msgstr "Від'єднати том %s"
8579
8698
 
8580
 
#: nova/volume/iscsi.py:165
 
8699
#: nova/volume/iscsi.py:168
8581
8700
#, python-format
8582
8701
msgid "Failed to create iscsi target for volume id:%(volume_id)s."
8583
8702
msgstr ""
8584
8703
 
8585
 
#: nova/volume/iscsi.py:176
 
8704
#: nova/volume/iscsi.py:177
8586
8705
msgid "valid iqn needed for show_target"
8587
8706
msgstr ""
8588
8707
 
8922
9041
msgid "Trying to delete non-existing volume %(volume)s at path %(mounted_path)s"
8923
9042
msgstr ""
8924
9043
 
8925
 
#: nova/volume/san.py:114 nova/volume/san.py:154
 
9044
#: nova/volume/san.py:116 nova/volume/san.py:156
8926
9045
msgid "Specify san_password or san_private_key"
8927
9046
msgstr ""
8928
9047
 
8929
 
#: nova/volume/san.py:158
 
9048
#: nova/volume/san.py:160
8930
9049
msgid "san_ip must be set"
8931
9050
msgstr ""
8932
9051
 
8933
 
#: nova/volume/san.py:228
 
9052
#: nova/volume/san.py:230
8934
9053
#, python-format
8935
9054
msgid "Cannot parse list-view output: %s"
8936
9055
msgstr ""
8937
9056
 
8938
 
#: nova/volume/san.py:322
 
9057
#: nova/volume/san.py:324
8939
9058
#, python-format
8940
9059
msgid "LUID not found for %(zfs_poolname)s. Output=%(out)s"
8941
9060
msgstr ""
8942
9061
 
8943
 
#: nova/volume/san.py:455
 
9062
#: nova/volume/san.py:457
8944
9063
#, python-format
8945
9064
msgid "CLIQ command returned %s"
8946
9065
msgstr ""
8947
9066
 
8948
 
#: nova/volume/san.py:461
 
9067
#: nova/volume/san.py:463
8949
9068
#, python-format
8950
9069
msgid "Malformed response to CLIQ command %(verb)s %(cliq_args)s. Result=%(out)s"
8951
9070
msgstr ""
8952
9071
 
8953
 
#: nova/volume/san.py:469
 
9072
#: nova/volume/san.py:471
8954
9073
#, python-format
8955
9074
msgid "Error running CLIQ command %(verb)s %(cliq_args)s.  Result=%(out)s"
8956
9075
msgstr ""
8957
9076
 
8958
 
#: nova/volume/san.py:499
 
9077
#: nova/volume/san.py:501
8959
9078
#, python-format
8960
9079
msgid ""
8961
9080
"Unexpected number of virtual ips for cluster  %(cluster_name)s. "
8962
9081
"Result=%(_xml)s"
8963
9082
msgstr ""
8964
9083
 
8965
 
#: nova/volume/san.py:552
 
9084
#: nova/volume/san.py:554
8966
9085
#, python-format
8967
9086
msgid "Volume info: %(volume_name)s => %(volume_attributes)s"
8968
9087
msgstr ""
8969
9088
 
8970
 
#: nova/volume/san.py:608
 
9089
#: nova/volume/san.py:610
8971
9090
msgid "local_path not supported"
8972
9091
msgstr ""
8973
9092
 
9112
9231
msgid "leave: check_for_setup_error"
9113
9232
msgstr ""
9114
9233
 
9115
 
#: nova/volume/storwize_svc.py:332
 
9234
#: nova/volume/storwize_svc.py:331
9116
9235
msgid ""
9117
9236
"Password or SSH private key is required for authentication: set either "
9118
9237
"san_password or san_private_key option"
9119
9238
msgstr ""
9120
9239
 
9121
 
#: nova/volume/storwize_svc.py:340
9122
 
msgid ""
9123
 
"Illegal value specified for storwize_svc_vol_vtype: set to either "
9124
 
"'striped' or 'seq'"
9125
 
msgstr ""
9126
 
 
9127
 
#: nova/volume/storwize_svc.py:347
 
9240
#: nova/volume/storwize_svc.py:339
9128
9241
msgid ""
9129
9242
"Illegal value specified for storwize_svc_vol_rsize: set to either a "
9130
9243
"number or a percentage"
9131
9244
msgstr ""
9132
9245
 
 
9246
#: nova/volume/storwize_svc.py:346
 
9247
msgid ""
 
9248
"Illegal value specified for storwize_svc_vol_warning: set to either a "
 
9249
"number or a percentage"
 
9250
msgstr ""
 
9251
 
9133
9252
#: nova/volume/storwize_svc.py:354
9134
9253
msgid ""
9135
 
"Illegal value specified for storwize_svc_vol_warning: set to either a "
9136
 
"number or a percentage"
9137
 
msgstr ""
9138
 
 
9139
 
#: nova/volume/storwize_svc.py:362
9140
 
msgid ""
9141
 
"Illegal value specified for storwize_svc_vol_autoexpand: set to either "
9142
 
"True or False"
9143
 
msgstr ""
9144
 
 
9145
 
#: nova/volume/storwize_svc.py:370
9146
 
msgid ""
9147
9254
"Illegal value specified for storwize_svc_vol_grainsize: set to either "
9148
9255
"'32', '64', '128', or '256'"
9149
9256
msgstr ""
9150
9257
 
9151
 
#: nova/volume/storwize_svc.py:379
 
9258
#: nova/volume/storwize_svc.py:363
9152
9259
#, python-format
9153
9260
msgid ""
9154
9261
"Illegal value %s specified for storwize_svc_flashcopy_timeout: valid "
9155
9262
"values are between 0 and 600"
9156
9263
msgstr ""
9157
9264
 
9158
 
#: nova/volume/storwize_svc.py:388
9159
 
msgid ""
9160
 
"Illegal value specified for storwize_svc_vol_compression: set to either "
9161
 
"True or False"
 
9265
#: nova/volume/storwize_svc.py:373
 
9266
msgid "If compression is set to True, rsize must also be set (not equal to -1)"
9162
9267
msgstr ""
9163
9268
 
9164
 
#: nova/volume/storwize_svc.py:394
 
9269
#: nova/volume/storwize_svc.py:378
9165
9270
msgid "enter: do_setup"
9166
9271
msgstr ""
9167
9272
 
9168
 
#: nova/volume/storwize_svc.py:396
 
9273
#: nova/volume/storwize_svc.py:380
9169
9274
msgid "leave: do_setup"
9170
9275
msgstr ""
9171
9276
 
9172
 
#: nova/volume/storwize_svc.py:409
 
9277
#: nova/volume/storwize_svc.py:392
9173
9278
#, python-format
9174
9279
msgid "enter: create_volume: volume %s "
9175
9280
msgstr ""
9176
9281
 
9177
 
#: nova/volume/storwize_svc.py:444 nova/volume/storwize_svc.py:454
 
9282
#: nova/volume/storwize_svc.py:429 nova/volume/storwize_svc.py:439
9178
9283
#, python-format
9179
9284
msgid ""
9180
9285
"create volume %(name)s - did not find success message in CLI output.\n"
9182
9287
" stderr: %(err)s"
9183
9288
msgstr ""
9184
9289
 
9185
 
#: nova/volume/storwize_svc.py:459
 
9290
#: nova/volume/storwize_svc.py:444
9186
9291
#, python-format
9187
9292
msgid "leave: create_volume: volume %(name)s "
9188
9293
msgstr ""
9189
9294
 
 
9295
#: nova/volume/storwize_svc.py:453
 
9296
#, python-format
 
9297
msgid "enter: delete_volume: volume %(name)s "
 
9298
msgstr ""
 
9299
 
9190
9300
#: nova/volume/storwize_svc.py:468
9191
9301
#, python-format
9192
 
msgid "enter: delete_volume: volume %(name)s "
9193
 
msgstr ""
9194
 
 
9195
 
#: nova/volume/storwize_svc.py:483
9196
 
#, python-format
9197
9302
msgid ""
9198
9303
"delete volume %(name)s - non empty output from CLI.\n"
9199
9304
" stdout: %(out)s\n"
9200
9305
" stderr: %(err)s"
9201
9306
msgstr ""
9202
9307
 
9203
 
#: nova/volume/storwize_svc.py:490
 
9308
#: nova/volume/storwize_svc.py:475
9204
9309
#, python-format
9205
9310
msgid "warning: tried to delete volume %(name)s but it does not exist."
9206
9311
msgstr ""
9207
9312
 
9208
 
#: nova/volume/storwize_svc.py:493
 
9313
#: nova/volume/storwize_svc.py:478
9209
9314
#, python-format
9210
9315
msgid "leave: delete_volume: volume %(name)s "
9211
9316
msgstr ""
9212
9317
 
9213
 
#: nova/volume/storwize_svc.py:503
 
9318
#: nova/volume/storwize_svc.py:488
9214
9319
#, python-format
9215
9320
msgid "ensure_export: volume %s not found on storage"
9216
9321
msgstr ""
9217
9322
 
 
9323
#: nova/volume/storwize_svc.py:512
 
9324
#, python-format
 
9325
msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 
9326
msgstr ""
 
9327
 
9218
9328
#: nova/volume/storwize_svc.py:527
9219
 
#, python-format
9220
 
msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
9221
 
msgstr ""
9222
 
 
9223
 
#: nova/volume/storwize_svc.py:542
9224
9329
msgid "_create_new_host failed to return the host name."
9225
9330
msgstr ""
9226
9331
 
9227
 
#: nova/volume/storwize_svc.py:560
 
9332
#: nova/volume/storwize_svc.py:545
9228
9333
#, python-format
9229
9334
msgid ""
9230
9335
"initialize_connection: did not find preferred node %(node)s for volume "
9231
9336
"%(vol)s in iSCSI configuration"
9232
9337
msgstr ""
9233
9338
 
9234
 
#: nova/volume/storwize_svc.py:568
 
9339
#: nova/volume/storwize_svc.py:553
9235
9340
#, python-format
9236
9341
msgid ""
9237
9342
"initialize_connection: did not find a preferred node for volume %s in "
9238
9343
"iSCSI configuration"
9239
9344
msgstr ""
9240
9345
 
9241
 
#: nova/volume/storwize_svc.py:582
 
9346
#: nova/volume/storwize_svc.py:567
9242
9347
#, python-format
9243
9348
msgid ""
9244
9349
"leave: initialize_connection:\n"
9247
9352
" properties: %(prop)s"
9248
9353
msgstr ""
9249
9354
 
9250
 
#: nova/volume/storwize_svc.py:600
 
9355
#: nova/volume/storwize_svc.py:585
9251
9356
#, python-format
9252
9357
msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
9253
9358
msgstr ""
9254
9359
 
9255
 
#: nova/volume/storwize_svc.py:610
 
9360
#: nova/volume/storwize_svc.py:595
9256
9361
#, python-format
9257
9362
msgid "_get_host_from_iscsiname failed to return the host name for iscsi name %s"
9258
9363
msgstr ""
9259
9364
 
9260
 
#: nova/volume/storwize_svc.py:621
 
9365
#: nova/volume/storwize_svc.py:606
9261
9366
#, python-format
9262
9367
msgid ""
9263
9368
"delete mapping of volume %(vol)s to host %(host)s - non empty output from"
9266
9371
" stderr: %(err)s"
9267
9372
msgstr ""
9268
9373
 
9269
 
#: nova/volume/storwize_svc.py:630
 
9374
#: nova/volume/storwize_svc.py:615
9270
9375
#, python-format
9271
9376
msgid "terminate_connection: no mapping of volume %(vol)s to host %(host)s found"
9272
9377
msgstr ""
9273
9378
 
9274
 
#: nova/volume/storwize_svc.py:638
 
9379
#: nova/volume/storwize_svc.py:623
9275
9380
#, python-format
9276
9381
msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
9277
9382
msgstr ""
9278
9383
 
9279
 
#: nova/volume/storwize_svc.py:649
 
9384
#: nova/volume/storwize_svc.py:634
9280
9385
#, python-format
9281
9386
msgid ""
9282
9387
"_run_flashcopy: fail to cleanup failed FlashCopy mapping %(fc_map_id)% "
9285
9390
" stderr: %(err)s"
9286
9391
msgstr ""
9287
9392
 
9288
 
#: nova/volume/storwize_svc.py:663
 
9393
#: nova/volume/storwize_svc.py:648
9289
9394
#, python-format
9290
9395
msgid ""
9291
9396
"enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
9292
9397
" %(target)s"
9293
9398
msgstr ""
9294
9399
 
9295
 
#: nova/volume/storwize_svc.py:671 nova/volume/storwize_svc.py:684
 
9400
#: nova/volume/storwize_svc.py:656 nova/volume/storwize_svc.py:669
9296
9401
#, python-format
9297
9402
msgid ""
9298
9403
"create FC mapping from %(source)s to %(target)s - did not find success "
9301
9406
" stderr: %(err)s\n"
9302
9407
msgstr ""
9303
9408
 
9304
 
#: nova/volume/storwize_svc.py:695 nova/volume/storwize_svc.py:704
 
9409
#: nova/volume/storwize_svc.py:680 nova/volume/storwize_svc.py:689
9305
9410
#, python-format
9306
9411
msgid ""
9307
9412
"create FC mapping from %(source)s to %(target)s - did not find mapping id"
9310
9415
" stderr: %(err)s\n"
9311
9416
msgstr ""
9312
9417
 
9313
 
#: nova/volume/storwize_svc.py:715
 
9418
#: nova/volume/storwize_svc.py:700
9314
9419
#, python-format
9315
9420
msgid ""
9316
9421
"_run_flashcopy: fail to prepare FlashCopy from %(source)s to %(target)s.\n"
9318
9423
" stderr: %(err)s"
9319
9424
msgstr ""
9320
9425
 
9321
 
#: nova/volume/storwize_svc.py:740
 
9426
#: nova/volume/storwize_svc.py:725
9322
9427
#, python-format
9323
9428
msgid ""
9324
9429
"unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
9325
9430
"%(attr)s"
9326
9431
msgstr ""
9327
9432
 
9328
 
#: nova/volume/storwize_svc.py:752
 
9433
#: nova/volume/storwize_svc.py:737
9329
9434
#, python-format
9330
9435
msgid ""
9331
9436
"mapping %(id)s prepare failed to complete within the alloted %(to)s "
9332
9437
"seconds timeout. Terminating"
9333
9438
msgstr ""
9334
9439
 
9335
 
#: nova/volume/storwize_svc.py:757
 
9440
#: nova/volume/storwize_svc.py:741
9336
9441
#, python-format
9337
9442
msgid ""
9338
9443
"_run_flashcopy: fail to start FlashCopy from %(source)s to %(target)s "
9339
9444
"with exception %(ex)s"
9340
9445
msgstr ""
9341
9446
 
9342
 
#: nova/volume/storwize_svc.py:765
 
9447
#: nova/volume/storwize_svc.py:749
9343
9448
#, python-format
9344
9449
msgid "_run_flashcopy: %s"
9345
9450
msgstr ""
9346
9451
 
9347
 
#: nova/volume/storwize_svc.py:771
 
9452
#: nova/volume/storwize_svc.py:755
9348
9453
#, python-format
9349
9454
msgid ""
9350
9455
"_run_flashcopy: fail to start FlashCopy from %(source)s to %(target)s.\n"
9352
9457
" stderr: %(err)s"
9353
9458
msgstr ""
9354
9459
 
9355
 
#: nova/volume/storwize_svc.py:780
 
9460
#: nova/volume/storwize_svc.py:764
9356
9461
#, python-format
9357
9462
msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
9358
9463
msgstr ""
9359
9464
 
9360
 
#: nova/volume/storwize_svc.py:790
 
9465
#: nova/volume/storwize_svc.py:774
9361
9466
#, python-format
9362
9467
msgid "enter: create_volume_from_snapshot: snapshot %(tgt)s from volume %(src)s"
9363
9468
msgstr ""
9364
9469
 
9365
 
#: nova/volume/storwize_svc.py:796
 
9470
#: nova/volume/storwize_svc.py:780
9366
9471
#, python-format
9367
9472
msgid "create_volume_from_snapshot: source volume %s does not exist"
9368
9473
msgstr ""
9369
9474
 
9370
 
#: nova/volume/storwize_svc.py:803 nova/volume/storwize_svc.py:857
9371
 
#: nova/volume/storwize_svc.py:876
 
9475
#: nova/volume/storwize_svc.py:787 nova/volume/storwize_svc.py:841
 
9476
#: nova/volume/storwize_svc.py:860
9372
9477
#, python-format
9373
9478
msgid ""
9374
9479
"create_volume_from_snapshot: cannot get source volume %(src)s capacity "
9375
9480
"from volume attributes %(attr)s"
9376
9481
msgstr ""
9377
9482
 
9378
 
#: nova/volume/storwize_svc.py:812
 
9483
#: nova/volume/storwize_svc.py:796
9379
9484
#, python-format
9380
9485
msgid ""
9381
9486
"create_volume_from_snapshot: target volume %s already exists, cannot "
9382
9487
"create"
9383
9488
msgstr ""
9384
9489
 
9385
 
#: nova/volume/storwize_svc.py:831
 
9490
#: nova/volume/storwize_svc.py:815
9386
9491
#, python-format
9387
9492
msgid "leave: create_volume_from_snapshot: %s created successfully"
9388
9493
msgstr ""
9389
9494
 
9390
 
#: nova/volume/storwize_svc.py:843
 
9495
#: nova/volume/storwize_svc.py:827
9391
9496
#, python-format
9392
9497
msgid "enter: create_snapshot: snapshot %(tgt)s from volume %(src)s"
9393
9498
msgstr ""
9394
9499
 
9395
 
#: nova/volume/storwize_svc.py:850
 
9500
#: nova/volume/storwize_svc.py:834
9396
9501
#, python-format
9397
9502
msgid "create_snapshot: source volume %s does not exist"
9398
9503
msgstr ""
9399
9504
 
9400
 
#: nova/volume/storwize_svc.py:883
 
9505
#: nova/volume/storwize_svc.py:867
9401
9506
#, python-format
9402
9507
msgid ""
9403
9508
"create_snapshot: source %(src)s and target volume %(tgt)s have different "
9404
9509
"capacities (source:%(ssize)s target:%(tsize)s)"
9405
9510
msgstr ""
9406
9511
 
9407
 
#: nova/volume/storwize_svc.py:901
 
9512
#: nova/volume/storwize_svc.py:885
9408
9513
#, python-format
9409
9514
msgid "leave: create_snapshot: %s created successfully"
9410
9515
msgstr ""
9411
9516
 
9412
 
#: nova/volume/storwize_svc.py:909
 
9517
#: nova/volume/storwize_svc.py:893
9413
9518
#, python-format
9414
9519
msgid "enter: delete_snapshot: snapshot %s"
9415
9520
msgstr ""
9416
9521
 
9417
 
#: nova/volume/storwize_svc.py:918
 
9522
#: nova/volume/storwize_svc.py:902
9418
9523
#, python-format
9419
9524
msgid "leave: delete_snapshot: snapshot %s"
9420
9525
msgstr ""
9421
9526
 
9422
 
#: nova/volume/storwize_svc.py:927
 
9527
#: nova/volume/storwize_svc.py:911
9423
9528
#, python-format
9424
9529
msgid "enter: _get_host_from_iscsiname: iSCSI initiator %s"
9425
9530
msgstr ""
9426
9531
 
9427
 
#: nova/volume/storwize_svc.py:937
 
9532
#: nova/volume/storwize_svc.py:921
9428
9533
#, python-format
9429
9534
msgid ""
9430
9535
"_get_host_from_iscsiname: failed with unexpected CLI output.\n"
9433
9538
" stderr: %(err)s"
9434
9539
msgstr ""
9435
9540
 
9436
 
#: nova/volume/storwize_svc.py:957
 
9541
#: nova/volume/storwize_svc.py:941
9437
9542
#, python-format
9438
9543
msgid ""
9439
9544
"_get_host_from_iscsiname: Unexpected response from CLI output. Command: "
9442
9547
" stderr: %(err)s"
9443
9548
msgstr ""
9444
9549
 
9445
 
#: nova/volume/storwize_svc.py:973
 
9550
#: nova/volume/storwize_svc.py:957
9446
9551
#, python-format
9447
9552
msgid "leave: _get_host_from_iscsiname: iSCSI initiator %s"
9448
9553
msgstr ""
9449
9554
 
9450
 
#: nova/volume/storwize_svc.py:986
 
9555
#: nova/volume/storwize_svc.py:970
9451
9556
#, python-format
9452
9557
msgid "enter: _create_new_host: host %(name)s with iSCSI initiator %(init)s"
9453
9558
msgstr ""
9454
9559
 
9455
 
#: nova/volume/storwize_svc.py:995
 
9560
#: nova/volume/storwize_svc.py:979
9456
9561
msgid ""
9457
9562
"_create_new_host: cannot clean host name. Host name is not unicode or "
9458
9563
"string"
9459
9564
msgstr ""
9460
9565
 
9461
 
#: nova/volume/storwize_svc.py:1008
 
9566
#: nova/volume/storwize_svc.py:992
9462
9567
#, python-format
9463
9568
msgid ""
9464
9569
"create host %(name)s with iSCSI initiator %(init)s - did not find success"
9467
9572
" stderr: %(err)s\n"
9468
9573
msgstr ""
9469
9574
 
9470
 
#: nova/volume/storwize_svc.py:1016
 
9575
#: nova/volume/storwize_svc.py:1000
9471
9576
#, python-format
9472
9577
msgid "leave: _create_new_host: host %(host)s with iSCSI initiator %(init)s"
9473
9578
msgstr ""
9474
9579
 
9475
 
#: nova/volume/storwize_svc.py:1025
 
9580
#: nova/volume/storwize_svc.py:1009
9476
9581
#, python-format
9477
9582
msgid "enter: _delete_host: host %s "
9478
9583
msgstr ""
9479
9584
 
9480
 
#: nova/volume/storwize_svc.py:1033
 
9585
#: nova/volume/storwize_svc.py:1017
9481
9586
#, python-format
9482
9587
msgid "warning: tried to delete host %(name)s but it does not exist."
9483
9588
msgstr ""
9484
9589
 
9485
 
#: nova/volume/storwize_svc.py:1036
 
9590
#: nova/volume/storwize_svc.py:1020
9486
9591
#, python-format
9487
9592
msgid "leave: _delete_host: host %s "
9488
9593
msgstr ""
9489
9594
 
9490
 
#: nova/volume/storwize_svc.py:1040
 
9595
#: nova/volume/storwize_svc.py:1024
9491
9596
#, python-format
9492
9597
msgid "enter: _is_volume_defined: volume %s "
9493
9598
msgstr ""
9494
9599
 
9495
 
#: nova/volume/storwize_svc.py:1042
 
9600
#: nova/volume/storwize_svc.py:1026
9496
9601
#, python-format
9497
9602
msgid "leave: _is_volume_defined: volume %(vol)s with %(str)s "
9498
9603
msgstr ""
9499
9604
 
9500
 
#: nova/volume/storwize_svc.py:1053
 
9605
#: nova/volume/storwize_svc.py:1037
9501
9606
#, python-format
9502
9607
msgid "enter: _is_host_defined: host %s "
9503
9608
msgstr ""
9504
9609
 
9505
 
#: nova/volume/storwize_svc.py:1065
 
9610
#: nova/volume/storwize_svc.py:1049
9506
9611
#, python-format
9507
9612
msgid ""
9508
9613
"_is_host_defined: Unexpected response from CLI output.\n"
9510
9615
" stderr: %(err)s\n"
9511
9616
msgstr ""
9512
9617
 
9513
 
#: nova/volume/storwize_svc.py:1075
 
9618
#: nova/volume/storwize_svc.py:1059
9514
9619
#, python-format
9515
9620
msgid ""
9516
9621
"Data received for host %(host1)s instead of host %(host2)s.\n"
9518
9623
" stderr: %(err)s\n"
9519
9624
msgstr ""
9520
9625
 
9521
 
#: nova/volume/storwize_svc.py:1085
 
9626
#: nova/volume/storwize_svc.py:1069
9522
9627
#, python-format
9523
9628
msgid "leave: _is_host_defined: host %(host)s with %(str)s "
9524
9629
msgstr ""
9525
9630
 
9526
 
#: nova/volume/storwize_svc.py:1113
 
9631
#: nova/volume/storwize_svc.py:1097
9527
9632
#, python-format
9528
9633
msgid "enter: _map_vol_to_host: volume %(vol)s to host %(host)s"
9529
9634
msgstr ""
9530
9635
 
9531
 
#: nova/volume/storwize_svc.py:1143
 
9636
#: nova/volume/storwize_svc.py:1127
9532
9637
#, python-format
9533
9638
msgid ""
9534
9639
"_map_vol_to_host: mapping host %(host)s to volume %(vol)s with LUN "
9536
9641
" stderr: %(err)s\n"
9537
9642
msgstr ""
9538
9643
 
 
9644
#: nova/volume/storwize_svc.py:1137
 
9645
#, python-format
 
9646
msgid "leave: _map_vol_to_host: LUN %(lun)s, volume %(vol)s, host %(host)s"
 
9647
msgstr ""
 
9648
 
9539
9649
#: nova/volume/storwize_svc.py:1153
9540
9650
#, python-format
9541
 
msgid "leave: _map_vol_to_host: LUN %(lun)s, volume %(vol)s, host %(host)s"
9542
 
msgstr ""
9543
 
 
9544
 
#: nova/volume/storwize_svc.py:1169
9545
 
#, python-format
9546
9651
msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
9547
9652
msgstr ""
9548
9653
 
9549
 
#: nova/volume/storwize_svc.py:1176 nova/volume/storwize_svc.py:1188
 
9654
#: nova/volume/storwize_svc.py:1160 nova/volume/storwize_svc.py:1172
9550
9655
#, python-format
9551
9656
msgid ""
9552
9657
"_get_flashcopy_mapping_attributes: Unexpected response from CLI output. "
9555
9660
" stderr: %(err)s"
9556
9661
msgstr ""
9557
9662
 
9558
 
#: nova/volume/storwize_svc.py:1200
 
9663
#: nova/volume/storwize_svc.py:1184
9559
9664
#, python-format
9560
9665
msgid ""
9561
9666
"leave: _get_flashcopy_mapping_attributes: mapping %(id)s, attributes "
9562
9667
"%(attr)s"
9563
9668
msgstr ""
9564
9669
 
9565
 
#: nova/volume/storwize_svc.py:1214
 
9670
#: nova/volume/storwize_svc.py:1198
9566
9671
#, python-format
9567
9672
msgid "enter: _get_volume_attributes: volume %s"
9568
9673
msgstr ""
9569
9674
 
9570
 
#: nova/volume/storwize_svc.py:1223
 
9675
#: nova/volume/storwize_svc.py:1207
9571
9676
#, python-format
9572
9677
msgid ""
9573
9678
"CLI Exception output:\n"
9576
9681
" stderr: %(err)s"
9577
9682
msgstr ""
9578
9683
 
9579
 
#: nova/volume/storwize_svc.py:1244
 
9684
#: nova/volume/storwize_svc.py:1228
9580
9685
#, python-format
9581
9686
msgid ""
9582
9687
"leave: _get_volume_attributes:\n"
9631
9736
msgstr ""
9632
9737
 
9633
9738
#: nova/volume/xensm.py:102
9634
 
msgid "XenSMDriver requires xenapi connection"
 
9739
#, python-format
 
9740
msgid "XenSMDriver requires xenapi connection, using %s"
9635
9741
msgstr ""
9636
9742
 
9637
 
#: nova/volume/xensm.py:113
 
9743
#: nova/volume/xensm.py:114
9638
9744
msgid "Failed to initiate session"
9639
9745
msgstr ""
9640
9746
 
9641
 
#: nova/volume/xensm.py:146
 
9747
#: nova/volume/xensm.py:147
9642
9748
#, python-format
9643
9749
msgid "Volume will be created in backend - %d"
9644
9750
msgstr ""
9645
9751
 
9646
 
#: nova/volume/xensm.py:158
 
9752
#: nova/volume/xensm.py:159
9647
9753
msgid "Failed to update volume in db"
9648
9754
msgstr ""
9649
9755
 
9650
 
#: nova/volume/xensm.py:162
 
9756
#: nova/volume/xensm.py:163
9651
9757
msgid "Unable to create volume"
9652
9758
msgstr ""
9653
9759
 
9654
 
#: nova/volume/xensm.py:169
 
9760
#: nova/volume/xensm.py:170
9655
9761
#, python-format
9656
9762
msgid "Volume %s does not exist"
9657
9763
msgstr ""
9658
9764
 
9659
 
#: nova/volume/xensm.py:179
 
9765
#: nova/volume/xensm.py:180
9660
9766
msgid "Failed to delete vdi"
9661
9767
msgstr ""
9662
9768
 
9663
 
#: nova/volume/xensm.py:186
 
9769
#: nova/volume/xensm.py:187
9664
9770
msgid "Failed to delete volume in db"
9665
9771
msgstr ""
9666
9772
 
9667
 
#: nova/volume/xensm.py:220
 
9773
#: nova/volume/xensm.py:221
9668
9774
msgid "Failed to find volume in db"
9669
9775
msgstr ""
9670
9776
 
9671
 
#: nova/volume/xensm.py:232
 
9777
#: nova/volume/xensm.py:233
9672
9778
msgid "Failed to find backend in db"
9673
9779
msgstr ""
9674
9780
 
9749
9855
"gone: %(exc)s"
9750
9856
msgstr ""
9751
9857
 
9752
 
#~ msgid "Resizing down VDI %(cow_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
9753
 
#~ msgstr ""
9754