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

« back to all changes in this revision

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