~ubuntu-branches/ubuntu/saucy/nova/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-05-24 13:12:53 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20120524131253-ommql08fg1en06ut
Tags: 2012.2~f1-0ubuntu1
* New upstream release.
* Prepare for quantal:
  - Dropped debian/patches/upstream/0006-Use-project_id-in-ec2.cloud._format_image.patch
  - Dropped debian/patches/upstream/0005-Populate-image-properties-with-project_id-again.patch
  - Dropped debian/patches/upstream/0004-Fixed-bug-962840-added-a-test-case.patch
  - Dropped debian/patches/upstream/0003-Allow-unprivileged-RADOS-users-to-access-rbd-volumes.patch
  - Dropped debian/patches/upstream/0002-Stop-libvirt-test-from-deleting-instances-dir.patch
  - Dropped debian/patches/upstream/0001-fix-bug-where-nova-ignores-glance-host-in-imageref.patch 
  - Dropped debian/patches/0001-fix-useexisting-deprecation-warnings.patch
* debian/control: Add python-keystone as a dependency. (LP: #907197)
* debian/patches/kombu_tests_timeout.patch: Refreshed.
* debian/nova.conf, debian/nova-common.postinst: Convert to new ini
  file configuration
* debian/patches/nova-manage_flagfile_location.patch: Refreshed

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-04-01 23:03+0000\n"
 
10
"POT-Creation-Date: 2012-05-13 23:02+0000\n"
11
11
"PO-Revision-Date: 2012-03-07 02:00+0000\n"
12
12
"Last-Translator: Charles Hsu <charles0126+openstack@gmail.com>\n"
13
13
"Language-Team: Chinese (Traditional) <zh_TW@li.org>\n"
85
85
"標準輸出: %(stdout)r\n"
86
86
"標準錯誤輸出: %(stderr)r"
87
87
 
88
 
#: nova/exception.py:94
 
88
#: nova/exception.py:72
89
89
msgid "DB exception wrapped."
90
90
msgstr ""
91
91
 
92
 
#: nova/exception.py:155
 
92
#: nova/exception.py:131
93
93
msgid "An unknown exception occurred."
94
94
msgstr "發生一個未知例外"
95
95
 
96
 
#: nova/exception.py:178
 
96
#: nova/exception.py:149
 
97
msgid "Exception in string format operation"
 
98
msgstr ""
 
99
 
 
100
#: nova/exception.py:159
 
101
msgid "Unknown"
 
102
msgstr ""
 
103
 
 
104
#: nova/exception.py:179
97
105
msgid "Failed to decrypt text"
98
106
msgstr "內文解碼失敗"
99
107
 
100
 
#: nova/exception.py:182
 
108
#: nova/exception.py:183
101
109
msgid "Failed to paginate through images from image service"
102
110
msgstr ""
103
111
 
104
 
#: nova/exception.py:186
 
112
#: nova/exception.py:187
105
113
msgid "Virtual Interface creation failed"
106
114
msgstr "建立虛擬介面失敗"
107
115
 
108
 
#: nova/exception.py:190
 
116
#: nova/exception.py:191
109
117
msgid "5 attempts to create virtual interfacewith unique mac address failed"
110
118
msgstr "連續嘗試 5 次建立唯一網路位置(MAC)的虛擬介面失敗"
111
119
 
112
 
#: nova/exception.py:195
 
120
#: nova/exception.py:196
113
121
msgid "Connection to glance failed"
114
122
msgstr "連接到glance失敗"
115
123
 
116
 
#: nova/exception.py:199
 
124
#: nova/exception.py:200
117
125
msgid "Connection to melange failed"
118
126
msgstr ""
119
127
 
120
 
#: nova/exception.py:203
 
128
#: nova/exception.py:204
121
129
msgid "Not authorized."
122
130
msgstr "未被授權"
123
131
 
124
 
#: nova/exception.py:208
 
132
#: nova/exception.py:209
125
133
msgid "User does not have admin privileges"
126
134
msgstr "使用者並沒有管理者權力"
127
135
 
128
 
#: nova/exception.py:212
 
136
#: nova/exception.py:213
129
137
#, python-format
130
138
msgid "Policy doesn't allow %(action)s to be performed."
131
139
msgstr ""
132
140
 
133
 
#: nova/exception.py:216
 
141
#: nova/exception.py:217
134
142
#, python-format
135
143
msgid "Not authorized for image %(image_id)s."
136
144
msgstr ""
137
145
 
138
 
#: nova/exception.py:220
 
146
#: nova/exception.py:221
139
147
msgid "Unacceptable parameters."
140
148
msgstr "不可接受的參數值"
141
149
 
142
 
#: nova/exception.py:225
 
150
#: nova/exception.py:226
143
151
msgid "Invalid snapshot"
144
152
msgstr "無效的快照(snapshot)"
145
153
 
146
 
#: nova/exception.py:229
 
154
#: nova/exception.py:230
147
155
#, python-format
148
156
msgid "Volume %(volume_id)s is not attached to anything"
149
157
msgstr ""
150
158
 
151
 
#: nova/exception.py:233 nova/api/openstack/compute/contrib/keypairs.py:113
 
159
#: nova/exception.py:234 nova/api/openstack/compute/contrib/keypairs.py:119
152
160
msgid "Keypair data is invalid"
153
161
msgstr "無效的Keypair"
154
162
 
155
 
#: nova/exception.py:237
 
163
#: nova/exception.py:238
156
164
msgid "Failed to load data into json format"
157
165
msgstr ""
158
166
 
159
 
#: nova/exception.py:241
 
167
#: nova/exception.py:242
160
168
msgid "The request is invalid."
161
169
msgstr ""
162
170
 
163
 
#: nova/exception.py:245
 
171
#: nova/exception.py:246
164
172
#, python-format
165
173
msgid "Invalid signature %(signature)s for user %(user)s."
166
174
msgstr ""
167
175
 
168
 
#: nova/exception.py:249
 
176
#: nova/exception.py:250
169
177
msgid "Invalid input received"
170
178
msgstr ""
171
179
 
172
 
#: nova/exception.py:253
 
180
#: nova/exception.py:254
173
181
#, python-format
174
182
msgid "Invalid instance type %(instance_type)s."
175
183
msgstr ""
176
184
 
177
 
#: nova/exception.py:257
 
185
#: nova/exception.py:258
178
186
msgid "Invalid volume type"
179
187
msgstr ""
180
188
 
181
 
#: nova/exception.py:261
 
189
#: nova/exception.py:262
182
190
msgid "Invalid volume"
183
191
msgstr ""
184
192
 
185
 
#: nova/exception.py:265
 
193
#: nova/exception.py:266 nova/api/openstack/compute/servers.py:1100
 
194
#: nova/api/openstack/compute/contrib/admin_actions.py:238
 
195
msgid "Invalid metadata"
 
196
msgstr ""
 
197
 
 
198
#: nova/exception.py:270
186
199
#, python-format
187
200
msgid "Invalid port range %(from_port)s:%(to_port)s. %(msg)s"
188
201
msgstr ""
189
202
 
190
 
#: nova/exception.py:269
 
203
#: nova/exception.py:274
191
204
#, python-format
192
205
msgid "Invalid IP protocol %(protocol)s."
193
206
msgstr ""
194
207
 
195
 
#: nova/exception.py:273
 
208
#: nova/exception.py:278
196
209
#, python-format
197
210
msgid "Invalid content type %(content_type)s."
198
211
msgstr ""
199
212
 
200
 
#: nova/exception.py:277
 
213
#: nova/exception.py:282
201
214
#, python-format
202
215
msgid "Invalid cidr %(cidr)s."
203
216
msgstr ""
204
217
 
205
 
#: nova/exception.py:281
 
218
#: nova/exception.py:286
206
219
msgid "Invalid reuse of an RPC connection."
207
220
msgstr ""
208
221
 
209
 
#: nova/exception.py:285
 
222
#: nova/exception.py:290
210
223
msgid "Invalid Parameter: Unicode is not supported by the current database."
211
224
msgstr ""
212
225
 
213
 
#: nova/exception.py:292
 
226
#: nova/exception.py:297
214
227
#, python-format
215
228
msgid "%(err)s"
216
229
msgstr ""
217
230
 
218
 
#: nova/exception.py:296
 
231
#: nova/exception.py:301
219
232
#, python-format
220
233
msgid ""
221
234
"Cannot perform action '%(action)s' on aggregate %(aggregate_id)s. Reason:"
222
235
" %(reason)s."
223
236
msgstr ""
224
237
 
225
 
#: nova/exception.py:301
 
238
#: nova/exception.py:306
226
239
#, python-format
227
240
msgid "Group not valid. Reason: %(reason)s"
228
241
msgstr ""
229
242
 
230
 
#: nova/exception.py:305
 
243
#: nova/exception.py:310
231
244
#, python-format
232
245
msgid ""
233
246
"Instance %(instance_uuid)s in %(attr)s %(state)s. Cannot %(method)s while"
234
247
" the instance is in this state."
235
248
msgstr ""
236
249
 
237
 
#: nova/exception.py:310
 
250
#: nova/exception.py:315
238
251
#, python-format
239
252
msgid "Instance %(instance_id)s is not running."
240
253
msgstr ""
241
254
 
242
 
#: nova/exception.py:314
 
255
#: nova/exception.py:319
243
256
#, python-format
244
257
msgid "Instance %(instance_id)s is not suspended."
245
258
msgstr ""
246
259
 
247
 
#: nova/exception.py:318
 
260
#: nova/exception.py:323
248
261
#, python-format
249
262
msgid "Instance %(instance_id)s is not in rescue mode"
250
263
msgstr ""
251
264
 
252
 
#: nova/exception.py:322
 
265
#: nova/exception.py:327
253
266
msgid "Failed to suspend instance"
254
267
msgstr ""
255
268
 
256
 
#: nova/exception.py:326
 
269
#: nova/exception.py:331
257
270
msgid "Failed to resume server"
258
271
msgstr ""
259
272
 
260
 
#: nova/exception.py:330
 
273
#: nova/exception.py:335
261
274
msgid "Failed to reboot instance"
262
275
msgstr ""
263
276
 
264
 
#: nova/exception.py:334
 
277
#: nova/exception.py:339
265
278
msgid "Failed to terminate instance"
266
279
msgstr ""
267
280
 
268
 
#: nova/exception.py:338
 
281
#: nova/exception.py:343
269
282
msgid "Service is unavailable at this time."
270
283
msgstr ""
271
284
 
272
 
#: nova/exception.py:342
273
 
msgid "Volume service is unavailable at this time."
274
 
msgstr ""
275
 
 
276
 
#: nova/exception.py:346
 
285
#: nova/exception.py:347
277
286
msgid "Compute service is unavailable at this time."
278
287
msgstr ""
279
288
 
280
 
#: nova/exception.py:350
 
289
#: nova/exception.py:351
281
290
#, python-format
282
291
msgid "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)."
283
292
msgstr ""
284
293
 
285
 
#: nova/exception.py:355
 
294
#: nova/exception.py:356
286
295
msgid "Destination compute host is unavailable at this time."
287
296
msgstr ""
288
297
 
289
 
#: nova/exception.py:359
 
298
#: nova/exception.py:360
290
299
msgid "Original compute host is unavailable at this time."
291
300
msgstr ""
292
301
 
293
 
#: nova/exception.py:363
 
302
#: nova/exception.py:364
294
303
msgid "The supplied hypervisor type of is invalid."
295
304
msgstr ""
296
305
 
297
 
#: nova/exception.py:367
 
306
#: nova/exception.py:368
298
307
msgid "The instance requires a newer hypervisor version than has been provided."
299
308
msgstr ""
300
309
 
301
 
#: nova/exception.py:372
 
310
#: nova/exception.py:373
302
311
#, python-format
303
312
msgid ""
304
313
"The supplied disk path (%(path)s) already exists, it is expected not to "
305
314
"exist."
306
315
msgstr ""
307
316
 
308
 
#: nova/exception.py:377
 
317
#: nova/exception.py:378
309
318
#, python-format
310
319
msgid "The supplied device path (%(path)s) is invalid."
311
320
msgstr ""
312
321
 
313
 
#: nova/exception.py:381
 
322
#: nova/exception.py:382
314
323
#, python-format
315
324
msgid "The supplied device (%(device)s) is busy."
316
325
msgstr ""
317
326
 
318
 
#: nova/exception.py:385
 
327
#: nova/exception.py:386
319
328
msgid "Unacceptable CPU info"
320
329
msgstr ""
321
330
 
322
 
#: nova/exception.py:389
 
331
#: nova/exception.py:390
323
332
#, python-format
324
333
msgid "%(address)s is not a valid IP v4/6 address."
325
334
msgstr ""
326
335
 
327
 
#: nova/exception.py:393
 
336
#: nova/exception.py:394
328
337
#, python-format
329
338
msgid ""
330
339
"VLAN tag is not appropriate for the port group %(bridge)s. Expected VLAN "
331
340
"tag is %(tag)s, but the one associated with the port group is %(pgroup)s."
332
341
msgstr ""
333
342
 
334
 
#: nova/exception.py:399
 
343
#: nova/exception.py:400
335
344
#, python-format
336
345
msgid ""
337
346
"vSwitch which contains the port group %(bridge)s is not associated with "
339
348
"one associated is %(actual)s."
340
349
msgstr ""
341
350
 
342
 
#: nova/exception.py:406
 
351
#: nova/exception.py:407
343
352
#, python-format
344
353
msgid "Disk format %(disk_format)s is not acceptable"
345
354
msgstr ""
346
355
 
347
 
#: nova/exception.py:410
 
356
#: nova/exception.py:411
348
357
#, python-format
349
358
msgid "Image %(image_id)s is unacceptable: %(reason)s"
350
359
msgstr ""
351
360
 
352
 
#: nova/exception.py:414
 
361
#: nova/exception.py:415
353
362
#, python-format
354
363
msgid "Instance %(instance_id)s is unacceptable: %(reason)s"
355
364
msgstr ""
356
365
 
357
 
#: nova/exception.py:418
 
366
#: nova/exception.py:419
358
367
#, python-format
359
368
msgid "Ec2 id %(ec2_id)s is unacceptable."
360
369
msgstr ""
361
370
 
362
 
#: nova/exception.py:422
 
371
#: nova/exception.py:423
 
372
msgid "Expected a uuid but received %(uuid)."
 
373
msgstr ""
 
374
 
 
375
#: nova/exception.py:427
363
376
msgid "Resource could not be found."
364
377
msgstr ""
365
378
 
366
 
#: nova/exception.py:427
 
379
#: nova/exception.py:432
367
380
#, python-format
368
381
msgid "Required flag %(flag)s not set."
369
382
msgstr ""
370
383
 
371
 
#: nova/exception.py:431
 
384
#: nova/exception.py:436
372
385
#, python-format
373
386
msgid "Volume %(volume_id)s could not be found."
374
387
msgstr ""
375
388
 
376
 
#: nova/exception.py:435
 
389
#: nova/exception.py:440
377
390
#, python-format
378
391
msgid "Unable to locate account %(account_name)s on Solidfire device"
379
392
msgstr ""
380
393
 
381
 
#: nova/exception.py:440
 
394
#: nova/exception.py:445
382
395
#, python-format
383
396
msgid "Volume not found for instance %(instance_id)s."
384
397
msgstr ""
385
398
 
386
 
#: nova/exception.py:444
 
399
#: nova/exception.py:449
387
400
#, python-format
388
401
msgid "Volume %(volume_id)s has no metadata with key %(metadata_key)s."
389
402
msgstr ""
390
403
 
391
 
#: nova/exception.py:449
 
404
#: nova/exception.py:454
392
405
msgid "Zero volume types found."
393
406
msgstr ""
394
407
 
395
 
#: nova/exception.py:453
 
408
#: nova/exception.py:458
396
409
#, python-format
397
410
msgid "Volume type %(volume_type_id)s could not be found."
398
411
msgstr ""
399
412
 
400
 
#: nova/exception.py:457
 
413
#: nova/exception.py:462
401
414
#, python-format
402
415
msgid "Volume type with name %(volume_type_name)s could not be found."
403
416
msgstr ""
404
417
 
405
 
#: nova/exception.py:462
 
418
#: nova/exception.py:467
406
419
#, python-format
407
420
msgid ""
408
421
"Volume Type %(volume_type_id)s has no extra specs with key "
409
422
"%(extra_specs_key)s."
410
423
msgstr ""
411
424
 
412
 
#: nova/exception.py:467
 
425
#: nova/exception.py:472
413
426
#, python-format
414
427
msgid "Snapshot %(snapshot_id)s could not be found."
415
428
msgstr ""
416
429
 
417
 
#: nova/exception.py:471
 
430
#: nova/exception.py:476
418
431
#, python-format
419
432
msgid "deleting volume %(volume_name)s that has snapshot"
420
433
msgstr ""
421
434
 
422
 
#: nova/exception.py:475
 
435
#: nova/exception.py:480
423
436
#, python-format
424
437
msgid "deleting snapshot %(snapshot_name)s that has dependent volumes"
425
438
msgstr ""
426
439
 
427
 
#: nova/exception.py:480
 
440
#: nova/exception.py:485
428
441
#, python-format
429
442
msgid "No target id found for volume %(volume_id)s."
430
443
msgstr ""
431
444
 
432
 
#: nova/exception.py:484
 
445
#: nova/exception.py:489
433
446
#, python-format
434
447
msgid "No disk at %(location)s"
435
448
msgstr ""
436
449
 
437
 
#: nova/exception.py:488
 
450
#: nova/exception.py:493
438
451
#, python-format
439
452
msgid "Could not find a handler for %(driver_type)s volume."
440
453
msgstr ""
441
454
 
442
 
#: nova/exception.py:492
 
455
#: nova/exception.py:497
443
456
#, python-format
444
457
msgid "Invalid image href %(image_href)s."
445
458
msgstr ""
446
459
 
447
 
#: nova/exception.py:496
 
460
#: nova/exception.py:501
448
461
msgid ""
449
462
"Some images have been stored via hrefs. This version of the api does not "
450
463
"support displaying image hrefs."
451
464
msgstr ""
452
465
 
453
 
#: nova/exception.py:501
 
466
#: nova/exception.py:506
454
467
#, python-format
455
468
msgid "Image %(image_id)s could not be found."
456
469
msgstr ""
457
470
 
458
 
#: nova/exception.py:505
 
471
#: nova/exception.py:510
459
472
#, python-format
460
473
msgid "Kernel not found for image %(image_id)s."
461
474
msgstr ""
462
475
 
463
 
#: nova/exception.py:509
 
476
#: nova/exception.py:514
464
477
#, python-format
465
478
msgid "User %(user_id)s could not be found."
466
479
msgstr ""
467
480
 
468
 
#: nova/exception.py:513
 
481
#: nova/exception.py:518
469
482
#, python-format
470
483
msgid "Project %(project_id)s could not be found."
471
484
msgstr ""
472
485
 
473
 
#: nova/exception.py:517
 
486
#: nova/exception.py:522
474
487
#, python-format
475
488
msgid "User %(user_id)s is not a member of project %(project_id)s."
476
489
msgstr ""
477
490
 
478
 
#: nova/exception.py:521
 
491
#: nova/exception.py:526
479
492
#, python-format
480
493
msgid "Role %(role_id)s could not be found."
481
494
msgstr ""
482
495
 
483
 
#: nova/exception.py:525
 
496
#: nova/exception.py:530
484
497
msgid "Cannot find SR to read/write VDI."
485
498
msgstr ""
486
499
 
487
 
#: nova/exception.py:529
 
500
#: nova/exception.py:534
 
501
#, python-format
 
502
msgid "Network %(network_id)s is still in use."
 
503
msgstr ""
 
504
 
 
505
#: nova/exception.py:538
488
506
#, python-format
489
507
msgid "%(req)s is required to create a network."
490
508
msgstr ""
491
509
 
492
 
#: nova/exception.py:533
 
510
#: nova/exception.py:542
493
511
#, python-format
494
512
msgid "Network %(network_id)s could not be found."
495
513
msgstr ""
496
514
 
497
 
#: nova/exception.py:537
 
515
#: nova/exception.py:546
498
516
#, python-format
499
517
msgid "Network could not be found for bridge %(bridge)s"
500
518
msgstr ""
501
519
 
502
 
#: nova/exception.py:541
 
520
#: nova/exception.py:550
503
521
#, python-format
504
522
msgid "Network could not be found for uuid %(uuid)s"
505
523
msgstr ""
506
524
 
507
 
#: nova/exception.py:545
 
525
#: nova/exception.py:554
508
526
#, python-format
509
527
msgid "Network could not be found with cidr %(cidr)s."
510
528
msgstr ""
511
529
 
512
 
#: nova/exception.py:549
 
530
#: nova/exception.py:558
513
531
#, python-format
514
532
msgid "Network could not be found for instance %(instance_id)s."
515
533
msgstr ""
516
534
 
517
 
#: nova/exception.py:553
 
535
#: nova/exception.py:562
518
536
msgid "No networks defined."
519
537
msgstr ""
520
538
 
521
 
#: nova/exception.py:557
 
539
#: nova/exception.py:566
522
540
#, python-format
523
541
msgid ""
524
542
"Either Network uuid %(network_uuid)s is not present or is not assigned to"
525
543
" the project %(project_id)s."
526
544
msgstr ""
527
545
 
528
 
#: nova/exception.py:562
 
546
#: nova/exception.py:571
529
547
#, python-format
530
548
msgid "Host is not set to the network (%(network_id)s)."
531
549
msgstr ""
532
550
 
533
 
#: nova/exception.py:566
 
551
#: nova/exception.py:575
534
552
#, python-format
535
553
msgid "Network %(network)s has active ports, cannot delete."
536
554
msgstr ""
537
555
 
538
 
#: nova/exception.py:570
 
556
#: nova/exception.py:579
539
557
msgid "Could not find the datastore reference(s) which the VM uses."
540
558
msgstr ""
541
559
 
542
 
#: nova/exception.py:574
 
560
#: nova/exception.py:583
543
561
#, python-format
544
562
msgid "No fixed IP associated with id %(id)s."
545
563
msgstr ""
546
564
 
547
 
#: nova/exception.py:578
 
565
#: nova/exception.py:587
548
566
#, python-format
549
567
msgid "Fixed ip not found for address %(address)s."
550
568
msgstr ""
551
569
 
552
 
#: nova/exception.py:582
 
570
#: nova/exception.py:591
553
571
#, python-format
554
572
msgid "Instance %(instance_id)s has zero fixed ips."
555
573
msgstr ""
556
574
 
557
 
#: nova/exception.py:586
 
575
#: nova/exception.py:595
558
576
#, python-format
559
577
msgid "Network host %(host)s has zero fixed ips in network %(network_id)s."
560
578
msgstr ""
561
579
 
562
 
#: nova/exception.py:591
 
580
#: nova/exception.py:600
563
581
#, python-format
564
582
msgid "Instance %(instance_id)s doesn't have fixed ip '%(ip)s'."
565
583
msgstr ""
566
584
 
567
 
#: nova/exception.py:595
 
585
#: nova/exception.py:604
568
586
#, python-format
569
587
msgid "Host %(host)s has zero fixed ips."
570
588
msgstr ""
571
589
 
572
 
#: nova/exception.py:599
 
590
#: nova/exception.py:608
573
591
#, python-format
574
592
msgid ""
575
593
"Fixed IP address (%(address)s) does not exist in network "
576
594
"(%(network_uuid)s)."
577
595
msgstr ""
578
596
 
579
 
#: nova/exception.py:604
 
597
#: nova/exception.py:613
580
598
#, python-format
581
599
msgid "Fixed IP address %(address)s is already in use."
582
600
msgstr ""
583
601
 
584
 
#: nova/exception.py:608
 
602
#: nova/exception.py:617
585
603
#, python-format
586
604
msgid "Fixed IP address %(address)s is invalid."
587
605
msgstr ""
588
606
 
589
 
#: nova/exception.py:612
 
607
#: nova/exception.py:621
590
608
msgid "Zero fixed ips available."
591
609
msgstr ""
592
610
 
593
 
#: nova/exception.py:616
 
611
#: nova/exception.py:625
594
612
msgid "Zero fixed ips could be found."
595
613
msgstr ""
596
614
 
597
 
#: nova/exception.py:620
 
615
#: nova/exception.py:629
598
616
#, python-format
599
617
msgid "Floating ip not found for id %(id)s."
600
618
msgstr ""
601
619
 
602
 
#: nova/exception.py:624
 
620
#: nova/exception.py:633
603
621
#, python-format
604
622
msgid "The DNS entry %(name)s already exists in domain %(domain)s."
605
623
msgstr ""
606
624
 
607
 
#: nova/exception.py:628
 
625
#: nova/exception.py:637
608
626
#, python-format
609
627
msgid "Floating ip not found for address %(address)s."
610
628
msgstr ""
611
629
 
612
 
#: nova/exception.py:632
 
630
#: nova/exception.py:641
613
631
#, python-format
614
632
msgid "Floating ip not found for host %(host)s."
615
633
msgstr ""
616
634
 
617
 
#: nova/exception.py:636
 
635
#: nova/exception.py:645
618
636
msgid "Zero floating ips available."
619
637
msgstr ""
620
638
 
621
 
#: nova/exception.py:640
 
639
#: nova/exception.py:649
622
640
#, python-format
623
641
msgid "Floating ip %(address)s is associated."
624
642
msgstr ""
625
643
 
626
 
#: nova/exception.py:644
 
644
#: nova/exception.py:653
627
645
#, python-format
628
646
msgid "Floating ip %(address)s is not associated."
629
647
msgstr ""
630
648
 
631
 
#: nova/exception.py:648
 
649
#: nova/exception.py:657
632
650
msgid "Zero floating ips exist."
633
651
msgstr ""
634
652
 
635
 
#: nova/exception.py:652
 
653
#: nova/exception.py:661
636
654
#, python-format
637
655
msgid "Interface %(interface)s not found."
638
656
msgstr ""
639
657
 
640
 
#: nova/exception.py:656
 
658
#: nova/exception.py:665
641
659
#, python-format
642
660
msgid "Keypair %(name)s not found for user %(user_id)s"
643
661
msgstr ""
644
662
 
645
 
#: nova/exception.py:660
 
663
#: nova/exception.py:669
646
664
#, python-format
647
665
msgid "Certificate %(certificate_id)s not found."
648
666
msgstr ""
649
667
 
650
 
#: nova/exception.py:664
 
668
#: nova/exception.py:673
651
669
#, python-format
652
670
msgid "Service %(service_id)s could not be found."
653
671
msgstr ""
654
672
 
655
 
#: nova/exception.py:668
 
673
#: nova/exception.py:677
656
674
#, python-format
657
675
msgid "Host %(host)s could not be found."
658
676
msgstr ""
659
677
 
660
 
#: nova/exception.py:672
 
678
#: nova/exception.py:681
661
679
#, python-format
662
680
msgid "Compute host %(host)s could not be found."
663
681
msgstr ""
664
682
 
665
 
#: nova/exception.py:676
 
683
#: nova/exception.py:685
666
684
#, python-format
667
685
msgid "Could not find binary %(binary)s on host %(host)s."
668
686
msgstr ""
669
687
 
670
 
#: nova/exception.py:680
 
688
#: nova/exception.py:689
671
689
#, python-format
672
690
msgid "Auth token %(token)s could not be found."
673
691
msgstr ""
674
692
 
675
 
#: nova/exception.py:684
 
693
#: nova/exception.py:693
676
694
#, python-format
677
695
msgid "Access Key %(access_key)s could not be found."
678
696
msgstr ""
679
697
 
680
 
#: nova/exception.py:688
 
698
#: nova/exception.py:697
681
699
msgid "Quota could not be found"
682
700
msgstr ""
683
701
 
684
 
#: nova/exception.py:692
 
702
#: nova/exception.py:701
685
703
#, python-format
686
704
msgid "Quota for project %(project_id)s could not be found."
687
705
msgstr ""
688
706
 
689
 
#: nova/exception.py:696
 
707
#: nova/exception.py:705
690
708
#, python-format
691
709
msgid "Quota class %(class_name)s could not be found."
692
710
msgstr ""
693
711
 
694
 
#: nova/exception.py:700
 
712
#: nova/exception.py:709
695
713
#, python-format
696
714
msgid "Security group %(security_group_id)s not found."
697
715
msgstr ""
698
716
 
699
 
#: nova/exception.py:704
 
717
#: nova/exception.py:713
700
718
#, python-format
701
719
msgid "Security group %(security_group_id)s not found for project %(project_id)s."
702
720
msgstr ""
703
721
 
704
 
#: nova/exception.py:709
 
722
#: nova/exception.py:718
705
723
#, python-format
706
724
msgid "Security group with rule %(rule_id)s not found."
707
725
msgstr ""
708
726
 
709
 
#: nova/exception.py:713
 
727
#: nova/exception.py:722
710
728
#, python-format
711
729
msgid ""
712
730
"Security group %(security_group_id)s is already associated with the "
713
731
"instance %(instance_id)s"
714
732
msgstr ""
715
733
 
716
 
#: nova/exception.py:718
 
734
#: nova/exception.py:727
717
735
#, python-format
718
736
msgid ""
719
737
"Security group %(security_group_id)s is not associated with the instance "
720
738
"%(instance_id)s"
721
739
msgstr ""
722
740
 
723
 
#: nova/exception.py:723
 
741
#: nova/exception.py:732
724
742
#, python-format
725
743
msgid "Migration %(migration_id)s could not be found."
726
744
msgstr ""
727
745
 
728
 
#: nova/exception.py:727
 
746
#: nova/exception.py:736
729
747
#, python-format
730
748
msgid "Migration not found for instance %(instance_id)s with status %(status)s."
731
749
msgstr ""
732
750
 
733
 
#: nova/exception.py:732
 
751
#: nova/exception.py:741
734
752
#, python-format
735
753
msgid "Console pool %(pool_id)s could not be found."
736
754
msgstr ""
737
755
 
738
 
#: nova/exception.py:736
 
756
#: nova/exception.py:745
739
757
#, python-format
740
758
msgid ""
741
759
"Console pool of type %(console_type)s for compute host %(compute_host)s "
742
760
"on proxy host %(host)s not found."
743
761
msgstr ""
744
762
 
745
 
#: nova/exception.py:742
 
763
#: nova/exception.py:751
746
764
#, python-format
747
765
msgid "Console %(console_id)s could not be found."
748
766
msgstr ""
749
767
 
750
 
#: nova/exception.py:746
 
768
#: nova/exception.py:755
751
769
#, python-format
752
770
msgid "Console for instance %(instance_id)s could not be found."
753
771
msgstr ""
754
772
 
755
 
#: nova/exception.py:750
 
773
#: nova/exception.py:759
756
774
#, python-format
757
775
msgid ""
758
776
"Console for instance %(instance_id)s in pool %(pool_id)s could not be "
759
777
"found."
760
778
msgstr ""
761
779
 
762
 
#: nova/exception.py:755
 
780
#: nova/exception.py:764
763
781
#, python-format
764
782
msgid "Invalid console type %(console_type)s "
765
783
msgstr ""
766
784
 
767
 
#: nova/exception.py:759
 
785
#: nova/exception.py:768
768
786
msgid "Zero instance types found."
769
787
msgstr ""
770
788
 
771
 
#: nova/exception.py:763
 
789
#: nova/exception.py:772
772
790
#, python-format
773
791
msgid "Instance type %(instance_type_id)s could not be found."
774
792
msgstr ""
775
793
 
776
 
#: nova/exception.py:767
 
794
#: nova/exception.py:776
777
795
#, python-format
778
796
msgid "Instance type with name %(instance_type_name)s could not be found."
779
797
msgstr ""
780
798
 
781
 
#: nova/exception.py:772
 
799
#: nova/exception.py:781
782
800
#, python-format
783
801
msgid "Flavor %(flavor_id)s could not be found."
784
802
msgstr ""
785
803
 
786
 
#: nova/exception.py:776
 
804
#: nova/exception.py:785
787
805
#, python-format
788
806
msgid "Cell %(cell_id)s could not be found."
789
807
msgstr ""
790
808
 
791
 
#: nova/exception.py:780
 
809
#: nova/exception.py:789
792
810
#, python-format
793
811
msgid "Scheduler Host Filter %(filter_name)s could not be found."
794
812
msgstr ""
795
813
 
796
 
#: nova/exception.py:784
 
814
#: nova/exception.py:793
797
815
#, python-format
798
816
msgid "Scheduler cost function %(cost_fn_str)s could not be found."
799
817
msgstr ""
800
818
 
801
 
#: nova/exception.py:789
 
819
#: nova/exception.py:798
802
820
#, python-format
803
821
msgid "Scheduler weight flag not found: %(flag_name)s"
804
822
msgstr ""
805
823
 
806
 
#: nova/exception.py:793
 
824
#: nova/exception.py:802
807
825
#, python-format
808
826
msgid "Instance %(instance_id)s has no metadata with key %(metadata_key)s."
809
827
msgstr ""
810
828
 
811
 
#: nova/exception.py:798
 
829
#: nova/exception.py:807
 
830
#, python-format
 
831
msgid ""
 
832
"Instance %(instance_uuid)s has no system metadata with key "
 
833
"%(metadata_key)s."
 
834
msgstr ""
 
835
 
 
836
#: nova/exception.py:812
812
837
#, python-format
813
838
msgid ""
814
839
"Instance Type %(instance_type_id)s has no extra specs with key "
815
840
"%(extra_specs_key)s."
816
841
msgstr ""
817
842
 
818
 
#: nova/exception.py:803
 
843
#: nova/exception.py:817
819
844
msgid "LDAP object could not be found"
820
845
msgstr ""
821
846
 
822
 
#: nova/exception.py:807
 
847
#: nova/exception.py:821
823
848
#, python-format
824
849
msgid "LDAP user %(user_id)s could not be found."
825
850
msgstr ""
826
851
 
827
 
#: nova/exception.py:811
 
852
#: nova/exception.py:825
828
853
#, python-format
829
854
msgid "LDAP group %(group_id)s could not be found."
830
855
msgstr ""
831
856
 
832
 
#: nova/exception.py:815
 
857
#: nova/exception.py:829
833
858
#, python-format
834
859
msgid "LDAP user %(user_id)s is not a member of group %(group_id)s."
835
860
msgstr ""
836
861
 
837
 
#: nova/exception.py:819
 
862
#: nova/exception.py:833
838
863
#, python-format
839
864
msgid "File %(file_path)s could not be found."
840
865
msgstr ""
841
866
 
842
 
#: nova/exception.py:823
 
867
#: nova/exception.py:837
843
868
msgid "Zero files could be found."
844
869
msgstr ""
845
870
 
846
 
#: nova/exception.py:827
 
871
#: nova/exception.py:841
847
872
#, python-format
848
873
msgid "Virtual switch associated with the network adapter %(adapter)s not found."
849
874
msgstr ""
850
875
 
851
 
#: nova/exception.py:832
 
876
#: nova/exception.py:846
852
877
#, python-format
853
878
msgid "Network adapter %(adapter)s could not be found."
854
879
msgstr ""
855
880
 
856
 
#: nova/exception.py:836
 
881
#: nova/exception.py:850
857
882
#, python-format
858
883
msgid "Class %(class_name)s could not be found: %(exception)s"
859
884
msgstr ""
860
885
 
861
 
#: nova/exception.py:840
 
886
#: nova/exception.py:854
862
887
msgid "Action not allowed."
863
888
msgstr ""
864
889
 
865
 
#: nova/exception.py:844
 
890
#: nova/exception.py:858
866
891
#, python-format
867
892
msgid "Unable to use global role %(role_id)s"
868
893
msgstr ""
869
894
 
870
 
#: nova/exception.py:848
 
895
#: nova/exception.py:862
871
896
msgid "Rotation is not allowed for snapshots"
872
897
msgstr ""
873
898
 
874
 
#: nova/exception.py:852
 
899
#: nova/exception.py:866
875
900
msgid "Rotation param is required for backup image_type"
876
901
msgstr ""
877
902
 
878
 
#: nova/exception.py:861
 
903
#: nova/exception.py:875
879
904
#, python-format
880
905
msgid "Key pair %(key_name)s already exists."
881
906
msgstr ""
882
907
 
883
 
#: nova/exception.py:865
 
908
#: nova/exception.py:879
884
909
#, python-format
885
910
msgid "User %(user)s already exists."
886
911
msgstr ""
887
912
 
888
 
#: nova/exception.py:869
 
913
#: nova/exception.py:883
889
914
#, python-format
890
915
msgid "LDAP user %(user)s already exists."
891
916
msgstr ""
892
917
 
893
 
#: nova/exception.py:873
 
918
#: nova/exception.py:887
894
919
#, python-format
895
920
msgid "LDAP group %(group)s already exists."
896
921
msgstr ""
897
922
 
898
 
#: nova/exception.py:877
 
923
#: nova/exception.py:891
899
924
#, python-format
900
925
msgid "User %(uid)s is already a member of the group %(group_dn)s"
901
926
msgstr ""
902
927
 
903
 
#: nova/exception.py:882
 
928
#: nova/exception.py:896
904
929
#, python-format
905
930
msgid "Project %(project)s already exists."
906
931
msgstr ""
907
932
 
908
 
#: nova/exception.py:886
 
933
#: nova/exception.py:900
909
934
#, python-format
910
935
msgid "Instance %(name)s already exists."
911
936
msgstr ""
912
937
 
913
 
#: nova/exception.py:890
 
938
#: nova/exception.py:904
914
939
#, python-format
915
940
msgid "Instance Type %(name)s already exists."
916
941
msgstr ""
917
942
 
918
 
#: nova/exception.py:894
 
943
#: nova/exception.py:908
919
944
#, python-format
920
945
msgid "Volume Type %(name)s already exists."
921
946
msgstr ""
922
947
 
923
 
#: nova/exception.py:898
 
948
#: nova/exception.py:912
924
949
#, python-format
925
950
msgid "%(path)s is on shared storage: %(reason)s"
926
951
msgstr ""
927
952
 
928
 
#: nova/exception.py:902
 
953
#: nova/exception.py:916
929
954
msgid "Migration error"
930
955
msgstr ""
931
956
 
932
 
#: nova/exception.py:906
 
957
#: nova/exception.py:920
933
958
#, python-format
934
959
msgid "Malformed message body: %(reason)s"
935
960
msgstr ""
936
961
 
937
 
#: nova/exception.py:910
 
962
#: nova/exception.py:924
938
963
#, python-format
939
964
msgid "Could not find config at %(path)s"
940
965
msgstr ""
941
966
 
942
 
#: nova/exception.py:914
 
967
#: nova/exception.py:928
943
968
#, python-format
944
969
msgid "Could not load paste app '%(name)s' from %(path)s"
945
970
msgstr ""
946
971
 
947
 
#: nova/exception.py:918
 
972
#: nova/exception.py:932
948
973
msgid "When resizing, instances must change size!"
949
974
msgstr ""
950
975
 
951
 
#: nova/exception.py:922
 
976
#: nova/exception.py:936
952
977
msgid "Image is larger than instance type allows"
953
978
msgstr ""
954
979
 
955
 
#: nova/exception.py:926
 
980
#: nova/exception.py:940
956
981
msgid "1 or more Zones could not complete the request"
957
982
msgstr ""
958
983
 
959
 
#: nova/exception.py:930
 
984
#: nova/exception.py:944
960
985
msgid "Instance type's memory is too small for requested image."
961
986
msgstr ""
962
987
 
963
 
#: nova/exception.py:934
 
988
#: nova/exception.py:948
964
989
msgid "Instance type's disk is too small for requested image."
965
990
msgstr ""
966
991
 
967
 
#: nova/exception.py:938
 
992
#: nova/exception.py:952
968
993
#, python-format
969
994
msgid "Insufficient free memory on compute node to start %(uuid)s."
970
995
msgstr ""
971
996
 
972
 
#: nova/exception.py:942
 
997
#: nova/exception.py:956
973
998
msgid "Could not fetch bandwidth/cpu/disk metrics for this host."
974
999
msgstr ""
975
1000
 
976
 
#: nova/exception.py:946
 
1001
#: nova/exception.py:960
977
1002
#, python-format
978
1003
msgid "No valid host was found. %(reason)s"
979
1004
msgstr ""
980
1005
 
981
 
#: nova/exception.py:950
 
1006
#: nova/exception.py:964
982
1007
#, python-format
983
1008
msgid "Host %(host)s is not up or doesn't exist."
984
1009
msgstr ""
985
1010
 
986
 
#: nova/exception.py:954
 
1011
#: nova/exception.py:968
987
1012
msgid "Quota exceeded"
988
1013
msgstr ""
989
1014
 
990
 
#: nova/exception.py:958
 
1015
#: nova/exception.py:972
 
1016
#, python-format
 
1017
msgid "Quota exceeded: already used %(used)d of %(allowed)d instances"
 
1018
msgstr ""
 
1019
 
 
1020
#: nova/exception.py:977
 
1021
msgid "Maximum volume size exceeded"
 
1022
msgstr ""
 
1023
 
 
1024
#: nova/exception.py:981
 
1025
#, python-format
 
1026
msgid "Maximum number of metadata items exceeds %(allowed)d"
 
1027
msgstr ""
 
1028
 
 
1029
#: nova/exception.py:985
 
1030
msgid "Personality file limit exceeded"
 
1031
msgstr ""
 
1032
 
 
1033
#: nova/exception.py:989
 
1034
msgid "Personality file path too long"
 
1035
msgstr ""
 
1036
 
 
1037
#: nova/exception.py:993
 
1038
msgid "Personality file content too long"
 
1039
msgstr ""
 
1040
 
 
1041
#: nova/exception.py:997
991
1042
#, python-format
992
1043
msgid ""
993
1044
"Aggregate %(aggregate_id)s: action '%(action)s' caused an error: "
994
1045
"%(reason)s."
995
1046
msgstr ""
996
1047
 
997
 
#: nova/exception.py:963
 
1048
#: nova/exception.py:1002
998
1049
#, python-format
999
1050
msgid "Aggregate %(aggregate_id)s could not be found."
1000
1051
msgstr ""
1001
1052
 
1002
 
#: nova/exception.py:967
 
1053
#: nova/exception.py:1006
1003
1054
#, python-format
1004
1055
msgid "Aggregate %(aggregate_name)s already exists."
1005
1056
msgstr ""
1006
1057
 
1007
 
#: nova/exception.py:971
 
1058
#: nova/exception.py:1010
1008
1059
#, python-format
1009
1060
msgid "Aggregate %(aggregate_id)s has no host %(host)s."
1010
1061
msgstr ""
1011
1062
 
1012
 
#: nova/exception.py:975
 
1063
#: nova/exception.py:1014
1013
1064
#, python-format
1014
1065
msgid "Aggregate %(aggregate_id)s has no metadata with key %(metadata_key)s."
1015
1066
msgstr ""
1016
1067
 
1017
 
#: nova/exception.py:980
 
1068
#: nova/exception.py:1019
1018
1069
#, python-format
1019
1070
msgid "Host %(host)s already member of another aggregate."
1020
1071
msgstr ""
1021
1072
 
1022
 
#: nova/exception.py:984
 
1073
#: nova/exception.py:1023
1023
1074
#, python-format
1024
1075
msgid "Aggregate %(aggregate_id)s already has host %(host)s."
1025
1076
msgstr ""
1026
1077
 
1027
 
#: nova/exception.py:988
 
1078
#: nova/exception.py:1027
1028
1079
#, python-format
1029
1080
msgid "Detected more than one volume with name %(vol_name)s"
1030
1081
msgstr ""
1031
1082
 
1032
 
#: nova/exception.py:992
 
1083
#: nova/exception.py:1031
1033
1084
#, python-format
1034
1085
msgid "Cannot create volume_type with name %(name)s and specs %(extra_specs)s"
1035
1086
msgstr ""
1036
1087
 
1037
 
#: nova/exception.py:997
 
1088
#: nova/exception.py:1036
1038
1089
msgid "Unable to create instance type"
1039
1090
msgstr ""
1040
1091
 
1041
 
#: nova/exception.py:1001
 
1092
#: nova/exception.py:1040
1042
1093
msgid "Bad response from SolidFire API"
1043
1094
msgstr ""
1044
1095
 
1045
 
#: nova/exception.py:1005
 
1096
#: nova/exception.py:1044
1046
1097
#, python-format
1047
1098
msgid "Error in SolidFire API response: status=%(status)s"
1048
1099
msgstr ""
1049
1100
 
1050
 
#: nova/exception.py:1009
 
1101
#: nova/exception.py:1048
1051
1102
#, python-format
1052
1103
msgid "Error in SolidFire API response: data=%(data)s"
1053
1104
msgstr ""
1054
1105
 
1055
 
#: nova/exception.py:1013
 
1106
#: nova/exception.py:1052
1056
1107
#, python-format
1057
1108
msgid "Detected existing vlan with id %(vlan)d"
1058
1109
msgstr ""
1059
1110
 
1060
 
#: nova/exception.py:1017
 
1111
#: nova/exception.py:1056
1061
1112
#, python-format
1062
1113
msgid "Instance %(instance_id)s could not be found."
1063
1114
msgstr ""
1064
1115
 
1065
 
#: nova/exception.py:1021
 
1116
#: nova/exception.py:1060
1066
1117
#, python-format
1067
1118
msgid "Invalid id: %(val)s (expecting \"i-...\")."
1068
1119
msgstr ""
1069
1120
 
1070
 
#: nova/exception.py:1025
 
1121
#: nova/exception.py:1064
1071
1122
#, python-format
1072
1123
msgid "Could not fetch image %(image)s"
1073
1124
msgstr ""
1074
1125
 
1075
 
#: nova/log.py:315
 
1126
#: nova/log.py:331
1076
1127
#, python-format
1077
1128
msgid "syslog facility must be one of: %s"
1078
1129
msgstr ""
1096
1147
msgid "Notifying Schedulers of capabilities ..."
1097
1148
msgstr ""
1098
1149
 
1099
 
#: nova/policy.py:30
 
1150
#: nova/policy.py:32
1100
1151
msgid "JSON file representing policy"
1101
1152
msgstr ""
1102
1153
 
1103
 
#: nova/policy.py:33
 
1154
#: nova/policy.py:35
1104
1155
msgid "Rule checked when requested rule is not found"
1105
1156
msgstr ""
1106
1157
 
1107
 
#: nova/service.py:137
 
1158
#: nova/service.py:138
1108
1159
msgid "SIGTERM received"
1109
1160
msgstr ""
1110
1161
 
1111
 
#: nova/service.py:177
 
1162
#: nova/service.py:178
1112
1163
#, python-format
1113
1164
msgid "Starting %(topic)s node (version %(vcs_string)s)"
1114
1165
msgstr ""
1115
1166
 
1116
 
#: nova/service.py:195
 
1167
#: nova/service.py:197
1117
1168
#, python-format
1118
1169
msgid "Creating Consumer connection for Service %s"
1119
1170
msgstr ""
1120
1171
 
1121
 
#: nova/service.py:282
 
1172
#: nova/service.py:284
1122
1173
msgid "Service killed that has no database entry"
1123
1174
msgstr ""
1124
1175
 
1125
 
#: nova/service.py:319
 
1176
#: nova/service.py:321
1126
1177
msgid "The service database object disappeared, Recreating it."
1127
1178
msgstr ""
1128
1179
 
1129
 
#: nova/service.py:334
 
1180
#: nova/service.py:336
1130
1181
msgid "Recovered model server connection!"
1131
1182
msgstr ""
1132
1183
 
1133
 
#: nova/service.py:340
 
1184
#: nova/service.py:342
1134
1185
msgid "model server went away"
1135
1186
msgstr ""
1136
1187
 
1137
 
#: nova/service.py:433
 
1188
#: nova/service.py:436
1138
1189
msgid "Full set of FLAGS:"
1139
1190
msgstr ""
1140
1191
 
1141
 
#: nova/service.py:440
 
1192
#: nova/service.py:444
1142
1193
#, python-format
1143
1194
msgid "%(flag)s : FLAG SET "
1144
1195
msgstr ""
1145
1196
 
1146
 
#: nova/utils.py:78
1147
 
#, python-format
1148
 
msgid "Inner Exception: %s"
1149
 
msgstr ""
1150
 
 
1151
 
#: nova/utils.py:164
 
1197
#: nova/utils.py:123
1152
1198
#, python-format
1153
1199
msgid "Fetching %s"
1154
1200
msgstr ""
1155
1201
 
1156
 
#: nova/utils.py:209
 
1202
#: nova/utils.py:168
1157
1203
#, python-format
1158
1204
msgid "Got unknown keyword args to utils.execute: %r"
1159
1205
msgstr ""
1160
1206
 
1161
 
#: nova/utils.py:219
 
1207
#: nova/utils.py:178
1162
1208
#, python-format
1163
1209
msgid "Running cmd (subprocess): %s"
1164
1210
msgstr ""
1165
1211
 
1166
 
#: nova/utils.py:235 nova/utils.py:314
 
1212
#: nova/utils.py:194 nova/utils.py:274
1167
1213
#, python-format
1168
1214
msgid "Result was %s"
1169
1215
msgstr ""
1170
1216
 
1171
 
#: nova/utils.py:248
 
1217
#: nova/utils.py:207
1172
1218
#, python-format
1173
1219
msgid "%r failed. Retrying."
1174
1220
msgstr ""
1175
1221
 
1176
 
#: nova/utils.py:290
 
1222
#: nova/utils.py:249
1177
1223
#, python-format
1178
1224
msgid "Running cmd (SSH): %s"
1179
1225
msgstr ""
1180
1226
 
1181
 
#: nova/utils.py:292
 
1227
#: nova/utils.py:251
1182
1228
msgid "Environment not supported over SSH"
1183
1229
msgstr ""
1184
1230
 
1185
 
#: nova/utils.py:296
 
1231
#: nova/utils.py:255
1186
1232
msgid "process_input not supported over SSH"
1187
1233
msgstr ""
1188
1234
 
1189
 
#: nova/utils.py:351
 
1235
#: nova/utils.py:311
1190
1236
#, python-format
1191
1237
msgid "debug in callback: %s"
1192
1238
msgstr ""
1193
1239
 
1194
 
#: nova/utils.py:533
 
1240
#: nova/utils.py:465
1195
1241
#, python-format
1196
1242
msgid "Link Local address is not found.:%s"
1197
1243
msgstr ""
1198
1244
 
1199
 
#: nova/utils.py:536
 
1245
#: nova/utils.py:468
1200
1246
#, python-format
1201
1247
msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s"
1202
1248
msgstr ""
1203
1249
 
1204
 
#: nova/utils.py:647
 
1250
#: nova/utils.py:580
1205
1251
#, python-format
1206
1252
msgid "Invalid backend: %s"
1207
1253
msgstr ""
1208
1254
 
1209
 
#: nova/utils.py:658
 
1255
#: nova/utils.py:592
1210
1256
#, python-format
1211
1257
msgid "backend %s"
1212
1258
msgstr ""
1213
1259
 
1214
 
#: nova/utils.py:708
 
1260
#: nova/utils.py:642
1215
1261
msgid "in looping call"
1216
1262
msgstr ""
1217
1263
 
1218
 
#: nova/utils.py:926
 
1264
#: nova/utils.py:860
1219
1265
#, python-format
1220
1266
msgid "Attempting to grab semaphore \"%(lock)s\" for method \"%(method)s\"..."
1221
1267
msgstr ""
1222
1268
 
1223
 
#: nova/utils.py:930
 
1269
#: nova/utils.py:864
1224
1270
#, python-format
1225
1271
msgid "Got semaphore \"%(lock)s\" for method \"%(method)s\"..."
1226
1272
msgstr ""
1227
1273
 
1228
 
#: nova/utils.py:934
 
1274
#: nova/utils.py:868
1229
1275
#, python-format
1230
1276
msgid "Attempting to grab file lock \"%(lock)s\" for method \"%(method)s\"..."
1231
1277
msgstr ""
1232
1278
 
1233
 
#: nova/utils.py:941
 
1279
#: nova/utils.py:875
1234
1280
#, python-format
1235
1281
msgid "Got file lock \"%(lock)s\" for method \"%(method)s\"..."
1236
1282
msgstr ""
1237
1283
 
1238
 
#: nova/utils.py:1000
 
1284
#: nova/utils.py:934
1239
1285
#, python-format
1240
1286
msgid "Found sentinel %(filename)s for pid %(pid)s"
1241
1287
msgstr ""
1242
1288
 
1243
 
#: nova/utils.py:1007
 
1289
#: nova/utils.py:941
1244
1290
#, python-format
1245
1291
msgid "Cleaned sentinel %(filename)s for pid %(pid)s"
1246
1292
msgstr ""
1247
1293
 
1248
 
#: nova/utils.py:1022
 
1294
#: nova/utils.py:956
1249
1295
#, python-format
1250
1296
msgid "Found lockfile %(file)s with link count %(count)d"
1251
1297
msgstr ""
1252
1298
 
1253
 
#: nova/utils.py:1027
 
1299
#: nova/utils.py:960
1254
1300
#, python-format
1255
1301
msgid "Cleaned lockfile %(file)s with link count %(count)d"
1256
1302
msgstr ""
1257
1303
 
1258
 
#: nova/utils.py:1137
 
1304
#: nova/utils.py:1069
1259
1305
#, python-format
1260
1306
msgid "Expected object of type: %s"
1261
1307
msgstr ""
1262
1308
 
1263
 
#: nova/utils.py:1168
 
1309
#: nova/utils.py:1098
1264
1310
#, python-format
1265
1311
msgid "Invalid server_string: %s"
1266
1312
msgstr ""
1267
1313
 
1268
 
#: nova/utils.py:1297
 
1314
#: nova/utils.py:1227
1269
1315
#, python-format
1270
1316
msgid "timefunc: '%(name)s' took %(total_time).2f secs"
1271
1317
msgstr ""
1272
1318
 
1273
 
#: nova/utils.py:1329
1274
 
msgid "Original exception being dropped"
 
1319
#: nova/utils.py:1318
 
1320
#, python-format
 
1321
msgid "Reloading cached file %s"
1275
1322
msgstr ""
1276
1323
 
1277
 
#: nova/utils.py:1448
 
1324
#: nova/utils.py:1370
1278
1325
#, python-format
1279
1326
msgid "Class %(fullname)s is deprecated: %(msg)s"
1280
1327
msgstr ""
1281
1328
 
1282
 
#: nova/utils.py:1450
 
1329
#: nova/utils.py:1372
1283
1330
#, python-format
1284
1331
msgid "Class %(fullname)s is deprecated"
1285
1332
msgstr ""
1286
1333
 
1287
 
#: nova/utils.py:1482
 
1334
#: nova/utils.py:1404
1288
1335
#, python-format
1289
1336
msgid "Function %(name)s in %(location)s is deprecated: %(msg)s"
1290
1337
msgstr ""
1291
1338
 
1292
 
#: nova/utils.py:1484
 
1339
#: nova/utils.py:1406
1293
1340
#, python-format
1294
1341
msgid "Function %(name)s in %(location)s is deprecated"
1295
1342
msgstr ""
1296
1343
 
1297
 
#: nova/utils.py:1668
 
1344
#: nova/utils.py:1590
1298
1345
#, python-format
1299
1346
msgid "Could not remove tmpdir: %s"
1300
1347
msgstr ""
1308
1355
msgid "Stopping WSGI server."
1309
1356
msgstr ""
1310
1357
 
1311
 
#: nova/wsgi.py:111
1312
 
msgid "Stopping raw TCP server."
1313
 
msgstr ""
1314
 
 
1315
 
#: nova/wsgi.py:117
1316
 
#, python-format
1317
 
msgid "Starting TCP server %(arg0)s on %(host)s:%(port)s"
1318
 
msgstr ""
1319
 
 
1320
 
#: nova/wsgi.py:133
 
1358
#: nova/wsgi.py:122
1321
1359
msgid "WSGI server has stopped."
1322
1360
msgstr ""
1323
1361
 
1324
 
#: nova/wsgi.py:211
 
1362
#: nova/wsgi.py:191
1325
1363
msgid "You must implement __call__"
1326
1364
msgstr ""
1327
1365
 
1328
 
#: nova/api/direct.py:218
1329
 
msgid "not available"
1330
 
msgstr ""
1331
 
 
1332
 
#: nova/api/direct.py:299
 
1366
#: nova/wsgi.py:377
1333
1367
#, python-format
1334
 
msgid "Returned non-serializeable type: %s"
 
1368
msgid "Loading app %(name)s from %(path)s"
1335
1369
msgstr ""
1336
1370
 
1337
1371
#: nova/api/sizelimit.py:51
1338
1372
msgid "Request is too large."
1339
1373
msgstr ""
1340
1374
 
1341
 
#: nova/api/validator.py:142
 
1375
#: nova/api/validator.py:138
1342
1376
#, python-format
1343
 
msgid "%(key)s with value %(value)s failed validator  %(validator)s"
 
1377
msgid "%(key)s with value %(value)s failed validator %(name)s"
1344
1378
msgstr ""
1345
1379
 
1346
 
#: nova/api/ec2/__init__.py:73
 
1380
#: nova/api/ec2/__init__.py:74
1347
1381
#, python-format
1348
1382
msgid "%(code)s: %(message)s"
1349
1383
msgstr ""
1350
1384
 
1351
 
#: nova/api/ec2/__init__.py:95
 
1385
#: nova/api/ec2/__init__.py:96
1352
1386
#, python-format
1353
1387
msgid "FaultWrapper: %s"
1354
1388
msgstr ""
1355
1389
 
1356
 
#: nova/api/ec2/__init__.py:170
 
1390
#: nova/api/ec2/__init__.py:171
1357
1391
msgid "Too many failed authentications."
1358
1392
msgstr ""
1359
1393
 
1360
 
#: nova/api/ec2/__init__.py:180
 
1394
#: nova/api/ec2/__init__.py:181
1361
1395
#, python-format
1362
1396
msgid ""
1363
1397
"Access key %(access_key)s has had %(failures)d failed authentications and"
1364
1398
" will be locked out for %(lock_mins)d minutes."
1365
1399
msgstr ""
1366
1400
 
1367
 
#: nova/api/ec2/__init__.py:267
 
1401
#: nova/api/ec2/__init__.py:268
1368
1402
msgid "Signature not provided"
1369
1403
msgstr ""
1370
1404
 
1371
 
#: nova/api/ec2/__init__.py:271
 
1405
#: nova/api/ec2/__init__.py:272
1372
1406
msgid "Access key not provided"
1373
1407
msgstr ""
1374
1408
 
1375
 
#: nova/api/ec2/__init__.py:306 nova/api/ec2/__init__.py:319
 
1409
#: nova/api/ec2/__init__.py:307 nova/api/ec2/__init__.py:320
1376
1410
msgid "Failure communicating with keystone"
1377
1411
msgstr ""
1378
1412
 
1379
 
#: nova/api/ec2/__init__.py:388
 
1413
#: nova/api/ec2/__init__.py:389
1380
1414
#, python-format
1381
1415
msgid "Authentication Failure: %s"
1382
1416
msgstr ""
1383
1417
 
1384
 
#: nova/api/ec2/__init__.py:404
 
1418
#: nova/api/ec2/__init__.py:405
1385
1419
#, python-format
1386
1420
msgid "Authenticated Request For %(uname)s:%(pname)s)"
1387
1421
msgstr ""
1388
1422
 
1389
 
#: nova/api/ec2/__init__.py:435
 
1423
#: nova/api/ec2/__init__.py:436
1390
1424
#, python-format
1391
1425
msgid "action: %s"
1392
1426
msgstr ""
1393
1427
 
1394
 
#: nova/api/ec2/__init__.py:437
 
1428
#: nova/api/ec2/__init__.py:438
1395
1429
#, python-format
1396
1430
msgid "arg: %(key)s\t\tval: %(value)s"
1397
1431
msgstr ""
1398
1432
 
1399
 
#: nova/api/ec2/__init__.py:512
 
1433
#: nova/api/ec2/__init__.py:513
1400
1434
#, python-format
1401
1435
msgid "Unauthorized request for controller=%(controller)s and action=%(action)s"
1402
1436
msgstr ""
1403
1437
 
1404
 
#: nova/api/ec2/__init__.py:584
 
1438
#: nova/api/ec2/__init__.py:585
1405
1439
#, python-format
1406
1440
msgid "InstanceNotFound raised: %s"
1407
1441
msgstr ""
1408
1442
 
1409
 
#: nova/api/ec2/__init__.py:590
 
1443
#: nova/api/ec2/__init__.py:591
1410
1444
#, python-format
1411
1445
msgid "VolumeNotFound raised: %s"
1412
1446
msgstr ""
1413
1447
 
1414
 
#: nova/api/ec2/__init__.py:596
 
1448
#: nova/api/ec2/__init__.py:597
1415
1449
#, python-format
1416
1450
msgid "SnapshotNotFound raised: %s"
1417
1451
msgstr ""
1418
1452
 
1419
 
#: nova/api/ec2/__init__.py:602
 
1453
#: nova/api/ec2/__init__.py:603
1420
1454
#, python-format
1421
1455
msgid "NotFound raised: %s"
1422
1456
msgstr ""
1423
1457
 
1424
 
#: nova/api/ec2/__init__.py:605
 
1458
#: nova/api/ec2/__init__.py:606
1425
1459
#, python-format
1426
1460
msgid "EC2APIError raised: %s"
1427
1461
msgstr ""
1428
1462
 
1429
 
#: nova/api/ec2/__init__.py:613
 
1463
#: nova/api/ec2/__init__.py:614
1430
1464
#, python-format
1431
1465
msgid "KeyPairExists raised: %s"
1432
1466
msgstr ""
1433
1467
 
1434
 
#: nova/api/ec2/__init__.py:617
 
1468
#: nova/api/ec2/__init__.py:618
1435
1469
#, python-format
1436
1470
msgid "InvalidParameterValue raised: %s"
1437
1471
msgstr ""
1438
1472
 
1439
 
#: nova/api/ec2/__init__.py:621
 
1473
#: nova/api/ec2/__init__.py:622
1440
1474
#, python-format
1441
1475
msgid "InvalidPortRange raised: %s"
1442
1476
msgstr ""
1443
1477
 
1444
 
#: nova/api/ec2/__init__.py:625
 
1478
#: nova/api/ec2/__init__.py:626
1445
1479
#, python-format
1446
1480
msgid "NotAuthorized raised: %s"
1447
1481
msgstr ""
1448
1482
 
1449
 
#: nova/api/ec2/__init__.py:629
 
1483
#: nova/api/ec2/__init__.py:630
1450
1484
#, python-format
1451
1485
msgid "InvalidRequest raised: %s"
1452
1486
msgstr ""
1453
1487
 
1454
 
#: nova/api/ec2/__init__.py:633
 
1488
#: nova/api/ec2/__init__.py:634
1455
1489
#, python-format
1456
1490
msgid "QuotaError raised: %s"
1457
1491
msgstr ""
1458
1492
 
1459
 
#: nova/api/ec2/__init__.py:637
 
1493
#: nova/api/ec2/__init__.py:638
1460
1494
#, python-format
1461
1495
msgid "Invalid id: bogus (expecting \"i-...\"): %s"
1462
1496
msgstr ""
1463
1497
 
1464
 
#: nova/api/ec2/__init__.py:646
 
1498
#: nova/api/ec2/__init__.py:647
1465
1499
#, python-format
1466
1500
msgid "Unexpected error raised: %s"
1467
1501
msgstr ""
1468
1502
 
1469
 
#: nova/api/ec2/__init__.py:647
 
1503
#: nova/api/ec2/__init__.py:648
1470
1504
#, python-format
1471
1505
msgid "Environment: %s"
1472
1506
msgstr ""
1473
1507
 
1474
 
#: nova/api/ec2/__init__.py:649 nova/api/metadata/handler.py:248
 
1508
#: nova/api/ec2/__init__.py:650 nova/api/metadata/handler.py:248
1475
1509
msgid "An unknown error has occurred. Please try your request again."
1476
1510
msgstr ""
1477
1511
 
1480
1514
msgid "Unsupported API request: controller = %(controller)s, action = %(action)s"
1481
1515
msgstr ""
1482
1516
 
1483
 
#: nova/api/ec2/cloud.py:336
 
1517
#: nova/api/ec2/cloud.py:78 nova/api/ec2/cloud.py:405
 
1518
#: nova/api/openstack/compute/contrib/keypairs.py:110
 
1519
msgid "Quota exceeded, too many key pairs."
 
1520
msgstr ""
 
1521
 
 
1522
#: nova/api/ec2/cloud.py:342
1484
1523
#, python-format
1485
1524
msgid "Create snapshot of volume %s"
1486
1525
msgstr ""
1487
1526
 
1488
 
#: nova/api/ec2/cloud.py:372
 
1527
#: nova/api/ec2/cloud.py:378
1489
1528
#, python-format
1490
1529
msgid ""
1491
1530
"Value (%s) for KeyName is invalid. Content limited to Alphanumeric "
1492
1531
"character, spaces, dashes, and underscore."
1493
1532
msgstr ""
1494
1533
 
1495
 
#: nova/api/ec2/cloud.py:378
 
1534
#: nova/api/ec2/cloud.py:384
1496
1535
#, python-format
1497
1536
msgid "Value (%s) for Keyname is invalid. Length exceeds maximum of 255."
1498
1537
msgstr ""
1499
1538
 
1500
 
#: nova/api/ec2/cloud.py:382
 
1539
#: nova/api/ec2/cloud.py:388
1501
1540
#, python-format
1502
1541
msgid "Create key pair %s"
1503
1542
msgstr ""
1504
1543
 
1505
 
#: nova/api/ec2/cloud.py:391
 
1544
#: nova/api/ec2/cloud.py:397
1506
1545
#, python-format
1507
1546
msgid "Import key %s"
1508
1547
msgstr ""
1509
1548
 
1510
 
#: nova/api/ec2/cloud.py:409
 
1549
#: nova/api/ec2/cloud.py:420
1511
1550
#, python-format
1512
1551
msgid "Delete key pair %s"
1513
1552
msgstr ""
1514
1553
 
1515
 
#: nova/api/ec2/cloud.py:551
 
1554
#: nova/api/ec2/cloud.py:562
1516
1555
msgid "Invalid CIDR"
1517
1556
msgstr ""
1518
1557
 
1519
 
#: nova/api/ec2/cloud.py:639 nova/api/ec2/cloud.py:693
1520
 
#: nova/api/ec2/cloud.py:800
 
1558
#: nova/api/ec2/cloud.py:650 nova/api/ec2/cloud.py:704
 
1559
#: nova/api/ec2/cloud.py:822
1521
1560
msgid "Not enough parameters, need group_name or group_id"
1522
1561
msgstr ""
1523
1562
 
1524
 
#: nova/api/ec2/cloud.py:654
1525
 
#: nova/api/openstack/compute/contrib/security_groups.py:517
 
1563
#: nova/api/ec2/cloud.py:665
 
1564
#: nova/api/openstack/compute/contrib/security_groups.py:530
1526
1565
#, python-format
1527
1566
msgid "Revoke security group ingress %s"
1528
1567
msgstr ""
1529
1568
 
1530
 
#: nova/api/ec2/cloud.py:666 nova/api/ec2/cloud.py:719
 
1569
#: nova/api/ec2/cloud.py:677 nova/api/ec2/cloud.py:730
1531
1570
#, python-format
1532
1571
msgid "%s Not enough parameters to build a valid rule"
1533
1572
msgstr ""
1534
1573
 
1535
 
#: nova/api/ec2/cloud.py:684 nova/api/ec2/cloud.py:744
 
1574
#: nova/api/ec2/cloud.py:695 nova/api/ec2/cloud.py:762
1536
1575
msgid "No rule for the specified parameters."
1537
1576
msgstr ""
1538
1577
 
1539
 
#: nova/api/ec2/cloud.py:708
1540
 
#: nova/api/openstack/compute/contrib/security_groups.py:354
 
1578
#: nova/api/ec2/cloud.py:719
 
1579
#: nova/api/openstack/compute/contrib/security_groups.py:360
1541
1580
#, python-format
1542
1581
msgid "Authorize security group ingress %s"
1543
1582
msgstr ""
1544
1583
 
1545
 
#: nova/api/ec2/cloud.py:725
 
1584
#: nova/api/ec2/cloud.py:736
1546
1585
#, python-format
1547
1586
msgid "%s - This rule already exists in group"
1548
1587
msgstr ""
1549
1588
 
1550
 
#: nova/api/ec2/cloud.py:769
 
1589
#: nova/api/ec2/cloud.py:744
 
1590
#: nova/api/openstack/compute/contrib/security_groups.py:389
 
1591
msgid "Quota exceeded, too many security group rules."
 
1592
msgstr ""
 
1593
 
 
1594
#: nova/api/ec2/cloud.py:787
1551
1595
#, python-format
1552
1596
msgid ""
1553
1597
"Value (%s) for parameter GroupName is invalid. Content limited to "
1554
1598
"Alphanumeric characters, spaces, dashes, and underscores."
1555
1599
msgstr ""
1556
1600
 
1557
 
#: nova/api/ec2/cloud.py:776
 
1601
#: nova/api/ec2/cloud.py:794
1558
1602
#, python-format
1559
1603
msgid ""
1560
1604
"Value (%s) for parameter GroupName is invalid. Length exceeds maximum of "
1561
1605
"255."
1562
1606
msgstr ""
1563
1607
 
1564
 
#: nova/api/ec2/cloud.py:780
1565
 
#: nova/api/openstack/compute/contrib/security_groups.py:292
 
1608
#: nova/api/ec2/cloud.py:798
 
1609
#: nova/api/openstack/compute/contrib/security_groups.py:298
1566
1610
#, python-format
1567
1611
msgid "Create Security Group %s"
1568
1612
msgstr ""
1569
1613
 
1570
 
#: nova/api/ec2/cloud.py:783
 
1614
#: nova/api/ec2/cloud.py:801
1571
1615
#, python-format
1572
1616
msgid "group %s already exists"
1573
1617
msgstr ""
1574
1618
 
1575
 
#: nova/api/ec2/cloud.py:815
1576
 
#: nova/api/openstack/compute/contrib/security_groups.py:245
 
1619
#: nova/api/ec2/cloud.py:805
 
1620
#: nova/api/openstack/compute/contrib/security_groups.py:295
 
1621
msgid "Quota exceeded, too many security groups."
 
1622
msgstr ""
 
1623
 
 
1624
#: nova/api/ec2/cloud.py:837
 
1625
#: nova/api/openstack/compute/contrib/security_groups.py:247
1577
1626
#, python-format
1578
1627
msgid "Delete security group %s"
1579
1628
msgstr ""
1580
1629
 
1581
 
#: nova/api/ec2/cloud.py:823 nova/compute/manager.py:1630
 
1630
#: nova/api/ec2/cloud.py:845
1582
1631
#, python-format
1583
1632
msgid "Get console output for instance %s"
1584
1633
msgstr ""
1585
1634
 
1586
 
#: nova/api/ec2/cloud.py:894
 
1635
#: nova/api/ec2/cloud.py:916
1587
1636
#, python-format
1588
1637
msgid "Create volume from snapshot %s"
1589
1638
msgstr ""
1590
1639
 
1591
 
#: nova/api/ec2/cloud.py:898 nova/api/openstack/compute/contrib/volumes.py:186
1592
 
#: nova/api/openstack/volume/volumes.py:222
 
1640
#: nova/api/ec2/cloud.py:920 nova/api/openstack/compute/contrib/volumes.py:186
 
1641
#: nova/api/openstack/volume/volumes.py:216
1593
1642
#, python-format
1594
1643
msgid "Create volume of %s GB"
1595
1644
msgstr ""
1596
1645
 
1597
 
#: nova/api/ec2/cloud.py:921
 
1646
#: nova/api/ec2/cloud.py:943
1598
1647
msgid "Delete Failed"
1599
1648
msgstr ""
1600
1649
 
1601
 
#: nova/api/ec2/cloud.py:931
 
1650
#: nova/api/ec2/cloud.py:953
1602
1651
#, python-format
1603
1652
msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s"
1604
1653
msgstr ""
1605
1654
 
1606
 
#: nova/api/ec2/cloud.py:939
 
1655
#: nova/api/ec2/cloud.py:961
1607
1656
msgid "Attach Failed."
1608
1657
msgstr ""
1609
1658
 
1610
 
#: nova/api/ec2/cloud.py:952 nova/api/openstack/compute/contrib/volumes.py:366
 
1659
#: nova/api/ec2/cloud.py:974 nova/api/openstack/compute/contrib/volumes.py:367
1611
1660
#, python-format
1612
1661
msgid "Detach volume %s"
1613
1662
msgstr ""
1614
1663
 
1615
 
#: nova/api/ec2/cloud.py:959
 
1664
#: nova/api/ec2/cloud.py:981
1616
1665
msgid "Detach Volume Failed."
1617
1666
msgstr ""
1618
1667
 
1619
 
#: nova/api/ec2/cloud.py:984 nova/api/ec2/cloud.py:1041
1620
 
#: nova/api/ec2/cloud.py:1518 nova/api/ec2/cloud.py:1533
 
1668
#: nova/api/ec2/cloud.py:1006 nova/api/ec2/cloud.py:1063
 
1669
#: nova/api/ec2/cloud.py:1535 nova/api/ec2/cloud.py:1550
1621
1670
#, python-format
1622
1671
msgid "attribute not supported: %s"
1623
1672
msgstr ""
1624
1673
 
1625
 
#: nova/api/ec2/cloud.py:1107
 
1674
#: nova/api/ec2/cloud.py:1129
1626
1675
#, python-format
1627
1676
msgid "vol = %s\n"
1628
1677
msgstr ""
1629
1678
 
1630
 
#: nova/api/ec2/cloud.py:1255
 
1679
#: nova/api/ec2/cloud.py:1279
1631
1680
msgid "Allocate address"
1632
1681
msgstr ""
1633
1682
 
1634
 
#: nova/api/ec2/cloud.py:1267
 
1683
#: nova/api/ec2/cloud.py:1284
1635
1684
#, python-format
1636
1685
msgid "Release address %s"
1637
1686
msgstr ""
1638
1687
 
1639
 
#: nova/api/ec2/cloud.py:1272
 
1688
#: nova/api/ec2/cloud.py:1289
1640
1689
#, python-format
1641
1690
msgid "Associate address %(public_ip)s to instance %(instance_id)s"
1642
1691
msgstr ""
1643
1692
 
1644
 
#: nova/api/ec2/cloud.py:1282
 
1693
#: nova/api/ec2/cloud.py:1299
1645
1694
#, python-format
1646
1695
msgid "Disassociate address %s"
1647
1696
msgstr ""
1648
1697
 
1649
 
#: nova/api/ec2/cloud.py:1308
 
1698
#: nova/api/ec2/cloud.py:1325
1650
1699
msgid "Image must be available"
1651
1700
msgstr ""
1652
1701
 
1653
 
#: nova/api/ec2/cloud.py:1329
 
1702
#: nova/api/ec2/cloud.py:1346
1654
1703
msgid "Going to start terminating instances"
1655
1704
msgstr ""
1656
1705
 
1657
 
#: nova/api/ec2/cloud.py:1343
 
1706
#: nova/api/ec2/cloud.py:1360
1658
1707
#, python-format
1659
1708
msgid "Reboot instance %r"
1660
1709
msgstr ""
1661
1710
 
1662
 
#: nova/api/ec2/cloud.py:1354
 
1711
#: nova/api/ec2/cloud.py:1371
1663
1712
msgid "Going to stop instances"
1664
1713
msgstr ""
1665
1714
 
1666
 
#: nova/api/ec2/cloud.py:1365
 
1715
#: nova/api/ec2/cloud.py:1382
1667
1716
msgid "Going to start instances"
1668
1717
msgstr ""
1669
1718
 
1670
 
#: nova/api/ec2/cloud.py:1455
 
1719
#: nova/api/ec2/cloud.py:1472
1671
1720
#, python-format
1672
1721
msgid "De-registering image %s"
1673
1722
msgstr ""
1674
1723
 
1675
 
#: nova/api/ec2/cloud.py:1471
 
1724
#: nova/api/ec2/cloud.py:1488
1676
1725
msgid "imageLocation is required"
1677
1726
msgstr ""
1678
1727
 
1679
 
#: nova/api/ec2/cloud.py:1490
 
1728
#: nova/api/ec2/cloud.py:1507
1680
1729
#, python-format
1681
1730
msgid "Registered image %(image_location)s with id %(image_id)s"
1682
1731
msgstr ""
1683
1732
 
1684
 
#: nova/api/ec2/cloud.py:1536
 
1733
#: nova/api/ec2/cloud.py:1553
1685
1734
msgid "user or group not specified"
1686
1735
msgstr ""
1687
1736
 
1688
 
#: nova/api/ec2/cloud.py:1538
 
1737
#: nova/api/ec2/cloud.py:1555
1689
1738
msgid "only group \"all\" is supported"
1690
1739
msgstr ""
1691
1740
 
1692
 
#: nova/api/ec2/cloud.py:1540
 
1741
#: nova/api/ec2/cloud.py:1557
1693
1742
msgid "operation_type must be add or remove"
1694
1743
msgstr ""
1695
1744
 
1696
 
#: nova/api/ec2/cloud.py:1542
 
1745
#: nova/api/ec2/cloud.py:1559
1697
1746
#, python-format
1698
1747
msgid "Updating image %s publicity"
1699
1748
msgstr ""
1700
1749
 
1701
 
#: nova/api/ec2/cloud.py:1555
 
1750
#: nova/api/ec2/cloud.py:1572
1702
1751
#, python-format
1703
1752
msgid "Not allowed to modify attributes for image %s"
1704
1753
msgstr ""
1705
1754
 
1706
 
#: nova/api/ec2/cloud.py:1603
 
1755
#: nova/api/ec2/cloud.py:1620
1707
1756
#, python-format
1708
1757
msgid "Couldn't stop instance with in %d sec"
1709
1758
msgstr ""
1744
1793
msgid "Extension %(ext_name)s extending resource: %(collection)s"
1745
1794
msgstr ""
1746
1795
 
1747
 
#: nova/api/openstack/auth.py:90
1748
 
#, python-format
1749
 
msgid "%(user_id)s could not be found with token '%(token)s'"
1750
 
msgstr ""
1751
 
 
1752
 
#: nova/api/openstack/auth.py:134
1753
 
#, python-format
1754
 
msgid "%(user_id)s must be an admin or a member of %(project_id)s"
1755
 
msgstr ""
1756
 
 
1757
 
#: nova/api/openstack/auth.py:152
1758
 
msgid "Authentication requests must be made against a version root (e.g. /v2)."
1759
 
msgstr ""
1760
 
 
1761
 
#: nova/api/openstack/auth.py:167
1762
 
#, python-format
1763
 
msgid "Could not find %s in request."
1764
 
msgstr ""
1765
 
 
1766
 
#: nova/api/openstack/auth.py:191
1767
 
#, python-format
1768
 
msgid "Successfully authenticated '%s'"
1769
 
msgstr ""
1770
 
 
1771
 
#: nova/api/openstack/auth.py:241
1772
 
msgid "User not found with provided API key."
1773
 
msgstr ""
1774
 
 
1775
 
#: nova/api/openstack/auth.py:258
1776
 
#, python-format
1777
 
msgid "Provided API key is valid, but not for user '%(username)s'"
1778
 
msgstr ""
1779
 
 
1780
1796
#: nova/api/openstack/common.py:133 nova/api/openstack/common.py:167
1781
1797
msgid "limit param must be an integer"
1782
1798
msgstr ""
1807
1823
msgid "Image metadata limit exceeded"
1808
1824
msgstr ""
1809
1825
 
1810
 
#: nova/api/openstack/common.py:295
 
1826
#: nova/api/openstack/common.py:286
 
1827
msgid "Image metadata key cannot be blank"
 
1828
msgstr ""
 
1829
 
 
1830
#: nova/api/openstack/common.py:289
 
1831
msgid "Image metadata key too long"
 
1832
msgstr ""
 
1833
 
 
1834
#: nova/api/openstack/common.py:292
 
1835
msgid "Invalid image metadata"
 
1836
msgstr ""
 
1837
 
 
1838
#: nova/api/openstack/common.py:308
1811
1839
#, python-format
1812
1840
msgid "Converting nw_info: %s"
1813
1841
msgstr ""
1814
1842
 
1815
 
#: nova/api/openstack/common.py:305
 
1843
#: nova/api/openstack/common.py:318
1816
1844
#, python-format
1817
1845
msgid "Converted networks: %s"
1818
1846
msgstr ""
1819
1847
 
1820
 
#: nova/api/openstack/common.py:338
 
1848
#: nova/api/openstack/common.py:351
1821
1849
#, python-format
1822
1850
msgid "Cannot '%(action)s' while instance is in %(attr)s %(state)s"
1823
1851
msgstr ""
1824
1852
 
1825
 
#: nova/api/openstack/common.py:341
 
1853
#: nova/api/openstack/common.py:354
1826
1854
#, python-format
1827
1855
msgid "Instance is in an invalid state for '%(action)s'"
1828
1856
msgstr ""
1829
1857
 
1830
 
#: nova/api/openstack/common.py:421
 
1858
#: nova/api/openstack/common.py:434
1831
1859
msgid "Rejecting snapshot request, snapshots currently disabled"
1832
1860
msgstr ""
1833
1861
 
1834
 
#: nova/api/openstack/common.py:423
 
1862
#: nova/api/openstack/common.py:436
1835
1863
msgid "Instance snapshots are not permitted at this time."
1836
1864
msgstr ""
1837
1865
 
1840
1868
msgid "Loaded extension: %s"
1841
1869
msgstr ""
1842
1870
 
1843
 
#: nova/api/openstack/extensions.py:225
 
1871
#: nova/api/openstack/extensions.py:226
1844
1872
#, python-format
1845
1873
msgid "Ext name: %s"
1846
1874
msgstr ""
1847
1875
 
1848
 
#: nova/api/openstack/extensions.py:226
 
1876
#: nova/api/openstack/extensions.py:227
1849
1877
#, python-format
1850
1878
msgid "Ext alias: %s"
1851
1879
msgstr ""
1852
1880
 
1853
 
#: nova/api/openstack/extensions.py:227
 
1881
#: nova/api/openstack/extensions.py:228
1854
1882
#, python-format
1855
1883
msgid "Ext description: %s"
1856
1884
msgstr ""
1857
1885
 
1858
 
#: nova/api/openstack/extensions.py:229
 
1886
#: nova/api/openstack/extensions.py:230
1859
1887
#, python-format
1860
1888
msgid "Ext namespace: %s"
1861
1889
msgstr ""
1862
1890
 
1863
 
#: nova/api/openstack/extensions.py:230
 
1891
#: nova/api/openstack/extensions.py:231
1864
1892
#, python-format
1865
1893
msgid "Ext updated: %s"
1866
1894
msgstr ""
1867
1895
 
1868
 
#: nova/api/openstack/extensions.py:232
 
1896
#: nova/api/openstack/extensions.py:233
1869
1897
#, python-format
1870
1898
msgid "Exception loading extension: %s"
1871
1899
msgstr ""
1872
1900
 
1873
 
#: nova/api/openstack/extensions.py:246
 
1901
#: nova/api/openstack/extensions.py:247
1874
1902
#, python-format
1875
1903
msgid "Loading extension %s"
1876
1904
msgstr ""
1877
1905
 
1878
 
#: nova/api/openstack/extensions.py:252
 
1906
#: nova/api/openstack/extensions.py:253
1879
1907
#, python-format
1880
1908
msgid "Calling extension factory %s"
1881
1909
msgstr ""
1882
1910
 
1883
 
#: nova/api/openstack/extensions.py:264
 
1911
#: nova/api/openstack/extensions.py:265
1884
1912
#, python-format
1885
1913
msgid "Failed to load extension %(ext_factory)s: %(exc)s"
1886
1914
msgstr ""
1887
1915
 
1888
 
#: nova/api/openstack/extensions.py:344
 
1916
#: nova/api/openstack/extensions.py:345
1889
1917
#, python-format
1890
1918
msgid "Failed to load extension %(classpath)s: %(exc)s"
1891
1919
msgstr ""
1892
1920
 
1893
 
#: nova/api/openstack/extensions.py:368
 
1921
#: nova/api/openstack/extensions.py:369
1894
1922
#, python-format
1895
1923
msgid "Failed to load extension %(ext_name)s: %(exc)s"
1896
1924
msgstr ""
1985
2013
msgid "Initializing extension manager."
1986
2014
msgstr ""
1987
2015
 
 
2016
#: nova/api/openstack/compute/flavors.py:101
 
2017
#, python-format
 
2018
msgid "Invalid minRam filter [%s]"
 
2019
msgstr ""
 
2020
 
 
2021
#: nova/api/openstack/compute/flavors.py:108
 
2022
#, python-format
 
2023
msgid "Invalid minDisk filter [%s]"
 
2024
msgstr ""
 
2025
 
1988
2026
#: nova/api/openstack/compute/image_metadata.py:40
1989
2027
#: nova/api/openstack/compute/images.py:146
1990
2028
#: nova/api/openstack/compute/images.py:161
1991
2029
msgid "Image not found."
1992
2030
msgstr ""
1993
2031
 
1994
 
#: nova/api/openstack/compute/image_metadata.py:79
 
2032
#: nova/api/openstack/compute/image_metadata.py:80
1995
2033
msgid "Incorrect request body format"
1996
2034
msgstr ""
1997
2035
 
1998
 
#: nova/api/openstack/compute/image_metadata.py:83
 
2036
#: nova/api/openstack/compute/image_metadata.py:84
1999
2037
#: nova/api/openstack/compute/server_metadata.py:80
2000
2038
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:79
2001
 
#: nova/api/openstack/compute/contrib/volumetypes.py:188
 
2039
#: nova/api/openstack/compute/contrib/volumetypes.py:177
 
2040
#: nova/api/openstack/volume/contrib/types_extra_specs.py:104
2002
2041
msgid "Request body and URI mismatch"
2003
2042
msgstr ""
2004
2043
 
2005
 
#: nova/api/openstack/compute/image_metadata.py:86
 
2044
#: nova/api/openstack/compute/image_metadata.py:87
2006
2045
#: nova/api/openstack/compute/server_metadata.py:84
2007
2046
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:82
2008
 
#: nova/api/openstack/compute/contrib/volumetypes.py:191
 
2047
#: nova/api/openstack/compute/contrib/volumetypes.py:180
 
2048
#: nova/api/openstack/volume/contrib/types_extra_specs.py:107
2009
2049
msgid "Request body contains too many items"
2010
2050
msgstr ""
2011
2051
 
2012
 
#: nova/api/openstack/compute/image_metadata.py:111
 
2052
#: nova/api/openstack/compute/image_metadata.py:113
2013
2053
msgid "Invalid metadata key"
2014
2054
msgstr ""
2015
2055
 
2034
2074
 
2035
2075
#: nova/api/openstack/compute/server_metadata.py:38
2036
2076
#: nova/api/openstack/compute/server_metadata.py:122
2037
 
#: nova/api/openstack/compute/server_metadata.py:159
 
2077
#: nova/api/openstack/compute/server_metadata.py:163
2038
2078
msgid "Server does not exist"
2039
2079
msgstr ""
2040
2080
 
2041
 
#: nova/api/openstack/compute/server_metadata.py:141
2042
 
#: nova/api/openstack/compute/server_metadata.py:152
 
2081
#: nova/api/openstack/compute/server_metadata.py:145
 
2082
#: nova/api/openstack/compute/server_metadata.py:156
2043
2083
msgid "Metadata item was not found"
2044
2084
msgstr ""
2045
2085
 
2046
 
#: nova/api/openstack/compute/servers.py:425
 
2086
#: nova/api/openstack/compute/servers.py:423
2047
2087
#, python-format
2048
2088
msgid "Invalid server status: %(status)s"
2049
2089
msgstr ""
2050
2090
 
2051
 
#: nova/api/openstack/compute/servers.py:433
 
2091
#: nova/api/openstack/compute/servers.py:431
2052
2092
msgid "Invalid changes-since value"
2053
2093
msgstr ""
2054
2094
 
2055
 
#: nova/api/openstack/compute/servers.py:483
2056
 
msgid "Personality file limit exceeded"
2057
 
msgstr ""
2058
 
 
2059
 
#: nova/api/openstack/compute/servers.py:485
2060
 
msgid "Personality file path too long"
2061
 
msgstr ""
2062
 
 
2063
 
#: nova/api/openstack/compute/servers.py:487
2064
 
msgid "Personality file content too long"
2065
 
msgstr ""
2066
 
 
2067
 
#: nova/api/openstack/compute/servers.py:501
 
2095
#: nova/api/openstack/compute/servers.py:476
2068
2096
msgid "Server name is not a string or unicode"
2069
2097
msgstr ""
2070
2098
 
2071
 
#: nova/api/openstack/compute/servers.py:505
 
2099
#: nova/api/openstack/compute/servers.py:480
2072
2100
msgid "Server name is an empty string"
2073
2101
msgstr ""
2074
2102
 
2075
 
#: nova/api/openstack/compute/servers.py:509
 
2103
#: nova/api/openstack/compute/servers.py:484
2076
2104
msgid "Server name must be less than 256 characters."
2077
2105
msgstr ""
2078
2106
 
2079
 
#: nova/api/openstack/compute/servers.py:527
 
2107
#: nova/api/openstack/compute/servers.py:501
2080
2108
#, python-format
2081
2109
msgid "Bad personality format: missing %s"
2082
2110
msgstr ""
2083
2111
 
2084
 
#: nova/api/openstack/compute/servers.py:530
 
2112
#: nova/api/openstack/compute/servers.py:504
2085
2113
msgid "Bad personality format"
2086
2114
msgstr ""
2087
2115
 
2088
 
#: nova/api/openstack/compute/servers.py:535
 
2116
#: nova/api/openstack/compute/servers.py:509
2089
2117
#, python-format
2090
2118
msgid "Personality content for %s cannot be decoded"
2091
2119
msgstr ""
2092
2120
 
2093
 
#: nova/api/openstack/compute/servers.py:550
 
2121
#: nova/api/openstack/compute/servers.py:522
2094
2122
#, python-format
2095
2123
msgid "Bad networks format: network uuid is not in proper format (%s)"
2096
2124
msgstr ""
2097
2125
 
2098
 
#: nova/api/openstack/compute/servers.py:559
 
2126
#: nova/api/openstack/compute/servers.py:531
2099
2127
#, python-format
2100
2128
msgid "Invalid fixed IP address (%s)"
2101
2129
msgstr ""
2102
2130
 
2103
 
#: nova/api/openstack/compute/servers.py:566
 
2131
#: nova/api/openstack/compute/servers.py:538
2104
2132
#, python-format
2105
2133
msgid "Duplicate networks (%s) are not allowed"
2106
2134
msgstr ""
2107
2135
 
2108
 
#: nova/api/openstack/compute/servers.py:572
 
2136
#: nova/api/openstack/compute/servers.py:544
2109
2137
#, python-format
2110
2138
msgid "Bad network format: missing %s"
2111
2139
msgstr ""
2112
2140
 
2113
 
#: nova/api/openstack/compute/servers.py:575
 
2141
#: nova/api/openstack/compute/servers.py:547
2114
2142
msgid "Bad networks format"
2115
2143
msgstr ""
2116
2144
 
2117
 
#: nova/api/openstack/compute/servers.py:587
 
2145
#: nova/api/openstack/compute/servers.py:559
2118
2146
msgid "Userdata content cannot be decoded"
2119
2147
msgstr ""
2120
2148
 
2121
 
#: nova/api/openstack/compute/servers.py:594
 
2149
#: nova/api/openstack/compute/servers.py:566
2122
2150
msgid "accessIPv4 is not proper IPv4 format"
2123
2151
msgstr ""
2124
2152
 
2125
 
#: nova/api/openstack/compute/servers.py:601
 
2153
#: nova/api/openstack/compute/servers.py:573
2126
2154
msgid "accessIPv6 is not proper IPv6 format"
2127
2155
msgstr ""
2128
2156
 
2129
 
#: nova/api/openstack/compute/servers.py:633
 
2157
#: nova/api/openstack/compute/servers.py:605
2130
2158
msgid "Server name is not defined"
2131
2159
msgstr ""
2132
2160
 
2133
 
#: nova/api/openstack/compute/servers.py:675
2134
 
#: nova/api/openstack/compute/servers.py:740
 
2161
#: nova/api/openstack/compute/servers.py:647
 
2162
#: nova/api/openstack/compute/servers.py:715
2135
2163
msgid "Invalid flavorRef provided."
2136
2164
msgstr ""
2137
2165
 
2138
 
#: nova/api/openstack/compute/servers.py:737
 
2166
#: nova/api/openstack/compute/servers.py:712
2139
2167
msgid "Can not find requested image"
2140
2168
msgstr ""
2141
2169
 
2142
 
#: nova/api/openstack/compute/servers.py:743
 
2170
#: nova/api/openstack/compute/servers.py:718
2143
2171
msgid "Invalid key_name provided."
2144
2172
msgstr ""
2145
2173
 
2146
 
#: nova/api/openstack/compute/servers.py:829
2147
 
#: nova/api/openstack/compute/servers.py:849
 
2174
#: nova/api/openstack/compute/servers.py:784
 
2175
msgid "HostId cannot be updated."
 
2176
msgstr ""
 
2177
 
 
2178
#: nova/api/openstack/compute/servers.py:808
 
2179
#: nova/api/openstack/compute/servers.py:828
2148
2180
msgid "Instance has not been resized."
2149
2181
msgstr ""
2150
2182
 
2151
 
#: nova/api/openstack/compute/servers.py:835
 
2183
#: nova/api/openstack/compute/servers.py:814
2152
2184
#, python-format
2153
2185
msgid "Error in confirm-resize %s"
2154
2186
msgstr ""
2155
2187
 
2156
 
#: nova/api/openstack/compute/servers.py:855
 
2188
#: nova/api/openstack/compute/servers.py:834
2157
2189
#, python-format
2158
2190
msgid "Error in revert-resize %s"
2159
2191
msgstr ""
2160
2192
 
2161
 
#: nova/api/openstack/compute/servers.py:868
 
2193
#: nova/api/openstack/compute/servers.py:847
2162
2194
msgid "Argument 'type' for reboot is not HARD or SOFT"
2163
2195
msgstr ""
2164
2196
 
2165
 
#: nova/api/openstack/compute/servers.py:872
 
2197
#: nova/api/openstack/compute/servers.py:851
2166
2198
msgid "Missing argument 'type' for reboot"
2167
2199
msgstr ""
2168
2200
 
2169
 
#: nova/api/openstack/compute/servers.py:885
 
2201
#: nova/api/openstack/compute/servers.py:864
2170
2202
#, python-format
2171
2203
msgid "Error in reboot %s"
2172
2204
msgstr ""
2173
2205
 
2174
 
#: nova/api/openstack/compute/servers.py:897
 
2206
#: nova/api/openstack/compute/servers.py:876
2175
2207
msgid "Unable to locate requested flavor."
2176
2208
msgstr ""
2177
2209
 
2178
 
#: nova/api/openstack/compute/servers.py:900
 
2210
#: nova/api/openstack/compute/servers.py:879
2179
2211
msgid "Resize requires a change in size."
2180
2212
msgstr ""
2181
2213
 
2182
 
#: nova/api/openstack/compute/servers.py:924
 
2214
#: nova/api/openstack/compute/servers.py:903
2183
2215
msgid "Malformed server entity"
2184
2216
msgstr ""
2185
2217
 
2186
 
#: nova/api/openstack/compute/servers.py:931
 
2218
#: nova/api/openstack/compute/servers.py:910
2187
2219
msgid "Missing imageRef attribute"
2188
2220
msgstr ""
2189
2221
 
2190
 
#: nova/api/openstack/compute/servers.py:940
 
2222
#: nova/api/openstack/compute/servers.py:919
2191
2223
msgid "Invalid imageRef provided."
2192
2224
msgstr ""
2193
2225
 
2194
 
#: nova/api/openstack/compute/servers.py:949
 
2226
#: nova/api/openstack/compute/servers.py:928
2195
2227
msgid "Missing flavorRef attribute"
2196
2228
msgstr ""
2197
2229
 
2198
 
#: nova/api/openstack/compute/servers.py:962
 
2230
#: nova/api/openstack/compute/servers.py:941
2199
2231
msgid "No adminPass was specified"
2200
2232
msgstr ""
2201
2233
 
2202
 
#: nova/api/openstack/compute/servers.py:966
2203
 
#: nova/api/openstack/compute/servers.py:1144
 
2234
#: nova/api/openstack/compute/servers.py:945
 
2235
#: nova/api/openstack/compute/servers.py:1133
2204
2236
msgid "Invalid adminPass"
2205
2237
msgstr ""
2206
2238
 
2207
 
#: nova/api/openstack/compute/servers.py:980
 
2239
#: nova/api/openstack/compute/servers.py:959
2208
2240
msgid "Unable to parse metadata key/value pairs."
2209
2241
msgstr ""
2210
2242
 
2211
 
#: nova/api/openstack/compute/servers.py:993
 
2243
#: nova/api/openstack/compute/servers.py:972
2212
2244
msgid "Resize request has invalid 'flavorRef' attribute."
2213
2245
msgstr ""
2214
2246
 
2215
 
#: nova/api/openstack/compute/servers.py:996
 
2247
#: nova/api/openstack/compute/servers.py:975
2216
2248
msgid "Resize requests require 'flavorRef' attribute."
2217
2249
msgstr ""
2218
2250
 
2219
 
#: nova/api/openstack/compute/servers.py:1014
 
2251
#: nova/api/openstack/compute/servers.py:993
2220
2252
#: nova/api/openstack/compute/contrib/aggregates.py:142
2221
 
#: nova/api/openstack/compute/contrib/networks.py:65
 
2253
#: nova/api/openstack/compute/contrib/networks.py:68
2222
2254
msgid "Invalid request body"
2223
2255
msgstr ""
2224
2256
 
2225
 
#: nova/api/openstack/compute/servers.py:1019
 
2257
#: nova/api/openstack/compute/servers.py:998
2226
2258
msgid "Could not parse imageRef from request."
2227
2259
msgstr ""
2228
2260
 
2229
 
#: nova/api/openstack/compute/servers.py:1071
 
2261
#: nova/api/openstack/compute/servers.py:1053
2230
2262
msgid "Instance could not be found"
2231
2263
msgstr ""
2232
2264
 
2233
 
#: nova/api/openstack/compute/servers.py:1074
 
2265
#: nova/api/openstack/compute/servers.py:1058
2234
2266
msgid "Cannot find image for rebuild"
2235
2267
msgstr ""
2236
2268
 
2237
 
#: nova/api/openstack/compute/servers.py:1103
 
2269
#: nova/api/openstack/compute/servers.py:1091
2238
2270
msgid "createImage entity requires name attribute"
2239
2271
msgstr ""
2240
2272
 
2241
 
#: nova/api/openstack/compute/servers.py:1112
2242
 
#: nova/api/openstack/compute/contrib/admin_actions.py:238
2243
 
msgid "Invalid metadata"
2244
 
msgstr ""
2245
 
 
2246
 
#: nova/api/openstack/compute/servers.py:1167
 
2273
#: nova/api/openstack/compute/servers.py:1160
2247
2274
#, python-format
2248
2275
msgid "Removing options '%(unk_opt_str)s' from query"
2249
2276
msgstr ""
2319
2346
#: nova/api/openstack/compute/contrib/console_output.py:59
2320
2347
#: nova/api/openstack/compute/contrib/consoles.py:49
2321
2348
#: nova/api/openstack/compute/contrib/consoles.py:60
2322
 
#: nova/api/openstack/compute/contrib/server_action_list.py:49
2323
2349
#: nova/api/openstack/compute/contrib/server_diagnostics.py:47
2324
2350
#: nova/api/openstack/compute/contrib/server_start_stop.py:38
2325
2351
msgid "Instance not found"
2382
2408
msgid "Only root certificate can be retrieved."
2383
2409
msgstr ""
2384
2410
 
2385
 
#: nova/api/openstack/compute/contrib/cloudpipe.py:139
 
2411
#: nova/api/openstack/compute/contrib/cloudpipe.py:146
2386
2412
msgid ""
2387
2413
"Unable to claim IP for VPN instances, ensure it isn't running, and try "
2388
2414
"again in a few minutes"
2412
2438
msgstr ""
2413
2439
 
2414
2440
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:49
2415
 
#: nova/api/openstack/compute/contrib/volumetypes.py:158
 
2441
#: nova/api/openstack/compute/contrib/volumetypes.py:150
 
2442
#: nova/api/openstack/volume/contrib/types_extra_specs.py:65
2416
2443
msgid "No Request Body"
2417
2444
msgstr ""
2418
2445
 
2419
 
#: nova/api/openstack/compute/contrib/floating_ips.py:159
 
2446
#: nova/api/openstack/compute/contrib/floating_ips.py:156
2420
2447
#, python-format
2421
2448
msgid "No more floating ips in pool %s."
2422
2449
msgstr ""
2423
2450
 
2424
 
#: nova/api/openstack/compute/contrib/floating_ips.py:161
 
2451
#: nova/api/openstack/compute/contrib/floating_ips.py:158
2425
2452
msgid "No more floating ips available."
2426
2453
msgstr ""
2427
2454
 
2428
 
#: nova/api/openstack/compute/contrib/floating_ips.py:201
2429
 
#: nova/api/openstack/compute/contrib/floating_ips.py:230
2430
 
#: nova/api/openstack/compute/contrib/security_groups.py:571
2431
 
#: nova/api/openstack/compute/contrib/security_groups.py:604
 
2455
#: nova/api/openstack/compute/contrib/floating_ips.py:196
 
2456
#: nova/api/openstack/compute/contrib/floating_ips.py:222
 
2457
#: nova/api/openstack/compute/contrib/security_groups.py:584
 
2458
#: nova/api/openstack/compute/contrib/security_groups.py:617
2432
2459
msgid "Missing parameter dict"
2433
2460
msgstr ""
2434
2461
 
2435
 
#: nova/api/openstack/compute/contrib/floating_ips.py:204
2436
 
#: nova/api/openstack/compute/contrib/floating_ips.py:233
 
2462
#: nova/api/openstack/compute/contrib/floating_ips.py:199
 
2463
#: nova/api/openstack/compute/contrib/floating_ips.py:225
2437
2464
msgid "Address not specified"
2438
2465
msgstr ""
2439
2466
 
2440
 
#: nova/api/openstack/compute/contrib/floating_ips.py:213
 
2467
#: nova/api/openstack/compute/contrib/floating_ips.py:208
2441
2468
msgid "No fixed ips associated to instance"
2442
2469
msgstr ""
2443
2470
 
2444
 
#: nova/api/openstack/compute/contrib/floating_ips.py:216
2445
 
msgid "Associate floating ip failed"
2446
 
msgstr ""
2447
 
 
2448
2471
#: nova/api/openstack/compute/contrib/hosts.py:144
2449
2472
#, python-format
2450
2473
msgid "Invalid status: '%s'"
2470
2493
msgid "Setting host %(host)s to %(state)s."
2471
2494
msgstr ""
2472
2495
 
2473
 
#: nova/api/openstack/compute/contrib/hosts.py:230
 
2496
#: nova/api/openstack/compute/contrib/hosts.py:228
2474
2497
msgid "Describe-resource is admin only functionality"
2475
2498
msgstr ""
2476
2499
 
2477
 
#: nova/api/openstack/compute/contrib/hosts.py:238
 
2500
#: nova/api/openstack/compute/contrib/hosts.py:236
2478
2501
msgid "Host not found"
2479
2502
msgstr ""
2480
2503
 
2481
 
#: nova/api/openstack/compute/contrib/keypairs.py:70
 
2504
#: nova/api/openstack/compute/contrib/keypairs.py:71
2482
2505
msgid "Keypair name contains unsafe characters"
2483
2506
msgstr ""
2484
2507
 
2485
 
#: nova/api/openstack/compute/contrib/keypairs.py:95
 
2508
#: nova/api/openstack/compute/contrib/keypairs.py:96
2486
2509
msgid "Keypair name must be between 1 and 255 characters long"
2487
2510
msgstr ""
2488
2511
 
2489
 
#: nova/api/openstack/compute/contrib/keypairs.py:100
 
2512
#: nova/api/openstack/compute/contrib/keypairs.py:101
2490
2513
#, python-format
2491
2514
msgid "Key pair '%s' already exists."
2492
2515
msgstr ""
2504
2527
msgid "Unable to find address %r"
2505
2528
msgstr ""
2506
2529
 
2507
 
#: nova/api/openstack/compute/contrib/networks.py:62
 
2530
#: nova/api/openstack/compute/contrib/networks.py:65
2508
2531
#, python-format
2509
2532
msgid "Network does not have %s action"
2510
2533
msgstr ""
2511
2534
 
2512
 
#: nova/api/openstack/compute/contrib/networks.py:70
 
2535
#: nova/api/openstack/compute/contrib/networks.py:73
2513
2536
#, python-format
2514
2537
msgid "Disassociating network with id %s"
2515
2538
msgstr ""
2516
2539
 
2517
 
#: nova/api/openstack/compute/contrib/networks.py:74
2518
 
#: nova/api/openstack/compute/contrib/networks.py:91
2519
 
#: nova/api/openstack/compute/contrib/networks.py:101
 
2540
#: nova/api/openstack/compute/contrib/networks.py:77
 
2541
#: nova/api/openstack/compute/contrib/networks.py:94
 
2542
#: nova/api/openstack/compute/contrib/networks.py:104
2520
2543
msgid "Network not found"
2521
2544
msgstr ""
2522
2545
 
2523
 
#: nova/api/openstack/compute/contrib/networks.py:87
 
2546
#: nova/api/openstack/compute/contrib/networks.py:90
2524
2547
#, python-format
2525
2548
msgid "Showing network with id %s"
2526
2549
msgstr ""
2527
2550
 
2528
 
#: nova/api/openstack/compute/contrib/networks.py:97
 
2551
#: nova/api/openstack/compute/contrib/networks.py:100
2529
2552
#, python-format
2530
2553
msgid "Deleting network with id %s"
2531
2554
msgstr ""
2532
2555
 
 
2556
#: nova/api/openstack/compute/contrib/quotas.py:59
 
2557
msgid "Quota limit must be -1 or greater."
 
2558
msgstr ""
 
2559
 
2533
2560
#: nova/api/openstack/compute/contrib/scheduler_hints.py:41
2534
2561
msgid "Malformed scheduler_hints attribute"
2535
2562
msgstr ""
2536
2563
 
2537
 
#: nova/api/openstack/compute/contrib/security_groups.py:222
 
2564
#: nova/api/openstack/compute/contrib/security_groups.py:224
2538
2565
msgid "Security group id should be integer"
2539
2566
msgstr ""
2540
2567
 
2541
 
#: nova/api/openstack/compute/contrib/security_groups.py:243
 
2568
#: nova/api/openstack/compute/contrib/security_groups.py:245
2542
2569
msgid "Security group is still in use"
2543
2570
msgstr ""
2544
2571
 
2545
 
#: nova/api/openstack/compute/contrib/security_groups.py:295
 
2572
#: nova/api/openstack/compute/contrib/security_groups.py:301
2546
2573
#, python-format
2547
2574
msgid "Security group %s already exists"
2548
2575
msgstr ""
2549
2576
 
2550
 
#: nova/api/openstack/compute/contrib/security_groups.py:315
 
2577
#: nova/api/openstack/compute/contrib/security_groups.py:321
2551
2578
#, python-format
2552
2579
msgid "Security group %s is not a string or unicode"
2553
2580
msgstr ""
2554
2581
 
2555
 
#: nova/api/openstack/compute/contrib/security_groups.py:318
 
2582
#: nova/api/openstack/compute/contrib/security_groups.py:324
2556
2583
#, python-format
2557
2584
msgid "Security group %s cannot be empty."
2558
2585
msgstr ""
2559
2586
 
2560
 
#: nova/api/openstack/compute/contrib/security_groups.py:321
 
2587
#: nova/api/openstack/compute/contrib/security_groups.py:327
2561
2588
#, python-format
2562
2589
msgid "Security group %s should not be greater than 255 characters."
2563
2590
msgstr ""
2564
2591
 
2565
 
#: nova/api/openstack/compute/contrib/security_groups.py:348
 
2592
#: nova/api/openstack/compute/contrib/security_groups.py:354
2566
2593
msgid "Parent group id is not integer"
2567
2594
msgstr ""
2568
2595
 
2569
 
#: nova/api/openstack/compute/contrib/security_groups.py:351
 
2596
#: nova/api/openstack/compute/contrib/security_groups.py:357
2570
2597
#, python-format
2571
2598
msgid "Security group (%s) not found"
2572
2599
msgstr ""
2573
2600
 
2574
 
#: nova/api/openstack/compute/contrib/security_groups.py:369
 
2601
#: nova/api/openstack/compute/contrib/security_groups.py:375
2575
2602
msgid "Not enough parameters to build a valid rule."
2576
2603
msgstr ""
2577
2604
 
2578
 
#: nova/api/openstack/compute/contrib/security_groups.py:376
 
2605
#: nova/api/openstack/compute/contrib/security_groups.py:382
2579
2606
#, python-format
2580
2607
msgid "This rule already exists in group %s"
2581
2608
msgstr ""
2582
2609
 
2583
 
#: nova/api/openstack/compute/contrib/security_groups.py:414
 
2610
#: nova/api/openstack/compute/contrib/security_groups.py:427
2584
2611
msgid "Parent or group id is not integer"
2585
2612
msgstr ""
2586
2613
 
2587
 
#: nova/api/openstack/compute/contrib/security_groups.py:507
 
2614
#: nova/api/openstack/compute/contrib/security_groups.py:520
2588
2615
msgid "Rule id is not integer"
2589
2616
msgstr ""
2590
2617
 
2591
 
#: nova/api/openstack/compute/contrib/security_groups.py:510
 
2618
#: nova/api/openstack/compute/contrib/security_groups.py:523
2592
2619
#, python-format
2593
2620
msgid "Rule (%s) not found"
2594
2621
msgstr ""
2595
2622
 
2596
 
#: nova/api/openstack/compute/contrib/security_groups.py:574
2597
 
#: nova/api/openstack/compute/contrib/security_groups.py:607
 
2623
#: nova/api/openstack/compute/contrib/security_groups.py:587
 
2624
#: nova/api/openstack/compute/contrib/security_groups.py:620
2598
2625
msgid "Security group not specified"
2599
2626
msgstr ""
2600
2627
 
2601
 
#: nova/api/openstack/compute/contrib/security_groups.py:578
2602
 
#: nova/api/openstack/compute/contrib/security_groups.py:611
 
2628
#: nova/api/openstack/compute/contrib/security_groups.py:591
 
2629
#: nova/api/openstack/compute/contrib/security_groups.py:624
2603
2630
msgid "Security group name cannot be empty"
2604
2631
msgstr ""
2605
2632
 
2606
 
#: nova/api/openstack/compute/contrib/server_start_stop.py:45
2607
 
#, python-format
2608
 
msgid "start instance %r"
 
2633
#: nova/api/openstack/compute/contrib/server_start_stop.py:46
 
2634
msgid "start instance"
2609
2635
msgstr ""
2610
2636
 
2611
 
#: nova/api/openstack/compute/contrib/server_start_stop.py:54
2612
 
#, python-format
2613
 
msgid "stop instance %r"
 
2637
#: nova/api/openstack/compute/contrib/server_start_stop.py:55
 
2638
msgid "stop instance"
2614
2639
msgstr ""
2615
2640
 
2616
2641
#: nova/api/openstack/compute/contrib/volumes.py:73
2617
 
#: nova/api/openstack/volume/volumes.py:106
 
2642
#: nova/api/openstack/volume/volumes.py:100
2618
2643
#, python-format
2619
2644
msgid "vol=%s"
2620
2645
msgstr ""
2621
2646
 
2622
2647
#: nova/api/openstack/compute/contrib/volumes.py:146
2623
 
#: nova/api/openstack/volume/volumes.py:184
 
2648
#: nova/api/openstack/volume/volumes.py:178
2624
2649
#, python-format
2625
2650
msgid "Delete volume with id: %s"
2626
2651
msgstr ""
2627
2652
 
2628
 
#: nova/api/openstack/compute/contrib/volumes.py:329
 
2653
#: nova/api/openstack/compute/contrib/volumes.py:330
2629
2654
#, python-format
2630
2655
msgid "Attach volume %(volume_id)s to instance %(server_id)s at %(device)s"
2631
2656
msgstr ""
2632
2657
 
2633
 
#: nova/api/openstack/compute/contrib/volumes.py:481
 
2658
#: nova/api/openstack/compute/contrib/volumes.py:376
 
2659
#, python-format
 
2660
msgid "Instance %s is not attached."
 
2661
msgstr ""
 
2662
 
 
2663
#: nova/api/openstack/compute/contrib/volumes.py:482
2634
2664
#: nova/api/openstack/volume/snapshots.py:110
2635
2665
#, python-format
2636
2666
msgid "Delete snapshot with id: %s"
2637
2667
msgstr ""
2638
2668
 
2639
 
#: nova/api/openstack/compute/contrib/volumes.py:524
 
2669
#: nova/api/openstack/compute/contrib/volumes.py:525
2640
2670
#: nova/api/openstack/volume/snapshots.py:150
2641
2671
#, python-format
2642
2672
msgid "Create snapshot from volume %s"
2643
2673
msgstr ""
2644
2674
 
 
2675
#: nova/api/openstack/volume/contrib/types_extra_specs.py:90
 
2676
msgid "Malformed extra specs"
 
2677
msgstr ""
 
2678
 
2645
2679
#: nova/auth/fakeldap.py:33
2646
2680
msgid "Attempted to instantiate singleton"
2647
2681
msgstr ""
2653
2687
"instead."
2654
2688
msgstr ""
2655
2689
 
2656
 
#: nova/auth/manager.py:298
 
2690
#: nova/auth/manager.py:299
2657
2691
#, python-format
2658
2692
msgid "Looking up user: %r"
2659
2693
msgstr ""
2660
2694
 
2661
 
#: nova/auth/manager.py:302
 
2695
#: nova/auth/manager.py:303
2662
2696
#, python-format
2663
2697
msgid "Failed authorization for access key %s"
2664
2698
msgstr ""
2665
2699
 
2666
 
#: nova/auth/manager.py:308
 
2700
#: nova/auth/manager.py:309
2667
2701
#, python-format
2668
2702
msgid "Using project name = user name (%s)"
2669
2703
msgstr ""
2670
2704
 
2671
 
#: nova/auth/manager.py:315
 
2705
#: nova/auth/manager.py:316
2672
2706
#, python-format
2673
2707
msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)"
2674
2708
msgstr ""
2675
2709
 
2676
 
#: nova/auth/manager.py:324
 
2710
#: nova/auth/manager.py:325
2677
2711
#, python-format
2678
2712
msgid ""
2679
2713
"Failed authorization: user %(uname)s not admin and not member of project "
2680
2714
"%(pjname)s"
2681
2715
msgstr ""
2682
2716
 
2683
 
#: nova/auth/manager.py:331 nova/auth/manager.py:343
 
2717
#: nova/auth/manager.py:332 nova/auth/manager.py:344
2684
2718
#, python-format
2685
2719
msgid "user.secret: %s"
2686
2720
msgstr ""
2687
2721
 
2688
 
#: nova/auth/manager.py:332 nova/auth/manager.py:344
 
2722
#: nova/auth/manager.py:333 nova/auth/manager.py:345
2689
2723
#, python-format
2690
2724
msgid "expected_signature: %s"
2691
2725
msgstr ""
2692
2726
 
2693
 
#: nova/auth/manager.py:333 nova/auth/manager.py:345
 
2727
#: nova/auth/manager.py:334 nova/auth/manager.py:346
2694
2728
#, python-format
2695
2729
msgid "signature: %s"
2696
2730
msgstr ""
2697
2731
 
2698
 
#: nova/auth/manager.py:335 nova/auth/manager.py:357
 
2732
#: nova/auth/manager.py:336 nova/auth/manager.py:358
2699
2733
#, python-format
2700
2734
msgid "Invalid signature for user %s"
2701
2735
msgstr ""
2702
2736
 
2703
 
#: nova/auth/manager.py:353
 
2737
#: nova/auth/manager.py:354
2704
2738
#, python-format
2705
2739
msgid "host_only_signature: %s"
2706
2740
msgstr ""
2707
2741
 
2708
 
#: nova/auth/manager.py:449
 
2742
#: nova/auth/manager.py:450
2709
2743
msgid "Must specify project"
2710
2744
msgstr ""
2711
2745
 
2712
 
#: nova/auth/manager.py:490
 
2746
#: nova/auth/manager.py:491
2713
2747
#, python-format
2714
2748
msgid "Adding role %(role)s to user %(uid)s in project %(pid)s"
2715
2749
msgstr ""
2716
2750
 
2717
 
#: nova/auth/manager.py:493
 
2751
#: nova/auth/manager.py:494
2718
2752
#, python-format
2719
2753
msgid "Adding sitewide role %(role)s to user %(uid)s"
2720
2754
msgstr ""
2721
2755
 
2722
 
#: nova/auth/manager.py:519
 
2756
#: nova/auth/manager.py:520
2723
2757
#, python-format
2724
2758
msgid "Removing role %(role)s from user %(uid)s on project %(pid)s"
2725
2759
msgstr ""
2726
2760
 
2727
 
#: nova/auth/manager.py:522
 
2761
#: nova/auth/manager.py:523
2728
2762
#, python-format
2729
2763
msgid "Removing sitewide role %(role)s from user %(uid)s"
2730
2764
msgstr ""
2731
2765
 
2732
 
#: nova/auth/manager.py:595
 
2766
#: nova/auth/manager.py:596
2733
2767
#, python-format
2734
2768
msgid "Created project %(name)s with manager %(manager_user)s"
2735
2769
msgstr ""
2736
2770
 
2737
 
#: nova/auth/manager.py:613
 
2771
#: nova/auth/manager.py:614
2738
2772
#, python-format
2739
2773
msgid "modifying project %s"
2740
2774
msgstr ""
2741
2775
 
2742
 
#: nova/auth/manager.py:625
 
2776
#: nova/auth/manager.py:626
2743
2777
#, python-format
2744
2778
msgid "Adding user %(uid)s to project %(pid)s"
2745
2779
msgstr ""
2746
2780
 
2747
 
#: nova/auth/manager.py:646
 
2781
#: nova/auth/manager.py:647
2748
2782
#, python-format
2749
2783
msgid "Remove user %(uid)s from project %(pid)s"
2750
2784
msgstr ""
2751
2785
 
2752
 
#: nova/auth/manager.py:676
 
2786
#: nova/auth/manager.py:677
2753
2787
#, python-format
2754
2788
msgid "Deleting project %s"
2755
2789
msgstr ""
2756
2790
 
2757
 
#: nova/auth/manager.py:734
 
2791
#: nova/auth/manager.py:735
2758
2792
#, python-format
2759
2793
msgid "Created user %(rvname)s (admin: %(rvadmin)r)"
2760
2794
msgstr ""
2761
2795
 
2762
 
#: nova/auth/manager.py:743
 
2796
#: nova/auth/manager.py:744
2763
2797
#, python-format
2764
2798
msgid "Deleting user %s"
2765
2799
msgstr ""
2766
2800
 
2767
 
#: nova/auth/manager.py:753
 
2801
#: nova/auth/manager.py:754
2768
2802
#, python-format
2769
2803
msgid "Access Key change for user %s"
2770
2804
msgstr ""
2771
2805
 
2772
 
#: nova/auth/manager.py:755
 
2806
#: nova/auth/manager.py:756
2773
2807
#, python-format
2774
2808
msgid "Secret Key change for user %s"
2775
2809
msgstr ""
2776
2810
 
2777
 
#: nova/auth/manager.py:757
 
2811
#: nova/auth/manager.py:758
2778
2812
#, python-format
2779
2813
msgid "Admin status set to %(admin)r for user %(uid)s"
2780
2814
msgstr ""
2781
2815
 
2782
 
#: nova/auth/manager.py:802
 
2816
#: nova/auth/manager.py:803
2783
2817
#, python-format
2784
2818
msgid "No vpn data for project %s"
2785
2819
msgstr ""
2786
2820
 
2787
 
#: nova/cloudpipe/pipelib.py:46
 
2821
#: nova/auth/signer.py:147
 
2822
msgid "SHA256 not supported on this server"
 
2823
msgstr ""
 
2824
 
 
2825
#: nova/cloudpipe/pipelib.py:45
2788
2826
msgid "Instance type for vpn instances"
2789
2827
msgstr ""
2790
2828
 
2791
 
#: nova/cloudpipe/pipelib.py:49
 
2829
#: nova/cloudpipe/pipelib.py:48
2792
2830
msgid "Template for cloudpipe instance boot script"
2793
2831
msgstr ""
2794
2832
 
2795
 
#: nova/cloudpipe/pipelib.py:52
 
2833
#: nova/cloudpipe/pipelib.py:51
2796
2834
msgid "Network to push into openvpn config"
2797
2835
msgstr ""
2798
2836
 
2799
 
#: nova/cloudpipe/pipelib.py:55
 
2837
#: nova/cloudpipe/pipelib.py:54
2800
2838
msgid "Netmask to push into openvpn config"
2801
2839
msgstr ""
2802
2840
 
2803
 
#: nova/cloudpipe/pipelib.py:107
 
2841
#: nova/cloudpipe/pipelib.py:106
2804
2842
#, python-format
2805
2843
msgid "Launching VPN for %s"
2806
2844
msgstr ""
2807
2845
 
2808
 
#: nova/compute/api.py:141
 
2846
#: nova/compute/api.py:131
2809
2847
msgid "No compute host specified"
2810
2848
msgstr ""
2811
2849
 
2812
 
#: nova/compute/api.py:144
 
2850
#: nova/compute/api.py:134
2813
2851
#, python-format
2814
2852
msgid "Unable to find host for Instance %s"
2815
2853
msgstr ""
2816
2854
 
2817
 
#: nova/compute/api.py:192
 
2855
#: nova/compute/api.py:195
 
2856
msgid "Cannot run any more instances of this type."
 
2857
msgstr ""
 
2858
 
 
2859
#: nova/compute/api.py:198
 
2860
#, python-format
 
2861
msgid "Can only run %s more instances of this type."
 
2862
msgstr ""
 
2863
 
 
2864
#: nova/compute/api.py:201
 
2865
#, python-format
 
2866
msgid "Quota exceeded for %(pid)s, tried to run %(min_count)s instances. %(msg)s"
 
2867
msgstr ""
 
2868
 
 
2869
#: nova/compute/api.py:215
2818
2870
#, python-format
2819
2871
msgid ""
2820
2872
"Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata "
2821
2873
"properties"
2822
2874
msgstr ""
2823
2875
 
2824
 
#: nova/compute/api.py:203
2825
 
#, python-format
2826
 
msgid "Quota exceeded for %(pid)s, metadata property key or value too long"
2827
 
msgstr ""
2828
 
 
2829
 
#: nova/compute/api.py:257
2830
 
msgid "Cannot run any more instances of this type."
2831
 
msgstr ""
2832
 
 
2833
 
#: nova/compute/api.py:259
2834
 
#, python-format
2835
 
msgid "Can only run %s more instances of this type."
2836
 
msgstr ""
2837
 
 
2838
 
#: nova/compute/api.py:261
2839
 
#, python-format
2840
 
msgid "Quota exceeded for %(pid)s, tried to run %(min_count)s instances. "
2841
 
msgstr ""
2842
 
 
2843
 
#: nova/compute/api.py:310
2844
 
msgid "Creating a raw instance"
2845
 
msgstr ""
2846
 
 
2847
 
#: nova/compute/api.py:312
2848
 
#, python-format
2849
 
msgid "Using Kernel=%(kernel_id)s, Ramdisk=%(ramdisk_id)s"
2850
 
msgstr ""
2851
 
 
2852
 
#: nova/compute/api.py:383
 
2876
#: nova/compute/api.py:225
 
2877
msgid "Metadata property key blank"
 
2878
msgstr ""
 
2879
 
 
2880
#: nova/compute/api.py:229
 
2881
msgid "Metadata property key greater than 255 characters"
 
2882
msgstr ""
 
2883
 
 
2884
#: nova/compute/api.py:233
 
2885
msgid "Metadata property value greater than 255 characters"
 
2886
msgstr ""
 
2887
 
 
2888
#: nova/compute/api.py:429
2853
2889
#, python-format
2854
2890
msgid "Going to run %s instances..."
2855
2891
msgstr ""
2856
2892
 
2857
 
#: nova/compute/api.py:447
 
2893
#: nova/compute/api.py:497
2858
2894
#, python-format
2859
2895
msgid "bdm %s"
2860
2896
msgstr ""
2861
2897
 
2862
 
#: nova/compute/api.py:474
 
2898
#: nova/compute/api.py:524
2863
2899
#, python-format
2864
2900
msgid "block_device_mapping %s"
2865
2901
msgstr ""
2866
2902
 
2867
 
#: nova/compute/api.py:591
 
2903
#: nova/compute/api.py:648
2868
2904
#, python-format
2869
2905
msgid "Sending create to scheduler for %(pid)s/%(uid)s's"
2870
2906
msgstr ""
2871
2907
 
2872
 
#: nova/compute/api.py:871
 
2908
#: nova/compute/api.py:928
2873
2909
msgid "Going to try to soft delete instance"
2874
2910
msgstr ""
2875
2911
 
2876
 
#: nova/compute/api.py:891
 
2912
#: nova/compute/api.py:948
2877
2913
msgid "No host for instance, deleting immediately"
2878
2914
msgstr ""
2879
2915
 
2880
 
#: nova/compute/api.py:939
 
2916
#: nova/compute/api.py:996
2881
2917
msgid "Going to try to terminate instance"
2882
2918
msgstr ""
2883
2919
 
2884
 
#: nova/compute/api.py:977
 
2920
#: nova/compute/api.py:1034
2885
2921
msgid "Going to try to stop instance"
2886
2922
msgstr ""
2887
2923
 
2888
 
#: nova/compute/api.py:996
 
2924
#: nova/compute/api.py:1053
2889
2925
msgid "Going to try to start instance"
2890
2926
msgstr ""
2891
2927
 
2892
 
#: nova/compute/api.py:1000
 
2928
#: nova/compute/api.py:1057
2893
2929
#, python-format
2894
2930
msgid "Instance %(instance_uuid)s is not stopped. (%(vm_state)s"
2895
2931
msgstr ""
2896
2932
 
2897
 
#: nova/compute/api.py:1071 nova/volume/api.py:173
 
2933
#: nova/compute/api.py:1128 nova/volume/api.py:173
2898
2934
#: nova/volume/volume_types.py:64
2899
2935
#, python-format
2900
2936
msgid "Searching by: %s"
2901
2937
msgstr ""
2902
2938
 
2903
 
#: nova/compute/api.py:1201
 
2939
#: nova/compute/api.py:1258
2904
2940
#, python-format
2905
2941
msgid "Image type not recognized %s"
2906
2942
msgstr ""
2907
2943
 
2908
 
#: nova/compute/api.py:1369
 
2944
#: nova/compute/api.py:1437
2909
2945
msgid "flavor_id is None. Assuming migration."
2910
2946
msgstr ""
2911
2947
 
2912
 
#: nova/compute/api.py:1377
 
2948
#: nova/compute/api.py:1445
2913
2949
#, python-format
2914
2950
msgid ""
2915
2951
"Old instance type %(current_instance_type_name)s,  new instance type "
2916
2952
"%(new_instance_type_name)s"
2917
2953
msgstr ""
2918
2954
 
2919
 
#: nova/compute/api.py:1644
 
2955
#: nova/compute/api.py:1710
2920
2956
#, python-format
2921
2957
msgid "multiple fixedips exist, using the first: %s"
2922
2958
msgstr ""
2935
2971
msgid "Instance type %s not found for deletion"
2936
2972
msgstr ""
2937
2973
 
2938
 
#: nova/compute/manager.py:138
 
2974
#: nova/compute/manager.py:153
2939
2975
#, python-format
2940
2976
msgid "check_instance_lock: decorating: |%s|"
2941
2977
msgstr ""
2942
2978
 
2943
 
#: nova/compute/manager.py:140
 
2979
#: nova/compute/manager.py:155
2944
2980
#, python-format
2945
 
msgid ""
2946
 
"check_instance_lock: arguments: |%(self)s| |%(context)s| "
2947
 
"|%(instance_uuid)s|"
 
2981
msgid "check_instance_lock: arguments: |%(self)s| |%(context)s|"
2948
2982
msgstr ""
2949
2983
 
2950
 
#: nova/compute/manager.py:144
 
2984
#: nova/compute/manager.py:159
2951
2985
#, python-format
2952
2986
msgid "check_instance_lock: locked: |%s|"
2953
2987
msgstr ""
2954
2988
 
2955
 
#: nova/compute/manager.py:146
 
2989
#: nova/compute/manager.py:161
2956
2990
#, python-format
2957
2991
msgid "check_instance_lock: admin: |%s|"
2958
2992
msgstr ""
2959
2993
 
2960
 
#: nova/compute/manager.py:151
 
2994
#: nova/compute/manager.py:166
2961
2995
#, python-format
2962
2996
msgid "check_instance_lock: executing: |%s|"
2963
2997
msgstr ""
2964
2998
 
2965
 
#: nova/compute/manager.py:155
 
2999
#: nova/compute/manager.py:170
2966
3000
#, python-format
2967
3001
msgid "check_instance_lock: not executing |%s|"
2968
3002
msgstr ""
2969
3003
 
2970
 
#: nova/compute/manager.py:201
 
3004
#: nova/compute/manager.py:231
2971
3005
#, python-format
2972
3006
msgid "Unable to load the virtualization driver: %s"
2973
3007
msgstr ""
2974
3008
 
2975
 
#: nova/compute/manager.py:223
2976
 
#, python-format
2977
 
msgid ""
2978
 
"Instance %(instance_uuid)s has been destroyed from under us while trying "
2979
 
"to set it to ERROR"
 
3009
#: nova/compute/manager.py:253
 
3010
msgid "Instance has been destroyed from under us while trying to set it to ERROR"
2980
3011
msgstr ""
2981
3012
 
2982
 
#: nova/compute/manager.py:240
 
3013
#: nova/compute/manager.py:269
2983
3014
#, python-format
2984
3015
msgid "Current state is %(drv_state)s, state in DB is %(db_state)s."
2985
3016
msgstr ""
2986
3017
 
2987
 
#: nova/compute/manager.py:245
 
3018
#: nova/compute/manager.py:274
2988
3019
msgid "Rebooting instance after nova-compute restart."
2989
3020
msgstr ""
2990
3021
 
2991
 
#: nova/compute/manager.py:255
 
3022
#: nova/compute/manager.py:284
2992
3023
msgid "Hypervisor driver does not support firewall rules"
2993
3024
msgstr ""
2994
3025
 
2995
 
#: nova/compute/manager.py:260
 
3026
#: nova/compute/manager.py:289
2996
3027
msgid "Checking state"
2997
3028
msgstr ""
2998
3029
 
2999
 
#: nova/compute/manager.py:329
 
3030
#: nova/compute/manager.py:358
3000
3031
#, python-format
3001
3032
msgid "Setting up bdm %s"
3002
3033
msgstr ""
3003
3034
 
3004
 
#: nova/compute/manager.py:400
3005
 
#, python-format
3006
 
msgid "Instance %s already deleted from database. Attempting forceful vm deletion"
3007
 
msgstr ""
3008
 
 
3009
 
#: nova/compute/manager.py:406
3010
 
#, python-format
3011
 
msgid "Exception encountered while terminating the instance %s"
3012
 
msgstr ""
3013
 
 
3014
 
#: nova/compute/manager.py:444
3015
 
#, python-format
3016
 
msgid "Instance %s not found."
3017
 
msgstr ""
3018
 
 
3019
 
#: nova/compute/manager.py:480
 
3035
#: nova/compute/manager.py:445
 
3036
msgid "Instance not found."
 
3037
msgstr ""
 
3038
 
 
3039
#: nova/compute/manager.py:477
3020
3040
msgid "Instance has already been created"
3021
3041
msgstr ""
3022
3042
 
3023
 
#: nova/compute/manager.py:523
 
3043
#: nova/compute/manager.py:520
3024
3044
#, python-format
3025
3045
msgid ""
3026
3046
"image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, "
3027
3047
"allowed_size_bytes=%(allowed_size_bytes)d"
3028
3048
msgstr ""
3029
3049
 
3030
 
#: nova/compute/manager.py:528
 
3050
#: nova/compute/manager.py:526
3031
3051
#, python-format
3032
3052
msgid ""
3033
3053
"Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed "
3034
3054
"size %(allowed_size_bytes)d"
3035
3055
msgstr ""
3036
3056
 
3037
 
#: nova/compute/manager.py:538
 
3057
#: nova/compute/manager.py:536
3038
3058
msgid "Starting instance..."
3039
3059
msgstr ""
3040
3060
 
3041
 
#: nova/compute/manager.py:548
 
3061
#: nova/compute/manager.py:546
3042
3062
msgid "Skipping network allocation for instance"
3043
3063
msgstr ""
3044
3064
 
3045
 
#: nova/compute/manager.py:561
 
3065
#: nova/compute/manager.py:559
3046
3066
msgid "Instance failed network setup"
3047
3067
msgstr ""
3048
3068
 
3049
 
#: nova/compute/manager.py:565
 
3069
#: nova/compute/manager.py:563
3050
3070
#, python-format
3051
3071
msgid "Instance network_info: |%s|"
3052
3072
msgstr ""
3053
3073
 
3054
 
#: nova/compute/manager.py:578
 
3074
#: nova/compute/manager.py:576
3055
3075
msgid "Instance failed block device setup"
3056
3076
msgstr ""
3057
3077
 
3058
 
#: nova/compute/manager.py:594
 
3078
#: nova/compute/manager.py:592
3059
3079
msgid "Instance failed to spawn"
3060
3080
msgstr ""
3061
3081
 
3062
 
#: nova/compute/manager.py:615
 
3082
#: nova/compute/manager.py:616
3063
3083
msgid "Deallocating network for instance"
3064
3084
msgstr ""
3065
3085
 
3066
 
#: nova/compute/manager.py:672
 
3086
#: nova/compute/manager.py:671
3067
3087
#, python-format
3068
3088
msgid "%(action_str)s instance"
3069
3089
msgstr ""
3070
3090
 
3071
 
#: nova/compute/manager.py:699
 
3091
#: nova/compute/manager.py:698
3072
3092
#, python-format
3073
3093
msgid "Ignoring DiskNotFound: %s"
3074
3094
msgstr ""
3075
3095
 
3076
 
#: nova/compute/manager.py:708
 
3096
#: nova/compute/manager.py:707
3077
3097
#, python-format
3078
3098
msgid "terminating bdm %s"
3079
3099
msgstr ""
3080
3100
 
3081
 
#: nova/compute/manager.py:742 nova/compute/manager.py:1328
3082
 
#: nova/compute/manager.py:1416 nova/compute/manager.py:2501
 
3101
#: nova/compute/manager.py:746 nova/compute/manager.py:1363
 
3102
#: nova/compute/manager.py:1459 nova/compute/manager.py:2539
3083
3103
#, python-format
3084
3104
msgid "%s. Setting instance vm_state to ERROR"
3085
3105
msgstr ""
3086
3106
 
3087
 
#: nova/compute/manager.py:811
3088
 
#, python-format
3089
 
msgid ""
3090
 
"Cannot rebuild instance [%(instance_uuid)s], because the given image does"
3091
 
" not exist."
3092
 
msgstr ""
3093
 
 
3094
 
#: nova/compute/manager.py:816
3095
 
#, python-format
3096
 
msgid "Cannot rebuild instance [%(instance_uuid)s]: %(exc)s"
3097
 
msgstr ""
3098
 
 
3099
 
#: nova/compute/manager.py:823
3100
 
#, python-format
3101
 
msgid "Rebuilding instance %s"
3102
 
msgstr ""
3103
 
 
3104
 
#: nova/compute/manager.py:876
3105
 
#, python-format
3106
 
msgid "Rebooting instance %s"
3107
 
msgstr ""
3108
 
 
3109
 
#: nova/compute/manager.py:891
3110
 
#, python-format
3111
 
msgid ""
3112
 
"trying to reboot a non-running instance: %(instance_uuid)s (state: "
3113
 
"%(state)s expected: %(running)s)"
3114
 
msgstr ""
3115
 
 
3116
 
#: nova/compute/manager.py:933
 
3107
#: nova/compute/manager.py:819
 
3108
msgid "Cannot rebuild instance because the given image does not exist."
 
3109
msgstr ""
 
3110
 
 
3111
#: nova/compute/manager.py:824
 
3112
#, python-format
 
3113
msgid "Cannot rebuild instance: %(exc)s"
 
3114
msgstr ""
 
3115
 
 
3116
#: nova/compute/manager.py:832
 
3117
msgid "Rebuilding instance"
 
3118
msgstr ""
 
3119
 
 
3120
#: nova/compute/manager.py:898
 
3121
msgid "Rebooting instance"
 
3122
msgstr ""
 
3123
 
 
3124
#: nova/compute/manager.py:914
 
3125
#, python-format
 
3126
msgid ""
 
3127
"trying to reboot a non-running instance: (state: %(state)s expected: "
 
3128
"%(running)s)"
 
3129
msgstr ""
 
3130
 
 
3131
#: nova/compute/manager.py:956
3117
3132
#, python-format
3118
3133
msgid "instance %s: snapshotting"
3119
3134
msgstr ""
3120
3135
 
3121
 
#: nova/compute/manager.py:939
 
3136
#: nova/compute/manager.py:962
3122
3137
#, python-format
3123
3138
msgid ""
3124
 
"trying to snapshot a non-running instance: %(instance_uuid)s (state: "
3125
 
"%(state)s expected: %(running)s)"
 
3139
"trying to snapshot a non-running instance: (state: %(state)s expected: "
 
3140
"%(running)s)"
3126
3141
msgstr ""
3127
3142
 
3128
 
#: nova/compute/manager.py:995
 
3143
#: nova/compute/manager.py:1021
3129
3144
#, python-format
3130
3145
msgid "Found %(num_images)d images (rotation: %(rotation)d)"
3131
3146
msgstr ""
3132
3147
 
3133
 
#: nova/compute/manager.py:1001
 
3148
#: nova/compute/manager.py:1027
3134
3149
#, python-format
3135
3150
msgid "Rotating out %d backups"
3136
3151
msgstr ""
3137
3152
 
3138
 
#: nova/compute/manager.py:1005
 
3153
#: nova/compute/manager.py:1032
3139
3154
#, python-format
3140
3155
msgid "Deleting image %s"
3141
3156
msgstr ""
3142
3157
 
3143
 
#: nova/compute/manager.py:1035
 
3158
#: nova/compute/manager.py:1063
3144
3159
#, python-format
3145
3160
msgid "Failed to set admin password. Instance %s is not running"
3146
3161
msgstr ""
3147
3162
 
3148
 
#: nova/compute/manager.py:1041
3149
 
#, python-format
3150
 
msgid "Instance %s: Root password set"
 
3163
#: nova/compute/manager.py:1069
 
3164
msgid "Root password set"
3151
3165
msgstr ""
3152
3166
 
3153
 
#: nova/compute/manager.py:1050
 
3167
#: nova/compute/manager.py:1077
3154
3168
msgid "set_admin_password is not implemented by this driver."
3155
3169
msgstr ""
3156
3170
 
3157
 
#: nova/compute/manager.py:1064
 
3171
#: nova/compute/manager.py:1091
3158
3172
msgid "Error setting admin password"
3159
3173
msgstr ""
3160
3174
 
3161
 
#: nova/compute/manager.py:1079
3162
 
#, python-format
3163
 
msgid ""
3164
 
"trying to inject a file into a non-running instance: %(instance_uuid)s "
3165
 
"(state: %(current_power_state)s expected: %(expected_state)s)"
3166
 
msgstr ""
3167
 
 
3168
 
#: nova/compute/manager.py:1084
3169
 
#, python-format
3170
 
msgid "instance %(instance_uuid)s: injecting file to %(path)s"
3171
 
msgstr ""
3172
 
 
3173
 
#: nova/compute/manager.py:1098
3174
 
#, python-format
3175
 
msgid ""
3176
 
"trying to update agent on a non-running instance: %(instance_uuid)s "
3177
 
"(state: %(current_power_state)s expected: %(expected_state)s)"
3178
 
msgstr ""
3179
 
 
3180
 
#: nova/compute/manager.py:1103
3181
 
#, python-format
3182
 
msgid "instance %(instance_uuid)s: updating agent to %(url)s"
3183
 
msgstr ""
3184
 
 
3185
 
#: nova/compute/manager.py:1116
3186
 
#, python-format
3187
 
msgid "instance %s: rescuing"
 
3175
#: nova/compute/manager.py:1106
 
3176
#, python-format
 
3177
msgid ""
 
3178
"trying to inject a file into a non-running (state: "
 
3179
"%(current_power_state)s expected: %(expected_state)s)"
 
3180
msgstr ""
 
3181
 
 
3182
#: nova/compute/manager.py:1110
 
3183
#, python-format
 
3184
msgid "injecting file to %(path)s"
 
3185
msgstr ""
 
3186
 
 
3187
#: nova/compute/manager.py:1124
 
3188
#, python-format
 
3189
msgid ""
 
3190
"trying to update agent on a non-running (state: %(current_power_state)s "
 
3191
"expected: %(expected_state)s)"
 
3192
msgstr ""
 
3193
 
 
3194
#: nova/compute/manager.py:1128
 
3195
#, python-format
 
3196
msgid "updating agent to %(url)s"
3188
3197
msgstr ""
3189
3198
 
3190
3199
#: nova/compute/manager.py:1141
3191
 
#, python-format
3192
 
msgid "instance %s: unrescuing"
3193
 
msgstr ""
3194
 
 
3195
 
#: nova/compute/manager.py:1270
 
3200
msgid "Rescuing"
 
3201
msgstr ""
 
3202
 
 
3203
#: nova/compute/manager.py:1166
 
3204
msgid "Unrescuing"
 
3205
msgstr ""
 
3206
 
 
3207
#: nova/compute/manager.py:1302
3196
3208
msgid "destination same as source!"
3197
3209
msgstr ""
3198
3210
 
3199
 
#: nova/compute/manager.py:1287
3200
 
#, python-format
3201
 
msgid "instance %s: migrating"
3202
 
msgstr ""
3203
 
 
3204
 
#: nova/compute/manager.py:1471
3205
 
#, python-format
3206
 
msgid "instance %s: pausing"
3207
 
msgstr ""
3208
 
 
3209
 
#: nova/compute/manager.py:1489
3210
 
#, python-format
3211
 
msgid "instance %s: unpausing"
3212
 
msgstr ""
3213
 
 
3214
 
#: nova/compute/manager.py:1525
3215
 
#, python-format
3216
 
msgid "instance %s: retrieving diagnostics"
3217
 
msgstr ""
3218
 
 
3219
 
#: nova/compute/manager.py:1534
3220
 
#, python-format
3221
 
msgid "instance %s: suspending"
3222
 
msgstr ""
3223
 
 
3224
 
#: nova/compute/manager.py:1556
3225
 
#, python-format
3226
 
msgid "instance %s: resuming"
3227
 
msgstr ""
3228
 
 
3229
 
#: nova/compute/manager.py:1579
3230
 
#, python-format
3231
 
msgid "instance %s: locking"
3232
 
msgstr ""
3233
 
 
3234
 
#: nova/compute/manager.py:1588
3235
 
#, python-format
3236
 
msgid "instance %s: unlocking"
3237
 
msgstr ""
3238
 
 
3239
 
#: nova/compute/manager.py:1596
3240
 
#, python-format
3241
 
msgid "instance %s: getting locked state"
3242
 
msgstr ""
3243
 
 
3244
 
#: nova/compute/manager.py:1606
3245
 
#, python-format
3246
 
msgid "instance %s: reset network"
3247
 
msgstr ""
3248
 
 
3249
 
#: nova/compute/manager.py:1614
3250
 
#, python-format
3251
 
msgid "instance %s: inject network info"
3252
 
msgstr ""
3253
 
 
3254
 
#: nova/compute/manager.py:1618
 
3211
#: nova/compute/manager.py:1319
 
3212
msgid "Migrating"
 
3213
msgstr ""
 
3214
 
 
3215
#: nova/compute/manager.py:1518
 
3216
msgid "Pausing"
 
3217
msgstr ""
 
3218
 
 
3219
#: nova/compute/manager.py:1536
 
3220
msgid "Unpausing"
 
3221
msgstr ""
 
3222
 
 
3223
#: nova/compute/manager.py:1569
 
3224
msgid "Retrieving diagnostics"
 
3225
msgstr ""
 
3226
 
 
3227
#: nova/compute/manager.py:1581
 
3228
msgid "Suspending"
 
3229
msgstr ""
 
3230
 
 
3231
#: nova/compute/manager.py:1601
 
3232
msgid "Resuming"
 
3233
msgstr ""
 
3234
 
 
3235
#: nova/compute/manager.py:1619
 
3236
msgid "Locking"
 
3237
msgstr ""
 
3238
 
 
3239
#: nova/compute/manager.py:1628
 
3240
msgid "Unlocking"
 
3241
msgstr ""
 
3242
 
 
3243
#: nova/compute/manager.py:1638
 
3244
msgid "Getting locked state"
 
3245
msgstr ""
 
3246
 
 
3247
#: nova/compute/manager.py:1647
 
3248
msgid "Reset network"
 
3249
msgstr ""
 
3250
 
 
3251
#: nova/compute/manager.py:1655
 
3252
msgid "Inject network info"
 
3253
msgstr ""
 
3254
 
 
3255
#: nova/compute/manager.py:1658
3255
3256
#, python-format
3256
3257
msgid "network_info to inject: |%s|"
3257
3258
msgstr ""
3258
3259
 
3259
 
#: nova/compute/manager.py:1655
3260
 
#, python-format
3261
 
msgid "instance %s: getting vnc console"
3262
 
msgstr ""
3263
 
 
3264
 
#: nova/compute/manager.py:1685
 
3260
#: nova/compute/manager.py:1672
 
3261
msgid "Get console output"
 
3262
msgstr ""
 
3263
 
 
3264
#: nova/compute/manager.py:1699
 
3265
msgid "Getting vnc console"
 
3266
msgstr ""
 
3267
 
 
3268
#: nova/compute/manager.py:1727
3265
3269
#, python-format
3266
3270
msgid "Booting with volume %(volume_id)s at %(mountpoint)s"
3267
3271
msgstr ""
3268
3272
 
3269
 
#: nova/compute/manager.py:1703
 
3273
#: nova/compute/manager.py:1744
 
3274
#, python-format
 
3275
msgid "Attaching volume %(volume_id)s to %(mountpoint)s"
 
3276
msgstr ""
 
3277
 
 
3278
#: nova/compute/manager.py:1753
3270
3279
#, python-format
3271
3280
msgid ""
3272
 
"instance %(instance_uuid)s: attaching volume %(volume_id)s to "
 
3281
"Failed to connect to volume %(volume_id)s while attaching at "
3273
3282
"%(mountpoint)s"
3274
3283
msgstr ""
3275
3284
 
3276
 
#: nova/compute/manager.py:1705
3277
 
#, python-format
3278
 
msgid "Attaching volume %(volume_id)s to %(mountpoint)s"
3279
 
msgstr ""
3280
 
 
3281
 
#: nova/compute/manager.py:1714
3282
 
#, python-format
3283
 
msgid "instance %(instance_uuid)s: attach failed %(mountpoint)s, removing"
3284
 
msgstr ""
3285
 
 
3286
 
#: nova/compute/manager.py:1724
3287
 
#, python-format
3288
 
msgid "Attach failed %(mountpoint)s, removing"
3289
 
msgstr ""
3290
 
 
3291
 
#: nova/compute/manager.py:1752
 
3285
#: nova/compute/manager.py:1764
 
3286
#, fuzzy, python-format
 
3287
msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s"
 
3288
msgstr "卸載_Volume: %(instance_name)s, %(mountpoint)s"
 
3289
 
 
3290
#: nova/compute/manager.py:1796
3292
3291
#, python-format
3293
3292
msgid "Detach volume %(volume_id)s from mountpoint %(mp)s"
3294
3293
msgstr ""
3295
3294
 
3296
 
#: nova/compute/manager.py:1756
3297
 
#, python-format
3298
 
msgid "Detaching volume from unknown instance %s"
3299
 
msgstr ""
 
3295
#: nova/compute/manager.py:1800
 
3296
#, fuzzy, python-format
 
3297
msgid "Detaching volume from unknown instance"
 
3298
msgstr "無法掛載Volume 到虛擬機器 %s"
3300
3299
 
3301
 
#: nova/compute/manager.py:1822
 
3300
#: nova/compute/manager.py:1865
3302
3301
#, python-format
3303
3302
msgid ""
3304
3303
"Creating tmpfile %s to notify to other compute nodes that they should "
3305
3304
"mount the same storage."
3306
3305
msgstr ""
3307
3306
 
3308
 
#: nova/compute/manager.py:1884
 
3307
#: nova/compute/manager.py:1924
3309
3308
msgid "Instance has no volume."
3310
3309
msgstr ""
3311
3310
 
3312
 
#: nova/compute/manager.py:1916
 
3311
#: nova/compute/manager.py:1956
3313
3312
#, python-format
3314
3313
msgid "plug_vifs() failed %(cnt)d.Retry up to %(max_retry)d for %(hostname)s."
3315
3314
msgstr ""
3316
3315
 
3317
 
#: nova/compute/manager.py:1973
 
3316
#: nova/compute/manager.py:2013
3318
3317
#, python-format
3319
3318
msgid "Pre live migration failed at  %(dest)s"
3320
3319
msgstr ""
3321
3320
 
3322
 
#: nova/compute/manager.py:2000
 
3321
#: nova/compute/manager.py:2040
3323
3322
msgid "post_live_migration() is started.."
3324
3323
msgstr ""
3325
3324
 
3326
 
#: nova/compute/manager.py:2030
 
3325
#: nova/compute/manager.py:2069
3327
3326
msgid "No floating_ip found"
3328
3327
msgstr ""
3329
3328
 
3330
 
#: nova/compute/manager.py:2038
 
3329
#: nova/compute/manager.py:2077
3331
3330
msgid "No floating_ip found."
3332
3331
msgstr ""
3333
3332
 
3334
 
#: nova/compute/manager.py:2040
 
3333
#: nova/compute/manager.py:2079
3335
3334
#, python-format
3336
3335
msgid ""
3337
3336
"Live migration: Unexpected error: cannot inherit floating ip.\n"
3338
3337
"%(e)s"
3339
3338
msgstr ""
3340
3339
 
3341
 
#: nova/compute/manager.py:2073
 
3340
#: nova/compute/manager.py:2108
3342
3341
#, python-format
3343
3342
msgid "Migrating instance to %(dest)s finished successfully."
3344
3343
msgstr ""
3345
3344
 
3346
 
#: nova/compute/manager.py:2075
 
3345
#: nova/compute/manager.py:2110
3347
3346
msgid ""
3348
3347
"You may see the error \"libvirt: QEMU error: Domain not found: no domain "
3349
3348
"with matching name.\" This error can be safely ignored."
3350
3349
msgstr ""
3351
3350
 
3352
 
#: nova/compute/manager.py:2090
 
3351
#: nova/compute/manager.py:2125
3353
3352
msgid "Post operation of migraton started"
3354
3353
msgstr ""
3355
3354
 
3356
 
#: nova/compute/manager.py:2226
3357
 
#, python-format
3358
 
msgid "Updated the info_cache for instance %s"
 
3355
#: nova/compute/manager.py:2262
 
3356
msgid "Updated the info_cache for instance"
3359
3357
msgstr ""
3360
3358
 
3361
 
#: nova/compute/manager.py:2255
 
3359
#: nova/compute/manager.py:2291
3362
3360
msgid "Updating bandwidth usage cache"
3363
3361
msgstr ""
3364
3362
 
3365
 
#: nova/compute/manager.py:2277
 
3363
#: nova/compute/manager.py:2315
3366
3364
msgid "Updating host status"
3367
3365
msgstr ""
3368
3366
 
3369
 
#: nova/compute/manager.py:2305
 
3367
#: nova/compute/manager.py:2344
3370
3368
#, python-format
3371
3369
msgid ""
3372
3370
"Found %(num_db_instances)s in the database and %(num_vm_instances)s on "
3373
3371
"the hypervisor."
3374
3372
msgstr ""
3375
3373
 
3376
 
#: nova/compute/manager.py:2331
 
3374
#: nova/compute/manager.py:2370
3377
3375
#, python-format
3378
3376
msgid ""
3379
 
"During the sync_power process the instance %(uuid)s has moved from host "
3380
 
"%(src)s to host %(dst)s"
 
3377
"During the sync_power process the instance has moved from host %(src)s to"
 
3378
" host %(dst)s"
3381
3379
msgstr ""
3382
3380
 
3383
 
#: nova/compute/manager.py:2344
3384
 
#, python-format
 
3381
#: nova/compute/manager.py:2383
3385
3382
msgid ""
3386
 
"Instance %s is in the process of migrating to this host. Wait next "
 
3383
"Instance is in the process of migrating to this host. Wait next "
3387
3384
"sync_power cycle before setting power state to NOSTATE"
3388
3385
msgstr ""
3389
3386
 
3390
 
#: nova/compute/manager.py:2350
 
3387
#: nova/compute/manager.py:2389
3391
3388
msgid ""
3392
3389
"Instance found in database but not known by hypervisor. Setting power "
3393
3390
"state to NOSTATE"
3394
3391
msgstr ""
3395
3392
 
3396
 
#: nova/compute/manager.py:2380
 
3393
#: nova/compute/manager.py:2419
3397
3394
msgid "FLAGS.reclaim_instance_interval <= 0, skipping..."
3398
3395
msgstr ""
3399
3396
 
3400
 
#: nova/compute/manager.py:2392
 
3397
#: nova/compute/manager.py:2430
3401
3398
msgid "Reclaiming deleted instance"
3402
3399
msgstr ""
3403
3400
 
3404
 
#: nova/compute/manager.py:2458
 
3401
#: nova/compute/manager.py:2496
3405
3402
#, python-format
3406
3403
msgid ""
3407
3404
"Detected instance with name label '%(name)s' which is marked as DELETED "
3408
3405
"but still present on host."
3409
3406
msgstr ""
3410
3407
 
3411
 
#: nova/compute/manager.py:2465
 
3408
#: nova/compute/manager.py:2503
3412
3409
#, python-format
3413
3410
msgid ""
3414
3411
"Destroying instance with name label '%(name)s' which is marked as DELETED"
3415
3412
" but still present on host."
3416
3413
msgstr ""
3417
3414
 
3418
 
#: nova/compute/manager.py:2472
 
3415
#: nova/compute/manager.py:2510
3419
3416
#, python-format
3420
3417
msgid "Unrecognized value '%(action)s' for FLAGS.running_deleted_instance_action"
3421
3418
msgstr ""
3422
3419
 
3423
 
#: nova/compute/manager.py:2542
 
3420
#: nova/compute/manager.py:2578
3424
3421
#, python-format
3425
3422
msgid ""
3426
3423
"Aggregate %(aggregate_id)s: unrecoverable state during operation on "
3427
3424
"%(host)s"
3428
3425
msgstr ""
3429
3426
 
3430
 
#: nova/compute/utils.py:142
 
3427
#: nova/compute/utils.py:181
3431
3428
msgid "v4 subnets are required for legacy nw_info"
3432
3429
msgstr ""
3433
3430
 
3434
 
#: nova/console/manager.py:77 nova/console/vmrc_manager.py:70
 
3431
#: nova/console/manager.py:78 nova/console/vmrc_manager.py:70
3435
3432
msgid "Adding console"
3436
3433
msgstr ""
3437
3434
 
3438
 
#: nova/console/manager.py:97
 
3435
#: nova/console/manager.py:98
3439
3436
#, python-format
3440
3437
msgid "Tried to remove non-existant console %(console_id)s."
3441
3438
msgstr ""
3480
3477
msgid "xvp not running..."
3481
3478
msgstr ""
3482
3479
 
3483
 
#: nova/consoleauth/manager.py:63
 
3480
#: nova/consoleauth/manager.py:61
3484
3481
#, python-format
3485
3482
msgid "Deleting Expired Token: (%s)"
3486
3483
msgstr ""
3487
3484
 
3488
 
#: nova/consoleauth/manager.py:75
 
3485
#: nova/consoleauth/manager.py:73
3489
3486
#, python-format
3490
3487
msgid "Received Token: %(token)s, %(token_dict)s)"
3491
3488
msgstr ""
3492
3489
 
3493
 
#: nova/consoleauth/manager.py:79
 
3490
#: nova/consoleauth/manager.py:77
3494
3491
#, python-format
3495
3492
msgid "Checking Token: %(token)s, %(token_valid)s)"
3496
3493
msgstr ""
3499
3496
msgid "Use of empty request context is deprecated"
3500
3497
msgstr ""
3501
3498
 
3502
 
#: nova/db/sqlalchemy/api.py:198
 
3499
#: nova/db/sqlalchemy/api.py:212
3503
3500
#, python-format
3504
3501
msgid "Unrecognized read_deleted value '%s'"
3505
3502
msgstr ""
3506
3503
 
3507
 
#: nova/db/sqlalchemy/api.py:516 nova/db/sqlalchemy/api.py:551
 
3504
#: nova/db/sqlalchemy/api.py:530 nova/db/sqlalchemy/api.py:565
3508
3505
#, python-format
3509
3506
msgid "No ComputeNode for %(host)s"
3510
3507
msgstr ""
3511
3508
 
3512
 
#: nova/db/sqlalchemy/api.py:4019 nova/db/sqlalchemy/api.py:4045
 
3509
#: nova/db/sqlalchemy/api.py:4237 nova/db/sqlalchemy/api.py:4263
3513
3510
#, python-format
3514
3511
msgid "No backend config with id %(sm_backend_id)s"
3515
3512
msgstr ""
3516
3513
 
3517
 
#: nova/db/sqlalchemy/api.py:4103
 
3514
#: nova/db/sqlalchemy/api.py:4321
3518
3515
#, python-format
3519
3516
msgid "No sm_flavor called %(sm_flavor)s"
3520
3517
msgstr ""
3521
3518
 
3522
 
#: nova/db/sqlalchemy/api.py:4147
 
3519
#: nova/db/sqlalchemy/api.py:4365
3523
3520
#, python-format
3524
3521
msgid "No sm_volume with id %(volume_id)s"
3525
3522
msgstr ""
3526
3523
 
3527
 
#: nova/db/sqlalchemy/migration.py:66
3528
 
msgid "python-migrate is not installed. Exiting."
3529
 
msgstr ""
3530
 
 
3531
 
#: nova/db/sqlalchemy/migration.py:78
 
3524
#: nova/db/sqlalchemy/migration.py:74
3532
3525
msgid "version should be an integer"
3533
3526
msgstr ""
3534
3527
 
 
3528
#: nova/db/sqlalchemy/migration.py:100
 
3529
msgid "Upgrade DB using Essex release first."
 
3530
msgstr ""
 
3531
 
3535
3532
#: nova/db/sqlalchemy/session.py:137
3536
3533
#, python-format
3537
3534
msgid "SQL connection failed. %s attempts left."
3538
3535
msgstr ""
3539
3536
 
3540
 
#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:48
3541
 
msgid "interface column not added to networks table"
3542
 
msgstr ""
3543
 
 
3544
 
#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:80
3545
 
#: nova/db/sqlalchemy/migrate_repo/versions/062_add_instance_info_cache_table.py:54
3546
 
#: nova/db/sqlalchemy/migrate_repo/versions/072_add_dns_table.py:61
3547
3537
#: nova/db/sqlalchemy/migrate_repo/versions/083_quota_class.py:48
 
3538
#: nova/db/sqlalchemy/migrate_repo/versions/092_add_instance_system_metadata.py:58
3548
3539
#, python-format
3549
3540
msgid "Table |%s| not created!"
3550
3541
msgstr ""
3551
3542
 
3552
 
#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:87
3553
 
msgid "VIF column not added to fixed_ips table"
3554
 
msgstr ""
3555
 
 
3556
 
#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:97
3557
 
#, python-format
3558
 
msgid "join list for moving mac_addresses |%s|"
3559
 
msgstr ""
3560
 
 
3561
 
#: nova/db/sqlalchemy/migrate_repo/versions/031_fk_fixed_ips_virtual_interface_id.py:39
3562
 
#: nova/db/sqlalchemy/migrate_repo/versions/047_remove_instances_fk_from_vif.py:60
3563
 
#: nova/db/sqlalchemy/migrate_repo/versions/060_remove_network_fk_from_vif.py:61
3564
 
#: nova/db/sqlalchemy/migrate_repo/versions/070_untie_nova_network_models.py:99
3565
 
msgid "foreign key constraint couldn't be added"
3566
 
msgstr ""
3567
 
 
3568
 
#: nova/db/sqlalchemy/migrate_repo/versions/031_fk_fixed_ips_virtual_interface_id.py:58
3569
 
msgid "foreign key constraint couldn't be dropped"
3570
 
msgstr ""
3571
 
 
3572
 
#: nova/db/sqlalchemy/migrate_repo/versions/045_add_network_priority.py:34
3573
 
msgid "priority column not added to networks table"
3574
 
msgstr ""
3575
 
 
3576
 
#: nova/db/sqlalchemy/migrate_repo/versions/047_remove_instances_fk_from_vif.py:41
3577
 
#: nova/db/sqlalchemy/migrate_repo/versions/060_remove_network_fk_from_vif.py:42
3578
 
#: nova/db/sqlalchemy/migrate_repo/versions/064_change_instance_id_to_uuid_in_instance_actions.py:56
3579
 
#: nova/db/sqlalchemy/migrate_repo/versions/070_untie_nova_network_models.py:68
3580
 
msgid "foreign key constraint couldn't be removed"
3581
 
msgstr ""
3582
 
 
3583
 
#: nova/db/sqlalchemy/migrate_repo/versions/049_add_instances_progress.py:34
3584
 
msgid "progress column not added to instances table"
3585
 
msgstr ""
3586
 
 
3587
 
#: nova/db/sqlalchemy/migrate_repo/versions/055_convert_flavor_id_to_str.py:97
3588
 
#, python-format
3589
 
msgid ""
3590
 
"Could not cast flavorid to integer: %s. Set flavorid to an integer-like "
3591
 
"string to downgrade."
3592
 
msgstr ""
3593
 
 
3594
 
#: nova/db/sqlalchemy/migrate_repo/versions/062_add_instance_info_cache_table.py:69
3595
 
msgid "instance_info_caches tables not dropped"
3596
 
msgstr ""
3597
 
 
3598
 
#: nova/db/sqlalchemy/migrate_repo/versions/069_block_migration.py:41
3599
 
msgid "progress column not added to compute_nodes table"
3600
 
msgstr ""
3601
 
 
3602
 
#: nova/db/sqlalchemy/migrate_repo/versions/072_add_dns_table.py:76
3603
 
msgid "dns_domains table not dropped"
3604
 
msgstr ""
3605
 
 
3606
3543
#: nova/db/sqlalchemy/migrate_repo/versions/083_quota_class.py:60
3607
3544
msgid "quota_classes table not dropped"
3608
3545
msgstr ""
3609
3546
 
3610
 
#: nova/image/glance.py:147
 
3547
#: nova/db/sqlalchemy/migrate_repo/versions/088_change_instance_id_to_uuid_in_block_device_mapping.py:57
 
3548
msgid "foreign key constraint couldn't be removed"
 
3549
msgstr ""
 
3550
 
 
3551
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:83
 
3552
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:127
 
3553
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:177
 
3554
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:235
 
3555
msgid "Foreign Key constraint couldn't be removed"
 
3556
msgstr ""
 
3557
 
 
3558
#: nova/db/sqlalchemy/migrate_repo/versions/095_change_fk_instance_id_to_uuid.py:57
 
3559
msgid "foreign key could not be dropped"
 
3560
msgstr ""
 
3561
 
 
3562
#: nova/db/sqlalchemy/migrate_repo/versions/095_change_fk_instance_id_to_uuid.py:91
 
3563
msgid "foreign key could not be created"
 
3564
msgstr ""
 
3565
 
 
3566
#: nova/image/glance.py:148
3611
3567
msgid "Connection error contacting glance server, retrying"
3612
3568
msgstr ""
3613
3569
 
3614
 
#: nova/image/glance.py:153 nova/network/quantum/melange_connection.py:104
 
3570
#: nova/image/glance.py:154 nova/network/quantum/melange_connection.py:104
3615
3571
msgid "Maximum attempts reached"
3616
3572
msgstr ""
3617
3573
 
3618
 
#: nova/image/glance.py:278
 
3574
#: nova/image/glance.py:279
3619
3575
#, python-format
3620
3576
msgid "Creating image in Glance. Metadata passed in %s"
3621
3577
msgstr ""
3622
3578
 
3623
 
#: nova/image/glance.py:281
 
3579
#: nova/image/glance.py:282
3624
3580
#, python-format
3625
3581
msgid "Metadata after formatting for Glance %s"
3626
3582
msgstr ""
3627
3583
 
3628
 
#: nova/image/glance.py:289
 
3584
#: nova/image/glance.py:290
3629
3585
#, python-format
3630
3586
msgid "Metadata returned from Glance formatted for Base %s"
3631
3587
msgstr ""
3632
3588
 
3633
 
#: nova/image/glance.py:331 nova/image/glance.py:335
 
3589
#: nova/image/glance.py:332 nova/image/glance.py:336
3634
3590
msgid "Not the image owner"
3635
3591
msgstr ""
3636
3592
 
3637
 
#: nova/image/glance.py:410
 
3593
#: nova/image/glance.py:411
3638
3594
#, python-format
3639
3595
msgid "%(timestamp)s does not follow any of the signatures: %(iso_formats)s"
3640
3596
msgstr ""
3693
3649
msgid "Bad project_id for to_global_ipv6: %s"
3694
3650
msgstr ""
3695
3651
 
3696
 
#: nova/network/ldapdns.py:321
 
3652
#: nova/network/ldapdns.py:318
3697
3653
msgid "This driver only supports type 'a' entries."
3698
3654
msgstr ""
3699
3655
 
3700
 
#: nova/network/linux_net.py:166
 
3656
#: nova/network/linux_net.py:167
3701
3657
#, python-format
3702
3658
msgid "Attempted to remove chain %s which does not exist"
3703
3659
msgstr ""
3704
3660
 
3705
 
#: nova/network/linux_net.py:192
 
3661
#: nova/network/linux_net.py:193
3706
3662
#, python-format
3707
3663
msgid "Unknown chain: %r"
3708
3664
msgstr ""
3709
3665
 
3710
 
#: nova/network/linux_net.py:215
 
3666
#: nova/network/linux_net.py:216
3711
3667
#, python-format
3712
3668
msgid ""
3713
3669
"Tried to remove rule that was not there: %(chain)r %(rule)r %(wrap)r "
3714
3670
"%(top)r"
3715
3671
msgstr ""
3716
3672
 
3717
 
#: nova/network/linux_net.py:335
 
3673
#: nova/network/linux_net.py:336
3718
3674
msgid "IPTablesManager.apply completed with success"
3719
3675
msgstr ""
3720
3676
 
3721
 
#: nova/network/linux_net.py:694
 
3677
#: nova/network/linux_net.py:698
3722
3678
#, python-format
3723
3679
msgid "Hupping dnsmasq threw %s"
3724
3680
msgstr ""
3725
3681
 
3726
 
#: nova/network/linux_net.py:696
 
3682
#: nova/network/linux_net.py:700
3727
3683
#, python-format
3728
3684
msgid "Pid %d is stale, relaunching dnsmasq"
3729
3685
msgstr ""
3730
3686
 
3731
 
#: nova/network/linux_net.py:756
 
3687
#: nova/network/linux_net.py:760
3732
3688
#, python-format
3733
3689
msgid "killing radvd threw %s"
3734
3690
msgstr ""
3735
3691
 
3736
 
#: nova/network/linux_net.py:758
 
3692
#: nova/network/linux_net.py:762
3737
3693
#, python-format
3738
3694
msgid "Pid %d is stale, relaunching radvd"
3739
3695
msgstr ""
3740
3696
 
3741
 
#: nova/network/linux_net.py:967
 
3697
#: nova/network/linux_net.py:972
3742
3698
#, python-format
3743
3699
msgid "Starting VLAN inteface %s"
3744
3700
msgstr ""
3745
3701
 
3746
 
#: nova/network/linux_net.py:999
 
3702
#: nova/network/linux_net.py:1004
3747
3703
#, python-format
3748
3704
msgid "Starting Bridge interface for %s"
3749
3705
msgstr ""
3750
3706
 
3751
 
#: nova/network/linux_net.py:1142
 
3707
#: nova/network/linux_net.py:1047
 
3708
#, python-format
 
3709
msgid "Failed to add interface: %s"
 
3710
msgstr ""
 
3711
 
 
3712
#: nova/network/linux_net.py:1148
3752
3713
#, python-format
3753
3714
msgid "Starting bridge %s "
3754
3715
msgstr ""
3755
3716
 
3756
 
#: nova/network/linux_net.py:1149
 
3717
#: nova/network/linux_net.py:1155
3757
3718
#, python-format
3758
3719
msgid "Done starting bridge %s"
3759
3720
msgstr ""
3760
3721
 
3761
 
#: nova/network/linux_net.py:1167
 
3722
#: nova/network/linux_net.py:1173
3762
3723
#, python-format
3763
3724
msgid "Failed unplugging gateway interface '%s'"
3764
3725
msgstr ""
3765
3726
 
3766
 
#: nova/network/linux_net.py:1170
 
3727
#: nova/network/linux_net.py:1175
3767
3728
#, python-format
3768
3729
msgid "Unplugged gateway interface '%s'"
3769
3730
msgstr ""
3770
3731
 
3771
 
#: nova/network/manager.py:294 nova/network/manager.py:490
 
3732
#: nova/network/manager.py:292
 
3733
#, python-format
 
3734
msgid "Fixed ip %(fixed_ip_id)s not found"
 
3735
msgstr ""
 
3736
 
 
3737
#: nova/network/manager.py:301 nova/network/manager.py:509
3772
3738
#, python-format
3773
3739
msgid "Interface %(interface)s not found"
3774
3740
msgstr ""
3775
3741
 
3776
 
#: nova/network/manager.py:309
 
3742
#: nova/network/manager.py:315
3777
3743
#, python-format
3778
3744
msgid "floating IP allocation for instance |%s|"
3779
3745
msgstr ""
3780
3746
 
3781
 
#: nova/network/manager.py:347
 
3747
#: nova/network/manager.py:353
3782
3748
#, python-format
3783
3749
msgid "floating IP deallocation for instance |%s|"
3784
3750
msgstr ""
3785
3751
 
3786
 
#: nova/network/manager.py:380
 
3752
#: nova/network/manager.py:386
3787
3753
#, python-format
3788
3754
msgid "Address |%(address)s| is not allocated"
3789
3755
msgstr ""
3790
3756
 
3791
 
#: nova/network/manager.py:384
 
3757
#: nova/network/manager.py:390
3792
3758
#, python-format
3793
3759
msgid "Address |%(address)s| is not allocated to your project |%(project)s|"
3794
3760
msgstr ""
3795
3761
 
3796
 
#: nova/network/manager.py:396
 
3762
#: nova/network/manager.py:402
3797
3763
#, python-format
3798
3764
msgid "Quota exceeded for %s, tried to allocate address"
3799
3765
msgstr ""
3800
3766
 
3801
 
#: nova/network/manager.py:608
 
3767
#: nova/network/manager.py:637
3802
3768
#, python-format
3803
3769
msgid ""
3804
3770
"Database inconsistency: DNS domain |%s| is registered in the Nova db but "
3806
3772
"ignored."
3807
3773
msgstr ""
3808
3774
 
3809
 
#: nova/network/manager.py:654
 
3775
#: nova/network/manager.py:683
3810
3776
#, python-format
3811
3777
msgid "Domain |%(domain)s| already exists, changing zone to |%(av_zone)s|."
3812
3778
msgstr ""
3813
3779
 
3814
 
#: nova/network/manager.py:664
 
3780
#: nova/network/manager.py:693
3815
3781
#, python-format
3816
3782
msgid "Domain |%(domain)s| already exists, changing project to |%(project)s|."
3817
3783
msgstr ""
3818
3784
 
3819
 
#: nova/network/manager.py:772
 
3785
#: nova/network/manager.py:801
3820
3786
#, python-format
3821
3787
msgid "Disassociated %s stale fixed ip(s)"
3822
3788
msgstr ""
3823
3789
 
3824
 
#: nova/network/manager.py:776
 
3790
#: nova/network/manager.py:805
3825
3791
msgid "setting network host"
3826
3792
msgstr ""
3827
3793
 
3828
 
#: nova/network/manager.py:890
 
3794
#: nova/network/manager.py:919
3829
3795
#, python-format
3830
3796
msgid "network allocations for instance |%s|"
3831
3797
msgstr ""
3832
3798
 
3833
 
#: nova/network/manager.py:895
 
3799
#: nova/network/manager.py:924
3834
3800
#, python-format
3835
3801
msgid "networks retrieved for instance |%(instance_id)s|: |%(networks)s|"
3836
3802
msgstr ""
3837
3803
 
3838
 
#: nova/network/manager.py:924
 
3804
#: nova/network/manager.py:953
3839
3805
#, python-format
3840
3806
msgid "network deallocation for instance |%s|"
3841
3807
msgstr ""
3842
3808
 
3843
 
#: nova/network/manager.py:1146
 
3809
#: nova/network/manager.py:1175
3844
3810
#, python-format
3845
3811
msgid ""
3846
3812
"instance-dns-zone is |%(domain)s|, which is in availability zone "
3847
 
"|%(zone)s|. Instance |%(instance)s| is in zone |%(zone2)s|. No DNS record"
3848
 
" will be created."
3849
 
msgstr ""
3850
 
 
3851
 
#: nova/network/manager.py:1225
 
3813
"|%(zone)s|. Instance is in zone |%(zone2)s|. No DNS record will be "
 
3814
"created."
 
3815
msgstr ""
 
3816
 
 
3817
#: nova/network/manager.py:1252
 
3818
#, python-format
 
3819
msgid "Unable to release %s because vif doesn't exist."
 
3820
msgstr ""
 
3821
 
 
3822
#: nova/network/manager.py:1269
3852
3823
#, python-format
3853
3824
msgid "Leased IP |%(address)s|"
3854
3825
msgstr ""
3855
3826
 
3856
 
#: nova/network/manager.py:1229
 
3827
#: nova/network/manager.py:1273
3857
3828
#, python-format
3858
3829
msgid "IP %s leased that is not associated"
3859
3830
msgstr ""
3860
3831
 
3861
 
#: nova/network/manager.py:1237
 
3832
#: nova/network/manager.py:1281
3862
3833
#, python-format
3863
3834
msgid "IP |%s| leased that isn't allocated"
3864
3835
msgstr ""
3865
3836
 
3866
 
#: nova/network/manager.py:1242
 
3837
#: nova/network/manager.py:1286
3867
3838
#, python-format
3868
3839
msgid "Released IP |%(address)s|"
3869
3840
msgstr ""
3870
3841
 
3871
 
#: nova/network/manager.py:1246
 
3842
#: nova/network/manager.py:1290
3872
3843
#, python-format
3873
3844
msgid "IP %s released that is not associated"
3874
3845
msgstr ""
3875
3846
 
3876
 
#: nova/network/manager.py:1249
 
3847
#: nova/network/manager.py:1293
3877
3848
#, python-format
3878
3849
msgid "IP %s released that was not leased"
3879
3850
msgstr ""
3880
3851
 
3881
 
#: nova/network/manager.py:1312
 
3852
#: nova/network/manager.py:1356
3882
3853
msgid "cidr already in use"
3883
3854
msgstr ""
3884
3855
 
3885
 
#: nova/network/manager.py:1315
 
3856
#: nova/network/manager.py:1359
3886
3857
#, python-format
3887
3858
msgid "requested cidr (%(cidr)s) conflicts with existing supernet (%(super)s)"
3888
3859
msgstr ""
3889
3860
 
3890
 
#: nova/network/manager.py:1326
 
3861
#: nova/network/manager.py:1370
3891
3862
#, python-format
3892
3863
msgid ""
3893
3864
"requested cidr (%(cidr)s) conflicts with existing smaller cidr "
3894
3865
"(%(smaller)s)"
3895
3866
msgstr ""
3896
3867
 
3897
 
#: nova/network/manager.py:1385
 
3868
#: nova/network/manager.py:1429
3898
3869
msgid "Network already exists!"
3899
3870
msgstr ""
3900
3871
 
3901
 
#: nova/network/manager.py:1404
 
3872
#: nova/network/manager.py:1449
3902
3873
#, python-format
3903
3874
msgid "Network must be disassociated from project %s before delete"
3904
3875
msgstr ""
3905
3876
 
3906
 
#: nova/network/manager.py:1813
 
3877
#: nova/network/manager.py:1853
3907
3878
msgid ""
3908
3879
"The sum between the number of networks and the vlan start cannot be "
3909
3880
"greater than 4094"
3910
3881
msgstr ""
3911
3882
 
3912
 
#: nova/network/manager.py:1820
 
3883
#: nova/network/manager.py:1860
3913
3884
#, python-format
3914
3885
msgid ""
3915
3886
"The network range is not big enough to fit %(num_networks)s. Network size"
3949
3920
msgid "unable to deserialize object of type = '%s'"
3950
3921
msgstr ""
3951
3922
 
3952
 
#: nova/network/quantum/manager.py:162
 
3923
#: nova/network/quantum/manager.py:183
3953
3924
msgid "QuantumManager does not use 'multi_host' parameter."
3954
3925
msgstr ""
3955
3926
 
3956
 
#: nova/network/quantum/manager.py:166
 
3927
#: nova/network/quantum/manager.py:187
3957
3928
msgid "QuantumManager requires that only one network is created per call"
3958
3929
msgstr ""
3959
3930
 
3960
 
#: nova/network/quantum/manager.py:176
 
3931
#: nova/network/quantum/manager.py:197
3961
3932
msgid "QuantumManager does not use 'vlan_start' parameter."
3962
3933
msgstr ""
3963
3934
 
3964
 
#: nova/network/quantum/manager.py:182
 
3935
#: nova/network/quantum/manager.py:203
3965
3936
msgid "QuantumManager does not use 'vpn_start' parameter."
3966
3937
msgstr ""
3967
3938
 
3968
 
#: nova/network/quantum/manager.py:186
 
3939
#: nova/network/quantum/manager.py:207
3969
3940
msgid "QuantumManager does not use 'bridge' parameter."
3970
3941
msgstr ""
3971
3942
 
3972
 
#: nova/network/quantum/manager.py:190
 
3943
#: nova/network/quantum/manager.py:211
3973
3944
msgid "QuantumManager does not use 'bridge_interface' parameter."
3974
3945
msgstr ""
3975
3946
 
3976
 
#: nova/network/quantum/manager.py:195
 
3947
#: nova/network/quantum/manager.py:216
3977
3948
msgid "QuantumManager requires a valid (.1) gateway address."
3978
3949
msgstr ""
3979
3950
 
3980
 
#: nova/network/quantum/manager.py:204
 
3951
#: nova/network/quantum/manager.py:225
3981
3952
#, python-format
3982
3953
msgid ""
3983
3954
"Unable to find existing quantum network for tenant '%(q_tenant_id)s' with"
3984
3955
" net-id '%(quantum_net_id)s'"
3985
3956
msgstr ""
3986
3957
 
3987
 
#: nova/network/quantum/manager.py:301
 
3958
#: nova/network/quantum/manager.py:333
3988
3959
#, python-format
3989
3960
msgid "network allocations for instance %s"
3990
3961
msgstr ""
3991
3962
 
3992
 
#: nova/network/quantum/manager.py:588
 
3963
#: nova/network/quantum/manager.py:639
3993
3964
#, python-format
3994
3965
msgid ""
3995
3966
"port deallocation failed for instance: |%(instance_id)s|, port_id: "
3996
3967
"|%(port_id)s|"
3997
3968
msgstr ""
3998
3969
 
3999
 
#: nova/network/quantum/manager.py:606
 
3970
#: nova/network/quantum/manager.py:657
4000
3971
#, python-format
4001
3972
msgid ""
4002
3973
"ipam deallocation failed for instance: |%(instance_id)s|, vif_uuid: "
4048
4019
msgid "Deleting port %(port_id)s on net %(net_id)s for %(tenant_id)s"
4049
4020
msgstr ""
4050
4021
 
4051
 
#: nova/notifier/api.py:115
 
4022
#: nova/notifier/api.py:121
4052
4023
#, python-format
4053
4024
msgid "%s not in valid priorities"
4054
4025
msgstr ""
4055
4026
 
4056
 
#: nova/notifier/api.py:130
 
4027
#: nova/notifier/api.py:136
4057
4028
#, python-format
4058
4029
msgid ""
4059
4030
"Problem '%(e)s' attempting to send to notification system. "
4060
4031
"Payload=%(payload)s"
4061
4032
msgstr ""
4062
4033
 
4063
 
#: nova/notifier/list_notifier.py:65
 
4034
#: nova/notifier/list_notifier.py:63
4064
4035
#, python-format
4065
4036
msgid "Problem '%(e)s' attempting to send to notification driver %(driver)s."
4066
4037
msgstr ""
4070
4041
msgid "Could not send notification to %(topic)s. Payload=%(message)s"
4071
4042
msgstr ""
4072
4043
 
4073
 
#: nova/rpc/amqp.py:146 nova/rpc/impl_carrot.py:461
4074
 
#, python-format
4075
 
msgid "Returning exception %s to caller"
4076
 
msgstr ""
4077
 
 
4078
 
#: nova/rpc/amqp.py:188 nova/rpc/impl_carrot.py:495
 
4044
#: nova/rpc/amqp.py:198
4079
4045
#, python-format
4080
4046
msgid "unpacked context: %s"
4081
4047
msgstr ""
4082
4048
 
4083
 
#: nova/rpc/amqp.py:231 nova/rpc/impl_carrot.py:262
 
4049
#: nova/rpc/amqp.py:242
4084
4050
#, python-format
4085
4051
msgid "received %s"
4086
4052
msgstr ""
4087
4053
 
4088
 
#: nova/rpc/amqp.py:236 nova/rpc/impl_carrot.py:275
 
4054
#: nova/rpc/amqp.py:247
4089
4055
#, python-format
4090
4056
msgid "no method for message: %s"
4091
4057
msgstr ""
4092
4058
 
4093
 
#: nova/rpc/amqp.py:237 nova/rpc/impl_carrot.py:277
 
4059
#: nova/rpc/amqp.py:248
4094
4060
#, python-format
4095
4061
msgid "No method for message: %s"
4096
4062
msgstr ""
4097
4063
 
4098
 
#: nova/rpc/amqp.py:321 nova/rpc/impl_carrot.py:529
 
4064
#: nova/rpc/amqp.py:339
4099
4065
#, python-format
4100
4066
msgid "Making asynchronous call on %s ..."
4101
4067
msgstr ""
4102
4068
 
4103
 
#: nova/rpc/amqp.py:324 nova/rpc/impl_carrot.py:532
 
4069
#: nova/rpc/amqp.py:342
4104
4070
#, python-format
4105
4071
msgid "MSG_ID is %s"
4106
4072
msgstr ""
4107
4073
 
4108
 
#: nova/rpc/amqp.py:346 nova/rpc/impl_carrot.py:611
 
4074
#: nova/rpc/amqp.py:364
4109
4075
#, python-format
4110
4076
msgid "Making asynchronous cast on %s..."
4111
4077
msgstr ""
4112
4078
 
4113
 
#: nova/rpc/amqp.py:354 nova/rpc/impl_carrot.py:621
 
4079
#: nova/rpc/amqp.py:372
4114
4080
msgid "Making asynchronous fanout cast..."
4115
4081
msgstr ""
4116
4082
 
4117
 
#: nova/rpc/amqp.py:379 nova/rpc/impl_carrot.py:631
 
4083
#: nova/rpc/amqp.py:398
4118
4084
#, python-format
4119
 
msgid "Sending notification on %s..."
 
4085
msgid "Sending %(event_type)s on %(topic)s"
4120
4086
msgstr ""
4121
4087
 
4122
 
#: nova/rpc/common.py:54
 
4088
#: nova/rpc/common.py:43
4123
4089
#, python-format
4124
4090
msgid ""
4125
4091
"Remote error: %(exc_type)s %(value)s\n"
4126
4092
"%(traceback)s."
4127
4093
msgstr ""
4128
4094
 
4129
 
#: nova/rpc/common.py:71
 
4095
#: nova/rpc/common.py:60
4130
4096
msgid "Timeout while waiting on RPC response."
4131
4097
msgstr ""
4132
4098
 
4133
 
#: nova/rpc/impl_carrot.py:199
4134
 
#, python-format
4135
 
msgid ""
4136
 
"AMQP server on %(fl_host)s:%(fl_port)d is unreachable: %(e)s. Trying "
4137
 
"again in %(fl_intv)d seconds."
4138
 
msgstr ""
4139
 
 
4140
 
#: nova/rpc/impl_carrot.py:203
4141
 
#, python-format
4142
 
msgid "Unable to connect to AMQP server after %(tries)d tries. Shutting down."
4143
 
msgstr ""
4144
 
 
4145
 
#: nova/rpc/impl_carrot.py:223
4146
 
msgid "Reconnected to queue"
4147
 
msgstr ""
4148
 
 
4149
 
#: nova/rpc/impl_carrot.py:230
4150
 
#, python-format
4151
 
msgid "Failed to fetch message from queue: %s"
4152
 
msgstr ""
4153
 
 
4154
 
#: nova/rpc/impl_carrot.py:238
4155
 
#, python-format
4156
 
msgid "Initing the Adapter Consumer for %s"
4157
 
msgstr ""
4158
 
 
4159
 
#: nova/rpc/impl_carrot.py:337
4160
 
#, python-format
4161
 
msgid "Created \"%(exchange)s\" fanout exchange with \"%(key)s\" routing key"
4162
 
msgstr ""
4163
 
 
4164
 
#: nova/rpc/impl_carrot.py:382
4165
 
msgid "Exception while processing consumer"
4166
 
msgstr ""
4167
 
 
4168
 
#: nova/rpc/impl_carrot.py:419
4169
 
#, python-format
4170
 
msgid "Creating \"%(exchange)s\" fanout exchange"
4171
 
msgstr ""
4172
 
 
4173
 
#: nova/rpc/impl_carrot.py:646
4174
 
#, python-format
4175
 
msgid "response %s"
4176
 
msgstr ""
4177
 
 
4178
 
#: nova/rpc/impl_carrot.py:655
4179
 
#, python-format
4180
 
msgid "topic is %s"
4181
 
msgstr ""
4182
 
 
4183
 
#: nova/rpc/impl_carrot.py:656
4184
 
#, python-format
4185
 
msgid "message %s"
4186
 
msgstr ""
4187
 
 
4188
 
#: nova/rpc/impl_kombu.py:111
 
4099
#: nova/rpc/common.py:161
 
4100
#, python-format
 
4101
msgid "Returning exception %s to caller"
 
4102
msgstr ""
 
4103
 
 
4104
#: nova/rpc/impl_kombu.py:108
4189
4105
msgid "Failed to process message... skipping it."
4190
4106
msgstr ""
4191
4107
 
4213
4129
"again in %(sleep_time)d seconds."
4214
4130
msgstr ""
4215
4131
 
4216
 
#: nova/rpc/impl_kombu.py:533 nova/rpc/impl_qpid.py:385
 
4132
#: nova/rpc/impl_kombu.py:533 nova/rpc/impl_qpid.py:386
4217
4133
#, python-format
4218
4134
msgid "Failed to declare consumer for topic '%(topic)s': %(err_str)s"
4219
4135
msgstr ""
4220
4136
 
4221
 
#: nova/rpc/impl_kombu.py:551 nova/rpc/impl_qpid.py:400
 
4137
#: nova/rpc/impl_kombu.py:551 nova/rpc/impl_qpid.py:401
4222
4138
#, python-format
4223
4139
msgid "Timed out waiting for RPC response: %s"
4224
4140
msgstr ""
4225
4141
 
4226
 
#: nova/rpc/impl_kombu.py:555 nova/rpc/impl_qpid.py:404
 
4142
#: nova/rpc/impl_kombu.py:555 nova/rpc/impl_qpid.py:405
4227
4143
#, python-format
4228
4144
msgid "Failed to consume message from queue: %s"
4229
4145
msgstr ""
4230
4146
 
4231
 
#: nova/rpc/impl_kombu.py:589 nova/rpc/impl_qpid.py:434
 
4147
#: nova/rpc/impl_kombu.py:589 nova/rpc/impl_qpid.py:435
4232
4148
#, python-format
4233
4149
msgid "Failed to publish message to topic '%(topic)s': %(err_str)s"
4234
4150
msgstr ""
4235
4151
 
4236
 
#: nova/rpc/impl_qpid.py:341
 
4152
#: nova/rpc/impl_qpid.py:342
4237
4153
#, python-format
4238
 
msgid "Unable to connect to AMQP server: %s "
 
4154
msgid "Unable to connect to AMQP server: %s"
4239
4155
msgstr ""
4240
4156
 
4241
 
#: nova/rpc/impl_qpid.py:346
 
4157
#: nova/rpc/impl_qpid.py:347
4242
4158
#, python-format
4243
4159
msgid "Connected to AMQP server on %s"
4244
4160
msgstr ""
4245
4161
 
4246
 
#: nova/rpc/impl_qpid.py:354
 
4162
#: nova/rpc/impl_qpid.py:355
4247
4163
msgid "Re-established AMQP queues"
4248
4164
msgstr ""
4249
4165
 
4250
 
#: nova/rpc/impl_qpid.py:412
 
4166
#: nova/rpc/impl_qpid.py:413
4251
4167
msgid "Error processing message.  Skipping it."
4252
4168
msgstr ""
4253
4169
 
4260
4176
msgid "Could not find another compute"
4261
4177
msgstr ""
4262
4178
 
4263
 
#: nova/scheduler/driver.py:63
 
4179
#: nova/scheduler/driver.py:65
4264
4180
#, python-format
4265
4181
msgid "Casted '%(method)s' to volume '%(host)s'"
4266
4182
msgstr ""
4267
4183
 
4268
 
#: nova/scheduler/driver.py:80
 
4184
#: nova/scheduler/driver.py:82
4269
4185
#, python-format
4270
4186
msgid "Casted '%(method)s' to compute '%(host)s'"
4271
4187
msgstr ""
4272
4188
 
4273
 
#: nova/scheduler/driver.py:89
 
4189
#: nova/scheduler/driver.py:91
4274
4190
#, python-format
4275
4191
msgid "Casted '%(method)s' to network '%(host)s'"
4276
4192
msgstr ""
4277
4193
 
4278
 
#: nova/scheduler/driver.py:107
 
4194
#: nova/scheduler/driver.py:109
4279
4195
#, python-format
4280
4196
msgid "Casted '%(method)s' to %(topic)s '%(host)s'"
4281
4197
msgstr ""
4282
4198
 
4283
 
#: nova/scheduler/driver.py:181
 
4199
#: nova/scheduler/driver.py:183
4284
4200
msgid "Must implement a fallback schedule"
4285
4201
msgstr ""
4286
4202
 
4287
 
#: nova/scheduler/driver.py:185
 
4203
#: nova/scheduler/driver.py:187
4288
4204
msgid "Driver must implement schedule_prep_resize"
4289
4205
msgstr ""
4290
4206
 
4291
 
#: nova/scheduler/driver.py:190
 
4207
#: nova/scheduler/driver.py:192
4292
4208
msgid "Driver must implement schedule_run_instance"
4293
4209
msgstr ""
4294
4210
 
4295
 
#: nova/scheduler/driver.py:325
 
4211
#: nova/scheduler/driver.py:316
4296
4212
msgid "Block migration can not be used with shared storage."
4297
4213
msgstr ""
4298
4214
 
4299
 
#: nova/scheduler/driver.py:330
 
4215
#: nova/scheduler/driver.py:321
4300
4216
msgid "Live migration can not be used without shared storage."
4301
4217
msgstr ""
4302
4218
 
4303
 
#: nova/scheduler/driver.py:367 nova/scheduler/driver.py:457
 
4219
#: nova/scheduler/driver.py:358
4304
4220
#, python-format
4305
4221
msgid "host %(dest)s is not compatible with original host %(src)s."
4306
4222
msgstr ""
4307
4223
 
4308
 
#: nova/scheduler/driver.py:416
 
4224
#: nova/scheduler/driver.py:407
4309
4225
#, python-format
4310
4226
msgid ""
4311
4227
"Unable to migrate %(instance_uuid)s to %(dest)s: Lack of "
4312
4228
"memory(host:%(avail)s <= instance:%(mem_inst)s)"
4313
4229
msgstr ""
4314
4230
 
4315
 
#: nova/scheduler/driver.py:472
 
4231
#: nova/scheduler/driver.py:458
4316
4232
#, python-format
4317
4233
msgid ""
4318
4234
"Unable to migrate %(instance_uuid)s to %(dest)s: Lack of "
4377
4293
msgid "No service for compute ID %s"
4378
4294
msgstr ""
4379
4295
 
4380
 
#: nova/scheduler/manager.py:85
 
4296
#: nova/scheduler/manager.py:86
4381
4297
#, python-format
4382
4298
msgid ""
4383
4299
"Driver Method %(driver_method_name)s missing: %(e)s. Reverting to "
4384
4300
"schedule()"
4385
4301
msgstr ""
4386
4302
 
4387
 
#: nova/scheduler/manager.py:150
 
4303
#: nova/scheduler/manager.py:151
4388
4304
#, python-format
4389
4305
msgid "Failed to schedule_%(method)s: %(ex)s"
4390
4306
msgstr ""
4391
4307
 
4392
 
#: nova/scheduler/manager.py:159
 
4308
#: nova/scheduler/manager.py:160
4393
4309
#, python-format
4394
 
msgid "Setting instance %(instance_uuid)s to %(state)s state."
 
4310
msgid "Setting instance to %(state)s state."
4395
4311
msgstr ""
4396
4312
 
4397
4313
#: nova/scheduler/scheduler_options.py:66
4416
4332
msgid "VCPUs not set; assuming CPU collection broken"
4417
4333
msgstr ""
4418
4334
 
4419
 
#: nova/testing/fake/rabbit.py:50
4420
 
#, python-format
4421
 
msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s"
4422
 
msgstr ""
4423
 
 
4424
 
#: nova/testing/fake/rabbit.py:54
4425
 
#, python-format
4426
 
msgid "Publishing to route %s"
4427
 
msgstr ""
4428
 
 
4429
 
#: nova/testing/fake/rabbit.py:84
4430
 
#, python-format
4431
 
msgid "Declaring queue %s"
4432
 
msgstr ""
4433
 
 
4434
 
#: nova/testing/fake/rabbit.py:90
4435
 
#, python-format
4436
 
msgid "Declaring exchange %s"
4437
 
msgstr ""
4438
 
 
4439
 
#: nova/testing/fake/rabbit.py:96
4440
 
#, python-format
4441
 
msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s"
4442
 
msgstr ""
4443
 
 
4444
 
#: nova/testing/fake/rabbit.py:133
4445
 
#, python-format
4446
 
msgid "Getting from %(queue)s: %(message)s"
4447
 
msgstr ""
4448
 
 
4449
4335
#: nova/tests/fake_utils.py:72
4450
4336
#, python-format
4451
4337
msgid "Faking execution of cmd (subprocess): %s"
4466
4352
msgid "Reply to faked command is stdout='%(stdout)s' stderr='%(stderr)s'"
4467
4353
msgstr ""
4468
4354
 
4469
 
#: nova/tests/fakelibvirt.py:784
 
4355
#: nova/tests/fakelibvirt.py:779
4470
4356
msgid "Please extend mock libvirt module to support flags"
4471
4357
msgstr ""
4472
4358
 
4473
 
#: nova/tests/fakelibvirt.py:790
 
4359
#: nova/tests/fakelibvirt.py:785
4474
4360
msgid "Please extend fake libvirt module to support this auth method"
4475
4361
msgstr ""
4476
4362
 
4477
 
#: nova/tests/test_compute.py:365 nova/tests/test_compute.py:1419
 
4363
#: nova/tests/test_compute.py:365 nova/tests/test_compute.py:1554
4478
4364
#, python-format
4479
4365
msgid "Running instances: %s"
4480
4366
msgstr ""
4484
4370
msgid "After terminating instances: %s"
4485
4371
msgstr ""
4486
4372
 
4487
 
#: nova/tests/test_compute.py:589
 
4373
#: nova/tests/test_compute.py:608
4488
4374
msgid "Internal error"
4489
4375
msgstr ""
4490
4376
 
4491
 
#: nova/tests/test_compute.py:1430
 
4377
#: nova/tests/test_compute.py:1565
4492
4378
#, python-format
4493
4379
msgid "After force-killing instances: %s"
4494
4380
msgstr ""
4536
4422
msgid "uuid"
4537
4423
msgstr ""
4538
4424
 
4539
 
#: nova/tests/test_volume.py:216
 
4425
#: nova/tests/test_volume.py:234
4540
4426
#, python-format
4541
4427
msgid "Target %s allocated"
4542
4428
msgstr ""
4543
4429
 
4544
 
#: nova/tests/test_volume.py:468
 
4430
#: nova/tests/test_volume.py:488
4545
4431
#, python-format
4546
4432
msgid "Cannot confirm exported volume id:%s."
4547
4433
msgstr ""
4556
4442
msgid "Result data: %s"
4557
4443
msgstr ""
4558
4444
 
4559
 
#: nova/tests/test_xenapi.py:621
 
4445
#: nova/tests/test_xenapi.py:639
4560
4446
#, python-format
4561
4447
msgid "Creating files in %s to simulate guest agent"
4562
4448
msgstr ""
4563
4449
 
4564
 
#: nova/tests/test_xenapi.py:632
 
4450
#: nova/tests/test_xenapi.py:650
4565
4451
#, python-format
4566
4452
msgid "Removing simulated guest agent files in %s"
4567
4453
msgstr ""
4568
4454
 
4569
 
#: nova/tests/api/openstack/compute/test_servers.py:2144
4570
 
#, python-format
4571
 
msgid "Quota exceeded: code=%(code)s"
 
4455
#: nova/tests/api/openstack/compute/test_servers.py:2344
 
4456
msgid "Quota exceeded: already used 1 of 1 instances"
4572
4457
msgstr ""
4573
4458
 
4574
4459
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:57
4591
4476
msgid "_get_all: %s"
4592
4477
msgstr ""
4593
4478
 
4594
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:125
 
4479
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:124
4595
4480
#, python-format
4596
4481
msgid "test_snapshot_create: param=%s"
4597
4482
msgstr ""
4598
4483
 
4599
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:134
 
4484
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:133
4600
4485
#, python-format
4601
4486
msgid "test_snapshot_create: resp_dict=%s"
4602
4487
msgstr ""
4603
4488
 
4604
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:156
 
4489
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:155
4605
4490
#, python-format
4606
4491
msgid "test_snapshot_create_force: param=%s"
4607
4492
msgstr ""
4608
4493
 
4609
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:165
 
4494
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:164
4610
4495
#, python-format
4611
4496
msgid "test_snapshot_create_force: resp_dict=%s"
4612
4497
msgstr ""
4613
4498
 
4614
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:205
 
4499
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:204
4615
4500
#, python-format
4616
4501
msgid "test_snapshot_show: resp=%s"
4617
4502
msgstr ""
4618
4503
 
4619
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:231
 
4504
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:230
4620
4505
#, python-format
4621
4506
msgid "test_snapshot_detail: resp_dict=%s"
4622
4507
msgstr ""
4675
4560
msgid "Decoding JSON: %s"
4676
4561
msgstr ""
4677
4562
 
4678
 
#: nova/tests/rpc/common.py:133
 
4563
#: nova/tests/rpc/common.py:135
4679
4564
#, python-format
4680
4565
msgid "Nested received %(queue)s, %(value)s"
4681
4566
msgstr ""
4682
4567
 
4683
 
#: nova/tests/rpc/common.py:142
 
4568
#: nova/tests/rpc/common.py:144
4684
4569
#, python-format
4685
4570
msgid "Nested return %s"
4686
4571
msgstr ""
4687
4572
 
4688
 
#: nova/tests/rpc/common.py:160
 
4573
#: nova/tests/rpc/common.py:165
4689
4574
msgid "RPC backend does not support timeouts"
4690
4575
msgstr ""
4691
4576
 
4692
 
#: nova/tests/rpc/common.py:227 nova/tests/rpc/common.py:233
 
4577
#: nova/tests/rpc/common.py:235 nova/tests/rpc/common.py:241
4693
4578
#, python-format
4694
4579
msgid "Received %s"
4695
4580
msgstr ""
4698
4583
msgid "Failed to open connection to the hypervisor"
4699
4584
msgstr ""
4700
4585
 
4701
 
#: nova/virt/fake.py:270 nova/virt/xenapi_conn.py:397
4702
 
#: nova/virt/baremetal/proxy.py:716 nova/virt/libvirt/connection.py:2013
 
4586
#: nova/virt/fake.py:270 nova/virt/baremetal/proxy.py:719
 
4587
#: nova/virt/libvirt/connection.py:2061 nova/virt/xenapi/connection.py:422
4703
4588
#, python-format
4704
4589
msgid "Compute_service record created for %s "
4705
4590
msgstr ""
4706
4591
 
4707
 
#: nova/virt/fake.py:273 nova/virt/xenapi_conn.py:400
4708
 
#: nova/virt/baremetal/proxy.py:720 nova/virt/libvirt/connection.py:2016
 
4592
#: nova/virt/fake.py:273 nova/virt/baremetal/proxy.py:723
 
4593
#: nova/virt/libvirt/connection.py:2064 nova/virt/xenapi/connection.py:425
4709
4594
#, python-format
4710
4595
msgid "Compute_service record updated for %s "
4711
4596
msgstr ""
4712
4597
 
4713
 
#: nova/virt/firewall.py:130
4714
 
#, python-format
4715
 
msgid "Attempted to unfilter instance %s which is not filtered"
 
4598
#: nova/virt/firewall.py:130 nova/virt/libvirt/firewall.py:252
 
4599
msgid "Attempted to unfilter instance which is not filtered"
4716
4600
msgstr ""
4717
4601
 
4718
4602
#: nova/virt/firewall.py:137
4719
 
#, python-format
4720
 
msgid "Filters added to instance %s"
 
4603
msgid "Filters added to instance"
4721
4604
msgstr ""
4722
4605
 
4723
4606
#: nova/virt/firewall.py:139
4729
4612
msgid "Adding security group rule: %r"
4730
4613
msgstr ""
4731
4614
 
4732
 
#: nova/virt/firewall.py:403 nova/virt/xenapi/firewall.py:87
 
4615
#: nova/virt/firewall.py:404 nova/virt/xenapi/firewall.py:87
4733
4616
#, python-format
4734
4617
msgid "Adding provider rule: %s"
4735
4618
msgstr ""
4736
4619
 
4737
 
#: nova/virt/images.py:94
 
4620
#: nova/virt/images.py:86
4738
4621
msgid "'qemu-img info' parsing failed."
4739
4622
msgstr ""
4740
4623
 
4741
 
#: nova/virt/images.py:100
 
4624
#: nova/virt/images.py:92
4742
4625
#, python-format
4743
4626
msgid "fmt=%(fmt)s backed by: %(backing_file)s"
4744
4627
msgstr ""
4745
4628
 
4746
 
#: nova/virt/images.py:113
 
4629
#: nova/virt/images.py:104
4747
4630
#, python-format
4748
4631
msgid "Converted to raw, but format is now %s"
4749
4632
msgstr ""
4754
4637
"vmwareapi_host_password to useconnection_type=vmwareapi"
4755
4638
msgstr ""
4756
4639
 
4757
 
#: nova/virt/vmwareapi_conn.py:276
 
4640
#: nova/virt/vmwareapi_conn.py:277
4758
4641
#, python-format
4759
4642
msgid "In vmwareapi:_create_session, got this exception: %s"
4760
4643
msgstr ""
4761
4644
 
4762
 
#: nova/virt/vmwareapi_conn.py:359
 
4645
#: nova/virt/vmwareapi_conn.py:360
4763
4646
#, python-format
4764
4647
msgid "In vmwareapi:_call_method, got this exception: %s"
4765
4648
msgstr ""
4766
4649
 
4767
 
#: nova/virt/vmwareapi_conn.py:398
 
4650
#: nova/virt/vmwareapi_conn.py:395
4768
4651
#, python-format
4769
4652
msgid "Task [%(task_name)s] %(task_ref)s status: success"
4770
4653
msgstr ""
4771
4654
 
 
4655
#: nova/virt/vmwareapi_conn.py:400
 
4656
#, python-format
 
4657
msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s"
 
4658
msgstr ""
 
4659
 
4772
4660
#: nova/virt/vmwareapi_conn.py:404
4773
4661
#, python-format
4774
 
msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s"
4775
 
msgstr ""
4776
 
 
4777
 
#: nova/virt/vmwareapi_conn.py:409
4778
 
#, python-format
4779
4662
msgid "In vmwareapi:_poll_task, Got this error %s"
4780
4663
msgstr ""
4781
4664
 
4782
 
#: nova/virt/xenapi_conn.py:140
4783
 
msgid ""
4784
 
"Must specify xenapi_connection_url, xenapi_connection_username "
4785
 
"(optionally), and xenapi_connection_password to use "
4786
 
"connection_type=xenapi"
4787
 
msgstr ""
4788
 
 
4789
 
#: nova/virt/xenapi_conn.py:330 nova/virt/libvirt/connection.py:454
4790
 
msgid "Could not determine iscsi initiator name"
4791
 
msgstr ""
4792
 
 
4793
 
#: nova/virt/xenapi_conn.py:461
4794
 
msgid "Host startup on XenServer is not supported."
4795
 
msgstr ""
4796
 
 
4797
 
#: nova/virt/xenapi_conn.py:491
4798
 
msgid "Unable to log in to XenAPI (is the Dom0 disk full?)"
4799
 
msgstr ""
4800
 
 
4801
 
#: nova/virt/xenapi_conn.py:529
4802
 
msgid "Host is member of a pool, but DB says otherwise"
4803
 
msgstr ""
4804
 
 
4805
 
#: nova/virt/xenapi_conn.py:611 nova/virt/xenapi_conn.py:624
4806
 
#, python-format
4807
 
msgid "Got exception: %s"
4808
 
msgstr ""
4809
 
 
4810
4665
#: nova/virt/baremetal/dom.py:93
4811
4666
msgid "No domains exist."
4812
4667
msgstr ""
4915
4770
msgid "Unknown baremetal driver %(d)s"
4916
4771
msgstr ""
4917
4772
 
4918
 
#: nova/virt/baremetal/proxy.py:148
 
4773
#: nova/virt/baremetal/proxy.py:139
4919
4774
#, python-format
4920
4775
msgid "Error encountered when destroying instance '%(name)s': %(ex)s"
4921
4776
msgstr ""
4922
4777
 
4923
 
#: nova/virt/baremetal/proxy.py:162
 
4778
#: nova/virt/baremetal/proxy.py:153
4924
4779
#, python-format
4925
4780
msgid "instance %(instance_name)s: deleting instance files %(target)s"
4926
4781
msgstr ""
4927
4782
 
4928
 
#: nova/virt/baremetal/proxy.py:189
 
4783
#: nova/virt/baremetal/proxy.py:180
4929
4784
#, python-format
4930
4785
msgid "instance %s: rebooted"
4931
4786
msgstr ""
4932
4787
 
4933
 
#: nova/virt/baremetal/proxy.py:192
 
4788
#: nova/virt/baremetal/proxy.py:184
4934
4789
msgid "_wait_for_reboot failed"
4935
4790
msgstr ""
4936
4791
 
4937
 
#: nova/virt/baremetal/proxy.py:222
 
4792
#: nova/virt/baremetal/proxy.py:214
4938
4793
#, python-format
4939
4794
msgid "instance %s: rescued"
4940
4795
msgstr ""
4941
4796
 
4942
 
#: nova/virt/baremetal/proxy.py:225
 
4797
#: nova/virt/baremetal/proxy.py:218
4943
4798
msgid "_wait_for_rescue failed"
4944
4799
msgstr ""
4945
4800
 
4946
 
#: nova/virt/baremetal/proxy.py:242
 
4801
#: nova/virt/baremetal/proxy.py:235
4947
4802
msgid "<============= spawn of baremetal =============>"
4948
4803
msgstr ""
4949
4804
 
4950
 
#: nova/virt/baremetal/proxy.py:255
 
4805
#: nova/virt/baremetal/proxy.py:248
4951
4806
#, python-format
4952
4807
msgid "instance %s: is building"
4953
4808
msgstr ""
4954
4809
 
 
4810
#: nova/virt/baremetal/proxy.py:254
 
4811
msgid "Key is injected but instance is not running yet"
 
4812
msgstr ""
 
4813
 
4955
4814
#: nova/virt/baremetal/proxy.py:260
4956
 
msgid "Key is injected but instance is not running yet"
4957
 
msgstr ""
4958
 
 
4959
 
#: nova/virt/baremetal/proxy.py:265
4960
4815
#, python-format
4961
4816
msgid "instance %s: booted"
4962
4817
msgstr ""
4963
4818
 
4964
 
#: nova/virt/baremetal/proxy.py:268
 
4819
#: nova/virt/baremetal/proxy.py:264
4965
4820
#, python-format
4966
4821
msgid "~~~~~~ current state = %s ~~~~~~"
4967
4822
msgstr ""
4968
4823
 
 
4824
#: nova/virt/baremetal/proxy.py:266
 
4825
#, python-format
 
4826
msgid "instance %s spawned successfully"
 
4827
msgstr ""
 
4828
 
4969
4829
#: nova/virt/baremetal/proxy.py:269
4970
4830
#, python-format
4971
 
msgid "instance %s spawned successfully"
 
4831
msgid "instance %s:not booted"
4972
4832
msgstr ""
4973
4833
 
4974
4834
#: nova/virt/baremetal/proxy.py:272
4975
 
#, python-format
4976
 
msgid "instance %s:not booted"
4977
 
msgstr ""
4978
 
 
4979
 
#: nova/virt/baremetal/proxy.py:274
4980
4835
msgid "Bremetal assignment is overcommitted."
4981
4836
msgstr ""
4982
4837
 
4983
 
#: nova/virt/baremetal/proxy.py:354
 
4838
#: nova/virt/baremetal/proxy.py:353
4984
4839
#, python-format
4985
4840
msgid "instance %s: Creating image"
4986
4841
msgstr ""
4997
4852
"%(img_id)s (%(e)s)"
4998
4853
msgstr ""
4999
4854
 
5000
 
#: nova/virt/baremetal/proxy.py:529
 
4855
#: nova/virt/baremetal/proxy.py:530
5001
4856
#, python-format
5002
4857
msgid "instance %s: starting toXML method"
5003
4858
msgstr ""
5004
4859
 
5005
 
#: nova/virt/baremetal/proxy.py:531
 
4860
#: nova/virt/baremetal/proxy.py:533
5006
4861
#, python-format
5007
4862
msgid "instance %s: finished toXML method"
5008
4863
msgstr ""
5009
4864
 
5010
 
#: nova/virt/baremetal/proxy.py:574 nova/virt/libvirt/connection.py:1783
 
4865
#: nova/virt/baremetal/proxy.py:577 nova/virt/libvirt/connection.py:1831
5011
4866
msgid ""
5012
4867
"Cannot get the number of cpu, because this function is not implemented "
5013
4868
"for this platform. This error can be safely ignored for now."
5014
4869
msgstr ""
5015
4870
 
5016
 
#: nova/virt/baremetal/proxy.py:714
 
4871
#: nova/virt/baremetal/proxy.py:717
5017
4872
#, python-format
5018
4873
msgid "#### RLK: cpu_arch = %s "
5019
4874
msgstr ""
5020
4875
 
5021
 
#: nova/virt/baremetal/proxy.py:746
 
4876
#: nova/virt/baremetal/proxy.py:749
5022
4877
msgid "Updating!"
5023
4878
msgstr ""
5024
4879
 
5025
 
#: nova/virt/baremetal/proxy.py:773 nova/virt/libvirt/connection.py:2577
 
4880
#: nova/virt/baremetal/proxy.py:776 nova/virt/libvirt/connection.py:2621
5026
4881
#: nova/virt/xenapi/host.py:129
5027
4882
msgid "Updating host stats"
5028
4883
msgstr ""
5058
4913
msgid "TILERA_BOARD_#%(node_id)s %(node_ip)s is not ready, out_msg=%(out_msg)s"
5059
4914
msgstr ""
5060
4915
 
5061
 
#: nova/virt/baremetal/tilera.py:292
 
4916
#: nova/virt/baremetal/tilera.py:291
5062
4917
msgid "Noting to do for tilera nodes: vmlinux is in CF"
5063
4918
msgstr ""
5064
4919
 
5065
 
#: nova/virt/baremetal/tilera.py:316
 
4920
#: nova/virt/baremetal/tilera.py:314
5066
4921
msgid "activate_node"
5067
4922
msgstr ""
5068
4923
 
5069
 
#: nova/virt/baremetal/tilera.py:330
 
4924
#: nova/virt/baremetal/tilera.py:328
5070
4925
msgid "Node is unknown error state."
5071
4926
msgstr ""
5072
4927
 
5074
4929
msgid "no capable image handler configured"
5075
4930
msgstr ""
5076
4931
 
5077
 
#: nova/virt/disk/api.py:178
 
4932
#: nova/virt/disk/api.py:179
5078
4933
#, python-format
5079
4934
msgid "unknown disk image handler: %s"
5080
4935
msgstr ""
5081
4936
 
5082
 
#: nova/virt/disk/api.py:189
 
4937
#: nova/virt/disk/api.py:191
5083
4938
msgid "image already mounted"
5084
4939
msgstr ""
5085
4940
 
5086
 
#: nova/virt/disk/api.py:276 nova/virt/disk/guestfs.py:64
5087
 
#: nova/virt/disk/guestfs.py:78 nova/virt/disk/mount.py:100
 
4941
#: nova/virt/disk/api.py:278 nova/virt/disk/guestfs.py:64
 
4942
#: nova/virt/disk/guestfs.py:78 nova/virt/disk/mount.py:102
5088
4943
#, python-format
5089
4944
msgid "Failed to mount filesystem: %s"
5090
4945
msgstr ""
5091
4946
 
5092
 
#: nova/virt/disk/api.py:291
 
4947
#: nova/virt/disk/api.py:293
5093
4948
#, python-format
5094
4949
msgid "Failed to remove container: %s"
5095
4950
msgstr ""
5096
4951
 
5097
 
#: nova/virt/disk/api.py:441
 
4952
#: nova/virt/disk/api.py:443
5098
4953
#, python-format
5099
4954
msgid "User %(username)s not found in password file."
5100
4955
msgstr ""
5101
4956
 
5102
 
#: nova/virt/disk/api.py:457
 
4957
#: nova/virt/disk/api.py:459
5103
4958
#, python-format
5104
4959
msgid "User %(username)s not found in shadow file."
5105
4960
msgstr ""
5118
4973
msgid "Could not attach image to loopback: %s"
5119
4974
msgstr ""
5120
4975
 
5121
 
#: nova/virt/disk/mount.py:76
5122
 
msgid "no partitions found"
5123
 
msgstr ""
5124
 
 
5125
 
#: nova/virt/disk/mount.py:77
 
4976
#: nova/virt/disk/mount.py:62
 
4977
#, python-format
 
4978
msgid "partition search unsupported with %s"
 
4979
msgstr ""
 
4980
 
 
4981
#: nova/virt/disk/mount.py:78
 
4982
#, python-format
 
4983
msgid "partition %s not found"
 
4984
msgstr ""
 
4985
 
 
4986
#: nova/virt/disk/mount.py:79
5126
4987
#, python-format
5127
4988
msgid "Failed to map partitions: %s"
5128
4989
msgstr ""
5145
5006
msgid "nbd device %s did not show up"
5146
5007
msgstr ""
5147
5008
 
5148
 
#: nova/virt/libvirt/connection.py:247
 
5009
#: nova/virt/libvirt/connection.py:280
5149
5010
#, python-format
5150
5011
msgid "Connecting to libvirt: %s"
5151
5012
msgstr ""
5152
5013
 
5153
 
#: nova/virt/libvirt/connection.py:268
 
5014
#: nova/virt/libvirt/connection.py:301
5154
5015
msgid "Connection to libvirt broke"
5155
5016
msgstr ""
5156
5017
 
5157
 
#: nova/virt/libvirt/connection.py:370
 
5018
#: nova/virt/libvirt/connection.py:403
5158
5019
#, python-format
5159
5020
msgid "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s"
5160
5021
msgstr ""
5161
5022
 
5162
 
#: nova/virt/libvirt/connection.py:382
 
5023
#: nova/virt/libvirt/connection.py:415
5163
5024
#, python-format
5164
5025
msgid ""
5165
5026
"Error from libvirt during saved instance removal. Code=%(errcode)s "
5166
5027
"Error=%(e)s"
5167
5028
msgstr ""
5168
5029
 
5169
 
#: nova/virt/libvirt/connection.py:393
 
5030
#: nova/virt/libvirt/connection.py:426
5170
5031
#, python-format
5171
5032
msgid "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s"
5172
5033
msgstr ""
5173
5034
 
5174
 
#: nova/virt/libvirt/connection.py:405
 
5035
#: nova/virt/libvirt/connection.py:438
5175
5036
msgid "Instance destroyed successfully."
5176
5037
msgstr ""
5177
5038
 
5178
 
#: nova/virt/libvirt/connection.py:417
 
5039
#: nova/virt/libvirt/connection.py:450
5179
5040
#, python-format
5180
5041
msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s"
5181
5042
msgstr ""
5182
5043
 
5183
 
#: nova/virt/libvirt/connection.py:443
 
5044
#: nova/virt/libvirt/connection.py:476
5184
5045
#, python-format
5185
5046
msgid "Deleting instance files %(target)s"
5186
5047
msgstr ""
5187
5048
 
5188
 
#: nova/virt/libvirt/connection.py:536
 
5049
#: nova/virt/libvirt/connection.py:487
 
5050
msgid "Could not determine iscsi initiator name"
 
5051
msgstr ""
 
5052
 
 
5053
#: nova/virt/libvirt/connection.py:570
5189
5054
msgid "attaching LXC block device"
5190
5055
msgstr ""
5191
5056
 
5192
 
#: nova/virt/libvirt/connection.py:549
 
5057
#: nova/virt/libvirt/connection.py:583
5193
5058
msgid "detaching LXC block device"
5194
5059
msgstr ""
5195
5060
 
5196
 
#: nova/virt/libvirt/connection.py:670
 
5061
#: nova/virt/libvirt/connection.py:708
5197
5062
msgid "Instance soft rebooted successfully."
5198
5063
msgstr ""
5199
5064
 
5200
 
#: nova/virt/libvirt/connection.py:674
 
5065
#: nova/virt/libvirt/connection.py:712
5201
5066
msgid "Failed to soft reboot instance."
5202
5067
msgstr ""
5203
5068
 
5204
 
#: nova/virt/libvirt/connection.py:703
 
5069
#: nova/virt/libvirt/connection.py:741
5205
5070
msgid "Instance shutdown successfully."
5206
5071
msgstr ""
5207
5072
 
5208
 
#: nova/virt/libvirt/connection.py:739 nova/virt/libvirt/connection.py:883
 
5073
#: nova/virt/libvirt/connection.py:777
5209
5074
msgid "During reboot, instance disappeared."
5210
5075
msgstr ""
5211
5076
 
5212
 
#: nova/virt/libvirt/connection.py:744
 
5077
#: nova/virt/libvirt/connection.py:782
5213
5078
msgid "Instance rebooted successfully."
5214
5079
msgstr ""
5215
5080
 
5216
 
#: nova/virt/libvirt/connection.py:845 nova/virt/xenapi/vmops.py:1371
 
5081
#: nova/virt/libvirt/connection.py:880 nova/virt/xenapi/vmops.py:1321
5217
5082
#, python-format
5218
5083
msgid ""
5219
5084
"Found %(migration_count)d unconfirmed migrations older than "
5220
5085
"%(confirm_window)d seconds"
5221
5086
msgstr ""
5222
5087
 
5223
 
#: nova/virt/libvirt/connection.py:849 nova/virt/xenapi/vmops.py:1375
 
5088
#: nova/virt/libvirt/connection.py:886
5224
5089
#, python-format
5225
5090
msgid "Automatically confirming migration %d"
5226
5091
msgstr ""
5227
5092
 
5228
 
#: nova/virt/libvirt/connection.py:874
 
5093
#: nova/virt/libvirt/connection.py:911
5229
5094
msgid "Instance is running"
5230
5095
msgstr ""
5231
5096
 
5232
 
#: nova/virt/libvirt/connection.py:888
 
5097
#: nova/virt/libvirt/connection.py:920
 
5098
msgid "During spawn, instance disappeared."
 
5099
msgstr ""
 
5100
 
 
5101
#: nova/virt/libvirt/connection.py:925
5233
5102
msgid "Instance spawned successfully."
5234
5103
msgstr ""
5235
5104
 
5236
 
#: nova/virt/libvirt/connection.py:904
 
5105
#: nova/virt/libvirt/connection.py:941
5237
5106
#, python-format
5238
5107
msgid "data: %(data)r, fpath: %(fpath)r"
5239
5108
msgstr ""
5240
5109
 
5241
 
#: nova/virt/libvirt/connection.py:956
 
5110
#: nova/virt/libvirt/connection.py:993
5242
5111
#, fuzzy
5243
5112
msgid "Guest does not have a console available"
5244
5113
msgstr "使用者並沒有管理者權力"
5245
5114
 
5246
 
#: nova/virt/libvirt/connection.py:992
 
5115
#: nova/virt/libvirt/connection.py:1037
5247
5116
#, python-format
5248
5117
msgid "Path '%(path)s' supports direct I/O"
5249
5118
msgstr ""
5250
5119
 
5251
 
#: nova/virt/libvirt/connection.py:996
 
5120
#: nova/virt/libvirt/connection.py:1041
5252
5121
#, python-format
5253
5122
msgid "Path '%(path)s' does not support direct I/O: '%(ex)s'"
5254
5123
msgstr ""
5255
5124
 
5256
 
#: nova/virt/libvirt/connection.py:1000 nova/virt/libvirt/connection.py:1004
 
5125
#: nova/virt/libvirt/connection.py:1045 nova/virt/libvirt/connection.py:1049
5257
5126
#, python-format
5258
5127
msgid "Error on '%(path)s' while checking direct I/O: '%(ex)s'"
5259
5128
msgstr ""
5260
5129
 
5261
 
#: nova/virt/libvirt/connection.py:1122
 
5130
#: nova/virt/libvirt/connection.py:1174
5262
5131
msgid "Creating image"
5263
5132
msgstr ""
5264
5133
 
5265
 
#: nova/virt/libvirt/connection.py:1307
 
5134
#: nova/virt/libvirt/connection.py:1358
5266
5135
#, python-format
5267
5136
msgid "Injecting %(injection)s into image %(img_id)s"
5268
5137
msgstr ""
5269
5138
 
5270
 
#: nova/virt/libvirt/connection.py:1317
 
5139
#: nova/virt/libvirt/connection.py:1368
5271
5140
#, python-format
5272
5141
msgid "Ignoring error injecting data into image %(img_id)s (%(e)s)"
5273
5142
msgstr ""
5274
5143
 
5275
 
#: nova/virt/libvirt/connection.py:1349
 
5144
#: nova/virt/libvirt/connection.py:1400
5276
5145
#, python-format
5277
5146
msgid "block_device_list %s"
5278
5147
msgstr ""
5279
5148
 
5280
 
#: nova/virt/libvirt/connection.py:1626
 
5149
#: nova/virt/libvirt/connection.py:1689
5281
5150
msgid "Starting toXML method"
5282
5151
msgstr ""
5283
5152
 
5284
 
#: nova/virt/libvirt/connection.py:1630
 
5153
#: nova/virt/libvirt/connection.py:1693
5285
5154
msgid "Finished toXML method"
5286
5155
msgstr ""
5287
5156
 
5288
 
#: nova/virt/libvirt/connection.py:1647
 
5157
#: nova/virt/libvirt/connection.py:1710
5289
5158
#, python-format
5290
5159
msgid ""
5291
5160
"Error from libvirt while looking up %(instance_name)s: [Error Code "
5292
5161
"%(error_code)s] %(ex)s"
5293
5162
msgstr ""
5294
5163
 
5295
 
#: nova/virt/libvirt/connection.py:1888
 
5164
#: nova/virt/libvirt/connection.py:1936
5296
5165
msgid "libvirt version is too old (does not support getVersion)"
5297
5166
msgstr ""
5298
5167
 
5299
 
#: nova/virt/libvirt/connection.py:1910
 
5168
#: nova/virt/libvirt/connection.py:1958
5300
5169
#, python-format
5301
5170
msgid "'<cpu>' must be 1, but %d\n"
5302
5171
msgstr ""
5303
5172
 
5304
 
#: nova/virt/libvirt/connection.py:1937
 
5173
#: nova/virt/libvirt/connection.py:1985
5305
5174
#, python-format
5306
5175
msgid "topology (%(topology)s) must have %(ks)s"
5307
5176
msgstr ""
5308
5177
 
5309
 
#: nova/virt/libvirt/connection.py:2035
 
5178
#: nova/virt/libvirt/connection.py:2083
5310
5179
#, python-format
5311
5180
msgid ""
5312
5181
"Instance launched has CPU info:\n"
5313
5182
"%s"
5314
5183
msgstr ""
5315
5184
 
5316
 
#: nova/virt/libvirt/connection.py:2047
 
5185
#: nova/virt/libvirt/connection.py:2095
5317
5186
#, python-format
5318
5187
msgid ""
5319
5188
"CPU doesn't have compatibility.\n"
5323
5192
"Refer to %(u)s"
5324
5193
msgstr ""
5325
5194
 
5326
 
#: nova/virt/libvirt/connection.py:2104
 
5195
#: nova/virt/libvirt/connection.py:2150
5327
5196
#, python-format
5328
5197
msgid "Timeout migrating for %s. nwfilter not found."
5329
5198
msgstr ""
5330
5199
 
5331
 
#: nova/virt/libvirt/connection.py:2320
 
5200
#: nova/virt/libvirt/connection.py:2366
5332
5201
#, python-format
5333
5202
msgid "skipping %(path)s since it looks like volume"
5334
5203
msgstr ""
5335
5204
 
5336
 
#: nova/virt/libvirt/connection.py:2375
 
5205
#: nova/virt/libvirt/connection.py:2421
5337
5206
#, python-format
5338
5207
msgid "Getting disk size of %(i_name)s: %(e)s"
5339
5208
msgstr ""
5340
5209
 
5341
 
#: nova/virt/libvirt/connection.py:2426
5342
 
#, python-format
5343
 
msgid "Instance %s: Starting migrate_disk_and_power_off"
 
5210
#: nova/virt/libvirt/connection.py:2472
 
5211
msgid "Starting migrate_disk_and_power_off"
5344
5212
msgstr ""
5345
5213
 
5346
 
#: nova/virt/libvirt/connection.py:2481
 
5214
#: nova/virt/libvirt/connection.py:2527
5347
5215
msgid "During wait running, instance disappeared."
5348
5216
msgstr ""
5349
5217
 
5350
 
#: nova/virt/libvirt/connection.py:2486
 
5218
#: nova/virt/libvirt/connection.py:2532
5351
5219
msgid "Instance running successfully."
5352
5220
msgstr ""
5353
5221
 
5354
 
#: nova/virt/libvirt/connection.py:2493
5355
 
#, python-format
5356
 
msgid "Instance %s: Starting finish_migration"
 
5222
#: nova/virt/libvirt/connection.py:2538
 
5223
msgid "Starting finish_migration"
5357
5224
msgstr ""
5358
5225
 
5359
 
#: nova/virt/libvirt/connection.py:2533
5360
 
#, python-format
5361
 
msgid "Instance %s: Starting finish_revert_migration"
 
5226
#: nova/virt/libvirt/connection.py:2577
 
5227
msgid "Starting finish_revert_migration"
5362
5228
msgstr ""
5363
5229
 
5364
5230
#: nova/virt/libvirt/firewall.py:42
5389
5255
msgid "iptables firewall: Setup Basic Filtering"
5390
5256
msgstr ""
5391
5257
 
5392
 
#: nova/virt/libvirt/firewall.py:252
5393
 
msgid "Attempted to unfilter instance which is not filtered"
5394
 
msgstr ""
5395
 
 
5396
 
#: nova/virt/libvirt/imagecache.py:170
 
5258
#: nova/virt/libvirt/imagecache.py:159
5397
5259
#, python-format
5398
5260
msgid "%s is a valid instance name"
5399
5261
msgstr ""
5400
5262
 
5401
 
#: nova/virt/libvirt/imagecache.py:173
 
5263
#: nova/virt/libvirt/imagecache.py:162
5402
5264
#, python-format
5403
5265
msgid "%s has a disk file"
5404
5266
msgstr ""
5405
5267
 
5406
 
#: nova/virt/libvirt/imagecache.py:175
 
5268
#: nova/virt/libvirt/imagecache.py:164
5407
5269
#, python-format
5408
5270
msgid "Instance %(instance)s is backed by %(backing)s"
5409
5271
msgstr ""
5410
5272
 
5411
 
#: nova/virt/libvirt/imagecache.py:186
 
5273
#: nova/virt/libvirt/imagecache.py:176
5412
5274
#, python-format
5413
5275
msgid ""
5414
5276
"Instance %(instance)s is using a backing file %(backing)s which does not "
5415
5277
"appear in the image service"
5416
5278
msgstr ""
5417
5279
 
 
5280
#: nova/virt/libvirt/imagecache.py:227
 
5281
#, python-format
 
5282
msgid "%(id)s (%(base_file)s): image verification failed"
 
5283
msgstr ""
 
5284
 
5418
5285
#: nova/virt/libvirt/imagecache.py:237
5419
5286
#, python-format
5420
 
msgid "%(id)s (%(base_file)s): image verification failed"
5421
 
msgstr ""
5422
 
 
5423
 
#: nova/virt/libvirt/imagecache.py:247
5424
 
#, python-format
5425
5287
msgid "%(id)s (%(base_file)s): image verification skipped, no hash stored"
5426
5288
msgstr ""
5427
5289
 
5428
 
#: nova/virt/libvirt/imagecache.py:266
 
5290
#: nova/virt/libvirt/imagecache.py:256
5429
5291
#, python-format
5430
5292
msgid "Cannot remove %(base_file)s, it does not exist"
5431
5293
msgstr ""
5432
5294
 
5433
 
#: nova/virt/libvirt/imagecache.py:278
 
5295
#: nova/virt/libvirt/imagecache.py:268
5434
5296
#, python-format
5435
5297
msgid "Base file too young to remove: %s"
5436
5298
msgstr ""
5437
5299
 
5438
 
#: nova/virt/libvirt/imagecache.py:281
 
5300
#: nova/virt/libvirt/imagecache.py:271
5439
5301
#, python-format
5440
5302
msgid "Removing base file: %s"
5441
5303
msgstr ""
5442
5304
 
5443
 
#: nova/virt/libvirt/imagecache.py:288
 
5305
#: nova/virt/libvirt/imagecache.py:278
5444
5306
#, python-format
5445
5307
msgid "Failed to remove %(base_file)s, error was %(error)s"
5446
5308
msgstr ""
5447
5309
 
5448
 
#: nova/virt/libvirt/imagecache.py:299
 
5310
#: nova/virt/libvirt/imagecache.py:289
5449
5311
#, python-format
5450
5312
msgid "%(id)s (%(base_file)s): checking"
5451
5313
msgstr ""
5452
5314
 
5453
 
#: nova/virt/libvirt/imagecache.py:318
 
5315
#: nova/virt/libvirt/imagecache.py:308
5454
5316
#, python-format
5455
5317
msgid ""
5456
5318
"%(id)s (%(base_file)s): in use: on this node %(local)d local, %(remote)d "
5457
5319
"on other nodes"
5458
5320
msgstr ""
5459
5321
 
5460
 
#: nova/virt/libvirt/imagecache.py:330
 
5322
#: nova/virt/libvirt/imagecache.py:320
5461
5323
#, python-format
5462
5324
msgid ""
5463
5325
"%(id)s (%(base_file)s): warning -- an absent base file is in use! "
5464
5326
"instances: %(instance_list)s"
5465
5327
msgstr ""
5466
5328
 
 
5329
#: nova/virt/libvirt/imagecache.py:328
 
5330
#, python-format
 
5331
msgid "%(id)s (%(base_file)s): in use on (%(remote)d on other nodes)"
 
5332
msgstr ""
 
5333
 
5467
5334
#: nova/virt/libvirt/imagecache.py:338
5468
5335
#, python-format
5469
 
msgid "%(id)s (%(base_file)s): in use on (%(remote)d on other nodes)"
5470
 
msgstr ""
5471
 
 
5472
 
#: nova/virt/libvirt/imagecache.py:348
5473
 
#, python-format
5474
5336
msgid "%(id)s (%(base_file)s): image is not in use"
5475
5337
msgstr ""
5476
5338
 
5477
 
#: nova/virt/libvirt/imagecache.py:354
 
5339
#: nova/virt/libvirt/imagecache.py:344
5478
5340
#, python-format
5479
5341
msgid "%(id)s (%(base_file)s): image is in use"
5480
5342
msgstr ""
5481
5343
 
5482
 
#: nova/virt/libvirt/imagecache.py:376
 
5344
#: nova/virt/libvirt/imagecache.py:367
5483
5345
#, python-format
5484
5346
msgid "Skipping verification, no base directory at %s"
5485
5347
msgstr ""
5486
5348
 
5487
 
#: nova/virt/libvirt/imagecache.py:380
 
5349
#: nova/virt/libvirt/imagecache.py:371
5488
5350
msgid "Verify base images"
5489
5351
msgstr ""
5490
5352
 
5491
 
#: nova/virt/libvirt/imagecache.py:387
 
5353
#: nova/virt/libvirt/imagecache.py:378
5492
5354
#, python-format
5493
5355
msgid "Image id %(id)s yields fingerprint %(fingerprint)s"
5494
5356
msgstr ""
5495
5357
 
5496
 
#: nova/virt/libvirt/imagecache.py:405
 
5358
#: nova/virt/libvirt/imagecache.py:396
5497
5359
#, python-format
5498
5360
msgid "Unknown base file: %s"
5499
5361
msgstr ""
5500
5362
 
5501
 
#: nova/virt/libvirt/imagecache.py:410
 
5363
#: nova/virt/libvirt/imagecache.py:401
5502
5364
#, python-format
5503
5365
msgid "Active base files: %s"
5504
5366
msgstr ""
5505
5367
 
5506
 
#: nova/virt/libvirt/imagecache.py:413
 
5368
#: nova/virt/libvirt/imagecache.py:404
5507
5369
#, python-format
5508
5370
msgid "Corrupt base files: %s"
5509
5371
msgstr ""
5510
5372
 
5511
 
#: nova/virt/libvirt/imagecache.py:417
 
5373
#: nova/virt/libvirt/imagecache.py:408
5512
5374
#, python-format
5513
5375
msgid "Removable base files: %s"
5514
5376
msgstr ""
5515
5377
 
5516
 
#: nova/virt/libvirt/imagecache.py:425
 
5378
#: nova/virt/libvirt/imagecache.py:416
5517
5379
msgid "Verification complete"
5518
5380
msgstr ""
5519
5381
 
5520
 
#: nova/virt/libvirt/utils.py:264
 
5382
#: nova/virt/libvirt/utils.py:282
5521
5383
msgid "Unable to find an open port"
5522
5384
msgstr ""
5523
5385
 
5524
 
#: nova/virt/libvirt/vif.py:90
 
5386
#: nova/virt/libvirt/utils.py:360
 
5387
#, python-format
 
5388
msgid "Reading image info file: %s"
 
5389
msgstr ""
 
5390
 
 
5391
#: nova/virt/libvirt/utils.py:364
 
5392
#, python-format
 
5393
msgid "Read: %s"
 
5394
msgstr ""
 
5395
 
 
5396
#: nova/virt/libvirt/utils.py:370
 
5397
#, python-format
 
5398
msgid "Error reading image info file %(filename)s: %(error)s"
 
5399
msgstr ""
 
5400
 
 
5401
#: nova/virt/libvirt/utils.py:394
 
5402
#, python-format
 
5403
msgid "Writing image info file: %s"
 
5404
msgstr ""
 
5405
 
 
5406
#: nova/virt/libvirt/utils.py:395
 
5407
#, python-format
 
5408
msgid "Wrote: %s"
 
5409
msgstr ""
 
5410
 
 
5411
#: nova/virt/libvirt/vif.py:91
5525
5412
#, python-format
5526
5413
msgid "Ensuring vlan %(vlan)s and bridge %(bridge)s"
5527
5414
msgstr ""
5528
5415
 
5529
 
#: nova/virt/libvirt/vif.py:99
 
5416
#: nova/virt/libvirt/vif.py:101
5530
5417
#, python-format
5531
5418
msgid "Ensuring bridge %s"
5532
5419
msgstr ""
5533
5420
 
5534
 
#: nova/virt/libvirt/vif.py:165 nova/virt/libvirt/vif.py:220
5535
 
#, python-format
5536
 
msgid "Failed while unplugging vif of instance '%s'"
 
5421
#: nova/virt/libvirt/vif.py:168 nova/virt/libvirt/vif.py:224
 
5422
msgid "Failed while unplugging vif"
5537
5423
msgstr ""
5538
5424
 
5539
 
#: nova/virt/libvirt/volume.py:158
 
5425
#: nova/virt/libvirt/volume.py:163
5540
5426
#, python-format
5541
5427
msgid "iSCSI device not found at %s"
5542
5428
msgstr ""
5543
5429
 
5544
 
#: nova/virt/libvirt/volume.py:161
 
5430
#: nova/virt/libvirt/volume.py:166
5545
5431
#, python-format
5546
5432
msgid ""
5547
5433
"ISCSI volume not yet found at: %(mount_device)s. Will rescan & retry.  "
5548
5434
"Try number: %(tries)s"
5549
5435
msgstr ""
5550
5436
 
5551
 
#: nova/virt/libvirt/volume.py:173
 
5437
#: nova/virt/libvirt/volume.py:178
5552
5438
#, python-format
5553
5439
msgid "Found iSCSI node %(mount_device)s (after %(tries)s rescans)"
5554
5440
msgstr ""
5565
5451
 
5566
5452
#: nova/virt/vmwareapi/fake.py:131
5567
5453
#, python-format
5568
 
msgid "Property %(attr)s not set for the managed object %(objName)s"
 
5454
msgid "Property %(attr)s not set for the managed object %(name)s"
5569
5455
msgstr ""
5570
5456
 
5571
 
#: nova/virt/vmwareapi/fake.py:437
 
5457
#: nova/virt/vmwareapi/fake.py:436
5572
5458
msgid "There is no VM registered"
5573
5459
msgstr ""
5574
5460
 
5575
 
#: nova/virt/vmwareapi/fake.py:439 nova/virt/vmwareapi/fake.py:609
 
5461
#: nova/virt/vmwareapi/fake.py:438 nova/virt/vmwareapi/fake.py:608
5576
5462
#, python-format
5577
5463
msgid "Virtual Machine with ref %s is not there"
5578
5464
msgstr ""
5579
5465
 
5580
 
#: nova/virt/vmwareapi/fake.py:502
 
5466
#: nova/virt/vmwareapi/fake.py:501
5581
5467
#, python-format
5582
5468
msgid "Logging out a session that is invalid or already logged out: %s"
5583
5469
msgstr ""
5584
5470
 
5585
 
#: nova/virt/vmwareapi/fake.py:517
 
5471
#: nova/virt/vmwareapi/fake.py:516
5586
5472
msgid "Session is faulty"
5587
5473
msgstr ""
5588
5474
 
5589
 
#: nova/virt/vmwareapi/fake.py:520
 
5475
#: nova/virt/vmwareapi/fake.py:519
5590
5476
msgid "Session Invalid"
5591
5477
msgstr ""
5592
5478
 
5593
 
#: nova/virt/vmwareapi/fake.py:606
 
5479
#: nova/virt/vmwareapi/fake.py:605
5594
5480
msgid " No Virtual Machine has been registered yet"
5595
5481
msgstr ""
5596
5482
 
5672
5558
msgstr ""
5673
5559
 
5674
5560
#: nova/virt/vmwareapi/vmops.py:196
5675
 
#, python-format
5676
 
msgid "Creating VM with the name %s on the ESX  host"
5677
 
msgstr ""
5678
 
 
5679
 
#: nova/virt/vmwareapi/vmops.py:205
5680
 
#, python-format
5681
 
msgid "Created VM with the name %s on the ESX  host"
5682
 
msgstr ""
5683
 
 
5684
 
#: nova/virt/vmwareapi/vmops.py:234
 
5561
msgid "Creating VM on the ESX  host"
 
5562
msgstr ""
 
5563
 
 
5564
#: nova/virt/vmwareapi/vmops.py:204
 
5565
msgid "Created VM on the ESX  host"
 
5566
msgstr ""
 
5567
 
 
5568
#: nova/virt/vmwareapi/vmops.py:232
5685
5569
#, python-format
5686
5570
msgid ""
5687
5571
"Creating Virtual Disk of size  %(vmdk_file_size_in_kb)s KB and adapter "
5688
5572
"type  %(adapter_type)s on the ESX host local store %(data_store_name)s"
5689
5573
msgstr ""
5690
5574
 
5691
 
#: nova/virt/vmwareapi/vmops.py:251
 
5575
#: nova/virt/vmwareapi/vmops.py:250
5692
5576
#, python-format
5693
5577
msgid ""
5694
5578
"Created Virtual Disk of size %(vmdk_file_size_in_kb)s KB on the ESX host "
5702
5586
"%(data_store_name)s"
5703
5587
msgstr ""
5704
5588
 
5705
 
#: nova/virt/vmwareapi/vmops.py:272
 
5589
#: nova/virt/vmwareapi/vmops.py:273
5706
5590
#, python-format
5707
5591
msgid ""
5708
5592
"Deleted the file %(flat_uploaded_vmdk_path)s on the ESX host local store "
5709
5593
"%(data_store_name)s"
5710
5594
msgstr ""
5711
5595
 
5712
 
#: nova/virt/vmwareapi/vmops.py:283
 
5596
#: nova/virt/vmwareapi/vmops.py:285
5713
5597
#, python-format
5714
5598
msgid ""
5715
5599
"Downloading image file data %(image_ref)s to the ESX data store "
5716
5600
"%(data_store_name)s"
5717
5601
msgstr ""
5718
5602
 
5719
 
#: nova/virt/vmwareapi/vmops.py:298
 
5603
#: nova/virt/vmwareapi/vmops.py:301
5720
5604
#, python-format
5721
5605
msgid ""
5722
5606
"Downloaded image file data %(image_ref)s to the ESX data store "
5723
5607
"%(data_store_name)s"
5724
5608
msgstr ""
5725
5609
 
5726
 
#: nova/virt/vmwareapi/vmops.py:315
5727
 
#, python-format
5728
 
msgid "Reconfiguring VM instance %s to attach the image disk"
5729
 
msgstr ""
5730
 
 
5731
 
#: nova/virt/vmwareapi/vmops.py:322
5732
 
#, python-format
5733
 
msgid "Reconfigured VM instance %s to attach the image disk"
5734
 
msgstr ""
5735
 
 
5736
 
#: nova/virt/vmwareapi/vmops.py:329
5737
 
#, python-format
5738
 
msgid "Powering on the VM instance %s"
5739
 
msgstr ""
5740
 
 
5741
 
#: nova/virt/vmwareapi/vmops.py:335
5742
 
#, python-format
5743
 
msgid "Powered on the VM instance %s"
5744
 
msgstr ""
5745
 
 
5746
 
#: nova/virt/vmwareapi/vmops.py:381
5747
 
#, python-format
5748
 
msgid "Creating Snapshot of the VM instance %s "
5749
 
msgstr ""
5750
 
 
5751
 
#: nova/virt/vmwareapi/vmops.py:391
5752
 
#, python-format
5753
 
msgid "Created Snapshot of the VM instance %s "
5754
 
msgstr ""
5755
 
 
5756
 
#: nova/virt/vmwareapi/vmops.py:434
5757
 
#, python-format
5758
 
msgid "Copying disk data before snapshot of the VM  instance %s"
5759
 
msgstr ""
5760
 
 
5761
 
#: nova/virt/vmwareapi/vmops.py:447
5762
 
#, python-format
5763
 
msgid "Copied disk data before snapshot of the VM instance %s"
5764
 
msgstr ""
5765
 
 
5766
 
#: nova/virt/vmwareapi/vmops.py:456
 
5610
#: nova/virt/vmwareapi/vmops.py:319
 
5611
msgid "Reconfiguring VM instance to attach the image disk"
 
5612
msgstr ""
 
5613
 
 
5614
#: nova/virt/vmwareapi/vmops.py:326
 
5615
msgid "Reconfigured VM instance to attach the image disk"
 
5616
msgstr ""
 
5617
 
 
5618
#: nova/virt/vmwareapi/vmops.py:333
 
5619
msgid "Powering on the VM instance"
 
5620
msgstr ""
 
5621
 
 
5622
#: nova/virt/vmwareapi/vmops.py:339
 
5623
msgid "Powered on the VM instance"
 
5624
msgstr ""
 
5625
 
 
5626
#: nova/virt/vmwareapi/vmops.py:385
 
5627
msgid "Creating Snapshot of the VM instance"
 
5628
msgstr ""
 
5629
 
 
5630
#: nova/virt/vmwareapi/vmops.py:395
 
5631
msgid "Created Snapshot of the VM instance"
 
5632
msgstr ""
 
5633
 
 
5634
#: nova/virt/vmwareapi/vmops.py:438
 
5635
msgid "Copying disk data before snapshot of the VM"
 
5636
msgstr ""
 
5637
 
 
5638
#: nova/virt/vmwareapi/vmops.py:451
 
5639
msgid "Copied disk data before snapshot of the VM"
 
5640
msgstr ""
 
5641
 
 
5642
#: nova/virt/vmwareapi/vmops.py:460
5767
5643
#, python-format
5768
5644
msgid "Uploading image %s"
5769
5645
msgstr ""
5770
5646
 
5771
 
#: nova/virt/vmwareapi/vmops.py:469
 
5647
#: nova/virt/vmwareapi/vmops.py:474
5772
5648
#, python-format
5773
5649
msgid "Uploaded image %s"
5774
5650
msgstr ""
5775
5651
 
5776
 
#: nova/virt/vmwareapi/vmops.py:479
 
5652
#: nova/virt/vmwareapi/vmops.py:485
5777
5653
#, python-format
5778
5654
msgid "Deleting temporary vmdk file %s"
5779
5655
msgstr ""
5780
5656
 
5781
 
#: nova/virt/vmwareapi/vmops.py:488
 
5657
#: nova/virt/vmwareapi/vmops.py:494
5782
5658
#, python-format
5783
5659
msgid "Deleted temporary vmdk file %s"
5784
5660
msgstr ""
5785
5661
 
5786
 
#: nova/virt/vmwareapi/vmops.py:520
 
5662
#: nova/virt/vmwareapi/vmops.py:526
5787
5663
msgid "instance is not powered on"
5788
5664
msgstr ""
5789
5665
 
5790
 
#: nova/virt/vmwareapi/vmops.py:527
5791
 
#, python-format
5792
 
msgid "Rebooting guest OS of VM %s"
5793
 
msgstr ""
5794
 
 
5795
 
#: nova/virt/vmwareapi/vmops.py:530
5796
 
#, python-format
5797
 
msgid "Rebooted guest OS of VM %s"
5798
 
msgstr ""
5799
 
 
5800
 
#: nova/virt/vmwareapi/vmops.py:532
5801
 
#, python-format
5802
 
msgid "Doing hard reboot of VM %s"
 
5666
#: nova/virt/vmwareapi/vmops.py:533
 
5667
msgid "Rebooting guest OS of VM"
5803
5668
msgstr ""
5804
5669
 
5805
5670
#: nova/virt/vmwareapi/vmops.py:536
5806
 
#, python-format
5807
 
msgid "Did hard reboot of VM %s"
5808
 
msgstr ""
5809
 
 
5810
 
#: nova/virt/vmwareapi/vmops.py:548
5811
 
#, python-format
5812
 
msgid "instance - %s not present"
5813
 
msgstr ""
5814
 
 
5815
 
#: nova/virt/vmwareapi/vmops.py:567
5816
 
#, python-format
5817
 
msgid "Powering off the VM %s"
5818
 
msgstr ""
5819
 
 
5820
 
#: nova/virt/vmwareapi/vmops.py:572
5821
 
#, python-format
5822
 
msgid "Powered off the VM %s"
5823
 
msgstr ""
5824
 
 
5825
 
#: nova/virt/vmwareapi/vmops.py:576
5826
 
#, python-format
5827
 
msgid "Unregistering the VM %s"
5828
 
msgstr ""
5829
 
 
5830
 
#: nova/virt/vmwareapi/vmops.py:579
5831
 
#, python-format
5832
 
msgid "Unregistered the VM %s"
5833
 
msgstr ""
5834
 
 
5835
 
#: nova/virt/vmwareapi/vmops.py:581
 
5671
msgid "Rebooted guest OS of VM"
 
5672
msgstr ""
 
5673
 
 
5674
#: nova/virt/vmwareapi/vmops.py:538
 
5675
msgid "Doing hard reboot of VM"
 
5676
msgstr ""
 
5677
 
 
5678
#: nova/virt/vmwareapi/vmops.py:542
 
5679
msgid "Did hard reboot of VM"
 
5680
msgstr ""
 
5681
 
 
5682
#: nova/virt/vmwareapi/vmops.py:554
 
5683
msgid "instance not present"
 
5684
msgstr ""
 
5685
 
 
5686
#: nova/virt/vmwareapi/vmops.py:573
 
5687
msgid "Powering off the VM"
 
5688
msgstr ""
 
5689
 
 
5690
#: nova/virt/vmwareapi/vmops.py:578
 
5691
msgid "Powered off the VM"
 
5692
msgstr ""
 
5693
 
 
5694
#: nova/virt/vmwareapi/vmops.py:582
 
5695
msgid "Unregistering the VM"
 
5696
msgstr ""
 
5697
 
 
5698
#: nova/virt/vmwareapi/vmops.py:585
 
5699
msgid "Unregistered the VM"
 
5700
msgstr ""
 
5701
 
 
5702
#: nova/virt/vmwareapi/vmops.py:587
5836
5703
#, python-format
5837
5704
msgid ""
5838
5705
"In vmwareapi:vmops:destroy, got this exception while un-registering the "
5839
5706
"VM: %s"
5840
5707
msgstr ""
5841
5708
 
5842
 
#: nova/virt/vmwareapi/vmops.py:592
5843
 
#, python-format
5844
 
msgid "Deleting contents of the VM %(name)s from datastore %(datastore_name)s"
5845
 
msgstr ""
5846
 
 
5847
 
#: nova/virt/vmwareapi/vmops.py:602
5848
 
#, python-format
5849
 
msgid "Deleted contents of the VM %(name)s from datastore %(datastore_name)s"
5850
 
msgstr ""
5851
 
 
5852
 
#: nova/virt/vmwareapi/vmops.py:607
 
5709
#: nova/virt/vmwareapi/vmops.py:599
 
5710
#, python-format
 
5711
msgid "Deleting contents of the VM from datastore %(datastore_name)s"
 
5712
msgstr ""
 
5713
 
 
5714
#: nova/virt/vmwareapi/vmops.py:609
 
5715
#, python-format
 
5716
msgid "Deleted contents of the VM from datastore %(datastore_name)s"
 
5717
msgstr ""
 
5718
 
 
5719
#: nova/virt/vmwareapi/vmops.py:614
5853
5720
#, python-format
5854
5721
msgid ""
5855
5722
"In vmwareapi:vmops:destroy, got this exception while deleting the VM "
5856
5723
"contents from the disk: %s"
5857
5724
msgstr ""
5858
5725
 
5859
 
#: nova/virt/vmwareapi/vmops.py:615
 
5726
#: nova/virt/vmwareapi/vmops.py:623
5860
5727
msgid "pause not supported for vmwareapi"
5861
5728
msgstr ""
5862
5729
 
5863
 
#: nova/virt/vmwareapi/vmops.py:619
 
5730
#: nova/virt/vmwareapi/vmops.py:627
5864
5731
msgid "unpause not supported for vmwareapi"
5865
5732
msgstr ""
5866
5733
 
5867
 
#: nova/virt/vmwareapi/vmops.py:633
5868
 
#, python-format
5869
 
msgid "Suspending the VM %s "
5870
 
msgstr ""
5871
 
 
5872
 
#: nova/virt/vmwareapi/vmops.py:637
5873
 
#, python-format
5874
 
msgid "Suspended the VM %s "
5875
 
msgstr ""
5876
 
 
5877
 
#: nova/virt/vmwareapi/vmops.py:640
 
5734
#: nova/virt/vmwareapi/vmops.py:641
 
5735
msgid "Suspending the VM"
 
5736
msgstr ""
 
5737
 
 
5738
#: nova/virt/vmwareapi/vmops.py:645
 
5739
msgid "Suspended the VM"
 
5740
msgstr ""
 
5741
 
 
5742
#: nova/virt/vmwareapi/vmops.py:648
5878
5743
msgid "instance is powered off and can not be suspended."
5879
5744
msgstr ""
5880
5745
 
5881
 
#: nova/virt/vmwareapi/vmops.py:643
5882
 
#, python-format
5883
 
msgid "VM %s was already in suspended state. So returning without doing anything"
5884
 
msgstr ""
5885
 
 
5886
 
#: nova/virt/vmwareapi/vmops.py:656
5887
 
#, python-format
5888
 
msgid "Resuming the VM %s"
5889
 
msgstr ""
5890
 
 
5891
 
#: nova/virt/vmwareapi/vmops.py:661
5892
 
#, python-format
5893
 
msgid "Resumed the VM %s "
5894
 
msgstr ""
5895
 
 
5896
 
#: nova/virt/vmwareapi/vmops.py:663
 
5746
#: nova/virt/vmwareapi/vmops.py:651
 
5747
msgid "VM was already in suspended state. So returning without doing anything"
 
5748
msgstr ""
 
5749
 
 
5750
#: nova/virt/vmwareapi/vmops.py:664
 
5751
msgid "Resuming the VM"
 
5752
msgstr ""
 
5753
 
 
5754
#: nova/virt/vmwareapi/vmops.py:669
 
5755
msgid "Resumed the VM"
 
5756
msgstr ""
 
5757
 
 
5758
#: nova/virt/vmwareapi/vmops.py:671
5897
5759
msgid "instance is not in a suspended state"
5898
5760
msgstr ""
5899
5761
 
5900
 
#: nova/virt/vmwareapi/vmops.py:699
 
5762
#: nova/virt/vmwareapi/vmops.py:707
5901
5763
msgid "get_diagnostics not implemented for vmwareapi"
5902
5764
msgstr ""
5903
5765
 
5904
 
#: nova/virt/vmwareapi/vmops.py:757
5905
 
#, python-format
5906
 
msgid ""
5907
 
"Reconfiguring VM instance %(name)s to set the machine id with ip - "
5908
 
"%(ip_addr)s"
5909
 
msgstr ""
5910
 
 
5911
5766
#: nova/virt/vmwareapi/vmops.py:765
5912
5767
#, python-format
5913
 
msgid ""
5914
 
"Reconfigured VM instance %(name)s to set the machine id with ip - "
5915
 
"%(ip_addr)s"
5916
 
msgstr ""
5917
 
 
5918
 
#: nova/virt/vmwareapi/vmops.py:802
 
5768
msgid "Reconfiguring VM instance to set the machine id with ip - %(ip_addr)s"
 
5769
msgstr ""
 
5770
 
 
5771
#: nova/virt/vmwareapi/vmops.py:773
 
5772
#, python-format
 
5773
msgid "Reconfigured VM instance to set the machine id with ip - %(ip_addr)s"
 
5774
msgstr ""
 
5775
 
 
5776
#: nova/virt/vmwareapi/vmops.py:810
5919
5777
#, python-format
5920
5778
msgid "Creating directory with path %s"
5921
5779
msgstr ""
5922
5780
 
5923
 
#: nova/virt/vmwareapi/vmops.py:806
 
5781
#: nova/virt/vmwareapi/vmops.py:814
5924
5782
#, python-format
5925
5783
msgid "Created directory with path %s"
5926
5784
msgstr ""
5930
5788
msgid "Downloading image %s from glance image server"
5931
5789
msgstr ""
5932
5790
 
5933
 
#: nova/virt/vmwareapi/vmware_images.py:103
 
5791
#: nova/virt/vmwareapi/vmware_images.py:104
5934
5792
#, python-format
5935
5793
msgid "Downloaded image %s from glance image server"
5936
5794
msgstr ""
5937
5795
 
5938
 
#: nova/virt/vmwareapi/vmware_images.py:108
 
5796
#: nova/virt/vmwareapi/vmware_images.py:110
5939
5797
#, python-format
5940
5798
msgid "Uploading image %s to the Glance image server"
5941
5799
msgstr ""
5942
5800
 
5943
 
#: nova/virt/vmwareapi/vmware_images.py:129
 
5801
#: nova/virt/vmwareapi/vmware_images.py:132
5944
5802
#, python-format
5945
5803
msgid "Uploaded image %s to the Glance image server"
5946
5804
msgstr ""
5947
5805
 
5948
 
#: nova/virt/vmwareapi/vmware_images.py:139
 
5806
#: nova/virt/vmwareapi/vmware_images.py:143
5949
5807
#, python-format
5950
5808
msgid "Getting image size for the image %s"
5951
5809
msgstr ""
5952
5810
 
5953
 
#: nova/virt/vmwareapi/vmware_images.py:143
 
5811
#: nova/virt/vmwareapi/vmware_images.py:148
5954
5812
#, python-format
5955
5813
msgid "Got image size of %(size)s for the image %(image)s"
5956
5814
msgstr ""
5957
5815
 
5958
 
#: nova/virt/xenapi/fake.py:553 nova/virt/xenapi/fake.py:652
5959
 
#: nova/virt/xenapi/fake.py:670 nova/virt/xenapi/fake.py:732
 
5816
#: nova/virt/xenapi/connection.py:145
 
5817
msgid ""
 
5818
"Must specify xenapi_connection_url, xenapi_connection_username "
 
5819
"(optionally), and xenapi_connection_password to use "
 
5820
"connection_type=xenapi"
 
5821
msgstr ""
 
5822
 
 
5823
#: nova/virt/xenapi/connection.py:179
 
5824
msgid "Failure while cleaning up attached VDIs"
 
5825
msgstr ""
 
5826
 
 
5827
#: nova/virt/xenapi/connection.py:353
 
5828
#, python-format
 
5829
msgid "Could not determine key: %s"
 
5830
msgstr ""
 
5831
 
 
5832
#: nova/virt/xenapi/connection.py:486
 
5833
msgid "Host startup on XenServer is not supported."
 
5834
msgstr ""
 
5835
 
 
5836
#: nova/virt/xenapi/connection.py:515
 
5837
msgid "Unable to log in to XenAPI (is the Dom0 disk full?)"
 
5838
msgstr ""
 
5839
 
 
5840
#: nova/virt/xenapi/connection.py:553
 
5841
msgid "Host is member of a pool, but DB says otherwise"
 
5842
msgstr ""
 
5843
 
 
5844
#: nova/virt/xenapi/connection.py:625 nova/virt/xenapi/connection.py:638
 
5845
#, python-format
 
5846
msgid "Got exception: %s"
 
5847
msgstr ""
 
5848
 
 
5849
#: nova/virt/xenapi/fake.py:570 nova/virt/xenapi/fake.py:672
 
5850
#: nova/virt/xenapi/fake.py:691 nova/virt/xenapi/fake.py:753
5960
5851
msgid "Raising NotImplemented"
5961
5852
msgstr ""
5962
5853
 
5963
 
#: nova/virt/xenapi/fake.py:555
 
5854
#: nova/virt/xenapi/fake.py:572
5964
5855
#, python-format
5965
5856
msgid "xenapi.fake does not have an implementation for %s"
5966
5857
msgstr ""
5967
5858
 
5968
 
#: nova/virt/xenapi/fake.py:589
 
5859
#: nova/virt/xenapi/fake.py:606
5969
5860
#, python-format
5970
5861
msgid "Calling %(localname)s %(impl)s"
5971
5862
msgstr ""
5972
5863
 
5973
 
#: nova/virt/xenapi/fake.py:594
 
5864
#: nova/virt/xenapi/fake.py:611
5974
5865
#, python-format
5975
5866
msgid "Calling getter %s"
5976
5867
msgstr ""
5977
5868
 
5978
 
#: nova/virt/xenapi/fake.py:654
 
5869
#: nova/virt/xenapi/fake.py:614
 
5870
#, python-format
 
5871
msgid "Calling setter %s"
 
5872
msgstr ""
 
5873
 
 
5874
#: nova/virt/xenapi/fake.py:674
5979
5875
#, python-format
5980
5876
msgid ""
5981
5877
"xenapi.fake does not have an implementation for %s or it has been called "
6065
5961
"Expected %(vlan_num)d"
6066
5962
msgstr ""
6067
5963
 
6068
 
#: nova/virt/xenapi/vm_utils.py:217
6069
 
#, python-format
6070
 
msgid "Created VM %s..."
6071
 
msgstr ""
6072
 
 
6073
 
#: nova/virt/xenapi/vm_utils.py:220
6074
 
#, python-format
6075
 
msgid "Created VM %(instance_name)s as %(vm_ref)s."
6076
 
msgstr ""
6077
 
 
6078
 
#: nova/virt/xenapi/vm_utils.py:247
 
5964
#: nova/virt/xenapi/vm_utils.py:219
 
5965
msgid "Created VM"
 
5966
msgstr ""
 
5967
 
 
5968
#: nova/virt/xenapi/vm_utils.py:246
6079
5969
#, python-format
6080
5970
msgid "VBD not found in instance %s"
6081
5971
msgstr ""
6082
5972
 
6083
 
#: nova/virt/xenapi/vm_utils.py:264
 
5973
#: nova/virt/xenapi/vm_utils.py:263
6084
5974
#, python-format
6085
5975
msgid "VBD %s already detached"
6086
5976
msgstr ""
6087
5977
 
6088
 
#: nova/virt/xenapi/vm_utils.py:267
 
5978
#: nova/virt/xenapi/vm_utils.py:266
6089
5979
#, python-format
6090
5980
msgid "VBD %(vbd_ref)s detach rejected, attempt %(num_attempt)d/%(max_attempts)d"
6091
5981
msgstr ""
6092
5982
 
6093
 
#: nova/virt/xenapi/vm_utils.py:272
 
5983
#: nova/virt/xenapi/vm_utils.py:271
6094
5984
#, python-format
6095
5985
msgid "Unable to unplug VBD %s"
6096
5986
msgstr ""
6097
5987
 
6098
 
#: nova/virt/xenapi/vm_utils.py:277
 
5988
#: nova/virt/xenapi/vm_utils.py:276
6099
5989
#, python-format
6100
5990
msgid "Reached maximum number of retries trying to unplug VBD %s"
6101
5991
msgstr ""
6102
5992
 
6103
 
#: nova/virt/xenapi/vm_utils.py:288
 
5993
#: nova/virt/xenapi/vm_utils.py:287
6104
5994
#, python-format
6105
5995
msgid "Unable to destroy VBD %s"
6106
5996
msgstr ""
6107
5997
 
6108
 
#: nova/virt/xenapi/vm_utils.py:307
 
5998
#: nova/virt/xenapi/vm_utils.py:306
6109
5999
#, python-format
6110
6000
msgid "Creating %(vbd_type)s-type VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
6111
6001
msgstr ""
6112
6002
 
6113
 
#: nova/virt/xenapi/vm_utils.py:310
 
6003
#: nova/virt/xenapi/vm_utils.py:309
6114
6004
#, python-format
6115
6005
msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s."
6116
6006
msgstr ""
6117
6007
 
6118
 
#: nova/virt/xenapi/vm_utils.py:321
 
6008
#: nova/virt/xenapi/vm_utils.py:320
6119
6009
#, python-format
6120
6010
msgid "Unable to destroy VDI %s"
6121
6011
msgstr ""
6122
6012
 
6123
 
#: nova/virt/xenapi/vm_utils.py:338
 
6013
#: nova/virt/xenapi/vm_utils.py:339
6124
6014
#, python-format
6125
6015
msgid ""
6126
6016
"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s)"
6127
6017
" on %(sr_ref)s."
6128
6018
msgstr ""
6129
6019
 
6130
 
#: nova/virt/xenapi/vm_utils.py:347
 
6020
#: nova/virt/xenapi/vm_utils.py:348
6131
6021
#, python-format
6132
6022
msgid "Copied VDI %(vdi_ref)s from VDI %(vdi_to_copy_ref)s on %(sr_ref)s."
6133
6023
msgstr ""
6134
6024
 
6135
 
#: nova/virt/xenapi/vm_utils.py:355
 
6025
#: nova/virt/xenapi/vm_utils.py:356
6136
6026
#, python-format
6137
6027
msgid "Cloned VDI %(vdi_ref)s from VDI %(vdi_to_clone_ref)s"
6138
6028
msgstr ""
6139
6029
 
6140
 
#: nova/virt/xenapi/vm_utils.py:374
 
6030
#: nova/virt/xenapi/vm_utils.py:377
6141
6031
#, python-format
6142
6032
msgid "No primary VDI found for %(vm_ref)s"
6143
6033
msgstr ""
6144
6034
 
6145
 
#: nova/virt/xenapi/vm_utils.py:381
6146
 
#, python-format
6147
 
msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..."
6148
 
msgstr ""
6149
 
 
6150
 
#: nova/virt/xenapi/vm_utils.py:394
6151
 
#, python-format
6152
 
msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s."
6153
 
msgstr ""
6154
 
 
6155
 
#: nova/virt/xenapi/vm_utils.py:433
 
6035
#: nova/virt/xenapi/vm_utils.py:384
 
6036
#, python-format
 
6037
msgid "Snapshotting with label '%(label)s'"
 
6038
msgstr ""
 
6039
 
 
6040
#: nova/virt/xenapi/vm_utils.py:397
 
6041
#, python-format
 
6042
msgid "Created snapshot %(template_vm_ref)s"
 
6043
msgstr ""
 
6044
 
 
6045
#: nova/virt/xenapi/vm_utils.py:436
6156
6046
#, python-format
6157
6047
msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s"
6158
6048
msgstr ""
6159
6049
 
6160
 
#: nova/virt/xenapi/vm_utils.py:640
 
6050
#: nova/virt/xenapi/vm_utils.py:614
6161
6051
#, python-format
6162
6052
msgid ""
6163
6053
"Fast cloning is only supported on default local SR of type ext. SR on "
6164
6054
"this system was found to be of type %(sr_type)s. Ignoring the cow flag."
6165
6055
msgstr ""
6166
6056
 
6167
 
#: nova/virt/xenapi/vm_utils.py:732
 
6057
#: nova/virt/xenapi/vm_utils.py:727
6168
6058
#, python-format
6169
6059
msgid ""
6170
6060
"download_vhd %(image)s attempt %(attempt_num)d/%(max_attempts)d from "
6171
6061
"%(glance_host)s:%(glance_port)s"
6172
6062
msgstr ""
6173
6063
 
6174
 
#: nova/virt/xenapi/vm_utils.py:742
 
6064
#: nova/virt/xenapi/vm_utils.py:737
6175
6065
#, python-format
6176
6066
msgid "download_vhd failed: %r"
6177
6067
msgstr ""
6178
6068
 
6179
 
#: nova/virt/xenapi/vm_utils.py:759
 
6069
#: nova/virt/xenapi/vm_utils.py:753
6180
6070
#, python-format
6181
6071
msgid "Asking xapi to fetch vhd image %(image)s"
6182
6072
msgstr ""
6183
6073
 
6184
 
#: nova/virt/xenapi/vm_utils.py:769
 
6074
#: nova/virt/xenapi/vm_utils.py:763
6185
6075
#, python-format
6186
6076
msgid ""
6187
6077
"xapi 'download_vhd' returned VDI of type '%(vdi_type)s' with UUID "
6188
6078
"'%(vdi_uuid)s'"
6189
6079
msgstr ""
6190
6080
 
6191
 
#: nova/virt/xenapi/vm_utils.py:797
 
6081
#: nova/virt/xenapi/vm_utils.py:791
6192
6082
#, python-format
6193
6083
msgid "vdi_uuid=%(cur_vdi_uuid)s vdi_size_bytes=%(vdi_size_bytes)d"
6194
6084
msgstr ""
6195
6085
 
6196
 
#: nova/virt/xenapi/vm_utils.py:813
 
6086
#: nova/virt/xenapi/vm_utils.py:807
6197
6087
#, python-format
6198
6088
msgid "image_size_bytes=%(size_bytes)d, allowed_size_bytes=%(allowed_size_bytes)d"
6199
6089
msgstr ""
6200
6090
 
6201
 
#: nova/virt/xenapi/vm_utils.py:817
 
6091
#: nova/virt/xenapi/vm_utils.py:811
6202
6092
#, python-format
6203
6093
msgid ""
6204
6094
"Image size %(size_bytes)d exceeded instance_type allowed size "
6205
6095
"%(allowed_size_bytes)d"
6206
6096
msgstr ""
6207
6097
 
6208
 
#: nova/virt/xenapi/vm_utils.py:840
6209
 
#, python-format
6210
 
msgid "Fetching image %(image)s"
6211
 
msgstr ""
6212
 
 
6213
 
#: nova/virt/xenapi/vm_utils.py:841
6214
 
#, python-format
6215
 
msgid "Image Type: %s"
6216
 
msgstr ""
6217
 
 
6218
 
#: nova/virt/xenapi/vm_utils.py:845
6219
 
msgid "ISO: Found sr possibly containing the ISO image"
6220
 
msgstr ""
6221
 
 
6222
 
#: nova/virt/xenapi/vm_utils.py:854
 
6098
#: nova/virt/xenapi/vm_utils.py:833
 
6099
#, python-format
 
6100
msgid "Fetching image %(image)s, type %(image_type_str)s"
 
6101
msgstr ""
 
6102
 
 
6103
#: nova/virt/xenapi/vm_utils.py:846
6223
6104
#, python-format
6224
6105
msgid "Size for image %(image)s: %(virtual_size)d"
6225
6106
msgstr ""
6226
6107
 
6227
 
#: nova/virt/xenapi/vm_utils.py:862
 
6108
#: nova/virt/xenapi/vm_utils.py:855
6228
6109
#, python-format
6229
6110
msgid ""
6230
6111
"Kernel/Ramdisk image is too large: %(vdi_size)d bytes, max %(max_size)d "
6231
6112
"bytes"
6232
6113
msgstr ""
6233
6114
 
6234
 
#: nova/virt/xenapi/vm_utils.py:879
 
6115
#: nova/virt/xenapi/vm_utils.py:872
6235
6116
#, python-format
6236
6117
msgid "Copying VDI %s to /boot/guest on dom0"
6237
6118
msgstr ""
6238
6119
 
6239
 
#: nova/virt/xenapi/vm_utils.py:892
 
6120
#: nova/virt/xenapi/vm_utils.py:886
6240
6121
#, python-format
6241
6122
msgid "Kernel/Ramdisk VDI %s destroyed"
6242
6123
msgstr ""
6243
6124
 
6244
 
#: nova/virt/xenapi/vm_utils.py:902
6245
 
#, python-format
6246
 
msgid "instance %s: Failed to fetch glance image"
 
6125
#: nova/virt/xenapi/vm_utils.py:897
 
6126
msgid "Failed to fetch glance image"
6247
6127
msgstr ""
6248
6128
 
6249
 
#: nova/virt/xenapi/vm_utils.py:941
 
6129
#: nova/virt/xenapi/vm_utils.py:936
6250
6130
#, python-format
6251
6131
msgid "Detected %(image_type_str)s format for image %(image_ref)s"
6252
6132
msgstr ""
6253
6133
 
6254
 
#: nova/virt/xenapi/vm_utils.py:962
 
6134
#: nova/virt/xenapi/vm_utils.py:957
6255
6135
#, python-format
6256
6136
msgid "Looking up vdi %s for PV kernel"
6257
6137
msgstr ""
6258
6138
 
6259
 
#: nova/virt/xenapi/vm_utils.py:980
 
6139
#: nova/virt/xenapi/vm_utils.py:975
6260
6140
#, python-format
6261
6141
msgid "Unknown image format %(disk_image_type)s"
6262
6142
msgstr ""
6263
6143
 
6264
 
#: nova/virt/xenapi/vm_utils.py:1023
 
6144
#: nova/virt/xenapi/vm_utils.py:1018
6265
6145
#, python-format
6266
6146
msgid "VDI %s is still available"
6267
6147
msgstr ""
6268
6148
 
6269
 
#: nova/virt/xenapi/vm_utils.py:1066
6270
 
#, python-format
6271
 
msgid "(VM_UTILS) xenserver vm state -> |%s|"
6272
 
msgstr ""
6273
 
 
6274
 
#: nova/virt/xenapi/vm_utils.py:1068
6275
 
#, python-format
6276
 
msgid "(VM_UTILS) xenapi power_state -> |%s|"
6277
 
msgstr ""
6278
 
 
6279
 
#: nova/virt/xenapi/vm_utils.py:1095
 
6149
#: nova/virt/xenapi/vm_utils.py:1086
6280
6150
#, python-format
6281
6151
msgid "Unable to parse rrd of %(vm_uuid)s"
6282
6152
msgstr ""
6283
6153
 
6284
 
#: nova/virt/xenapi/vm_utils.py:1115
 
6154
#: nova/virt/xenapi/vm_utils.py:1106
6285
6155
#, python-format
6286
6156
msgid "Re-scanning SR %s"
6287
6157
msgstr ""
6288
6158
 
6289
 
#: nova/virt/xenapi/vm_utils.py:1143
 
6159
#: nova/virt/xenapi/vm_utils.py:1134
6290
6160
#, python-format
6291
6161
msgid "Flag sr_matching_filter '%s' does not respect formatting convention"
6292
6162
msgstr ""
6293
6163
 
6294
 
#: nova/virt/xenapi/vm_utils.py:1161
 
6164
#: nova/virt/xenapi/vm_utils.py:1152
6295
6165
msgid ""
6296
6166
"XenAPI is unable to find a Storage Repository to install guest instances "
6297
6167
"on. Please check your configuration and/or configure the flag "
6298
6168
"'sr_matching_filter'"
6299
6169
msgstr ""
6300
6170
 
6301
 
#: nova/virt/xenapi/vm_utils.py:1174
 
6171
#: nova/virt/xenapi/vm_utils.py:1165
6302
6172
msgid "Cannot find SR of content-type ISO"
6303
6173
msgstr ""
6304
6174
 
6305
 
#: nova/virt/xenapi/vm_utils.py:1182
 
6175
#: nova/virt/xenapi/vm_utils.py:1173
6306
6176
#, python-format
6307
6177
msgid "ISO: looking at SR %(sr_rec)s"
6308
6178
msgstr ""
6309
6179
 
6310
 
#: nova/virt/xenapi/vm_utils.py:1184
 
6180
#: nova/virt/xenapi/vm_utils.py:1175
6311
6181
msgid "ISO: not iso content"
6312
6182
msgstr ""
6313
6183
 
6314
 
#: nova/virt/xenapi/vm_utils.py:1187
 
6184
#: nova/virt/xenapi/vm_utils.py:1178
6315
6185
msgid "ISO: iso content_type, no 'i18n-key' key"
6316
6186
msgstr ""
6317
6187
 
6318
 
#: nova/virt/xenapi/vm_utils.py:1190
 
6188
#: nova/virt/xenapi/vm_utils.py:1181
6319
6189
msgid "ISO: iso content_type, i18n-key value not 'local-storage-iso'"
6320
6190
msgstr ""
6321
6191
 
6322
 
#: nova/virt/xenapi/vm_utils.py:1194
 
6192
#: nova/virt/xenapi/vm_utils.py:1185
6323
6193
msgid "ISO: SR MATCHing our criteria"
6324
6194
msgstr ""
6325
6195
 
6326
 
#: nova/virt/xenapi/vm_utils.py:1196
 
6196
#: nova/virt/xenapi/vm_utils.py:1187
6327
6197
msgid "ISO: ISO, looking to see if it is host local"
6328
6198
msgstr ""
6329
6199
 
6330
 
#: nova/virt/xenapi/vm_utils.py:1199
 
6200
#: nova/virt/xenapi/vm_utils.py:1190
6331
6201
#, python-format
6332
6202
msgid "ISO: PBD %(pbd_ref)s disappeared"
6333
6203
msgstr ""
6334
6204
 
6335
 
#: nova/virt/xenapi/vm_utils.py:1202
 
6205
#: nova/virt/xenapi/vm_utils.py:1193
6336
6206
#, python-format
6337
6207
msgid "ISO: PBD matching, want %(pbd_rec)s, have %(host)s"
6338
6208
msgstr ""
6339
6209
 
6340
 
#: nova/virt/xenapi/vm_utils.py:1205
 
6210
#: nova/virt/xenapi/vm_utils.py:1196
6341
6211
msgid "ISO: SR with local PBD"
6342
6212
msgstr ""
6343
6213
 
6344
 
#: nova/virt/xenapi/vm_utils.py:1227
 
6214
#: nova/virt/xenapi/vm_utils.py:1218
6345
6215
#, python-format
6346
6216
msgid ""
6347
6217
"Unable to obtain RRD XML for VM %(vm_uuid)s with server details: "
6348
6218
"%(server)s."
6349
6219
msgstr ""
6350
6220
 
6351
 
#: nova/virt/xenapi/vm_utils.py:1243
 
6221
#: nova/virt/xenapi/vm_utils.py:1234
6352
6222
#, python-format
6353
6223
msgid "Unable to obtain RRD XML updates with server details: %(server)s."
6354
6224
msgstr ""
6355
6225
 
6356
 
#: nova/virt/xenapi/vm_utils.py:1297
 
6226
#: nova/virt/xenapi/vm_utils.py:1288
6357
6227
#, python-format
6358
6228
msgid "Invalid statistics data from Xenserver: %s"
6359
6229
msgstr ""
6360
6230
 
6361
 
#: nova/virt/xenapi/vm_utils.py:1350
 
6231
#: nova/virt/xenapi/vm_utils.py:1341
6362
6232
#, python-format
6363
6233
msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s"
6364
6234
msgstr ""
6365
6235
 
6366
 
#: nova/virt/xenapi/vm_utils.py:1424
 
6236
#: nova/virt/xenapi/vm_utils.py:1415
6367
6237
#, python-format
6368
6238
msgid ""
6369
6239
"Parent %(parent_uuid)s doesn't match original parent "
6370
6240
"%(original_parent_uuid)s, waiting for coalesce..."
6371
6241
msgstr ""
6372
6242
 
6373
 
#: nova/virt/xenapi/vm_utils.py:1434
 
6243
#: nova/virt/xenapi/vm_utils.py:1425
6374
6244
#, python-format
6375
6245
msgid "VHD coalesce attempts exceeded (%(max_attempts)d), giving up..."
6376
6246
msgstr ""
6377
6247
 
6378
 
#: nova/virt/xenapi/vm_utils.py:1469
 
6248
#: nova/virt/xenapi/vm_utils.py:1460
6379
6249
#, python-format
6380
6250
msgid "Timeout waiting for device %s to be created"
6381
6251
msgstr ""
6382
6252
 
6383
6253
#: nova/virt/xenapi/vm_utils.py:1480
6384
6254
#, python-format
 
6255
msgid "Disconnecting stale VDI %s from compute domU"
 
6256
msgstr ""
 
6257
 
 
6258
#: nova/virt/xenapi/vm_utils.py:1494
 
6259
#, python-format
6385
6260
msgid "Plugging VBD %s ... "
6386
6261
msgstr ""
6387
6262
 
6388
 
#: nova/virt/xenapi/vm_utils.py:1483
 
6263
#: nova/virt/xenapi/vm_utils.py:1497
6389
6264
#, python-format
6390
6265
msgid "Plugging VBD %s done."
6391
6266
msgstr ""
6392
6267
 
6393
 
#: nova/virt/xenapi/vm_utils.py:1485
 
6268
#: nova/virt/xenapi/vm_utils.py:1499
6394
6269
#, python-format
6395
6270
msgid "VBD %(vbd_ref)s plugged as %(orig_dev)s"
6396
6271
msgstr ""
6397
6272
 
6398
 
#: nova/virt/xenapi/vm_utils.py:1488
 
6273
#: nova/virt/xenapi/vm_utils.py:1502
6399
6274
#, python-format
6400
6275
msgid "VBD %(vbd_ref)s plugged into wrong dev, remapping to %(dev)s"
6401
6276
msgstr ""
6402
6277
 
6403
 
#: nova/virt/xenapi/vm_utils.py:1497
 
6278
#: nova/virt/xenapi/vm_utils.py:1507
6404
6279
#, python-format
6405
6280
msgid "Destroying VBD for VDI %s ... "
6406
6281
msgstr ""
6407
6282
 
6408
 
#: nova/virt/xenapi/vm_utils.py:1505
 
6283
#: nova/virt/xenapi/vm_utils.py:1515
6409
6284
#, python-format
6410
6285
msgid "Destroying VBD for VDI %s done."
6411
6286
msgstr ""
6412
6287
 
6413
 
#: nova/virt/xenapi/vm_utils.py:1518
 
6288
#: nova/virt/xenapi/vm_utils.py:1528
6414
6289
#, python-format
6415
6290
msgid "Running pygrub against %s"
6416
6291
msgstr ""
6417
6292
 
6418
 
#: nova/virt/xenapi/vm_utils.py:1525
 
6293
#: nova/virt/xenapi/vm_utils.py:1535
6419
6294
#, python-format
6420
6295
msgid "Found Xen kernel %s"
6421
6296
msgstr ""
6422
6297
 
6423
 
#: nova/virt/xenapi/vm_utils.py:1527
 
6298
#: nova/virt/xenapi/vm_utils.py:1537
6424
6299
msgid "No Xen kernel found.  Booting HVM."
6425
6300
msgstr ""
6426
6301
 
6427
 
#: nova/virt/xenapi/vm_utils.py:1540
 
6302
#: nova/virt/xenapi/vm_utils.py:1550
6428
6303
msgid "Partitions:"
6429
6304
msgstr ""
6430
6305
 
6431
 
#: nova/virt/xenapi/vm_utils.py:1546
 
6306
#: nova/virt/xenapi/vm_utils.py:1556
6432
6307
#, python-format
6433
6308
msgid "  %(num)s: %(ptype)s %(size)d sectors"
6434
6309
msgstr ""
6435
6310
 
6436
 
#: nova/virt/xenapi/vm_utils.py:1572
 
6311
#: nova/virt/xenapi/vm_utils.py:1582
6437
6312
#, python-format
6438
6313
msgid ""
6439
6314
"Writing partition table %(primary_first)d %(primary_last)d to "
6440
6315
"%(dev_path)s..."
6441
6316
msgstr ""
6442
6317
 
6443
 
#: nova/virt/xenapi/vm_utils.py:1585
 
6318
#: nova/virt/xenapi/vm_utils.py:1595
6444
6319
#, python-format
6445
6320
msgid "Writing partition table %s done."
6446
6321
msgstr ""
6447
6322
 
6448
 
#: nova/virt/xenapi/vm_utils.py:1639
 
6323
#: nova/virt/xenapi/vm_utils.py:1649
6449
6324
#, python-format
6450
6325
msgid ""
6451
6326
"Starting sparse_copy src=%(src_path)s dst=%(dst_path)s "
6452
6327
"virtual_size=%(virtual_size)d block_size=%(block_size)d"
6453
6328
msgstr ""
6454
6329
 
6455
 
#: nova/virt/xenapi/vm_utils.py:1671
 
6330
#: nova/virt/xenapi/vm_utils.py:1681
6456
6331
#, python-format
6457
6332
msgid ""
6458
6333
"Finished sparse_copy in %(duration).2f secs, %(compression_pct).2f%% "
6459
6334
"reduction in size"
6460
6335
msgstr ""
6461
6336
 
6462
 
#: nova/virt/xenapi/vm_utils.py:1721
 
6337
#: nova/virt/xenapi/vm_utils.py:1731
6463
6338
msgid ""
6464
6339
"XenServer tools installed in this image are capable of network injection."
6465
6340
"  Networking files will not bemanipulated"
6466
6341
msgstr ""
6467
6342
 
6468
 
#: nova/virt/xenapi/vm_utils.py:1729
 
6343
#: nova/virt/xenapi/vm_utils.py:1739
6469
6344
msgid ""
6470
6345
"XenServer tools are present in this image but are not capable of network "
6471
6346
"injection"
6472
6347
msgstr ""
6473
6348
 
6474
 
#: nova/virt/xenapi/vm_utils.py:1733
 
6349
#: nova/virt/xenapi/vm_utils.py:1743
6475
6350
msgid "XenServer tools are not installed in this image"
6476
6351
msgstr ""
6477
6352
 
6478
 
#: nova/virt/xenapi/vm_utils.py:1749
 
6353
#: nova/virt/xenapi/vm_utils.py:1759
6479
6354
msgid "Manipulating interface files directly"
6480
6355
msgstr ""
6481
6356
 
6482
 
#: nova/virt/xenapi/vm_utils.py:1759
 
6357
#: nova/virt/xenapi/vm_utils.py:1768
6483
6358
#, python-format
6484
6359
msgid "Failed to mount filesystem (expected for non-linux instances): %s"
6485
6360
msgstr ""
6486
6361
 
6487
 
#: nova/virt/xenapi/vmops.py:129 nova/virt/xenapi/vmops.py:728
6488
 
#, python-format
6489
 
msgid "Updating instance '%(instance_uuid)s' progress to %(progress)d"
6490
 
msgstr ""
6491
 
 
6492
 
#: nova/virt/xenapi/vmops.py:230
6493
 
#, python-format
6494
 
msgid "Attempted to power on non-existent instance bad instance id %s"
6495
 
msgstr ""
6496
 
 
6497
 
#: nova/virt/xenapi/vmops.py:232
6498
 
#, python-format
6499
 
msgid "Starting instance %s"
6500
 
msgstr ""
6501
 
 
6502
 
#: nova/virt/xenapi/vmops.py:302
 
6362
#: nova/virt/xenapi/vm_utils.py:1834
 
6363
msgid "This domU must be running on the host specified by xenapi_connection_url"
 
6364
msgstr ""
 
6365
 
 
6366
#: nova/virt/xenapi/vmops.py:131 nova/virt/xenapi/vmops.py:687
 
6367
#, python-format
 
6368
msgid "Updating progress to %(progress)d"
 
6369
msgstr ""
 
6370
 
 
6371
#: nova/virt/xenapi/vmops.py:228
 
6372
msgid "Starting instance"
 
6373
msgstr ""
 
6374
 
 
6375
#: nova/virt/xenapi/vmops.py:297
6503
6376
msgid "Removing kernel/ramdisk files from dom0"
6504
6377
msgstr ""
6505
6378
 
6506
 
#: nova/virt/xenapi/vmops.py:357
6507
 
#, python-format
6508
 
msgid "Instance %(instance_uuid)s: Failed to spawn, rolling back."
6509
 
msgstr ""
6510
 
 
6511
 
#: nova/virt/xenapi/vmops.py:464
6512
 
#, python-format
6513
 
msgid ""
6514
 
"Auto configuring disk for instance %(instance_uuid)s, attempting to "
6515
 
"resize partition..."
6516
 
msgstr ""
6517
 
 
6518
 
#: nova/virt/xenapi/vmops.py:519
6519
 
#, python-format
6520
 
msgid "Invalid value for injected_files: '%s'"
6521
 
msgstr ""
6522
 
 
6523
 
#: nova/virt/xenapi/vmops.py:524
6524
 
#, python-format
6525
 
msgid "Injecting file path: '%s'"
6526
 
msgstr ""
6527
 
 
6528
 
#: nova/virt/xenapi/vmops.py:530
6529
 
msgid "Setting admin password"
6530
 
msgstr ""
6531
 
 
6532
 
#: nova/virt/xenapi/vmops.py:534
6533
 
msgid "Resetting network"
6534
 
msgstr ""
6535
 
 
6536
 
#: nova/virt/xenapi/vmops.py:541
6537
 
msgid "Setting VCPU weight"
6538
 
msgstr ""
6539
 
 
6540
 
#: nova/virt/xenapi/vmops.py:547
6541
 
#, python-format
6542
 
msgid "Starting VM %s..."
6543
 
msgstr ""
6544
 
 
6545
 
#: nova/virt/xenapi/vmops.py:550
6546
 
#, python-format
6547
 
msgid "Spawning VM %(instance_uuid)s created %(vm_ref)s."
6548
 
msgstr ""
6549
 
 
6550
 
#: nova/virt/xenapi/vmops.py:557
 
6379
#: nova/virt/xenapi/vmops.py:352
 
6380
msgid "Failed to spawn, rolling back"
 
6381
msgstr ""
 
6382
 
 
6383
#: nova/virt/xenapi/vmops.py:433
 
6384
msgid "Detected ISO image type, creating blank VM for install"
 
6385
msgstr ""
 
6386
 
 
6387
#: nova/virt/xenapi/vmops.py:452
 
6388
msgid "Auto configuring disk, attempting to resize partition..."
 
6389
msgstr ""
 
6390
 
 
6391
#: nova/virt/xenapi/vmops.py:497
 
6392
msgid "Starting VM"
 
6393
msgstr ""
 
6394
 
 
6395
#: nova/virt/xenapi/vmops.py:504
6551
6396
#, python-format
6552
6397
msgid ""
6553
6398
"Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is "
6554
6399
"%(version)s"
6555
6400
msgstr ""
6556
6401
 
6557
 
#: nova/virt/xenapi/vmops.py:560
 
6402
#: nova/virt/xenapi/vmops.py:507
6558
6403
#, python-format
6559
6404
msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s"
6560
6405
msgstr ""
6561
6406
 
6562
 
#: nova/virt/xenapi/vmops.py:567
6563
 
#, python-format
6564
 
msgid "Instance %s: waiting for running"
6565
 
msgstr ""
6566
 
 
6567
 
#: nova/virt/xenapi/vmops.py:576
6568
 
#, python-format
6569
 
msgid "Instance %s: running"
6570
 
msgstr ""
6571
 
 
6572
 
#: nova/virt/xenapi/vmops.py:580
 
6407
#: nova/virt/xenapi/vmops.py:514
 
6408
msgid "Waiting for instance state to become running"
 
6409
msgstr ""
 
6410
 
 
6411
#: nova/virt/xenapi/vmops.py:526
6573
6412
msgid "Querying agent version"
6574
6413
msgstr ""
6575
6414
 
6576
 
#: nova/virt/xenapi/vmops.py:583
 
6415
#: nova/virt/xenapi/vmops.py:529
6577
6416
#, python-format
6578
6417
msgid "Instance agent version: %s"
6579
6418
msgstr ""
6580
6419
 
6581
 
#: nova/virt/xenapi/vmops.py:587
 
6420
#: nova/virt/xenapi/vmops.py:534
6582
6421
#, python-format
6583
6422
msgid "Updating Agent to %s"
6584
6423
msgstr ""
6585
6424
 
6586
 
#: nova/virt/xenapi/vmops.py:621
6587
 
#, python-format
6588
 
msgid "No opaque_ref could be determined for '%s'."
6589
 
msgstr ""
6590
 
 
6591
 
#: nova/virt/xenapi/vmops.py:675
6592
 
#, python-format
6593
 
msgid "Finished snapshot and upload for VM %s"
6594
 
msgstr ""
6595
 
 
6596
 
#: nova/virt/xenapi/vmops.py:683
6597
 
#, python-format
6598
 
msgid "Starting snapshot for VM %s"
6599
 
msgstr ""
6600
 
 
6601
 
#: nova/virt/xenapi/vmops.py:692
6602
 
#, python-format
6603
 
msgid "Unable to Snapshot instance %(instance_uuid)s: %(exc)s"
6604
 
msgstr ""
6605
 
 
6606
 
#: nova/virt/xenapi/vmops.py:708
 
6425
#: nova/virt/xenapi/vmops.py:551
 
6426
#, python-format
 
6427
msgid "Invalid value for injected_files: %r"
 
6428
msgstr ""
 
6429
 
 
6430
#: nova/virt/xenapi/vmops.py:556
 
6431
#, python-format
 
6432
msgid "Injecting file path: '%s'"
 
6433
msgstr ""
 
6434
 
 
6435
#: nova/virt/xenapi/vmops.py:563
 
6436
msgid "Setting admin password"
 
6437
msgstr ""
 
6438
 
 
6439
#: nova/virt/xenapi/vmops.py:567
 
6440
msgid "Resetting network"
 
6441
msgstr ""
 
6442
 
 
6443
#: nova/virt/xenapi/vmops.py:574
 
6444
msgid "Setting VCPU weight"
 
6445
msgstr ""
 
6446
 
 
6447
#: nova/virt/xenapi/vmops.py:581
 
6448
#, python-format
 
6449
msgid "Could not find VM with name %s"
 
6450
msgstr ""
 
6451
 
 
6452
#: nova/virt/xenapi/vmops.py:635
 
6453
msgid "Finished snapshot and upload for VM"
 
6454
msgstr ""
 
6455
 
 
6456
#: nova/virt/xenapi/vmops.py:642
 
6457
msgid "Starting snapshot for VM"
 
6458
msgstr ""
 
6459
 
 
6460
#: nova/virt/xenapi/vmops.py:651
 
6461
#, fuzzy, python-format
 
6462
msgid "Unable to Snapshot instance: %(exc)s"
 
6463
msgstr "無法掛載Volume 到虛擬機器 %s"
 
6464
 
 
6465
#: nova/virt/xenapi/vmops.py:667
6607
6466
msgid "Failed to transfer vhd to new host"
6608
6467
msgstr ""
6609
6468
 
6610
 
#: nova/virt/xenapi/vmops.py:776
 
6469
#: nova/virt/xenapi/vmops.py:735
6611
6470
#, python-format
6612
6471
msgid "Resizing down VDI %(cow_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
6613
6472
msgstr ""
6614
6473
 
6615
 
#: nova/virt/xenapi/vmops.py:898
 
6474
#: nova/virt/xenapi/vmops.py:857
6616
6475
#, python-format
6617
6476
msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
6618
6477
msgstr ""
6619
6478
 
6620
 
#: nova/virt/xenapi/vmops.py:906
6621
 
#, python-format
6622
 
msgid "Resize instance %s complete"
 
6479
#: nova/virt/xenapi/vmops.py:865
 
6480
msgid "Resize complete"
6623
6481
msgstr ""
6624
6482
 
6625
 
#: nova/virt/xenapi/vmops.py:935
 
6483
#: nova/virt/xenapi/vmops.py:892
6626
6484
#, python-format
6627
6485
msgid "Failed to query agent version: %(resp)r"
6628
6486
msgstr ""
6629
6487
 
6630
 
#: nova/virt/xenapi/vmops.py:955
 
6488
#: nova/virt/xenapi/vmops.py:913
6631
6489
#, python-format
6632
 
msgid "domid changed from %(olddomid)s to %(newdomid)s"
 
6490
msgid "domid changed from %(domid)s to %(newdomid)s"
6633
6491
msgstr ""
6634
6492
 
6635
 
#: nova/virt/xenapi/vmops.py:971
 
6493
#: nova/virt/xenapi/vmops.py:926
6636
6494
#, python-format
6637
6495
msgid "Failed to update agent: %(resp)r"
6638
6496
msgstr ""
6639
6497
 
6640
 
#: nova/virt/xenapi/vmops.py:994
 
6498
#: nova/virt/xenapi/vmops.py:947
6641
6499
#, python-format
6642
6500
msgid "Failed to exchange keys: %(resp)r"
6643
6501
msgstr ""
6644
6502
 
6645
 
#: nova/virt/xenapi/vmops.py:1010
 
6503
#: nova/virt/xenapi/vmops.py:962
6646
6504
#, python-format
6647
6505
msgid "Failed to update password: %(resp)r"
6648
6506
msgstr ""
6649
6507
 
6650
 
#: nova/virt/xenapi/vmops.py:1037
 
6508
#: nova/virt/xenapi/vmops.py:987
6651
6509
#, python-format
6652
6510
msgid "Failed to inject file: %(resp)r"
6653
6511
msgstr ""
6654
6512
 
6655
 
#: nova/virt/xenapi/vmops.py:1046
6656
 
#, python-format
6657
 
msgid "VM %(instance_uuid)s already halted,skipping shutdown..."
6658
 
msgstr ""
6659
 
 
6660
 
#: nova/virt/xenapi/vmops.py:1050
6661
 
#, python-format
6662
 
msgid "Shutting down VM for Instance %(instance_uuid)s"
6663
 
msgstr ""
6664
 
 
6665
 
#: nova/virt/xenapi/vmops.py:1069
 
6513
#: nova/virt/xenapi/vmops.py:997
 
6514
msgid "VM already halted, skipping shutdown..."
 
6515
msgstr ""
 
6516
 
 
6517
#: nova/virt/xenapi/vmops.py:1001
 
6518
msgid "Shutting down VM"
 
6519
msgstr ""
 
6520
 
 
6521
#: nova/virt/xenapi/vmops.py:1018
6666
6522
msgid "Unable to find VBD for VM"
6667
6523
msgstr ""
6668
6524
 
6669
 
#: nova/virt/xenapi/vmops.py:1112
6670
 
#, python-format
6671
 
msgid ""
6672
 
"Instance %(instance_uuid)s using RAW or VHD, skipping kernel and ramdisk "
6673
 
"deletion"
 
6525
#: nova/virt/xenapi/vmops.py:1061
 
6526
msgid "Using RAW or VHD, skipping kernel and ramdisk deletion"
6674
6527
msgstr ""
6675
6528
 
6676
 
#: nova/virt/xenapi/vmops.py:1119
 
6529
#: nova/virt/xenapi/vmops.py:1068
6677
6530
msgid "instance has a kernel or ramdisk but not both"
6678
6531
msgstr ""
6679
6532
 
6680
 
#: nova/virt/xenapi/vmops.py:1126
 
6533
#: nova/virt/xenapi/vmops.py:1075
6681
6534
msgid "kernel/ramdisk files removed"
6682
6535
msgstr ""
6683
6536
 
 
6537
#: nova/virt/xenapi/vmops.py:1085
 
6538
msgid "VM destroyed"
 
6539
msgstr ""
 
6540
 
 
6541
#: nova/virt/xenapi/vmops.py:1111
 
6542
msgid "Destroying VM"
 
6543
msgstr ""
 
6544
 
6684
6545
#: nova/virt/xenapi/vmops.py:1136
6685
 
#, python-format
6686
 
msgid "Instance %(instance_uuid)s VM destroyed"
6687
 
msgstr ""
6688
 
 
6689
 
#: nova/virt/xenapi/vmops.py:1163
6690
 
#, python-format
6691
 
msgid "Destroying VM for Instance %(instance_uuid)s"
6692
 
msgstr ""
6693
 
 
6694
 
#: nova/virt/xenapi/vmops.py:1185
6695
6546
msgid "VM is not present, skipping destroy..."
6696
6547
msgstr ""
6697
6548
 
6698
 
#: nova/virt/xenapi/vmops.py:1237
 
6549
#: nova/virt/xenapi/vmops.py:1188
6699
6550
#, python-format
6700
6551
msgid "Instance is already in Rescue Mode: %s"
6701
6552
msgstr ""
6702
6553
 
6703
 
#: nova/virt/xenapi/vmops.py:1311
 
6554
#: nova/virt/xenapi/vmops.py:1262
6704
6555
#, python-format
6705
6556
msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds"
6706
6557
msgstr ""
6707
6558
 
6708
 
#: nova/virt/xenapi/vmops.py:1315
6709
 
#, python-format
6710
 
msgid "Automatically hard rebooting %d"
6711
 
msgstr ""
6712
 
 
6713
 
#: nova/virt/xenapi/vmops.py:1380
6714
 
#, python-format
6715
 
msgid "Instance for migration %d not found, skipping"
6716
 
msgstr ""
6717
 
 
6718
 
#: nova/virt/xenapi/vmops.py:1410
 
6559
#: nova/virt/xenapi/vmops.py:1266
 
6560
msgid "Automatically hard rebooting"
 
6561
msgstr ""
 
6562
 
 
6563
#: nova/virt/xenapi/vmops.py:1327
 
6564
#, python-format
 
6565
msgid "Setting migration %(migration_id)s to error: %(reason)s"
 
6566
msgstr ""
 
6567
 
 
6568
#: nova/virt/xenapi/vmops.py:1338
 
6569
#, python-format
 
6570
msgid ""
 
6571
"Automatically confirming migration %(migration_id)s for instance "
 
6572
"%(instance_uuid)s"
 
6573
msgstr ""
 
6574
 
 
6575
#: nova/virt/xenapi/vmops.py:1343
 
6576
#, python-format
 
6577
msgid "Instance %(instance_uuid)s not found"
 
6578
msgstr ""
 
6579
 
 
6580
#: nova/virt/xenapi/vmops.py:1347
 
6581
msgid "In ERROR state"
 
6582
msgstr ""
 
6583
 
 
6584
#: nova/virt/xenapi/vmops.py:1353
 
6585
#, python-format
 
6586
msgid "In %(task_state)s task_state, not RESIZE_VERIFY"
 
6587
msgstr ""
 
6588
 
 
6589
#: nova/virt/xenapi/vmops.py:1360
 
6590
#, python-format
 
6591
msgid "Error auto-confirming resize: %(e)s. Will retry later."
 
6592
msgstr ""
 
6593
 
 
6594
#: nova/virt/xenapi/vmops.py:1382
6719
6595
msgid "Could not get bandwidth info."
6720
6596
msgstr ""
6721
6597
 
6722
 
#: nova/virt/xenapi/vmops.py:1461
6723
 
#, python-format
6724
 
msgid "injecting network info to xs for vm: |%s|"
 
6598
#: nova/virt/xenapi/vmops.py:1429
 
6599
msgid "Injecting network info to xenstore"
 
6600
msgstr ""
 
6601
 
 
6602
#: nova/virt/xenapi/vmops.py:1444
 
6603
msgid "Creating vifs"
 
6604
msgstr ""
 
6605
 
 
6606
#: nova/virt/xenapi/vmops.py:1453
 
6607
#, python-format
 
6608
msgid "Creating VIF for network %(network_ref)s"
 
6609
msgstr ""
 
6610
 
 
6611
#: nova/virt/xenapi/vmops.py:1456
 
6612
#, python-format
 
6613
msgid "Created VIF %(vif_ref)s, network %(network_ref)s"
6725
6614
msgstr ""
6726
6615
 
6727
6616
#: nova/virt/xenapi/vmops.py:1479
6728
 
#, python-format
6729
 
msgid "creating vif(s) for vm: |%s|"
6730
 
msgstr ""
6731
 
 
6732
 
#: nova/virt/xenapi/vmops.py:1488
6733
 
#, python-format
6734
 
msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s."
6735
 
msgstr ""
6736
 
 
6737
 
#: nova/virt/xenapi/vmops.py:1491
6738
 
#, python-format
6739
 
msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s."
6740
 
msgstr ""
6741
 
 
6742
 
#: nova/virt/xenapi/vmops.py:1520
6743
 
#, python-format
6744
 
msgid "injecting hostname to xs for vm: |%s|"
6745
 
msgstr ""
6746
 
 
6747
 
#: nova/virt/xenapi/vmops.py:1582
6748
 
#, python-format
6749
 
msgid ""
6750
 
"The agent call to %(method)s returned an invalid response: %(ret)r. VM "
6751
 
"id=%(instance_uuid)s; path=%(path)s; args=%(addl_args)r"
6752
 
msgstr ""
6753
 
 
6754
 
#: nova/virt/xenapi/vmops.py:1604
6755
 
#, python-format
6756
 
msgid ""
6757
 
"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_uuid)s; "
 
6617
msgid "Injecting hostname to xenstore"
 
6618
msgstr ""
 
6619
 
 
6620
#: nova/virt/xenapi/vmops.py:1504
 
6621
#, python-format
 
6622
msgid ""
 
6623
"The agent call to %(method)s returned an invalid response: %(ret)r. "
 
6624
"path=%(path)s; args=%(args)r"
 
6625
msgstr ""
 
6626
 
 
6627
#: nova/virt/xenapi/vmops.py:1525
 
6628
#, python-format
 
6629
msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r"
 
6630
msgstr ""
 
6631
 
 
6632
#: nova/virt/xenapi/vmops.py:1529
 
6633
#, python-format
 
6634
msgid ""
 
6635
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. "
6758
6636
"args=%(args)r"
6759
6637
msgstr ""
6760
6638
 
6761
 
#: nova/virt/xenapi/vmops.py:1608
6762
 
#, python-format
6763
 
msgid ""
6764
 
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM"
6765
 
" id=%(instance_uuid)s; args=%(args)r"
6766
 
msgstr ""
6767
 
 
6768
 
#: nova/virt/xenapi/vmops.py:1613
6769
 
#, python-format
6770
 
msgid ""
6771
 
"The call to %(method)s returned an error: %(e)s. VM id=%(instance_uuid)s;"
6772
 
" args=%(args)r"
6773
 
msgstr ""
6774
 
 
6775
 
#: nova/virt/xenapi/vmops.py:1799
 
6639
#: nova/virt/xenapi/vmops.py:1534
 
6640
#, python-format
 
6641
msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r"
 
6642
msgstr ""
 
6643
 
 
6644
#: nova/virt/xenapi/vmops.py:1620
6776
6645
#, python-format
6777
6646
msgid "OpenSSL error: %s"
6778
6647
msgstr ""
6805
6674
msgstr ""
6806
6675
 
6807
6676
#: nova/virt/xenapi/volume_utils.py:103 nova/virt/xenapi/volume_utils.py:170
6808
 
#: nova/virt/xenapi/volumeops.py:156
 
6677
#: nova/virt/xenapi/volumeops.py:153
6809
6678
#, python-format
6810
6679
msgid "Introduced %(label)s as %(sr_ref)s."
6811
6680
msgstr ""
6818
6687
msgid "Plugging SR"
6819
6688
msgstr ""
6820
6689
 
6821
 
#: nova/virt/xenapi/volume_utils.py:116 nova/virt/xenapi/volumeops.py:160
 
6690
#: nova/virt/xenapi/volume_utils.py:116 nova/virt/xenapi/volumeops.py:157
6822
6691
msgid "Unable to introduce Storage Repository"
6823
6692
msgstr ""
6824
6693
 
6825
 
#: nova/virt/xenapi/volume_utils.py:127 nova/virt/xenapi/volumeops.py:50
 
6694
#: nova/virt/xenapi/volume_utils.py:127 nova/virt/xenapi/volumeops.py:47
6826
6695
msgid "Unable to get SR using uuid"
6827
6696
msgstr ""
6828
6697
 
6890
6759
msgid "Mountpoint cannot be translated: %s"
6891
6760
msgstr ""
6892
6761
 
6893
 
#: nova/virt/xenapi/volumeops.py:64
 
6762
#: nova/virt/xenapi/volumeops.py:61
6894
6763
msgid "Could not find VDI ref"
6895
6764
msgstr ""
6896
6765
 
6897
 
#: nova/virt/xenapi/volumeops.py:69
 
6766
#: nova/virt/xenapi/volumeops.py:66
6898
6767
#, python-format
6899
6768
msgid "Creating SR %s"
6900
6769
msgstr ""
6901
6770
 
 
6771
#: nova/virt/xenapi/volumeops.py:70
 
6772
msgid "Could not create SR"
 
6773
msgstr ""
 
6774
 
6902
6775
#: nova/virt/xenapi/volumeops.py:73
6903
 
msgid "Could not create SR"
6904
 
msgstr ""
6905
 
 
6906
 
#: nova/virt/xenapi/volumeops.py:76
6907
6776
msgid "Could not retrieve SR record"
6908
6777
msgstr ""
6909
6778
 
6910
 
#: nova/virt/xenapi/volumeops.py:81
 
6779
#: nova/virt/xenapi/volumeops.py:78
6911
6780
#, python-format
6912
6781
msgid "Introducing SR %s"
6913
6782
msgstr ""
6914
6783
 
6915
 
#: nova/virt/xenapi/volumeops.py:85
 
6784
#: nova/virt/xenapi/volumeops.py:82
6916
6785
msgid "SR found in xapi database. No need to introduce"
6917
6786
msgstr ""
6918
6787
 
6919
 
#: nova/virt/xenapi/volumeops.py:90
 
6788
#: nova/virt/xenapi/volumeops.py:87
6920
6789
msgid "Could not introduce SR"
6921
6790
msgstr ""
6922
6791
 
6923
 
#: nova/virt/xenapi/volumeops.py:94
 
6792
#: nova/virt/xenapi/volumeops.py:91
6924
6793
#, python-format
6925
6794
msgid "Checking for SR %s"
6926
6795
msgstr ""
6927
6796
 
6928
 
#: nova/virt/xenapi/volumeops.py:106
 
6797
#: nova/virt/xenapi/volumeops.py:103
6929
6798
#, python-format
6930
6799
msgid "SR %s not found in the xapi database"
6931
6800
msgstr ""
6932
6801
 
6933
 
#: nova/virt/xenapi/volumeops.py:112
 
6802
#: nova/virt/xenapi/volumeops.py:109
6934
6803
msgid "Could not forget SR"
6935
6804
msgstr ""
6936
6805
 
6937
 
#: nova/virt/xenapi/volumeops.py:121
 
6806
#: nova/virt/xenapi/volumeops.py:118
6938
6807
#, python-format
6939
6808
msgid "Attach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s"
6940
6809
msgstr ""
6941
6810
 
6942
 
#: nova/virt/xenapi/volumeops.py:178
 
6811
#: nova/virt/xenapi/volumeops.py:175
6943
6812
#, python-format
6944
6813
msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s"
6945
6814
msgstr "無法替 instance實例 %(instance_name)s , 建立 VDI 在SR %(sr_ref)s"
6946
6815
 
6947
 
#: nova/virt/xenapi/volumeops.py:189
 
6816
#: nova/virt/xenapi/volumeops.py:186
6948
6817
#, python-format
6949
6818
msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s"
6950
6819
msgstr "無法替 instance實例 %(instance_name)s ,  使用SR %(sr_ref)s"
6951
6820
 
 
6821
#: nova/virt/xenapi/volumeops.py:194
 
6822
#, python-format
 
6823
msgid "Unable to attach volume to instance %s"
 
6824
msgstr "無法掛載Volume 到虛擬機器 %s"
 
6825
 
6952
6826
#: nova/virt/xenapi/volumeops.py:197
6953
6827
#, python-format
6954
 
msgid "Unable to attach volume to instance %s"
6955
 
msgstr "無法掛載Volume 到虛擬機器 %s"
6956
 
 
6957
 
#: nova/virt/xenapi/volumeops.py:200
6958
 
#, python-format
6959
6828
msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s"
6960
6829
msgstr "掛載點 %(mountpoint)s 掛載到虛擬機器 %(instance_name)s"
6961
6830
 
6962
 
#: nova/virt/xenapi/volumeops.py:210
 
6831
#: nova/virt/xenapi/volumeops.py:207
6963
6832
#, python-format
6964
6833
msgid "Detach_volume: %(instance_name)s, %(mountpoint)s"
6965
6834
msgstr "卸載_Volume: %(instance_name)s, %(mountpoint)s"
6966
6835
 
6967
 
#: nova/virt/xenapi/volumeops.py:219
 
6836
#: nova/virt/xenapi/volumeops.py:216
6968
6837
#, python-format
6969
6838
msgid "Unable to locate volume %s"
6970
6839
msgstr "找不到Volume %s"
6971
6840
 
6972
 
#: nova/virt/xenapi/volumeops.py:227
 
6841
#: nova/virt/xenapi/volumeops.py:224
6973
6842
#, python-format
6974
6843
msgid "Unable to detach volume %s"
6975
6844
msgstr "無法卸載 Volume %s"
6976
6845
 
6977
 
#: nova/virt/xenapi/volumeops.py:232
 
6846
#: nova/virt/xenapi/volumeops.py:229
6978
6847
#, python-format
6979
6848
msgid "Unable to destroy vbd %s"
6980
6849
msgstr ""
6981
6850
 
6982
 
#: nova/virt/xenapi/volumeops.py:239
 
6851
#: nova/virt/xenapi/volumeops.py:236
6983
6852
#, python-format
6984
6853
msgid "Error purging SR %s"
6985
6854
msgstr ""
6986
6855
 
6987
 
#: nova/virt/xenapi/volumeops.py:241
 
6856
#: nova/virt/xenapi/volumeops.py:238
6988
6857
#, python-format
6989
6858
msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s"
6990
6859
msgstr "掛載點 %(mountpoint)s 從虛擬機器 %(instance_name)s 卸載"
7060
6929
msgid "Volume Snapshot status must be available or error"
7061
6930
msgstr "Volume 狀態需要可被使用"
7062
6931
 
7063
 
#: nova/volume/driver.py:89
 
6932
#: nova/volume/driver.py:96
7064
6933
#, python-format
7065
6934
msgid "Recovering from a failed execute.  Try number %s"
7066
6935
msgstr ""
7067
6936
 
7068
 
#: nova/volume/driver.py:99
 
6937
#: nova/volume/driver.py:106
7069
6938
#, python-format
7070
6939
msgid "volume group %s doesn't exist"
7071
6940
msgstr ""
7072
6941
 
7073
 
#: nova/volume/driver.py:263
 
6942
#: nova/volume/driver.py:270
7074
6943
#, python-format
7075
6944
msgid "Skipping ensure_export. No iscsi_target provisioned for volume: %d"
7076
6945
msgstr ""
7077
6946
 
7078
 
#: nova/volume/driver.py:311
 
6947
#: nova/volume/driver.py:318
7079
6948
#, python-format
7080
6949
msgid "Skipping remove_export. No iscsi_target provisioned for volume: %d"
7081
6950
msgstr ""
7082
6951
 
7083
 
#: nova/volume/driver.py:320
 
6952
#: nova/volume/driver.py:327
7084
6953
#, python-format
7085
6954
msgid ""
7086
6955
"Skipping remove_export. No iscsi_target is presently exported for volume:"
7087
6956
" %d"
7088
6957
msgstr ""
7089
6958
 
7090
 
#: nova/volume/driver.py:330
 
6959
#: nova/volume/driver.py:337
7091
6960
msgid "ISCSI provider_location not stored, using discovery"
7092
6961
msgstr ""
7093
6962
 
7094
 
#: nova/volume/driver.py:377
 
6963
#: nova/volume/driver.py:384
7095
6964
#, python-format
7096
6965
msgid "Could not find iSCSI export  for volume %s"
7097
6966
msgstr ""
7098
6967
 
7099
 
#: nova/volume/driver.py:381
 
6968
#: nova/volume/driver.py:388
7100
6969
#, python-format
7101
6970
msgid "ISCSI Discovery: Found %s"
7102
6971
msgstr ""
7103
6972
 
7104
 
#: nova/volume/driver.py:459
 
6973
#: nova/volume/driver.py:466
7105
6974
#, python-format
7106
6975
msgid "Cannot confirm exported volume id:%(volume_id)s."
7107
6976
msgstr ""
7108
6977
 
7109
 
#: nova/volume/driver.py:486
 
6978
#: nova/volume/driver.py:493
7110
6979
#, python-format
7111
6980
msgid "FAKE ISCSI: %s"
7112
6981
msgstr ""
7113
6982
 
7114
 
#: nova/volume/driver.py:498
 
6983
#: nova/volume/driver.py:505
7115
6984
#, python-format
7116
6985
msgid "rbd has no pool %s"
7117
6986
msgstr ""
7118
6987
 
7119
 
#: nova/volume/driver.py:568
 
6988
#: nova/volume/driver.py:579
7120
6989
#, python-format
7121
6990
msgid "Sheepdog is not working: %s"
7122
6991
msgstr ""
7123
6992
 
7124
 
#: nova/volume/driver.py:570
 
6993
#: nova/volume/driver.py:582
7125
6994
msgid "Sheepdog is not working"
7126
6995
msgstr ""
7127
6996
 
7128
 
#: nova/volume/driver.py:669 nova/volume/driver.py:674
 
6997
#: nova/volume/driver.py:681 nova/volume/driver.py:686
7129
6998
#, python-format
7130
6999
msgid "LoggingVolumeDriver: %s"
7131
7000
msgstr ""
7132
7001
 
7133
 
#: nova/volume/manager.py:96
 
7002
#: nova/volume/manager.py:98
7134
7003
#, python-format
7135
7004
msgid "Re-exporting %s volumes"
7136
7005
msgstr ""
7137
7006
 
7138
 
#: nova/volume/manager.py:101
 
7007
#: nova/volume/manager.py:103
7139
7008
#, python-format
7140
7009
msgid "volume %s: skipping export"
7141
7010
msgstr ""
7142
7011
 
7143
 
#: nova/volume/manager.py:107
 
7012
#: nova/volume/manager.py:109
7144
7013
#, python-format
7145
7014
msgid "volume %s: creating"
7146
7015
msgstr ""
7147
7016
 
7148
 
#: nova/volume/manager.py:119
 
7017
#: nova/volume/manager.py:121
7149
7018
#, python-format
7150
7019
msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG"
7151
7020
msgstr ""
7152
7021
 
7153
 
#: nova/volume/manager.py:131
 
7022
#: nova/volume/manager.py:133
7154
7023
#, python-format
7155
7024
msgid "volume %s: creating export"
7156
7025
msgstr ""
7157
7026
 
7158
 
#: nova/volume/manager.py:144
 
7027
#: nova/volume/manager.py:146
7159
7028
#, python-format
7160
7029
msgid "volume %s: created successfully"
7161
7030
msgstr ""
7162
7031
 
7163
 
#: nova/volume/manager.py:153
 
7032
#: nova/volume/manager.py:155
7164
7033
msgid "Volume is still attached"
7165
7034
msgstr ""
7166
7035
 
7167
 
#: nova/volume/manager.py:155
 
7036
#: nova/volume/manager.py:157
7168
7037
msgid "Volume is not local to this node"
7169
7038
msgstr ""
7170
7039
 
7171
 
#: nova/volume/manager.py:159
 
7040
#: nova/volume/manager.py:162
7172
7041
#, python-format
7173
7042
msgid "volume %s: removing export"
7174
7043
msgstr ""
7175
7044
 
7176
 
#: nova/volume/manager.py:161
 
7045
#: nova/volume/manager.py:164
7177
7046
#, python-format
7178
7047
msgid "volume %s: deleting"
7179
7048
msgstr ""
7180
7049
 
7181
 
#: nova/volume/manager.py:164
 
7050
#: nova/volume/manager.py:167
7182
7051
#, python-format
7183
7052
msgid "volume %s: volume is busy"
7184
7053
msgstr ""
7185
7054
 
7186
 
#: nova/volume/manager.py:176
 
7055
#: nova/volume/manager.py:179
7187
7056
#, python-format
7188
7057
msgid "volume %s: deleted successfully"
7189
7058
msgstr ""
7190
7059
 
7191
 
#: nova/volume/manager.py:183
 
7060
#: nova/volume/manager.py:186
7192
7061
#, python-format
7193
7062
msgid "snapshot %s: creating"
7194
7063
msgstr ""
7195
7064
 
7196
 
#: nova/volume/manager.py:187
 
7065
#: nova/volume/manager.py:190
7197
7066
#, python-format
7198
7067
msgid "snapshot %(snap_name)s: creating"
7199
7068
msgstr ""
7200
7069
 
7201
 
#: nova/volume/manager.py:202
 
7070
#: nova/volume/manager.py:205
7202
7071
#, python-format
7203
7072
msgid "snapshot %s: created successfully"
7204
7073
msgstr ""
7205
7074
 
7206
 
#: nova/volume/manager.py:211
 
7075
#: nova/volume/manager.py:214
7207
7076
#, python-format
7208
7077
msgid "snapshot %s: deleting"
7209
7078
msgstr ""
7210
7079
 
7211
 
#: nova/volume/manager.py:214
 
7080
#: nova/volume/manager.py:217
7212
7081
#, python-format
7213
7082
msgid "snapshot %s: snapshot is busy"
7214
7083
msgstr ""
7215
7084
 
7216
 
#: nova/volume/manager.py:226
 
7085
#: nova/volume/manager.py:229
7217
7086
#, python-format
7218
7087
msgid "snapshot %s: deleted successfully"
7219
7088
msgstr ""
7220
7089
 
7221
 
#: nova/volume/manager.py:310
 
7090
#: nova/volume/manager.py:319
7222
7091
msgid "Checking volume capabilities"
7223
7092
msgstr ""
7224
7093
 
7225
 
#: nova/volume/manager.py:314
 
7094
#: nova/volume/manager.py:323
7226
7095
#, python-format
7227
7096
msgid "New capabilities found: %s"
7228
7097
msgstr ""
7229
7098
 
7230
 
#: nova/volume/manager.py:325
 
7099
#: nova/volume/manager.py:334
7231
7100
msgid "Clear capabilities"
7232
7101
msgstr ""
7233
7102
 
7234
 
#: nova/volume/manager.py:329
 
7103
#: nova/volume/manager.py:338
7235
7104
#, python-format
7236
7105
msgid "Notification {%s} received"
7237
7106
msgstr ""
7259
7128
msgid "Failed to provision dataset member"
7260
7129
msgstr ""
7261
7130
 
7262
 
#: nova/volume/netapp.py:252
 
7131
#: nova/volume/netapp.py:253
7263
7132
msgid "No LUN was created by the provision job"
7264
7133
msgstr ""
7265
7134
 
7266
 
#: nova/volume/netapp.py:261 nova/volume/netapp.py:433
 
7135
#: nova/volume/netapp.py:263 nova/volume/netapp.py:435
7267
7136
#, fuzzy, python-format
7268
7137
msgid "Failed to find LUN ID for volume %s"
7269
7138
msgstr "找不到Volume %s"
7270
7139
 
7271
 
#: nova/volume/netapp.py:280
 
7140
#: nova/volume/netapp.py:282
7272
7141
msgid "Failed to remove and delete dataset member"
7273
7142
msgstr ""
7274
7143
 
7275
 
#: nova/volume/netapp.py:603 nova/volume/netapp.py:657
 
7144
#: nova/volume/netapp.py:605 nova/volume/netapp.py:659
7276
7145
#, fuzzy, python-format
7277
7146
msgid "No LUN ID for volume %s"
7278
7147
msgstr "找不到Volume %s"
7279
7148
 
7280
 
#: nova/volume/netapp.py:607 nova/volume/netapp.py:661
 
7149
#: nova/volume/netapp.py:609 nova/volume/netapp.py:663
7281
7150
#, python-format
7282
7151
msgid "Failed to get LUN details for LUN ID %s"
7283
7152
msgstr ""
7284
7153
 
7285
 
#: nova/volume/netapp.py:614
 
7154
#: nova/volume/netapp.py:616
7286
7155
#, python-format
7287
7156
msgid "Failed to get host details for host ID %s"
7288
7157
msgstr ""
7289
7158
 
7290
 
#: nova/volume/netapp.py:620
 
7159
#: nova/volume/netapp.py:622
7291
7160
#, python-format
7292
7161
msgid "Failed to get target portal for filer: %s"
7293
7162
msgstr ""
7294
7163
 
7295
 
#: nova/volume/netapp.py:625
 
7164
#: nova/volume/netapp.py:627
7296
7165
#, python-format
7297
7166
msgid "Failed to get target IQN for filer: %s"
7298
7167
msgstr ""
7299
7168
 
7300
 
#: nova/volume/san.py:113 nova/volume/san.py:151
 
7169
#: nova/volume/san.py:114 nova/volume/san.py:153
7301
7170
msgid "Specify san_password or san_private_key"
7302
7171
msgstr ""
7303
7172
 
7304
 
#: nova/volume/san.py:156
 
7173
#: nova/volume/san.py:158
7305
7174
msgid "san_ip must be set"
7306
7175
msgstr ""
7307
7176
 
7308
 
#: nova/volume/san.py:320
 
7177
#: nova/volume/san.py:229
 
7178
#, python-format
 
7179
msgid "Cannot parse list-view output: %s"
 
7180
msgstr ""
 
7181
 
 
7182
#: nova/volume/san.py:323
7309
7183
#, python-format
7310
7184
msgid "LUID not found for %(zfs_poolname)s. Output=%(out)s"
7311
7185
msgstr ""
7312
7186
 
7313
 
#: nova/volume/san.py:452
 
7187
#: nova/volume/san.py:455
7314
7188
#, python-format
7315
7189
msgid "CLIQ command returned %s"
7316
7190
msgstr ""
7317
7191
 
7318
 
#: nova/volume/san.py:458
 
7192
#: nova/volume/san.py:461
7319
7193
#, python-format
7320
7194
msgid "Malformed response to CLIQ command %(verb)s %(cliq_args)s. Result=%(out)s"
7321
7195
msgstr ""
7322
7196
 
7323
 
#: nova/volume/san.py:466
 
7197
#: nova/volume/san.py:469
7324
7198
#, python-format
7325
7199
msgid "Error running CLIQ command %(verb)s %(cliq_args)s.  Result=%(out)s"
7326
7200
msgstr ""
7327
7201
 
7328
 
#: nova/volume/san.py:496
 
7202
#: nova/volume/san.py:499
7329
7203
#, python-format
7330
7204
msgid ""
7331
7205
"Unexpected number of virtual ips for cluster  %(cluster_name)s. "
7332
7206
"Result=%(_xml)s"
7333
7207
msgstr ""
7334
7208
 
7335
 
#: nova/volume/san.py:549
 
7209
#: nova/volume/san.py:552
7336
7210
#, python-format
7337
7211
msgid "Volume info: %(volume_name)s => %(volume_attributes)s"
7338
7212
msgstr ""
7339
7213
 
7340
 
#: nova/volume/san.py:594
 
7214
#: nova/volume/san.py:605
7341
7215
msgid "local_path not supported"
7342
7216
msgstr ""
7343
7217
 
7344
 
#: nova/volume/san.py:626
7345
 
#, python-format
7346
 
msgid "Could not determine project for volume %s, can't export"
7347
 
msgstr ""
7348
 
 
7349
 
#: nova/volume/san.py:696
 
7218
#: nova/volume/san.py:688
7350
7219
#, python-format
7351
7220
msgid "Payload for SolidFire API call: %s"
7352
7221
msgstr ""
7353
7222
 
7354
 
#: nova/volume/san.py:713
 
7223
#: nova/volume/san.py:705
7355
7224
#, python-format
7356
7225
msgid "Call to json.loads() raised an exception: %s"
7357
7226
msgstr ""
7358
7227
 
7359
 
#: nova/volume/san.py:718
 
7228
#: nova/volume/san.py:710
7360
7229
#, python-format
7361
7230
msgid "Results of SolidFire API call: %s"
7362
7231
msgstr ""
7363
7232
 
7364
 
#: nova/volume/san.py:732
 
7233
#: nova/volume/san.py:724
7365
7234
#, python-format
7366
7235
msgid "Found solidfire account: %s"
7367
7236
msgstr ""
7368
7237
 
7369
 
#: nova/volume/san.py:746
 
7238
#: nova/volume/san.py:738
7370
7239
#, python-format
7371
7240
msgid "solidfire account: %s does not exist, create it..."
7372
7241
msgstr ""
7373
7242
 
7374
 
#: nova/volume/san.py:804
 
7243
#: nova/volume/san.py:796
7375
7244
msgid "Enter SolidFire create_volume..."
7376
7245
msgstr ""
7377
7246
 
7378
 
#: nova/volume/san.py:846
 
7247
#: nova/volume/san.py:838
7379
7248
msgid "Leaving SolidFire create_volume"
7380
7249
msgstr ""
7381
7250
 
7382
 
#: nova/volume/san.py:861
 
7251
#: nova/volume/san.py:853
7383
7252
msgid "Enter SolidFire delete_volume..."
7384
7253
msgstr ""
7385
7254
 
 
7255
#: nova/volume/san.py:872
 
7256
#, python-format
 
7257
msgid "Deleting volumeID: %s"
 
7258
msgstr ""
 
7259
 
7386
7260
#: nova/volume/san.py:880
7387
 
#, python-format
7388
 
msgid "Deleting volumeID: %s "
7389
 
msgstr ""
7390
 
 
7391
 
#: nova/volume/san.py:888
7392
7261
msgid "Leaving SolidFire delete_volume"
7393
7262
msgstr ""
7394
7263
 
7395
 
#: nova/volume/san.py:891
 
7264
#: nova/volume/san.py:883
7396
7265
msgid "Executing SolidFire ensure_export..."
7397
7266
msgstr ""
7398
7267
 
7399
 
#: nova/volume/san.py:895
 
7268
#: nova/volume/san.py:887
7400
7269
msgid "Executing SolidFire create_export..."
7401
7270
msgstr ""
7402
7271
 
7450
7319
msgid "XenSMDriver requires xenapi connection"
7451
7320
msgstr ""
7452
7321
 
7453
 
#: nova/volume/xensm.py:110
 
7322
#: nova/volume/xensm.py:111
7454
7323
msgid "Failed to initiate session"
7455
7324
msgstr ""
7456
7325
 
7457
 
#: nova/volume/xensm.py:142
 
7326
#: nova/volume/xensm.py:143
7458
7327
#, python-format
7459
7328
msgid "Volume will be created in backend - %d"
7460
7329
msgstr ""
7461
7330
 
7462
 
#: nova/volume/xensm.py:154
 
7331
#: nova/volume/xensm.py:155
7463
7332
msgid "Failed to update volume in db"
7464
7333
msgstr ""
7465
7334
 
7466
 
#: nova/volume/xensm.py:157
 
7335
#: nova/volume/xensm.py:159
7467
7336
msgid "Unable to create volume"
7468
7337
msgstr ""
7469
7338
 
7470
 
#: nova/volume/xensm.py:171
 
7339
#: nova/volume/xensm.py:173
7471
7340
msgid "Failed to delete vdi"
7472
7341
msgstr ""
7473
7342
 
7474
 
#: nova/volume/xensm.py:177
 
7343
#: nova/volume/xensm.py:179
7475
7344
msgid "Failed to delete volume in db"
7476
7345
msgstr ""
7477
7346
 
7478
 
#: nova/volume/xensm.py:210
 
7347
#: nova/volume/xensm.py:212
7479
7348
msgid "Failed to find volume in db"
7480
7349
msgstr ""
7481
7350
 
7482
 
#: nova/volume/xensm.py:221
 
7351
#: nova/volume/xensm.py:223
7483
7352
msgid "Failed to find backend in db"
7484
7353
msgstr ""
7485
7354
 
7560
7429
"gone: %(exc)s"
7561
7430
msgstr ""
7562
7431
 
 
7432
#~ msgid "Volume service is unavailable at this time."
 
7433
#~ msgstr ""
 
7434
 
7563
7435
#~ msgid "Unable to locate account %(account_name) on Solidfire device"
7564
7436
#~ msgstr ""
7565
7437
 
7581
7453
#~ msgid "Detected existing vlan with id %(vlan)"
7582
7454
#~ msgstr ""
7583
7455
 
 
7456
#~ msgid "Inner Exception: %s"
 
7457
#~ msgstr ""
 
7458
 
7584
7459
#~ msgid ""
7585
7460
#~ "Attempting to grab semaphore \"%(lock)s\" "
7586
7461
#~ "for method \"%(method)s\"...lock"
7597
7472
#~ msgid "Got file lock \"%(lock)s\" for method \"%(method)s\"...lock"
7598
7473
#~ msgstr ""
7599
7474
 
 
7475
#~ msgid "Original exception being dropped"
 
7476
#~ msgstr ""
 
7477
 
 
7478
#~ msgid "Stopping raw TCP server."
 
7479
#~ msgstr ""
 
7480
 
 
7481
#~ msgid "Starting TCP server %(arg0)s on %(host)s:%(port)s"
 
7482
#~ msgstr ""
 
7483
 
 
7484
#~ msgid "not available"
 
7485
#~ msgstr ""
 
7486
 
 
7487
#~ msgid "Returned non-serializeable type: %s"
 
7488
#~ msgstr ""
 
7489
 
 
7490
#~ msgid "%(user_id)s could not be found with token '%(token)s'"
 
7491
#~ msgstr ""
 
7492
 
 
7493
#~ msgid "%(user_id)s must be an admin or a member of %(project_id)s"
 
7494
#~ msgstr ""
 
7495
 
 
7496
#~ msgid "Authentication requests must be made against a version root (e.g. /v2)."
 
7497
#~ msgstr ""
 
7498
 
 
7499
#~ msgid "Could not find %s in request."
 
7500
#~ msgstr ""
 
7501
 
 
7502
#~ msgid "Successfully authenticated '%s'"
 
7503
#~ msgstr ""
 
7504
 
 
7505
#~ msgid "User not found with provided API key."
 
7506
#~ msgstr ""
 
7507
 
 
7508
#~ msgid "Provided API key is valid, but not for user '%(username)s'"
 
7509
#~ msgstr ""
 
7510
 
 
7511
#~ msgid "Associate floating ip failed"
 
7512
#~ msgstr ""
 
7513
 
7600
7514
#~ msgid "Parent group id and group id cannot be same"
7601
7515
#~ msgstr ""
7602
7516
 
 
7517
#~ msgid "start instance %r"
 
7518
#~ msgstr ""
 
7519
 
 
7520
#~ msgid "stop instance %r"
 
7521
#~ msgstr ""
 
7522
 
7603
7523
#~ msgid "No body provided"
7604
7524
#~ msgstr ""
7605
7525
 
7648
7568
#~ msgid "Index instances for VSA %s"
7649
7569
#~ msgstr ""
7650
7570
 
 
7571
#~ msgid "Quota exceeded for %(pid)s, metadata property key or value too long"
 
7572
#~ msgstr ""
 
7573
 
7651
7574
#~ msgid "Quota exceeded for %(pid)s, tried to run %(min_count)s instances"
7652
7575
#~ msgstr ""
7653
7576
 
7662
7585
#~ "type."
7663
7586
#~ msgstr ""
7664
7587
 
 
7588
#~ msgid "Creating a raw instance"
 
7589
#~ msgstr ""
 
7590
 
 
7591
#~ msgid "Using Kernel=%(kernel_id)s, Ramdisk=%(ramdisk_id)s"
 
7592
#~ msgstr ""
 
7593
 
7665
7594
#~ msgid "Going to try to soft delete %s"
7666
7595
#~ msgstr ""
7667
7596
 
7678
7607
#~ msgstr ""
7679
7608
 
7680
7609
#~ msgid ""
 
7610
#~ "check_instance_lock: arguments: |%(self)s| "
 
7611
#~ "|%(context)s| |%(instance_uuid)s|"
 
7612
#~ msgstr ""
 
7613
 
 
7614
#~ msgid ""
7681
7615
#~ "Going to force the deletion of the"
7682
7616
#~ " vm %(instance_uuid)s, even if it is"
7683
7617
#~ " deleted"
7693
7627
#~ msgid "exception terminating the instance %(instance_uuid)s"
7694
7628
#~ msgstr ""
7695
7629
 
 
7630
#~ msgid "Instance %s not found."
 
7631
#~ msgstr ""
 
7632
 
7696
7633
#~ msgid "trying to destroy already destroyed instance: %s"
7697
7634
#~ msgstr ""
7698
7635
 
7699
7636
#~ msgid ""
 
7637
#~ "Cannot rebuild instance [%(instance_uuid)s], "
 
7638
#~ "because the given image does not "
 
7639
#~ "exist."
 
7640
#~ msgstr ""
 
7641
 
 
7642
#~ msgid "Cannot rebuild instance [%(instance_uuid)s]: %(exc)s"
 
7643
#~ msgstr ""
 
7644
 
 
7645
#~ msgid "Rebuilding instance %s"
 
7646
#~ msgstr ""
 
7647
 
 
7648
#~ msgid "Rebooting instance %s"
 
7649
#~ msgstr ""
 
7650
 
 
7651
#~ msgid ""
 
7652
#~ "trying to reboot a non-running "
 
7653
#~ "instance: %(instance_uuid)s (state: %(state)s "
 
7654
#~ "expected: %(running)s)"
 
7655
#~ msgstr ""
 
7656
 
 
7657
#~ msgid ""
 
7658
#~ "trying to snapshot a non-running "
 
7659
#~ "instance: %(instance_uuid)s (state: %(state)s "
 
7660
#~ "expected: %(running)s)"
 
7661
#~ msgstr ""
 
7662
 
 
7663
#~ msgid "Instance %s: Root password set"
 
7664
#~ msgstr ""
 
7665
 
 
7666
#~ msgid ""
 
7667
#~ "trying to inject a file into a "
 
7668
#~ "non-running instance: %(instance_uuid)s "
 
7669
#~ "(state: %(current_power_state)s expected: "
 
7670
#~ "%(expected_state)s)"
 
7671
#~ msgstr ""
 
7672
 
 
7673
#~ msgid "instance %(instance_uuid)s: injecting file to %(path)s"
 
7674
#~ msgstr ""
 
7675
 
 
7676
#~ msgid ""
 
7677
#~ "trying to update agent on a "
 
7678
#~ "non-running instance: %(instance_uuid)s (state:"
 
7679
#~ " %(current_power_state)s expected: %(expected_state)s)"
 
7680
#~ msgstr ""
 
7681
 
 
7682
#~ msgid "instance %(instance_uuid)s: updating agent to %(url)s"
 
7683
#~ msgstr ""
 
7684
 
 
7685
#~ msgid "instance %s: rescuing"
 
7686
#~ msgstr ""
 
7687
 
 
7688
#~ msgid "instance %s: unrescuing"
 
7689
#~ msgstr ""
 
7690
 
 
7691
#~ msgid "instance %s: migrating"
 
7692
#~ msgstr ""
 
7693
 
 
7694
#~ msgid "instance %s: pausing"
 
7695
#~ msgstr ""
 
7696
 
 
7697
#~ msgid "instance %s: unpausing"
 
7698
#~ msgstr ""
 
7699
 
 
7700
#~ msgid "instance %s: retrieving diagnostics"
 
7701
#~ msgstr ""
 
7702
 
 
7703
#~ msgid "instance %s: suspending"
 
7704
#~ msgstr ""
 
7705
 
 
7706
#~ msgid "instance %s: resuming"
 
7707
#~ msgstr ""
 
7708
 
 
7709
#~ msgid "instance %s: locking"
 
7710
#~ msgstr ""
 
7711
 
 
7712
#~ msgid "instance %s: unlocking"
 
7713
#~ msgstr ""
 
7714
 
 
7715
#~ msgid "instance %s: getting locked state"
 
7716
#~ msgstr ""
 
7717
 
 
7718
#~ msgid "instance %s: reset network"
 
7719
#~ msgstr ""
 
7720
 
 
7721
#~ msgid "instance %s: inject network info"
 
7722
#~ msgstr ""
 
7723
 
 
7724
#~ msgid "instance %s: getting vnc console"
 
7725
#~ msgstr ""
 
7726
 
 
7727
#~ msgid "Attach failed %(mountpoint)s, removing"
 
7728
#~ msgstr ""
 
7729
 
 
7730
#~ msgid "Detaching volume from unknown instance %s"
 
7731
#~ msgstr ""
 
7732
 
 
7733
#~ msgid ""
7700
7734
#~ "Instance %(name)s found in database but"
7701
7735
#~ " not known by hypervisor. Setting "
7702
7736
#~ "power state to NOSTATE"
7714
7748
#~ "DELETED but still present on host."
7715
7749
#~ msgstr ""
7716
7750
 
 
7751
#~ msgid "python-migrate is not installed. Exiting."
 
7752
#~ msgstr ""
 
7753
 
7717
7754
#~ msgid "SQL connection failed (%(connstring)s). %(attempts)d attempts left."
7718
7755
#~ msgstr ""
7719
7756
 
 
7757
#~ msgid "interface column not added to networks table"
 
7758
#~ msgstr ""
 
7759
 
 
7760
#~ msgid "VIF column not added to fixed_ips table"
 
7761
#~ msgstr ""
 
7762
 
 
7763
#~ msgid "join list for moving mac_addresses |%s|"
 
7764
#~ msgstr ""
 
7765
 
7720
7766
#~ msgid "Can't downgrade without losing data"
7721
7767
#~ msgstr ""
7722
7768
 
 
7769
#~ msgid "foreign key constraint couldn't be added"
 
7770
#~ msgstr ""
 
7771
 
 
7772
#~ msgid "foreign key constraint couldn't be dropped"
 
7773
#~ msgstr ""
 
7774
 
 
7775
#~ msgid "priority column not added to networks table"
 
7776
#~ msgstr ""
 
7777
 
 
7778
#~ msgid "progress column not added to instances table"
 
7779
#~ msgstr ""
 
7780
 
 
7781
#~ msgid ""
 
7782
#~ "Could not cast flavorid to integer: "
 
7783
#~ "%s. Set flavorid to an integer-"
 
7784
#~ "like string to downgrade."
 
7785
#~ msgstr ""
 
7786
 
 
7787
#~ msgid "instance_info_caches tables not dropped"
 
7788
#~ msgstr ""
 
7789
 
 
7790
#~ msgid "progress column not added to compute_nodes table"
 
7791
#~ msgstr ""
 
7792
 
 
7793
#~ msgid "dns_domains table not dropped"
 
7794
#~ msgstr ""
 
7795
 
7723
7796
#~ msgid "Instance %(instance_id)s not found"
7724
7797
#~ msgstr ""
7725
7798
 
 
7799
#~ msgid ""
 
7800
#~ "instance-dns-zone is |%(domain)s|, which"
 
7801
#~ " is in availability zone |%(zone)s|. "
 
7802
#~ "Instance |%(instance)s| is in zone "
 
7803
#~ "|%(zone2)s|. No DNS record will be "
 
7804
#~ "created."
 
7805
#~ msgstr ""
 
7806
 
7726
7807
#~ msgid "Network %s has active ports, cannot delete"
7727
7808
#~ msgstr ""
7728
7809
 
7729
7810
#~ msgid "No fixed IPs to deallocate for vif %sid"
7730
7811
#~ msgstr ""
7731
7812
 
 
7813
#~ msgid "Sending notification on %s..."
 
7814
#~ msgstr ""
 
7815
 
 
7816
#~ msgid ""
 
7817
#~ "AMQP server on %(fl_host)s:%(fl_port)d is "
 
7818
#~ "unreachable: %(e)s. Trying again in "
 
7819
#~ "%(fl_intv)d seconds."
 
7820
#~ msgstr ""
 
7821
 
 
7822
#~ msgid "Unable to connect to AMQP server after %(tries)d tries. Shutting down."
 
7823
#~ msgstr ""
 
7824
 
 
7825
#~ msgid "Reconnected to queue"
 
7826
#~ msgstr ""
 
7827
 
 
7828
#~ msgid "Failed to fetch message from queue: %s"
 
7829
#~ msgstr ""
 
7830
 
 
7831
#~ msgid "Initing the Adapter Consumer for %s"
 
7832
#~ msgstr ""
 
7833
 
 
7834
#~ msgid "Created \"%(exchange)s\" fanout exchange with \"%(key)s\" routing key"
 
7835
#~ msgstr ""
 
7836
 
 
7837
#~ msgid "Exception while processing consumer"
 
7838
#~ msgstr ""
 
7839
 
 
7840
#~ msgid "Creating \"%(exchange)s\" fanout exchange"
 
7841
#~ msgstr ""
 
7842
 
 
7843
#~ msgid "response %s"
 
7844
#~ msgstr ""
 
7845
 
 
7846
#~ msgid "topic is %s"
 
7847
#~ msgstr ""
 
7848
 
 
7849
#~ msgid "message %s"
 
7850
#~ msgstr ""
 
7851
 
 
7852
#~ msgid "Unable to connect to AMQP server: %s "
 
7853
#~ msgstr ""
 
7854
 
7732
7855
#~ msgid ""
7733
7856
#~ "Cannot confirm tmpfile at %(ipath)s is"
7734
7857
#~ " on same shared storage between "
7820
7943
#~ "(available %(max_avail)s %(type_str)s)"
7821
7944
#~ msgstr ""
7822
7945
 
 
7946
#~ msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s"
 
7947
#~ msgstr ""
 
7948
 
 
7949
#~ msgid "Publishing to route %s"
 
7950
#~ msgstr ""
 
7951
 
 
7952
#~ msgid "Declaring queue %s"
 
7953
#~ msgstr ""
 
7954
 
 
7955
#~ msgid "Declaring exchange %s"
 
7956
#~ msgstr ""
 
7957
 
 
7958
#~ msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s"
 
7959
#~ msgstr ""
 
7960
 
 
7961
#~ msgid "Getting from %(queue)s: %(message)s"
 
7962
#~ msgstr ""
 
7963
 
7823
7964
#~ msgid "Test: Emulate wrong VSA name. Raise"
7824
7965
#~ msgstr ""
7825
7966
 
7856
7997
#~ msgid "Test: Volume get: id=%(volume_id)s"
7857
7998
#~ msgstr ""
7858
7999
 
 
8000
#~ msgid "Attempted to unfilter instance %s which is not filtered"
 
8001
#~ msgstr ""
 
8002
 
 
8003
#~ msgid "Filters added to instance %s"
 
8004
#~ msgstr ""
 
8005
 
7859
8006
#~ msgid "Task [%(name)s] %(task)s status: success    %(result)s"
7860
8007
#~ msgstr ""
7861
8008
 
7870
8017
#~ "node_id = %(id)s node_ip = %(ip)s"
7871
8018
#~ msgstr ""
7872
8019
 
 
8020
#~ msgid "no partitions found"
 
8021
#~ msgstr ""
 
8022
 
7873
8023
#~ msgid "virsh said: %r"
7874
8024
#~ msgstr ""
7875
8025
 
7884
8034
#~ ":%s "
7885
8035
#~ msgstr ""
7886
8036
 
 
8037
#~ msgid "Instance %s: Starting migrate_disk_and_power_off"
 
8038
#~ msgstr ""
 
8039
 
7887
8040
#~ msgid "During wait running, %s disappeared."
7888
8041
#~ msgstr ""
7889
8042
 
7890
8043
#~ msgid "Instance %s running successfully."
7891
8044
#~ msgstr ""
7892
8045
 
 
8046
#~ msgid "Instance %s: Starting finish_migration"
 
8047
#~ msgstr ""
 
8048
 
 
8049
#~ msgid "Instance %s: Starting finish_revert_migration"
 
8050
#~ msgstr ""
 
8051
 
7893
8052
#~ msgid "The nwfilter(%(instance_secgroup_filter_name)s) is not found."
7894
8053
#~ msgstr ""
7895
8054
 
7928
8087
#~ msgid "%(container_format)s-%(id)s (%(base_file)s): image is in use"
7929
8088
#~ msgstr ""
7930
8089
 
 
8090
#~ msgid "Failed while unplugging vif of instance '%s'"
 
8091
#~ msgstr ""
 
8092
 
 
8093
#~ msgid "Property %(attr)s not set for the managed object %(objName)s"
 
8094
#~ msgstr ""
 
8095
 
 
8096
#~ msgid "Creating VM with the name %s on the ESX  host"
 
8097
#~ msgstr ""
 
8098
 
 
8099
#~ msgid "Created VM with the name %s on the ESX  host"
 
8100
#~ msgstr ""
 
8101
 
 
8102
#~ msgid "Reconfiguring VM instance %s to attach the image disk"
 
8103
#~ msgstr ""
 
8104
 
 
8105
#~ msgid "Reconfigured VM instance %s to attach the image disk"
 
8106
#~ msgstr ""
 
8107
 
 
8108
#~ msgid "Powering on the VM instance %s"
 
8109
#~ msgstr ""
 
8110
 
 
8111
#~ msgid "Powered on the VM instance %s"
 
8112
#~ msgstr ""
 
8113
 
 
8114
#~ msgid "Creating Snapshot of the VM instance %s "
 
8115
#~ msgstr ""
 
8116
 
 
8117
#~ msgid "Created Snapshot of the VM instance %s "
 
8118
#~ msgstr ""
 
8119
 
 
8120
#~ msgid "Copying disk data before snapshot of the VM  instance %s"
 
8121
#~ msgstr ""
 
8122
 
 
8123
#~ msgid "Copied disk data before snapshot of the VM instance %s"
 
8124
#~ msgstr ""
 
8125
 
 
8126
#~ msgid "Rebooting guest OS of VM %s"
 
8127
#~ msgstr ""
 
8128
 
 
8129
#~ msgid "Rebooted guest OS of VM %s"
 
8130
#~ msgstr ""
 
8131
 
 
8132
#~ msgid "Doing hard reboot of VM %s"
 
8133
#~ msgstr ""
 
8134
 
 
8135
#~ msgid "Did hard reboot of VM %s"
 
8136
#~ msgstr ""
 
8137
 
 
8138
#~ msgid "instance - %s not present"
 
8139
#~ msgstr ""
 
8140
 
 
8141
#~ msgid "Powering off the VM %s"
 
8142
#~ msgstr ""
 
8143
 
 
8144
#~ msgid "Powered off the VM %s"
 
8145
#~ msgstr ""
 
8146
 
 
8147
#~ msgid "Unregistering the VM %s"
 
8148
#~ msgstr ""
 
8149
 
 
8150
#~ msgid "Unregistered the VM %s"
 
8151
#~ msgstr ""
 
8152
 
 
8153
#~ msgid "Deleting contents of the VM %(name)s from datastore %(datastore_name)s"
 
8154
#~ msgstr ""
 
8155
 
 
8156
#~ msgid "Deleted contents of the VM %(name)s from datastore %(datastore_name)s"
 
8157
#~ msgstr ""
 
8158
 
 
8159
#~ msgid "Suspending the VM %s "
 
8160
#~ msgstr ""
 
8161
 
 
8162
#~ msgid "Suspended the VM %s "
 
8163
#~ msgstr ""
 
8164
 
 
8165
#~ msgid ""
 
8166
#~ "VM %s was already in suspended "
 
8167
#~ "state. So returning without doing "
 
8168
#~ "anything"
 
8169
#~ msgstr ""
 
8170
 
 
8171
#~ msgid "Resuming the VM %s"
 
8172
#~ msgstr ""
 
8173
 
 
8174
#~ msgid "Resumed the VM %s "
 
8175
#~ msgstr ""
 
8176
 
 
8177
#~ msgid ""
 
8178
#~ "Reconfiguring VM instance %(name)s to "
 
8179
#~ "set the machine id with ip - "
 
8180
#~ "%(ip_addr)s"
 
8181
#~ msgstr ""
 
8182
 
 
8183
#~ msgid ""
 
8184
#~ "Reconfigured VM instance %(name)s to set"
 
8185
#~ " the machine id with ip - "
 
8186
#~ "%(ip_addr)s"
 
8187
#~ msgstr ""
 
8188
 
 
8189
#~ msgid "Created VM %s..."
 
8190
#~ msgstr ""
 
8191
 
 
8192
#~ msgid "Created VM %(instance_name)s as %(vm_ref)s."
 
8193
#~ msgstr ""
 
8194
 
7931
8195
#~ msgid "Creating a CDROM-specific VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
7932
8196
#~ msgstr ""
7933
8197
 
7939
8203
#~ msgid "No primary VDI found for%(vm_ref)s"
7940
8204
#~ msgstr ""
7941
8205
 
 
8206
#~ msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..."
 
8207
#~ msgstr ""
 
8208
 
 
8209
#~ msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s."
 
8210
#~ msgstr ""
 
8211
 
 
8212
#~ msgid "Fetching image %(image)s"
 
8213
#~ msgstr ""
 
8214
 
 
8215
#~ msgid "Image Type: %s"
 
8216
#~ msgstr ""
 
8217
 
 
8218
#~ msgid "ISO: Found sr possibly containing the ISO image"
 
8219
#~ msgstr ""
 
8220
 
7942
8221
#~ msgid "Size for image %(image)s:%(virtual_size)d"
7943
8222
#~ msgstr ""
7944
8223
 
 
8224
#~ msgid "instance %s: Failed to fetch glance image"
 
8225
#~ msgstr ""
 
8226
 
 
8227
#~ msgid "(VM_UTILS) xenserver vm state -> |%s|"
 
8228
#~ msgstr ""
 
8229
 
 
8230
#~ msgid "(VM_UTILS) xenapi power_state -> |%s|"
 
8231
#~ msgstr ""
 
8232
 
7945
8233
#~ msgid "Creating VBD for VDI %s ... "
7946
8234
#~ msgstr ""
7947
8235
 
7966
8254
#~ msgid "Ignoring XenAPI.Failure %s"
7967
8255
#~ msgstr ""
7968
8256
 
 
8257
#~ msgid "Attempted to power on non-existent instance bad instance id %s"
 
8258
#~ msgstr ""
 
8259
 
 
8260
#~ msgid "Starting instance %s"
 
8261
#~ msgstr ""
 
8262
 
7969
8263
#~ msgid "instance %s: Failed to spawn"
7970
8264
#~ msgstr ""
7971
8265
 
7975
8269
#~ msgid "instance %s: Failed to spawn - Unable to create VM"
7976
8270
#~ msgstr ""
7977
8271
 
 
8272
#~ msgid ""
 
8273
#~ "Auto configuring disk for instance "
 
8274
#~ "%(instance_uuid)s, attempting to resize "
 
8275
#~ "partition..."
 
8276
#~ msgstr ""
 
8277
 
 
8278
#~ msgid "Invalid value for injected_files: '%s'"
 
8279
#~ msgstr ""
 
8280
 
 
8281
#~ msgid "Starting VM %s..."
 
8282
#~ msgstr ""
 
8283
 
 
8284
#~ msgid "Spawning VM %(instance_uuid)s created %(vm_ref)s."
 
8285
#~ msgstr ""
 
8286
 
 
8287
#~ msgid "Instance %s: waiting for running"
 
8288
#~ msgstr ""
 
8289
 
 
8290
#~ msgid "Instance %s: running"
 
8291
#~ msgstr ""
 
8292
 
7978
8293
#~ msgid "Resources to remove:%s"
7979
8294
#~ msgstr ""
7980
8295
 
7984
8299
#~ msgid "Skipping VDI destroy for %s"
7985
8300
#~ msgstr ""
7986
8301
 
 
8302
#~ msgid "No opaque_ref could be determined for '%s'."
 
8303
#~ msgstr ""
 
8304
 
 
8305
#~ msgid "Finished snapshot and upload for VM %s"
 
8306
#~ msgstr ""
 
8307
 
 
8308
#~ msgid "Starting snapshot for VM %s"
 
8309
#~ msgstr ""
 
8310
 
 
8311
#~ msgid "Unable to Snapshot instance %(instance_uuid)s: %(exc)s"
 
8312
#~ msgstr ""
 
8313
 
 
8314
#~ msgid "Updating instance '%(instance_uuid)s' progress to %(progress)d"
 
8315
#~ msgstr ""
 
8316
 
 
8317
#~ msgid "Resize instance %s complete"
 
8318
#~ msgstr ""
 
8319
 
 
8320
#~ msgid "domid changed from %(olddomid)s to %(newdomid)s"
 
8321
#~ msgstr ""
 
8322
 
 
8323
#~ msgid "VM %(instance_uuid)s already halted,skipping shutdown..."
 
8324
#~ msgstr ""
 
8325
 
 
8326
#~ msgid "Shutting down VM for Instance %(instance_uuid)s"
 
8327
#~ msgstr ""
 
8328
 
7987
8329
#~ msgid "Destroying VDIs for Instance %(instance_uuid)s"
7988
8330
#~ msgstr ""
7989
8331
 
 
8332
#~ msgid ""
 
8333
#~ "Instance %(instance_uuid)s using RAW or "
 
8334
#~ "VHD, skipping kernel and ramdisk "
 
8335
#~ "deletion"
 
8336
#~ msgstr ""
 
8337
 
 
8338
#~ msgid "Instance %(instance_uuid)s VM destroyed"
 
8339
#~ msgstr ""
 
8340
 
 
8341
#~ msgid "Destroying VM for Instance %(instance_uuid)s"
 
8342
#~ msgstr ""
 
8343
 
 
8344
#~ msgid "Automatically hard rebooting %d"
 
8345
#~ msgstr ""
 
8346
 
 
8347
#~ msgid "Instance for migration %d not found, skipping"
 
8348
#~ msgstr ""
 
8349
 
 
8350
#~ msgid "injecting network info to xs for vm: |%s|"
 
8351
#~ msgstr ""
 
8352
 
 
8353
#~ msgid "creating vif(s) for vm: |%s|"
 
8354
#~ msgstr ""
 
8355
 
 
8356
#~ msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s."
 
8357
#~ msgstr ""
 
8358
 
 
8359
#~ msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s."
 
8360
#~ msgstr ""
 
8361
 
 
8362
#~ msgid "injecting hostname to xs for vm: |%s|"
 
8363
#~ msgstr ""
 
8364
 
 
8365
#~ msgid ""
 
8366
#~ "The agent call to %(method)s returned"
 
8367
#~ " an invalid response: %(ret)r. VM "
 
8368
#~ "id=%(instance_uuid)s; path=%(path)s; args=%(addl_args)r"
 
8369
#~ msgstr ""
 
8370
 
 
8371
#~ msgid ""
 
8372
#~ "TIMEOUT: The call to %(method)s timed"
 
8373
#~ " out. VM id=%(instance_uuid)s; args=%(args)r"
 
8374
#~ msgstr ""
 
8375
 
 
8376
#~ msgid ""
 
8377
#~ "NOT IMPLEMENTED: The call to %(method)s"
 
8378
#~ " is not supported by the agent. "
 
8379
#~ "VM id=%(instance_uuid)s; args=%(args)r"
 
8380
#~ msgstr ""
 
8381
 
 
8382
#~ msgid ""
 
8383
#~ "The call to %(method)s returned an "
 
8384
#~ "error: %(e)s. VM id=%(instance_uuid)s; "
 
8385
#~ "args=%(args)r"
 
8386
#~ msgstr ""
 
8387
 
7990
8388
#~ msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
7991
8389
#~ msgstr ""
7992
8390
 
8032
8430
#~ msgid "Failed to retrieve QoS info"
8033
8431
#~ msgstr ""
8034
8432
 
 
8433
#~ msgid "Could not determine project for volume %s, can't export"
 
8434
#~ msgstr ""
 
8435
 
 
8436
#~ msgid "Deleting volumeID: %s "
 
8437
#~ msgstr ""
 
8438
 
8035
8439
#~ msgid "invalid drive data"
8036
8440
#~ msgstr ""
8037
8441