summaryrefslogtreecommitdiff
path: root/ironic/locale/ironic.pot
blob: 20b563c9d01401969a62fac8984b65b219feb8d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
# Translations template for ironic.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the ironic project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 2015.2.0.dev379\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-23 06:17+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"

#: ironic/netconf.py:28
msgid ""
"IP address of this host. If unset, will determine the IP "
"programmatically. If unable to do so, will use \"127.0.0.1\"."
msgstr ""

#: ironic/api/__init__.py:23
msgid "The IP address on which ironic-api listens."
msgstr ""

#: ironic/api/__init__.py:26
msgid "The TCP port on which ironic-api listens."
msgstr ""

#: ironic/api/__init__.py:29
msgid ""
"The maximum number of items returned in a single response from a "
"collection resource."
msgstr ""

#: ironic/api/app.py:31
msgid ""
"Authentication strategy used by ironic-api: one of \"keystone\" or "
"\"noauth\". \"noauth\" should not be used in a production environment "
"because all authentication will be disabled."
msgstr ""

#: ironic/api/app.py:36
msgid ""
"Enable pecan debug mode. WARNING: this is insecure and should not be used"
" in a production environment."
msgstr ""

#: ironic/api/controllers/base.py:102
#, python-format
msgid "Invalid value for %s header"
msgstr ""

#: ironic/api/controllers/v1/__init__.py:178
#, python-format
msgid ""
"Mutually exclusive versions requested. Version %(ver)s requested but not "
"supported by this service. The supported version range is: [%(min)s, "
"%(max)s]."
msgstr ""

#: ironic/api/controllers/v1/__init__.py:186
#, python-format
msgid ""
"Version %(ver)s was requested but the minor version is not supported by "
"this service. The supported version range is: [%(min)s, %(max)s]."
msgstr ""

#: ironic/api/controllers/v1/chassis.py:176
#: ironic/api/controllers/v1/node.py:826 ironic/api/controllers/v1/port.py:212
#, python-format
msgid "The sort_key value %(key)s is an invalid field for sorting"
msgstr ""

#: ironic/api/controllers/v1/node.py:397 ironic/conductor/manager.py:688
msgid "provisioning"
msgstr ""

#: ironic/api/controllers/v1/node.py:419
#, python-format
msgid "Adding a config drive is only supported when setting provision state to %s"
msgstr ""

#: ironic/api/controllers/v1/node.py:445
#, python-format
msgid "The requested action \"%(action)s\" could not be understood."
msgstr ""

#: ironic/api/controllers/v1/node.py:814
msgid "Chassis id not specified."
msgstr ""

#: ironic/api/controllers/v1/node.py:1013
#, python-format
msgid "Cannot create node with invalid name %(name)s"
msgstr ""

#: ironic/api/controllers/v1/node.py:1056
#, python-format
msgid "Node %s can not be updated while a state transition is in progress."
msgstr ""

#: ironic/api/controllers/v1/node.py:1066
#, python-format
msgid "Node %(node)s: Cannot change name to invalid name '%(name)s'"
msgstr ""

#: ironic/api/controllers/v1/node.py:1114
#, python-format
msgid ""
"Node %s can not update the driver while the console is enabled. Please "
"stop the console first."
msgstr ""

#: ironic/api/controllers/v1/port.py:200
msgid "Node identifier not specified."
msgstr ""

#: ironic/api/controllers/v1/types.py:174
#, python-format
msgid "%s is not JSON serializable"
msgstr ""

#: ironic/api/controllers/v1/types.py:256
#, python-format
msgid "'%s' is an internal attribute and can not be updated"
msgstr ""

#: ironic/api/controllers/v1/types.py:260
#, python-format
msgid "'%s' is a mandatory attribute and can not be removed"
msgstr ""

#: ironic/api/controllers/v1/types.py:265
msgid "'add' and 'replace' operations needs value"
msgstr ""

#: ironic/api/controllers/v1/utils.py:44
msgid "Limit must be positive"
msgstr ""

#: ironic/api/controllers/v1/utils.py:51
#, python-format
msgid "Invalid sort direction: %s. Acceptable values are 'asc' or 'desc'"
msgstr ""

#: ironic/api/controllers/v1/utils.py:61
#, python-format
msgid "Adding a new attribute (%s) to the root of  the resource is not allowed"
msgstr ""

#: ironic/api/controllers/v1/utils.py:141
msgid "Method not specified"
msgstr ""

#: ironic/api/controllers/v1/utils.py:185
#, python-format
msgid "Field(s) \"%s\" are not valid"
msgstr ""

#: ironic/api/controllers/v1/utils.py:210
#, python-format
msgid "Provision state \"%s\" is not valid"
msgstr ""

#: ironic/api/middleware/auth_token.py:44
#, python-format
msgid "Cannot compile public API routes: %s"
msgstr ""

#: ironic/api/middleware/parsable_error.py:52
#, python-format
msgid "ErrorDocumentMiddleware received an invalid status %s"
msgstr ""

#: ironic/cmd/dbsync.py:60
msgid ""
"Upgrade the database schema to the latest version. Optionally, use "
"--revision to specify an alembic revision string to upgrade to."
msgstr ""

#: ironic/cmd/dbsync.py:68
msgid ""
"Downgrade the database schema to the oldest revision. While optional, one"
" should generally use --revision to specify the alembic revision string "
"to downgrade to."
msgstr ""

#: ironic/cmd/dbsync.py:80
msgid "Create a new alembic revision. Use --message to set the message string."
msgstr ""

#: ironic/cmd/dbsync.py:88
msgid "Print the current version information and exit."
msgstr ""

#: ironic/cmd/dbsync.py:93
msgid "Create the database schema."
msgstr ""

#: ironic/cmd/dbsync.py:99
msgid "Available commands"
msgstr ""

#: ironic/common/dhcp_factory.py:25
msgid ""
"DHCP provider to use. \"neutron\" uses Neutron, and \"none\" uses a no-op"
" provider."
msgstr ""

#: ironic/common/disk_partitioner.py:31
msgid ""
"After Ironic has completed creating the partition table, it continues to "
"check for activity on the attached iSCSI device status at this interval "
"prior to copying the image to the node, in seconds"
msgstr ""

#: ironic/common/disk_partitioner.py:37
msgid ""
"The maximum number of times to check that the device is not accessed by "
"another process. If the device is still busy after that, the disk "
"partitioning will be treated as having failed."
msgstr ""

#: ironic/common/disk_partitioner.py:167
#, python-format
msgid ""
"Disk partitioning failed on device %(device)s. Processes with the "
"following PIDs are holding it: %(pids)s. Time out waiting for completion."
msgstr ""

#: ironic/common/disk_partitioner.py:173
#, python-format
msgid ""
"Disk partitioning failed on device %(device)s. Fuser exited with "
"\"%(fuser_err)s\". Time out waiting for completion."
msgstr ""

#: ironic/common/driver_factory.py:31
msgid ""
"Specify the list of drivers to load during service initialization. "
"Missing drivers, or drivers which fail to initialize, will prevent the "
"conductor service from starting. The option default is a recommended set "
"of production-oriented drivers. A complete list of drivers present on "
"your system may be found by enumerating the \"ironic.drivers\" "
"entrypoint. An example may be found in the developer documentation "
"online."
msgstr ""

#: ironic/common/exception.py:38
msgid ""
"Used if there is a formatting error when generating an exception message "
"(a programming error). If True, raise an exception; if False, use the "
"unformatted message."
msgstr ""

#: ironic/common/exception.py:61
msgid "An unknown exception occurred."
msgstr ""

#: ironic/common/exception.py:109
msgid "Not authorized."
msgstr ""

#: ironic/common/exception.py:114
msgid "Operation not permitted."
msgstr ""

#: ironic/common/exception.py:118
msgid "Unacceptable parameters."
msgstr ""

#: ironic/common/exception.py:123
msgid "Conflict."
msgstr ""

#: ironic/common/exception.py:128
msgid "Resource temporarily unavailable, please retry."
msgstr ""

#: ironic/common/exception.py:134
msgid "Request not acceptable."
msgstr ""

#: ironic/common/exception.py:139
msgid "Invalid resource state."
msgstr ""

#: ironic/common/exception.py:143
#, python-format
msgid "A node with UUID %(uuid)s already exists."
msgstr ""

#: ironic/common/exception.py:147
#, python-format
msgid "A port with MAC address %(mac)s already exists."
msgstr ""

#: ironic/common/exception.py:151
#, python-format
msgid "A chassis with UUID %(uuid)s already exists."
msgstr ""

#: ironic/common/exception.py:155
#, python-format
msgid "A port with UUID %(uuid)s already exists."
msgstr ""

#: ironic/common/exception.py:159
#, python-format
msgid ""
"Instance %(instance_uuid)s is already associated with a node, it cannot "
"be associated with this other node %(node)s"
msgstr ""

#: ironic/common/exception.py:164
#, python-format
msgid "A node with name %(name)s already exists."
msgstr ""

#: ironic/common/exception.py:168
#, python-format
msgid "Expected a uuid but received %(uuid)s."
msgstr ""

#: ironic/common/exception.py:172
#, python-format
msgid "Expected a logical name or uuid but received %(name)s."
msgstr ""

#: ironic/common/exception.py:176
#, python-format
msgid "Expected a logical name but received %(name)s."
msgstr ""

#: ironic/common/exception.py:180
#, python-format
msgid "Expected an uuid or int but received %(identity)s."
msgstr ""

#: ironic/common/exception.py:184
#, python-format
msgid "Expected a MAC address but received %(mac)s."
msgstr ""

#: ironic/common/exception.py:188
#, python-format
msgid ""
"The requested action \"%(action)s\" can not be performed on node "
"\"%(node)s\" while it is in state \"%(state)s\"."
msgstr ""

#: ironic/common/exception.py:193
#, python-format
msgid "Couldn't apply patch '%(patch)s'. Reason: %(reason)s"
msgstr ""

#: ironic/common/exception.py:197
#, python-format
msgid "Failed to deploy instance: %(reason)s"
msgstr ""

#: ironic/common/exception.py:201 ironic/common/exception.py:205
#, python-format
msgid "Image %(image_id)s is unacceptable: %(reason)s"
msgstr ""

#: ironic/common/exception.py:211 ironic/common/exception.py:215
#, python-format
msgid "%(err)s"
msgstr ""

#: ironic/common/exception.py:219
msgid "Resource already exists."
msgstr ""

#: ironic/common/exception.py:223
msgid "Resource could not be found."
msgstr ""

#: ironic/common/exception.py:228
#, python-format
msgid "Failed to load DHCP provider %(dhcp_provider_name)s, reason: %(reason)s"
msgstr ""

#: ironic/common/exception.py:233
#, python-format
msgid "Could not find the following driver(s): %(driver_name)s."
msgstr ""

#: ironic/common/exception.py:237
#, python-format
msgid "Image %(image_id)s could not be found."
msgstr ""

#: ironic/common/exception.py:241
#, python-format
msgid "No valid host was found. Reason: %(reason)s"
msgstr ""

#: ironic/common/exception.py:245
#, python-format
msgid "Instance %(instance)s could not be found."
msgstr ""

#: ironic/common/exception.py:249
#, python-format
msgid "Node %(node)s could not be found."
msgstr ""

#: ironic/common/exception.py:253
#, python-format
msgid "Node %(node)s is associated with instance %(instance)s."
msgstr ""

#: ironic/common/exception.py:257
#, python-format
msgid "Port %(port)s could not be found."
msgstr ""

#: ironic/common/exception.py:261
#, python-format
msgid "Update DHCP options on port: %(port_id)s failed."
msgstr ""

#: ironic/common/exception.py:265
#, python-format
msgid "Retrieve IP address on port: %(port_id)s failed."
msgstr ""

#: ironic/common/exception.py:269
#, python-format
msgid "Invalid IPv4 address %(ip_address)s."
msgstr ""

#: ironic/common/exception.py:273
#, python-format
msgid "Update MAC address on port: %(port_id)s failed."
msgstr ""

#: ironic/common/exception.py:277
#, python-format
msgid "Chassis %(chassis)s could not be found."
msgstr ""

#: ironic/common/exception.py:281
#, python-format
msgid "Conductor %(conductor)s cannot be started because no drivers were loaded."
msgstr ""

#: ironic/common/exception.py:286
#, python-format
msgid "Conductor %(conductor)s could not be found."
msgstr ""

#: ironic/common/exception.py:290
#, python-format
msgid "Conductor %(conductor)s already registered."
msgstr ""

#: ironic/common/exception.py:294
#, python-format
msgid "Failed to set node power state to %(pstate)s."
msgstr ""

#: ironic/common/exception.py:298
msgid "An exclusive lock is required, but the current context has a shared lock."
msgstr ""

#: ironic/common/exception.py:303
#, python-format
msgid "Failed to toggle maintenance-mode flag for node %(node)s: %(reason)s"
msgstr ""

#: ironic/common/exception.py:308
#, python-format
msgid "Console access is not enabled on node %(node)s"
msgstr ""

#: ironic/common/exception.py:312
#, python-format
msgid ""
"The %(op)s operation can't be performed on node %(node)s because it's in "
"maintenance mode."
msgstr ""

#: ironic/common/exception.py:317
#, python-format
msgid ""
"Cannot complete the requested action because chassis %(chassis)s contains"
" nodes."
msgstr ""

#: ironic/common/exception.py:322
#, python-format
msgid "IPMI call failed: %(cmd)s."
msgstr ""

#: ironic/common/exception.py:326
msgid "Failed to connect to AMT service."
msgstr ""

#: ironic/common/exception.py:330
#, python-format
msgid "AMT call failed: %(cmd)s."
msgstr ""

#: ironic/common/exception.py:334
msgid "MSFT OCS call failed."
msgstr ""

#: ironic/common/exception.py:338
#, python-format
msgid "Failed to establish SSH connection to host %(host)s."
msgstr ""

#: ironic/common/exception.py:342
#, python-format
msgid "Failed to execute command via SSH: %(cmd)s."
msgstr ""

#: ironic/common/exception.py:346
#, python-format
msgid "Unsupported object type %(objtype)s"
msgstr ""

#: ironic/common/exception.py:350
#, python-format
msgid "Cannot call %(method)s on orphaned %(objtype)s object"
msgstr ""

#: ironic/common/exception.py:354
#, python-format
msgid ""
"Driver %(driver)s does not support %(extension)s (disabled or not "
"implemented)."
msgstr ""

#: ironic/common/exception.py:359
#, python-format
msgid "Version %(objver)s of %(objname)s is not supported"
msgstr ""

#: ironic/common/exception.py:363
#, python-format
msgid "Connection to glance host %(host)s:%(port)s failed: %(reason)s"
msgstr ""

#: ironic/common/exception.py:368
#, python-format
msgid "Not authorized for image %(image_id)s."
msgstr ""

#: ironic/common/exception.py:372
#, python-format
msgid "Invalid image href %(image_href)s."
msgstr ""

#: ironic/common/exception.py:376
#, python-format
msgid "Validation of image href %(image_href)s failed, reason: %(reason)s"
msgstr ""

#: ironic/common/exception.py:381
#, python-format
msgid "Failed to download image %(image_href)s, reason: %(reason)s"
msgstr ""

#: ironic/common/exception.py:385
msgid "Not authorized in Keystone."
msgstr ""

#: ironic/common/exception.py:393
#, python-format
msgid ""
"Service type %(service_type)s with endpoint type %(endpoint_type)s not "
"found in keystone service catalog."
msgstr ""

#: ironic/common/exception.py:398
msgid "Connection failed"
msgstr ""

#: ironic/common/exception.py:402
msgid "Requested OpenStack Images API is forbidden"
msgstr ""

#: ironic/common/exception.py:410
msgid "The provided endpoint is invalid"
msgstr ""

#: ironic/common/exception.py:414
msgid "Unable to communicate with the server."
msgstr ""

#: ironic/common/exception.py:430
#, python-format
msgid "Could not find config at %(path)s"
msgstr ""

#: ironic/common/exception.py:434
#, python-format
msgid ""
"Node %(node)s is locked by host %(host)s, please retry after the current "
"operation is completed."
msgstr ""

#: ironic/common/exception.py:439
#, python-format
msgid "Node %(node)s found not to be locked on release"
msgstr ""

#: ironic/common/exception.py:443
msgid ""
"Requested action cannot be performed due to lack of free conductor "
"workers."
msgstr ""

#: ironic/common/exception.py:453
#, python-format
msgid "Invalid configuration file. %(error_msg)s"
msgstr ""

#: ironic/common/exception.py:457
#, python-format
msgid "Driver %(driver)s could not be loaded. Reason: %(reason)s."
msgstr ""

#: ironic/common/exception.py:465
#, python-format
msgid "Could not find pid in pid file %(pid_path)s"
msgstr ""

#: ironic/common/exception.py:469
#, python-format
msgid "Console subprocess failed to start. %(error)s"
msgstr ""

#: ironic/common/exception.py:473
#, python-format
msgid "Failed to create the password file. %(error)s"
msgstr ""

#: ironic/common/exception.py:481
#, python-format
msgid "%(operation)s failed, error: %(error)s"
msgstr ""

#: ironic/common/exception.py:485
#, python-format
msgid "%(operation)s not supported. error: %(error)s"
msgstr ""

#: ironic/common/exception.py:493
#, python-format
msgid ""
"DRAC client failed. Last error (cURL error code): %(last_error)s, fault "
"string: \"%(fault_string)s\" response_code: %(response_code)s"
msgstr ""

#: ironic/common/exception.py:500
#, python-format
msgid "DRAC operation failed. Message: %(message)s"
msgstr ""

#: ironic/common/exception.py:504
#, python-format
msgid ""
"DRAC operation yielded return value %(actual_return_value)s that is "
"neither error nor expected %(expected_return_value)s"
msgstr ""

#: ironic/common/exception.py:509
#, python-format
msgid ""
"Another job with ID %(job_id)s is already created  to configure "
"%(target)s. Wait until existing job is completed or is canceled"
msgstr ""

#: ironic/common/exception.py:515
#, python-format
msgid ""
"Invalid filter dialect '%(invalid_filter)s'. Supported options are "
"%(supported)s"
msgstr ""

#: ironic/common/exception.py:520
#, python-format
msgid "Failed to get sensor data for node %(node)s. Error: %(error)s"
msgstr ""

#: ironic/common/exception.py:525
#, python-format
msgid "Failed to parse sensor data for node %(node)s. Error: %(error)s"
msgstr ""

#: ironic/common/exception.py:530
#, python-format
msgid ""
"Disk volume where '%(path)s' is located doesn't have enough disk space. "
"Required %(required)d MiB, only %(actual)d MiB available space present."
msgstr ""

#: ironic/common/exception.py:536
#, python-format
msgid "Creating %(image_type)s image failed: %(error)s"
msgstr ""

#: ironic/common/exception.py:540
#, python-format
msgid "Swift operation '%(operation)s' failed: %(error)s"
msgstr ""

#: ironic/common/exception.py:544
#, python-format
msgid "SNMP operation '%(operation)s' failed: %(error)s"
msgstr ""

#: ironic/common/exception.py:548
#, python-format
msgid "Failed to create a file system. File system %(fs)s is not supported."
msgstr ""

#: ironic/common/exception.py:553
#, python-format
msgid "iRMC %(operation)s failed. Reason: %(error)s"
msgstr ""

#: ironic/common/exception.py:557
#, python-format
msgid "iRMC shared file system '%(share)s' is not mounted."
msgstr ""

#: ironic/common/exception.py:561
#, python-format
msgid "VirtualBox operation '%(operation)s' failed. Error: %(error)s"
msgstr ""

#: ironic/common/exception.py:566
#, python-format
msgid "Failed to inspect hardware. Reason: %(error)s"
msgstr ""

#: ironic/common/exception.py:570
#, python-format
msgid "Failed to clean node %(node)s: %(reason)s"
msgstr ""

#: ironic/common/exception.py:574
#, python-format
msgid "Path %(dir)s does not exist."
msgstr ""

#: ironic/common/exception.py:578
#, python-format
msgid "Directory %(dir)s is not writable."
msgstr ""

#: ironic/common/exception.py:582
#, python-format
msgid ""
"Cisco UCS client: operation %(operation)s failed for node %(node)s. "
"Reason: %(error)s"
msgstr ""

#: ironic/common/exception.py:587
#, python-format
msgid "Cisco UCS client: connection failed for node %(node)s. Reason: %(error)s"
msgstr ""

#: ironic/common/fsm.py:87
#, python-format
msgid "Target state '%s' does not exist"
msgstr ""

#: ironic/common/fsm.py:90
#, python-format
msgid "Target state '%s' is not a 'stable' state"
msgstr ""

#: ironic/common/hash_ring.py:30
msgid ""
"Exponent to determine number of hash partitions to use when distributing "
"load across conductors. Larger values will result in more even "
"distribution of load and less load when rebalancing the ring, but more "
"memory usage. Number of partitions per conductor is "
"(2^hash_partition_exponent). This determines the granularity of "
"rebalancing: given 10 hosts, and an exponent of the 2, there are 40 "
"partitions in the ring.A few thousand partitions should make rebalancing "
"smooth in most cases. The default is suitable for up to a few hundred "
"conductors. Too many partitions has a CPU impact."
msgstr ""

#: ironic/common/hash_ring.py:44
msgid ""
"[Experimental Feature] Number of hosts to map onto each hash partition. "
"Setting this to more than one will cause additional conductor services to"
" prepare deployment environments and potentially allow the Ironic cluster"
" to recover more quickly if a conductor instance is terminated."
msgstr ""

#: ironic/common/hash_ring.py:86
msgid "Invalid hosts supplied when building HashRing."
msgstr ""

#: ironic/common/hash_ring.py:117
msgid "Invalid data supplied to HashRing.get_hosts."
msgstr ""

#: ironic/common/hash_ring.py:200
#, python-format
msgid "The driver '%s' is unknown."
msgstr ""

#: ironic/common/image_service.py:47
msgid "Default glance hostname or IP address."
msgstr ""

#: ironic/common/image_service.py:50
msgid "Default glance port."
msgstr ""

#: ironic/common/image_service.py:53
msgid "Default protocol to use when connecting to glance. Set to https for SSL."
msgstr ""

#: ironic/common/image_service.py:56
msgid ""
"A list of the glance api servers available to ironic. Prefix with "
"https:// for SSL-based glance API servers. Format is [hostname|IP]:port."
msgstr ""

#: ironic/common/image_service.py:61
msgid "Allow to perform insecure SSL (https) requests to glance."
msgstr ""

#: ironic/common/image_service.py:65
msgid "Number of retries when downloading an image from glance."
msgstr ""

#: ironic/common/image_service.py:69
msgid ""
"Authentication strategy to use when connecting to glance. Only "
"\"keystone\" and \"noauth\" are currently supported by ironic."
msgstr ""

#: ironic/common/image_service.py:142
#, python-format
msgid "Got HTTP code %s instead of 200 in response to HEAD request."
msgstr ""

#: ironic/common/image_service.py:165
#, python-format
msgid "Got HTTP code %s instead of 200 in response to GET request."
msgstr ""

#: ironic/common/image_service.py:188
msgid ""
"Cannot determine image size as there is no Content-Length header "
"specified in response to HEAD request."
msgstr ""

#: ironic/common/image_service.py:212
msgid "Specified image file not found."
msgstr ""

#: ironic/common/image_service.py:288
#, python-format
msgid "Image download protocol %s is not supported."
msgstr ""

#: ironic/common/images.py:45
msgid "If True, convert backing images to \"raw\" disk image format."
msgstr ""

#: ironic/common/images.py:49
msgid "Path to isolinux binary file."
msgstr ""

#: ironic/common/images.py:52
msgid "Template file for isolinux configuration file."
msgstr ""

#: ironic/common/images.py:55
msgid "Template file for grub configuration file."
msgstr ""

#: ironic/common/images.py:357
msgid "'qemu-img info' parsing failed."
msgstr ""

#: ironic/common/images.py:364
#, python-format
msgid "fmt=%(fmt)s backed by: %(backing_file)s"
msgstr ""

#: ironic/common/images.py:379
#, python-format
msgid "Converted to raw, but format is now %s"
msgstr ""

#: ironic/common/images.py:562
msgid "Deploy iso didn't contain efiboot.img or grub.cfg"
msgstr ""

#: ironic/common/keystone.py:26
msgid "The region used for getting endpoints of OpenStackservices."
msgstr ""

#: ironic/common/keystone.py:51
msgid "Keystone API endpoint is missing"
msgstr ""

#: ironic/common/keystone.py:75
#, python-format
msgid "Could not authorize in Keystone: %s"
msgstr ""

#: ironic/common/keystone.py:110
msgid "No Keystone service catalog loaded"
msgstr ""

#: ironic/common/paths.py:28
msgid "Directory where the ironic python module is installed."
msgstr ""

#: ironic/common/paths.py:32
msgid "Directory where ironic binaries are installed."
msgstr ""

#: ironic/common/paths.py:35
msgid "Top-level directory for maintaining ironic's state."
msgstr ""

#: ironic/common/pxe_utils.py:111
#, python-format
msgid "Failed to get IP address for any port on node %s."
msgstr ""

#: ironic/common/service.py:38
msgid "Seconds between running periodic tasks."
msgstr ""

#: ironic/common/service.py:41
msgid ""
"Name of this node.  This can be an opaque identifier. It is not "
"necessarily a hostname, FQDN, or IP address. However, the node name must "
"be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN,"
" or IP address."
msgstr ""

#: ironic/common/swift.py:31
msgid "Maximum number of times to retry a Swift request, before failing."
msgstr ""

#: ironic/common/swift.py:100
msgid "put container"
msgstr ""

#: ironic/common/swift.py:111
msgid "put object"
msgstr ""

#: ironic/common/swift.py:131
msgid "head account"
msgstr ""

#: ironic/common/swift.py:159
msgid "delete object"
msgstr ""

#: ironic/common/swift.py:175
msgid "head object"
msgstr ""

#: ironic/common/swift.py:190
msgid "post object"
msgstr ""

#: ironic/common/utils.py:46
msgid ""
"Path to the rootwrap configuration file to use for running commands as "
"root."
msgstr ""

#: ironic/common/utils.py:50
msgid "Temporary working directory, default is Python temp dir."
msgstr ""

#: ironic/common/utils.py:118
msgid "Invalid private key"
msgstr ""

#: ironic/common/utils.py:638
#, python-format
msgid ""
"Cannot update capabilities. The new capabilities should be in a "
"dictionary. Provided value is %s"
msgstr ""

#: ironic/common/utils.py:651
#, python-format
msgid "Invalid capabilities string '%s'."
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:30
msgid ""
"A list of URL schemes that can be downloaded directly via the direct_url."
"  Currently supported schemes: [file]."
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:36
msgid ""
"The secret token given to Swift to allow temporary URL downloads. "
"Required for temporary URLs."
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:41
msgid ""
"The length of time in seconds that the temporary URL will be valid for. "
"Defaults to 20 minutes. If some deploys get a 401 response code when "
"trying to download from the temporary URL, try raising this duration."
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:48
msgid ""
"The \"endpoint\" (scheme, hostname, optional port) for the Swift URL of "
"the form \"endpoint_url/api_version/account/container/object_id\". Do not"
" include trailing \"/\". For example, use \"https://swift.example.com\". "
"Required for temporary URLs."
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:57
msgid ""
"The Swift API version to create a temporary URL for. Defaults to \"v1\". "
"Swift temporary URL format: "
"\"endpoint_url/api_version/account/container/object_id\""
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:62
msgid ""
"The account that Glance uses to communicate with Swift. The format is "
"\"AUTH_uuid\". \"uuid\" is the UUID for the account configured in the "
"glance-api.conf. Required for temporary URLs. For example: "
"\"AUTH_a422b2-91f3-2f46-74b7-d7c9e8958f5d30\". Swift temporary URL "
"format: \"endpoint_url/api_version/account/container/object_id\""
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:72
msgid ""
"The Swift container Glance is configured to store its images in. Defaults"
" to \"glance\", which is the default in glance-api.conf. Swift temporary "
"URL format: \"endpoint_url/api_version/account/container/object_id\""
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:79
msgid ""
"This should match a config by the same name in the Glance configuration "
"file. When set to 0, a single-tenant store will only use one container to"
" store all images. When set to an integer value between 1 and 32, a "
"single-tenant store will use multiple containers to store images, and "
"this value will determine how many containers are created."
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:144
#, python-format
msgid "The given image info does not have a valid image id: %s"
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:170
msgid ""
"Swift temporary URLs require a shared secret to be created. You must "
"provide \"swift_temp_url_key\" as a config option."
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:174
msgid ""
"Swift temporary URLs require a Swift endpoint URL. You must provide "
"\"swift_endpoint_url\" as a config option."
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:178
msgid ""
"Swift temporary URLs require a Swift account string. You must provide "
"\"swift_account\" as a config option."
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:182
msgid "\"swift_temp_url_duration\" must be a positive integer."
msgstr ""

#: ironic/common/glance_service/v2/image_service.py:187
msgid ""
"An integer value between 0 and 32 is required for "
"swift_store_multiple_containers_seed."
msgstr ""

#: ironic/conductor/manager.py:88
msgid ""
"URL of Ironic API service. If not set ironic can get the current value "
"from the keystone service catalog."
msgstr ""

#: ironic/conductor/manager.py:93
msgid "Seconds between conductor heart beats."
msgstr ""

#: ironic/conductor/manager.py:96
msgid ""
"Maximum time (in seconds) since the last check-in of a conductor. A "
"conductor is considered inactive when this time has been exceeded."
msgstr ""

#: ironic/conductor/manager.py:101
msgid "Interval between syncing the node power state to the database, in seconds."
msgstr ""

#: ironic/conductor/manager.py:105
msgid "Interval between checks of provision timeouts, in seconds."
msgstr ""

#: ironic/conductor/manager.py:109
msgid ""
"Timeout (seconds) to wait for a callback from a deploy ramdisk. Set to 0 "
"to disable timeout."
msgstr ""

#: ironic/conductor/manager.py:113
msgid ""
"During sync_power_state, should the hardware power state be set to the "
"state recorded in the database (True) or should the database be updated "
"based on the hardware state (False)."
msgstr ""

#: ironic/conductor/manager.py:119
msgid ""
"During sync_power_state failures, limit the number of times Ironic should"
" try syncing the hardware node power state with the node power state in "
"DB"
msgstr ""

#: ironic/conductor/manager.py:125
msgid ""
"Maximum number of worker threads that can be started simultaneously by a "
"periodic task. Should be less than RPC thread pool size."
msgstr ""

#: ironic/conductor/manager.py:130
msgid "The size of the workers greenthread pool."
msgstr ""

#: ironic/conductor/manager.py:133
msgid "Number of attempts to grab a node lock."
msgstr ""

#: ironic/conductor/manager.py:136
msgid "Seconds to sleep between node lock attempts."
msgstr ""

#: ironic/conductor/manager.py:139
msgid "Enable sending sensor data message via the notification bus"
msgstr ""

#: ironic/conductor/manager.py:143
msgid ""
"Seconds between conductor sending sensor data message to ceilometer via "
"the notification bus."
msgstr ""

#: ironic/conductor/manager.py:147
msgid ""
"List of comma separated meter types which need to be sent to Ceilometer. "
"The default value, \"ALL\", is a special value meaning send all the "
"sensor data."
msgstr ""

#: ironic/conductor/manager.py:152
msgid ""
"When conductors join or leave the cluster, existing conductors may need "
"to update any persistent local state as nodes are moved around the "
"cluster. This option controls how often, in seconds, each conductor will "
"check for nodes that it should \"take over\". Set it to a negative value "
"to disable the check entirely."
msgstr ""

#: ironic/conductor/manager.py:161
msgid "Whether to upload the config drive to Swift."
msgstr ""

#: ironic/conductor/manager.py:164
msgid ""
"Name of the Swift container to store config drive data. Used when "
"configdrive_use_swift is True."
msgstr ""

#: ironic/conductor/manager.py:168
msgid "Timeout (seconds) for waiting for node inspection. 0 - unlimited."
msgstr ""

#: ironic/conductor/manager.py:172
msgid ""
"Cleaning is a configurable set of steps, such as erasing disk drives, "
"that are performed on the node to ensure it is in a baseline state and "
"ready to be deployed to. This is done after instance deletion, and during"
" the transition from a \"managed\" to \"available\" state. When enabled, "
"the particular steps performed to clean a node depend on which driver "
"that node is managed by; see the individual driver's documentation for "
"details. NOTE: The introduction of the cleaning operation causes instance"
" deletion to take significantly longer. In an environment where all "
"tenants are trusted (eg, because there is only one tenant), this option "
"could be safely disabled."
msgstr ""

#: ironic/conductor/manager.py:298
#, python-format
msgid "The deployment can't be resumed by conductor %s. Moving to fail state."
msgstr ""

#: ironic/conductor/manager.py:501 ironic/conductor/manager.py:581
#: ironic/drivers/utils.py:85
#, python-format
msgid "No handler for method %s"
msgstr ""

#: ironic/conductor/manager.py:506 ironic/conductor/manager.py:586
#, python-format
msgid "The method %(method)s does not support HTTP %(http)s"
msgstr ""

#: ironic/conductor/manager.py:723
#, python-format
msgid "RPC do_node_deploy failed to validate deploy or power info. Error: %(msg)s"
msgstr ""

#: ironic/conductor/manager.py:771
#, python-format
msgid ""
"Failed to validate power driver interface. Can not delete instance. "
"Error: %(msg)s"
msgstr ""

#: ironic/conductor/manager.py:796
#, python-format
msgid "Failed to tear down. Error: %s"
msgstr ""

#: ironic/conductor/manager.py:845
#, python-format
msgid ""
"Cannot continue cleaning on %(node)s, node is in %(state)s state, should "
"be %(clean_state)s"
msgstr ""

#: ironic/conductor/manager.py:881
#, python-format
msgid ""
"Failed to validate power driver interface. Can not clean node %(node)s. "
"Error: %(msg)s"
msgstr ""

#: ironic/conductor/manager.py:891
#, python-format
msgid "Failed to prepare node %(node)s for cleaning: %(e)s"
msgstr ""

#: ironic/conductor/manager.py:924
#, python-format
msgid "Node %(node)s got an invalid last step for %(state)s: %(step)s."
msgstr ""

#: ironic/conductor/manager.py:946
#, python-format
msgid "Node %(node)s failed step %(step)s: %(exc)s"
msgstr ""

#: ironic/conductor/manager.py:965
#, python-format
msgid ""
"While executing step %(step)s on node %(node)s, step returned invalid "
"value: %(val)s"
msgstr ""

#: ironic/conductor/manager.py:981
#, python-format
msgid "Failed to tear down from cleaning for node %s"
msgstr ""

#: ironic/conductor/manager.py:999
#, python-format
msgid ""
"Failed to validate power driver interface for node %(node)s. Error: "
"%(msg)s"
msgstr ""

#: ironic/conductor/manager.py:1006
#, python-format
msgid "Failed to get power state for node %(node)s. Error: %(msg)s"
msgstr ""

#: ironic/conductor/manager.py:1349
msgid "not supported"
msgstr ""

#: ironic/conductor/manager.py:1398
#, python-format
msgid ""
"Can not delete node \"%(node)s\" while it is in provision state "
"\"%(state)s\". Valid provision states to perform deletion are: "
"\"%(valid_states)s\""
msgstr ""

#: ironic/conductor/manager.py:1505
msgid "enabled"
msgstr ""

#: ironic/conductor/manager.py:1505
msgid "disabled"
msgstr ""

#: ironic/conductor/manager.py:1528
msgid "enabling"
msgstr ""

#: ironic/conductor/manager.py:1528
msgid "disabling"
msgstr ""

#: ironic/conductor/manager.py:1529
#, python-format
msgid "Error %(op)s the console on node %(node)s. Reason: %(error)s"
msgstr ""

#: ironic/conductor/manager.py:1811
#, python-format
msgid ""
"RPC inspect_hardware failed to validate inspection or power info. Error: "
"%(msg)s"
msgstr ""

#: ironic/conductor/manager.py:1843
msgid "timeout reached while inspecting the node"
msgstr ""

#: ironic/conductor/manager.py:1929 ironic/conductor/manager.py:1957
msgid "No free conductor workers available"
msgstr ""

#: ironic/conductor/manager.py:2030
#, python-format
msgid "Failed to upload the configdrive to Swift. Error: %s"
msgstr ""

#: ironic/conductor/manager.py:2041
#, python-format
msgid "Failed to prepare to deploy. Error: %s"
msgstr ""

#: ironic/conductor/manager.py:2050
#, python-format
msgid "Failed to deploy. Error: %s"
msgstr ""

#: ironic/conductor/manager.py:2086
#, python-format
msgid ""
"During sync_power_state, max retries exceeded for node %(node)s, node "
"state %(actual)s does not match expected state '%(state)s'. Updating DB "
"state to '%(actual)s' Switching node to maintenance mode."
msgstr ""

#: ironic/conductor/manager.py:2133
msgid "Power driver returned ERROR state while trying to sync power state."
msgstr ""

#: ironic/conductor/manager.py:2228
#, python-format
msgid "During inspection, driver returned unexpected state %(state)s"
msgstr ""

#: ironic/conductor/rpcapi.py:112
#, python-format
msgid "No conductor service registered which supports driver %s."
msgstr ""

#: ironic/conductor/utils.py:71 ironic/conductor/utils.py:118
#, python-format
msgid "Failed to change power state to '%(target)s'. Error: %(error)s"
msgstr ""

#: ironic/conductor/utils.py:139
#, python-format
msgid "Timeout reached while waiting for callback for node %s"
msgstr ""

#: ironic/conductor/utils.py:145
#, python-format
msgid "Cleanup failed for node %(node)s after deploy timeout:  %(error)s"
msgstr ""

#: ironic/conductor/utils.py:157
msgid ""
"Deploy timed out, but an unhandled exception was encountered while "
"aborting. More info may be found in the log file."
msgstr ""

#: ironic/db/sqlalchemy/api.py:140
#, python-format
msgid "The sort_key value \"%(key)s\" is an invalid field for sorting"
msgstr ""

#: ironic/db/sqlalchemy/api.py:329
msgid "Cannot overwrite UUID for an existing Node."
msgstr ""

#: ironic/db/sqlalchemy/api.py:428
msgid "Cannot overwrite UUID for an existing Port."
msgstr ""

#: ironic/db/sqlalchemy/api.py:488
msgid "Cannot overwrite UUID for an existing Chassis."
msgstr ""

#: ironic/db/sqlalchemy/models.py:40
msgid "MySQL engine to use."
msgstr ""

#: ironic/dhcp/neutron.py:38
msgid "URL for connecting to neutron."
msgstr ""

#: ironic/dhcp/neutron.py:41
msgid "Timeout value for connecting to neutron in seconds."
msgstr ""

#: ironic/dhcp/neutron.py:44
msgid "Client retries in the case of a failed request."
msgstr ""

#: ironic/dhcp/neutron.py:47
msgid ""
"Default authentication strategy to use when connecting to neutron. Can be"
" either \"keystone\" or \"noauth\". Running neutron in noauth mode "
"(related to but not affected by this setting) is insecure and should only"
" be used for testing."
msgstr ""

#: ironic/dhcp/neutron.py:53
msgid ""
"UUID of the network to create Neutron ports on when booting to a ramdisk "
"for cleaning/zapping using Neutron DHCP"
msgstr ""

#: ironic/dhcp/neutron.py:74
msgid "Neutron auth_strategy should be either \"noauth\" or \"keystone\"."
msgstr ""

#: ironic/dhcp/neutron.py:171
#, python-format
msgid ""
"No VIFs found for node %(node)s when attempting to update DHCP BOOT "
"options."
msgstr ""

#: ironic/dhcp/neutron.py:185
#, python-format
msgid "Failed to set DHCP BOOT options for any port on node %s."
msgstr ""

#: ironic/dhcp/neutron.py:297
msgid "Valid cleaning network UUID not provided"
msgstr ""

#: ironic/dhcp/neutron.py:313
#, python-format
msgid "Could not create cleaning port on network %(net)s from %(node)s. %(exc)s"
msgstr ""

#: ironic/dhcp/neutron.py:322
#, python-format
msgid "Failed to create cleaning ports for node %(node)s"
msgstr ""

#: ironic/dhcp/neutron.py:343
#, python-format
msgid ""
"Could not get cleaning network vif for %(node)s from Neutron, possible "
"network issue. %(exc)s"
msgstr ""

#: ironic/dhcp/neutron.py:357
#, python-format
msgid ""
"Could not remove cleaning ports on network %(net)s from %(node)s, "
"possible network issue. %(exc)s"
msgstr ""

#: ironic/drivers/agent.py:105 ironic/drivers/fake.py:211
#: ironic/drivers/pxe.py:249
msgid "Unable to import pyremotevbox library"
msgstr ""

#: ironic/drivers/agent.py:127 ironic/drivers/fake.py:261
#: ironic/drivers/pxe.py:308
msgid "Unable to import UcsSdk library"
msgstr ""

#: ironic/drivers/drac.py:37 ironic/drivers/fake.py:172
#: ironic/drivers/fake.py:239 ironic/drivers/pxe.py:269
msgid "Unable to import pywsman library"
msgstr ""

#: ironic/drivers/fake.py:108
msgid "Unable to import pyghmi IPMI library"
msgstr ""

#: ironic/drivers/fake.py:122 ironic/drivers/pxe.py:131
msgid "Unable to import seamicroclient library"
msgstr ""

#: ironic/drivers/fake.py:146 ironic/drivers/pxe.py:159
msgid "Unable to import iboot library"
msgstr ""

#: ironic/drivers/fake.py:158 ironic/drivers/ilo.py:43 ironic/drivers/ilo.py:67
#: ironic/drivers/pxe.py:179
msgid "Unable to import proliantutils library"
msgstr ""

#: ironic/drivers/fake.py:186 ironic/drivers/pxe.py:202
msgid "Unable to import pysnmp library"
msgstr ""

#: ironic/drivers/fake.py:198 ironic/drivers/irmc.py:44
#: ironic/drivers/irmc.py:67 ironic/drivers/pxe.py:225
msgid "Unable to import python-scciclient library"
msgstr ""

#: ironic/drivers/pxe.py:106
msgid "Unable to import pyghmi library"
msgstr ""

#: ironic/drivers/utils.py:79
msgid "Method not specified when calling vendor extension."
msgstr ""

#: ironic/drivers/modules/agent.py:47 ironic/drivers/modules/iscsi_deploy.py:48
msgid "Additional append parameters for baremetal PXE boot."
msgstr ""

#: ironic/drivers/modules/agent.py:51
msgid "Template file for PXE configuration."
msgstr ""

#: ironic/drivers/modules/agent.py:54
msgid "Neutron bootfile DHCP parameter."
msgstr ""

#: ironic/drivers/modules/agent.py:56
msgid ""
"Priority to run in-band erase devices via the Ironic Python Agent "
"ramdisk. If unset, will use the priority set in the ramdisk (defaults to "
"10 for the GenericHardwareManager). If set to 0, will not run during "
"cleaning."
msgstr ""

#: ironic/drivers/modules/agent.py:63
msgid "Number of iterations to be run for erasing devices."
msgstr ""

#: ironic/drivers/modules/agent.py:66
msgid ""
"Whether Ironic will manage TFTP files for the deploy ramdisks. If set to "
"False, you will need to configure your own TFTP server that allows "
"booting the deploy ramdisks."
msgstr ""

#: ironic/drivers/modules/agent.py:80 ironic/drivers/modules/pxe.py:103
msgid "UUID (from Glance) of the deployment kernel. Required."
msgstr ""

#: ironic/drivers/modules/agent.py:82
msgid ""
"UUID (from Glance) of the ramdisk with agent that is used at deploy time."
" Required."
msgstr ""

#: ironic/drivers/modules/agent.py:270
#, python-format
msgid "Node %s failed to validate deploy image info. Some parameters were missing"
msgstr ""

#: ironic/drivers/modules/agent.py:276
#, python-format
msgid ""
"image_source's image_checksum must be provided in instance_info for node "
"%s"
msgstr ""

#: ironic/drivers/modules/agent.py:284
#, python-format
msgid ""
"Node %(node)s is configured to use the %(driver)s driver which currently "
"does not support deploying partition images."
msgstr ""

#: ironic/drivers/modules/agent.py:509
#, python-format
msgid "node %(node)s command status errored: %(error)s"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:46
msgid "Maximum interval (in seconds) for agent heartbeats."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:49
msgid ""
"Number of times to retry getting power state to check if bare metal node "
"has been powered off after a soft power off."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:54
msgid ""
"Amount of time (in seconds) to wait between polling power state after "
"trigger soft poweroff."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:141
msgid "Missing parameter version"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:144
#, python-format
msgid "Unknown lookup payload version: %s"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:179
#, python-format
msgid "Agent returned error for clean step %(step)s on node %(node)s : %(err)s."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:194
#, python-format
msgid "Could not restart cleaning on node %(node)s: %(err)s."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:208
#, python-format
msgid ""
"Agent returned unknown status for clean step %(step)s on node %(node)s : "
"%(err)s."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:239
msgid "For heartbeat operation, \"agent_url\" must be specified."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:248
msgid "Failed checking if deploy is done."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:257
msgid "Node failed to get image for deploy."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:261
msgid "Node failed to move to active state."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:278
#, python-format
msgid "Asynchronous exception for node %(node)s: %(msg)s exception: %(e)s"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:376
#, python-format
msgid "Malformed network interfaces lookup: %s"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:405
#, python-format
msgid "No ports matching the given MAC addresses %sexist in the database."
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:453
#, python-format
msgid ""
"Ports matching mac addresses match multiple nodes. MACs: %(macs)s. Port "
"ids: %(port_ids)s"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:507
#, python-format
msgid "Error rebooting node %(node)s after deploy. Error: %(error)s"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:541
#, python-format
msgid ""
"Failed to install a bootloader when deploying node %(node)s. Error: "
"%(error)s"
msgstr ""

#: ironic/drivers/modules/agent_base_vendor.py:550
#, python-format
msgid ""
"Failed to change the boot device to %(boot_dev)s when deploying node "
"%(node)s. Error: %(error)s"
msgstr ""

#: ironic/drivers/modules/agent_client.py:26
msgid "API version to use for communicating with the ramdisk agent."
msgstr ""

#: ironic/drivers/modules/agent_client.py:49
msgid "Agent driver requires agent_url in driver_internal_info"
msgstr ""

#: ironic/drivers/modules/agent_client.py:76
#, python-format
msgid ""
"Unable to decode response as JSON.\n"
"Request URL: %(url)s\n"
"Request body: \"%(body)s\"\n"
"Response: \"%(response)s\""
msgstr ""

#: ironic/drivers/modules/console_utils.py:41
msgid "Path to serial console terminal program"
msgstr ""

#: ironic/drivers/modules/console_utils.py:43
msgid "Directory containing the terminal SSL cert(PEM) for serial console access"
msgstr ""

#: ironic/drivers/modules/console_utils.py:46
msgid ""
"Directory for holding terminal pid files. If not specified, the temporary"
" directory will be used."
msgstr ""

#: ironic/drivers/modules/console_utils.py:51
msgid "Time interval (in seconds) for checking the status of console subprocess."
msgstr ""

#: ironic/drivers/modules/console_utils.py:55
msgid "Time (in seconds) to wait for the console subprocess to start."
msgstr ""

#: ironic/drivers/modules/console_utils.py:85
#, python-format
msgid ""
"Cannot create directory '%(path)s' for console PID file. Reason: "
"%(reason)s."
msgstr ""

#: ironic/drivers/modules/console_utils.py:208
#, python-format
msgid ""
"%(exec_error)s\n"
"Command: %(command)s"
msgstr ""

#: ironic/drivers/modules/console_utils.py:225
#, python-format
msgid ""
"Command: %(command)s.\n"
"Exit code: %(return_code)s.\n"
"Stdout: %(stdout)r\n"
"Stderr: %(stderr)r"
msgstr ""

#: ironic/drivers/modules/console_utils.py:238
#, python-format
msgid "Timeout while waiting for console subprocessto start for node %s."
msgstr ""

#: ironic/drivers/modules/console_utils.py:265
#, python-format
msgid "Could not stop the console for node '%(node)s'. Reason: %(err)s."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:57
msgid ""
"Size of EFI system partition in MiB when configuring UEFI systems for "
"local boot."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:61
msgid "Block size to use when writing to the nodes disk."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:64
msgid ""
"Maximum attempts to verify an iSCSI connection is active, sleeping 1 "
"second between attempts."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:136
#, python-format
msgid ""
"iSCSI connection was not seen by the file system after attempting to "
"verify %d times."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:160
#, python-format
msgid ""
"iSCSI connection did not become active after attempting to verify %d "
"times."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:312
#, python-format
msgid ""
"Unable to stat device %(dev)s after attempting to verify %(attempts)d "
"times."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:516
#, python-format
msgid ""
"Can't download the configdrive content for node %(node)s from '%(url)s'. "
"Reason: %(reason)s"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:525
#, python-format
msgid ""
"Config drive for node %s is not base64 encoded or the content is "
"malformed."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:528
#, python-format
msgid " Downloaded from \"%s\"."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:542
#, python-format
msgid ""
"Encountered error while decompressing and writing config drive for node "
"%(node)s. Error: %(exc)s"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:613
#, python-format
msgid "Root device '%s' not found"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:623
#, python-format
msgid "'%(partition)s' device '%(part_device)s' not found"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:704
#: ironic/drivers/modules/iscsi_deploy.py:242
#, python-format
msgid ""
"Root partition is too small for requested image. Image virtual size: "
"%(image_mb)d MB, Root size: %(root_mb)d MB"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:754
#, python-format
msgid "Parent device '%s' not found"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:805
#, python-format
msgid "%(error_msg)s. Missing are: %(missing_info)s"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:899
#, python-format
msgid ""
"Error parsing capabilities from Node %s instance_info field. A dictionary"
" or a \"jsonified\" dictionary is expected."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:933
#, python-format
msgid "get_clean_steps for node %(node)s returned invalid result: %(result)s"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:969
#, python-format
msgid "Agent on node %(node)s returned bad command result: %(result)s"
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:1042
#, python-format
msgid ""
"The hints \"%(invalid_hints)s\" are invalid. Valid hints are: "
"\"%(valid_hints)s\""
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:1052
msgid "Root device hint \"size\" is not an integer value."
msgstr ""

#: ironic/drivers/modules/deploy_utils.py:1156
#, python-format
msgid ""
"The parameter '%(capability)s' from %(field)s has an invalid value: "
"'%(value)s'. Acceptable values are: %(valid_values)s."
msgstr ""

#: ironic/drivers/modules/fake.py:49
#, python-format
msgid "set_power_state called with an invalid powerstate: %s."
msgstr ""

#: ironic/drivers/modules/fake.py:119
msgid "Parameter 'bar' not passed to method 'first_method'."
msgstr ""

#: ironic/drivers/modules/fake.py:123
msgid "Test if the value of bar is baz"
msgstr ""

#: ironic/drivers/modules/fake.py:139
#, python-format
msgid "Parameter 'bar' not passed to method '%s'."
msgstr ""

#: ironic/drivers/modules/fake.py:143
msgid "Test if the value of bar is kazoo"
msgstr ""

#: ironic/drivers/modules/fake.py:148
msgid "Test if the value of bar is meow"
msgstr ""

#: ironic/drivers/modules/fake.py:186 ironic/drivers/modules/ipminative.py:409
#: ironic/drivers/modules/ipmitool.py:821
#: ironic/drivers/modules/seamicro.py:571 ironic/drivers/modules/ssh.py:656
#: ironic/drivers/modules/virtualbox.py:339
#: ironic/drivers/modules/ilo/management.py:202
#: ironic/drivers/modules/irmc/management.py:142
#, python-format
msgid "Invalid boot device %s specified."
msgstr ""

#: ironic/drivers/modules/iboot.py:38
msgid "IP address of the node. Required."
msgstr ""

#: ironic/drivers/modules/iboot.py:39 ironic/drivers/modules/seamicro.py:71
msgid "username. Required."
msgstr ""

#: ironic/drivers/modules/iboot.py:40 ironic/drivers/modules/seamicro.py:69
msgid "password. Required."
msgstr ""

#: ironic/drivers/modules/iboot.py:43
msgid "iBoot PDU relay id; default is 1. Optional."
msgstr ""

#: ironic/drivers/modules/iboot.py:44
msgid "iBoot PDU port; default is 9100. Optional."
msgstr ""

#: ironic/drivers/modules/iboot.py:55
#, python-format
msgid "Missing the following iBoot credentials in node's driver_info: %s."
msgstr ""

#: ironic/drivers/modules/iboot.py:67
msgid "iBoot PDU relay id must be an integer."
msgstr ""

#: ironic/drivers/modules/iboot.py:74
msgid "iBoot PDU port must be an integer."
msgstr ""

#: ironic/drivers/modules/iboot.py:108
#, python-format
msgid "Cannot get power status for node '%(node)s'. iBoot get_relays() failed."
msgstr ""

#: ironic/drivers/modules/iboot.py:186 ironic/drivers/modules/ipmitool.py:739
#: ironic/drivers/modules/snmp.py:672 ironic/drivers/modules/ssh.py:573
#, python-format
msgid "set_power_state called with invalid power state %s."
msgstr ""

#: ironic/drivers/modules/image_cache.py:46
msgid "Run image downloads and raw format conversions in parallel."
msgstr ""

#: ironic/drivers/modules/inspector.py:38
msgid "whether to enable inspection using ironic-inspector"
msgstr ""

#: ironic/drivers/modules/inspector.py:41
msgid ""
"ironic-inspector HTTP endpoint. If this is not set, the ironic-inspector "
"client default (http://127.0.0.1:5050) will be used."
msgstr ""

#: ironic/drivers/modules/inspector.py:46
msgid "period (in seconds) to check status of nodes on inspection"
msgstr ""

#: ironic/drivers/modules/inspector.py:82
msgid "ironic-inspector support is disabled"
msgstr ""

#: ironic/drivers/modules/inspector.py:86
msgid "python-ironic-inspector-client Python module not found"
msgstr ""

#: ironic/drivers/modules/inspector.py:165
#, python-format
msgid "Failed to start inspection: %s"
msgstr ""

#: ironic/drivers/modules/inspector.py:199
#, python-format
msgid "ironic-inspector inspection failed: %s"
msgstr ""

#: ironic/drivers/modules/ipminative.py:48
msgid ""
"Maximum time in seconds to retry IPMI operations. There is a tradeoff "
"when setting this value. Setting this too low may cause older BMCs to "
"crash and require a hard reset. However, setting too high can cause the "
"sync power state periodic task to hang when there are slow or "
"unresponsive BMCs."
msgstr ""

#: ironic/drivers/modules/ipminative.py:56
msgid ""
"Minimum time, in seconds, between IPMI operations sent to a server. There"
" is a risk with some hardware that setting this too low may cause the BMC"
" to crash. Recommended setting is 5 seconds."
msgstr ""

#: ironic/drivers/modules/ipminative.py:67
msgid "IP of the node's BMC. Required."
msgstr ""

#: ironic/drivers/modules/ipminative.py:68
msgid "IPMI password. Required."
msgstr ""

#: ironic/drivers/modules/ipminative.py:69
msgid "IPMI username. Required."
msgstr ""

#: ironic/drivers/modules/ipminative.py:72
#: ironic/drivers/modules/ipmitool.py:101 ironic/drivers/modules/seamicro.py:80
#: ironic/drivers/modules/ilo/common.py:74
msgid "node's UDP port to connect to. Only required for console access."
msgstr ""

#: ironic/drivers/modules/ipminative.py:96
#: ironic/drivers/modules/ipmitool.py:243
#, python-format
msgid "Missing the following IPMI credentials in node's driver_info: %s."
msgstr ""

#: ironic/drivers/modules/ipminative.py:114
#: ironic/drivers/modules/ipmitool.py:271
msgid "IPMI terminal port is not an integer."
msgstr ""

#: ironic/drivers/modules/ipminative.py:344
#, python-format
msgid "set_power_state called with an invalid power state: %s."
msgstr ""

#: ironic/drivers/modules/ipminative.py:499
#: ironic/drivers/modules/ipmitool.py:1040
msgid "Missing 'ipmi_terminal_port' parameter in node's driver_info."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:73
msgid "IP address or hostname of the node. Required."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:76
msgid "password. Optional."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:77
#, python-format
msgid "privilege level; default is ADMINISTRATOR. One of %s. Optional."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:79
msgid "username; default is NULL user. Optional."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:80
msgid ""
"bridging_type; default is \"no\". One of \"single\", \"dual\", \"no\". "
"Optional."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:82
msgid ""
"transit channel for bridged request. Required only if ipmi_bridging is "
"set to \"dual\"."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:84
msgid ""
"transit address for bridged request. Required only if ipmi_bridging is "
"set to \"dual\"."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:86
msgid ""
"destination channel for bridged request. Required only if ipmi_bridging "
"is set to \"single\" or \"dual\"."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:89
msgid ""
"destination address for bridged request. Required only if ipmi_bridging "
"is set to \"single\" or \"dual\"."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:92
msgid ""
"local IPMB address for bridged requests. Used only if ipmi_bridging is "
"set to \"single\" or \"dual\". Optional."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:95
msgid ""
"the version of the IPMI protocol; default is \"2.0\". One of \"1.5\", "
"\"2.0\". Optional."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:262
#, python-format
msgid ""
"Invalid IPMI protocol version value %(version)s, the valid value can be "
"one of %(valid_versions)s"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:282
#, python-format
msgid ""
"Value for ipmi_bridging is provided as %s, but IPMI bridging is not "
"supported by the IPMI utility installed on host. Ensure ipmitool version "
"is > 1.8.11"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:305
#, python-format
msgid "%(param)s not provided"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:308
#, python-format
msgid ""
"Invalid value for ipmi_bridging: %(bridging_type)s, the valid value can "
"be one of: %(bridging_types)s"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:316
#, python-format
msgid ""
"Invalid privilege level value:%(priv_level)s, the valid value can be one "
"of %(valid_levels)s"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:577
#, python-format
msgid "parse ipmi sensor data failed, unknown sensor type data: %(sensors_data)s"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:617
#, python-format
msgid ""
"parse ipmi sensor data failed, get nothing with input data: "
"%(sensors_data)s"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:664
#, python-format
msgid ""
"Ipmitool drivers need to be able to create temporary files to pass "
"password to ipmitool. Encountered error: %s"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:682
#: ironic/drivers/modules/ipmitool.py:775
#: ironic/drivers/modules/ipmitool.py:928
#: ironic/drivers/modules/ipmitool.py:1021
msgid ""
"Unable to locate usable ipmitool command in the system path when checking"
" ipmitool version"
msgstr ""

#: ironic/drivers/modules/ipmitool.py:1005
msgid "Parameter raw_bytes (string of bytes) was not specified."
msgstr ""

#: ironic/drivers/modules/ipmitool.py:1045
msgid ""
"Serial over lan only works with IPMI protocol version 2.0. Check the "
"'ipmi_protocol_version' parameter in node's driver_info"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:51
msgid "Default file system format for ephemeral partition, if one is created."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:55
msgid "On the ironic-conductor node, directory where images are stored on disk."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:59
msgid ""
"On the ironic-conductor node, directory where master instance images are "
"stored on disk."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:63
msgid "Maximum size (in MiB) of cache for master images, including those in use."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:69
msgid "Maximum TTL (in minutes) for old master images in cache."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:73
msgid "The disk devices to scan while doing the deploy."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:125
#, python-format
msgid ""
" Deployed value of %(param)s was %(param_value)s but requested value is "
"%(request_value)s."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:131
#, python-format
msgid ""
"The following parameters have different values from previous "
"deployment:%(error_msg)s"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:181
msgid ""
"Cannot validate iSCSI deploy. Some parameters were missing in node's "
"instance_info"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:190
#, python-format
msgid ""
"Cannot validate parameter for iSCSI deploy. Invalid parameter %(param)s. "
"Reason: %(reason)s"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:196
#, python-format
msgid "%s is not an integer value."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:203
msgid "Cannot deploy whole disk image with swap or ephemeral size set"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:296
msgid "Deploy key does not match"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:318
#, python-format
msgid "Parameters %s were not passed to ironic for deploy."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:364
#, python-format
msgid "Error returned from deploy ramdisk: %s"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:385
#, python-format
msgid "Deploy failed for instance %(instance)s. Error: %(error)s"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:393
#, python-format
msgid ""
"Couldn't determine the UUID of the root partition or the disk identifier "
"after deploying node %s"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:436
#, python-format
msgid ""
"Failed to start the iSCSI target to deploy the node %(node)s. Error: "
"%(error)s"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:567
#, python-format
msgid "Failed to connect to Glance to get the properties of the image %s"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:571
#, python-format
msgid "Image %s can not be found."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:583
#, python-format
msgid "Image %(image)s is missing the following properties: %(properties)s"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:604 ironic/drivers/modules/ssh.py:519
#, python-format
msgid "Node %s does not have any port associated with it."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:613
#, python-format
msgid ""
"Couldn't get the URL of the Ironic API service from the configuration "
"file or keystone catalog. Keystone error: %s"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:636
msgid ""
"Some mandatory input missing in 'pass_bootloader_info' vendor passthru "
"from ramdisk."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:643
#, python-format
msgid "Deploy key %(key_sent)s does not match with %(expected_key)s"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:662
#, python-format
msgid "Failed to install bootloader on node %(node)s. Error: %(error)s."
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:689
#, python-format
msgid ""
"Failed to notify ramdisk to reboot after bootloader installation. Error: "
"%s"
msgstr ""

#: ironic/drivers/modules/pxe.py:53
msgid "On ironic-conductor node, template file for PXE configuration."
msgstr ""

#: ironic/drivers/modules/pxe.py:58
msgid ""
"On ironic-conductor node, template file for PXE configuration for UEFI "
"boot loader."
msgstr ""

#: ironic/drivers/modules/pxe.py:62
msgid "IP address of ironic-conductor node's TFTP server."
msgstr ""

#: ironic/drivers/modules/pxe.py:65
msgid "ironic-conductor node's TFTP root path."
msgstr ""

#: ironic/drivers/modules/pxe.py:68
msgid ""
"On ironic-conductor node, directory where master TFTP images are stored "
"on disk."
msgstr ""

#: ironic/drivers/modules/pxe.py:74
msgid "Bootfile DHCP parameter."
msgstr ""

#: ironic/drivers/modules/pxe.py:77
msgid "Bootfile DHCP parameter for UEFI boot mode."
msgstr ""

#: ironic/drivers/modules/pxe.py:79
msgid "ironic-conductor node's HTTP server URL. Example: http://192.1.2.3:8080"
msgstr ""

#: ironic/drivers/modules/pxe.py:83
msgid "ironic-conductor node's HTTP root path."
msgstr ""

#: ironic/drivers/modules/pxe.py:86
msgid "Enable iPXE boot."
msgstr ""

#: ironic/drivers/modules/pxe.py:90
msgid "On ironic-conductor node, the path to the main iPXE script file."
msgstr ""

#: ironic/drivers/modules/pxe.py:105
msgid "UUID (from Glance) of the ramdisk that is mounted at boot time. Required."
msgstr ""

#: ironic/drivers/modules/pxe.py:124
msgid ""
"Cannot validate PXE bootloader. Some parameters were missing in node's "
"driver_info"
msgstr ""

#: ironic/drivers/modules/pxe.py:223
#, python-format
msgid ""
"Conflict: Whole disk image being used for deploy, but cannot be used with"
" node %(node_uuid)s configured to use UEFI boot with netboot option"
msgstr ""

#: ironic/drivers/modules/pxe.py:240
#, python-format
msgid ""
"Trusted boot is only supported in BIOS boot mode with netboot and without"
" whole_disk_image, but Node %(node_uuid)s was configured with boot_mode: "
"%(boot_mode)s, boot_option: %(boot_option)s, is_whole_disk_image: "
"%(is_whole_disk_image)s: at least one of them is wrong, and this can be "
"caused by enable secure boot."
msgstr ""

#: ironic/drivers/modules/pxe.py:333
msgid "iPXE boot is enabled but no HTTP URL or HTTP root was specified."
msgstr ""

#: ironic/drivers/modules/pxe.py:340
#, python-format
msgid ""
"Conflict: iPXE is enabled, but cannot be used with node%(node_uuid)s "
"configured to use UEFI boot"
msgstr ""

#: ironic/drivers/modules/pxe.py:622 ironic/drivers/modules/ilo/deploy.py:891
#: ironic/drivers/modules/irmc/deploy.py:845
msgid "Failed to continue iSCSI deployment."
msgstr ""

#: ironic/drivers/modules/seamicro.py:48
msgid "Maximum retries for SeaMicro operations"
msgstr ""

#: ironic/drivers/modules/seamicro.py:51 ironic/drivers/modules/snmp.py:58
msgid "Seconds to wait for power action to be completed"
msgstr ""

#: ironic/drivers/modules/seamicro.py:68
msgid "API endpoint. Required."
msgstr ""

#: ironic/drivers/modules/seamicro.py:70
msgid "server ID. Required."
msgstr ""

#: ironic/drivers/modules/seamicro.py:74
msgid "version of SeaMicro API client; default is 2. Optional."
msgstr ""

#: ironic/drivers/modules/seamicro.py:101
#, python-format
msgid "Invalid 'seamicro_api_version' parameter. Reason: %s."
msgstr ""

#: ironic/drivers/modules/seamicro.py:117
#, python-format
msgid ""
"SeaMicro driver requires the following parameters to be set in node's "
"driver_info: %s."
msgstr ""

#: ironic/drivers/modules/seamicro.py:132
msgid "SeaMicro terminal port is not an integer."
msgstr ""

#: ironic/drivers/modules/seamicro.py:137
msgid ""
"Invalid 'seamicro_server_id' parameter in node's driver_info. Expected "
"format of 'seamicro_server_id' is <int>/<int>"
msgstr ""

#: ironic/drivers/modules/seamicro.py:144
msgid "Invalid 'seamicro_api_endpoint' parameter in node's driver_info."
msgstr ""

#: ironic/drivers/modules/seamicro.py:339
msgid "Invalid volume id specified"
msgstr ""

#: ironic/drivers/modules/seamicro.py:355
msgid "No storage pools found for ironic"
msgstr ""

#: ironic/drivers/modules/seamicro.py:425
msgid "set_power_state called with invalid power state."
msgstr ""

#: ironic/drivers/modules/seamicro.py:466
msgid "No vlan id provided"
msgstr ""

#: ironic/drivers/modules/seamicro.py:507
msgid "No volume size provided for creating volume"
msgstr ""

#: ironic/drivers/modules/seamicro.py:633
msgid "Missing 'seamicro_terminal_port' parameter in node's driver_info"
msgstr ""

#: ironic/drivers/modules/snmp.py:73
msgid "PDU manufacturer driver.  Required."
msgstr ""

#: ironic/drivers/modules/snmp.py:74
msgid "PDU IPv4 address or hostname.  Required."
msgstr ""

#: ironic/drivers/modules/snmp.py:75
msgid "PDU power outlet index (1-based).  Required."
msgstr ""

#: ironic/drivers/modules/snmp.py:79
#, python-format
msgid "SNMP protocol version: %(v1)s, %(v2c)s, %(v3)s  (optional, default %(v1)s)"
msgstr ""

#: ironic/drivers/modules/snmp.py:83
#, python-format
msgid "SNMP port, default %(port)d"
msgstr ""

#: ironic/drivers/modules/snmp.py:85
#, python-format
msgid "SNMP community.  Required for versions %(v1)s, %(v2c)s"
msgstr ""

#: ironic/drivers/modules/snmp.py:88
#, python-format
msgid "SNMP security name.  Required for version %(v3)s"
msgstr ""

#: ironic/drivers/modules/snmp.py:547
#, python-format
msgid ""
"SNMP driver requires the following parameters to be set in node's "
"driver_info: %s."
msgstr ""

#: ironic/drivers/modules/snmp.py:556
#, python-format
msgid "SNMPPowerDriver: unknown driver: '%s'"
msgstr ""

#: ironic/drivers/modules/snmp.py:562
#, python-format
msgid "SNMPPowerDriver: unknown SNMP version: '%s'"
msgstr ""

#: ironic/drivers/modules/snmp.py:571
#, python-format
msgid "SNMPPowerDriver: SNMP UDP port must be numeric: %s"
msgstr ""

#: ironic/drivers/modules/snmp.py:574
#, python-format
msgid "SNMPPowerDriver: SNMP UDP port out of range: %d"
msgstr ""

#: ironic/drivers/modules/snmp.py:581
#, python-format
msgid "SNMP driver requires snmp_community to be set for version %s."
msgstr ""

#: ironic/drivers/modules/snmp.py:587
#, python-format
msgid "SNMP driver requires snmp_security to be set for version %s."
msgstr ""

#: ironic/drivers/modules/ssh.py:49
msgid "libvirt URI"
msgstr ""

#: ironic/drivers/modules/ssh.py:58
msgid "IP address or hostname of the node to ssh into. Required."
msgstr ""

#: ironic/drivers/modules/ssh.py:60
msgid "username to authenticate as. Required."
msgstr ""

#: ironic/drivers/modules/ssh.py:61
msgid ""
"virtualization software to use; one of vbox, virsh, vmware, parallels. "
"Required."
msgstr ""

#: ironic/drivers/modules/ssh.py:65
msgid ""
"private key(s). One of this, ssh_key_filename, or ssh_password must be "
"specified."
msgstr ""

#: ironic/drivers/modules/ssh.py:67
msgid ""
"(list of) filename(s) of optional private key(s) for authentication. One "
"of this, ssh_key_contents, or ssh_password must be specified."
msgstr ""

#: ironic/drivers/modules/ssh.py:70
msgid ""
"password to use for authentication or for unlocking a private key. One of"
" this, ssh_key_contents, or ssh_key_filename must be specified."
msgstr ""

#: ironic/drivers/modules/ssh.py:73
msgid "port on the node to connect to; default is 22. Optional."
msgstr ""

#: ironic/drivers/modules/ssh.py:105
#, python-format
msgid "SSHPowerDriver '%(virt_type)s' is not a valid virt_type."
msgstr ""

#: ironic/drivers/modules/ssh.py:206
#, python-format
msgid "SSHPowerDriver '%(virt_type)s' is not a valid virt_type, "
msgstr ""

#: ironic/drivers/modules/ssh.py:297
#, python-format
msgid ""
"SSHPowerDriver requires the following parameters to be set in node's "
"driver_info: %s."
msgstr ""

#: ironic/drivers/modules/ssh.py:307
msgid "SSHPowerDriver requires ssh_port to be integer value"
msgstr ""

#: ironic/drivers/modules/ssh.py:328
msgid ""
"SSHPowerDriver requires one and only one of password, key_contents and "
"key_filename to be set."
msgstr ""

#: ironic/drivers/modules/ssh.py:337
#, python-format
msgid "SSH key file %s not found."
msgstr ""

#: ironic/drivers/modules/ssh.py:524
#, python-format
msgid "SSH connection cannot be established: %s"
msgstr ""

#: ironic/drivers/modules/virtualbox.py:51
msgid "Port on which VirtualBox web service is listening."
msgstr ""

#: ironic/drivers/modules/virtualbox.py:59
msgid "Name of the VM in VirtualBox. Required."
msgstr ""

#: ironic/drivers/modules/virtualbox.py:60
msgid "IP address or hostname of the VirtualBox host. Required."
msgstr ""

#: ironic/drivers/modules/virtualbox.py:65
msgid "Username for the VirtualBox host. Default value is ''. Optional."
msgstr ""

#: ironic/drivers/modules/virtualbox.py:67
msgid "Password for 'virtualbox_username'. Default value is ''. Optional."
msgstr ""

#: ironic/drivers/modules/virtualbox.py:69
msgid "Port on which VirtualBox web service is listening. Optional."
msgstr ""

#: ironic/drivers/modules/virtualbox.py:111
#, python-format
msgid "The following parameters are missing in driver_info: %s"
msgstr ""

#: ironic/drivers/modules/virtualbox.py:123
msgid "'virtualbox_port' is not an integer."
msgstr ""

#: ironic/drivers/modules/virtualbox.py:169
#, python-format
msgid "Invalid VirtualMachine method '%s' passed to '_run_virtualbox_method'."
msgstr ""

#: ironic/drivers/modules/virtualbox.py:245
#, python-format
msgid "'set_power_state' called with invalid power state '%s'"
msgstr ""

#: ironic/drivers/modules/wol.py:37
msgid "Broadcast IP address; defaults to 255.255.255.255. Optional."
msgstr ""

#: ironic/drivers/modules/wol.py:39
msgid "Destination port; defaults to 9. Optional."
msgstr ""

#: ironic/drivers/modules/wol.py:73
#, python-format
msgid ""
"Failed to send Wake-On-Lan magic packets to node %(node)s port %(port)s. "
"Error: %(error)s"
msgstr ""

#: ironic/drivers/modules/wol.py:91
msgid "Wake-On-Lan port must be an integer"
msgstr ""

#: ironic/drivers/modules/wol.py:95
msgid "Wake-On-Lan needs at least one port resource to be registered in the node"
msgstr ""

#: ironic/drivers/modules/wol.py:162
#, python-format
msgid ""
"set_power_state called for Node %(node)s with invalid power state "
"%(pstate)s."
msgstr ""

#: ironic/drivers/modules/amt/common.py:37
msgid "IP address or host name of the node. Required."
msgstr ""

#: ironic/drivers/modules/amt/common.py:38
msgid "Password. Required."
msgstr ""

#: ironic/drivers/modules/amt/common.py:39
msgid "Username to log into AMT system. Required."
msgstr ""

#: ironic/drivers/modules/amt/common.py:42
msgid ""
"Protocol used for AMT endpoint. one of http, https; default is \"http\". "
"Optional."
msgstr ""

#: ironic/drivers/modules/amt/common.py:51
msgid "Protocol used for AMT endpoint, support http/https"
msgstr ""

#: ironic/drivers/modules/amt/common.py:161
#, python-format
msgid "AMT driver requires the following to be set in node's driver_info: %s."
msgstr ""

#: ironic/drivers/modules/amt/common.py:170
#, python-format
msgid "Invalid protocol %s."
msgstr ""

#: ironic/drivers/modules/amt/management.py:192
#: ironic/drivers/modules/msftocs/management.py:67
#, python-format
msgid ""
"set_boot_device called with invalid device %(device)s for node "
"%(node_id)s."
msgstr ""

#: ironic/drivers/modules/amt/power.py:41
msgid "Maximum number of times to attempt an AMT operation, before failing"
msgstr ""

#: ironic/drivers/modules/amt/power.py:45
msgid "Amount of time (in seconds) to wait, before retrying an AMT operation"
msgstr ""

#: ironic/drivers/modules/amt/power.py:165
#: ironic/drivers/modules/msftocs/power.py:85
#, python-format
msgid "Unsupported target_state: %s"
msgstr ""

#: ironic/drivers/modules/drac/bios.py:73
#, python-format
msgid "Item has no name: \"%s\""
msgstr ""

#: ironic/drivers/modules/drac/bios.py:100
#, python-format
msgid "Cannot set read-only BIOS settings \"%r\""
msgstr ""

#: ironic/drivers/modules/drac/bios.py:208
#, python-format
msgid "Unknown namespace %(ns)s for item: \"%(item)s\""
msgstr ""

#: ironic/drivers/modules/drac/bios.py:279
#, python-format
msgid "Colliding attributes %r"
msgstr ""

#: ironic/drivers/modules/drac/bios.py:322
#, python-format
msgid "Attribute %(attr)s cannot be set to value %(val)s. It must be in %(ok)r"
msgstr ""

#: ironic/drivers/modules/drac/bios.py:348
#, python-format
msgid ""
"Attribute %(attr)s cannot be set to value %(val)d. It must be between "
"%(lower)d and %(upper)d."
msgstr ""

#: ironic/drivers/modules/drac/client.py:35
msgid ""
"In case there is a communication failure, the DRAC client is going to "
"resend the request as many times as defined in this setting."
msgstr ""

#: ironic/drivers/modules/drac/client.py:40
msgid ""
"In case there is a communication failure, the DRAC client is going to "
"wait for as many seconds as defined in this setting before resending the "
"request."
msgstr ""

#: ironic/drivers/modules/drac/common.py:26
msgid "IP address or hostname of the DRAC card. Required."
msgstr ""

#: ironic/drivers/modules/drac/common.py:27
msgid "username used for authentication. Required."
msgstr ""

#: ironic/drivers/modules/drac/common.py:28
msgid "password used for authentication. Required."
msgstr ""

#: ironic/drivers/modules/drac/common.py:31
msgid "port used for WS-Man endpoint; default is 443. Optional."
msgstr ""

#: ironic/drivers/modules/drac/common.py:32
msgid "path used for WS-Man endpoint; default is \"/wsman\". Optional."
msgstr ""

#: ironic/drivers/modules/drac/common.py:34
msgid ""
"protocol used for WS-Man endpoint; one of http, https; default is "
"\"https\". Optional."
msgstr ""

#: ironic/drivers/modules/drac/common.py:61
#, python-format
msgid "'%s' not supplied to DracDriver."
msgstr ""

#: ironic/drivers/modules/drac/common.py:63
#, python-format
msgid "'%s' contains non-ASCII symbol."
msgstr ""

#: ironic/drivers/modules/drac/common.py:71
msgid "'drac_path' contains non-ASCII symbol."
msgstr ""

#: ironic/drivers/modules/drac/common.py:77
msgid "'drac_protocol' contains non-ASCII symbol."
msgstr ""

#: ironic/drivers/modules/drac/common.py:82
msgid "'drac_port' is not an integer value."
msgstr ""

#: ironic/drivers/modules/drac/common.py:85
#, python-format
msgid ""
"The following errors were encountered while parsing driver_info:\n"
"%s"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:45
msgid "Timeout (in seconds) for iLO operations"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:48
msgid "Port to be used for iLO operations"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:51
msgid "The Swift iLO container to store data."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:54
msgid "Amount of time in seconds for Swift objects to auto-expire."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:64
msgid "IP address or hostname of the iLO. Required."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:65
msgid "username for the iLO with administrator privileges. Required."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:67
msgid "password for ilo_username. Required."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:70
msgid "port to be used for iLO operations. Optional."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:71
msgid "timeout (in seconds) for iLO operations. Optional."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:78
msgid ""
"new password for iLO. Required if the clean step 'reset_ilo_credential' "
"is enabled."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:114
#, python-format
msgid ""
"The following required iLO parameters are missing from the node's "
"driver_info: %s"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:135
#, python-format
msgid ""
"The following iLO parameters from the node's driver_info should be "
"integers: %s"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:183
msgid "iLO license check"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:280
#, python-format
msgid "Inserting virtual media %s"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:310
#: ironic/drivers/modules/ilo/common.py:359
#, python-format
msgid "Setting %s as boot mode"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:436
#, python-format
msgid "Eject virtual media %s"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:478
#, python-format
msgid "Get secure boot mode for node %s."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:511
#, python-format
msgid "Setting secure boot to %(flag)s for node %(node)s."
msgstr ""

#: ironic/drivers/modules/ilo/deploy.py:53
msgid ""
"Priority for erase devices clean step. If unset, it defaults to 10. If "
"set to 0, the step will be disabled and will not run during cleaning."
msgstr ""

#: ironic/drivers/modules/ilo/deploy.py:59
msgid "UUID (from Glance) of the deployment ISO. Required."
msgstr ""

#: ironic/drivers/modules/ilo/deploy.py:216
msgid ""
"Error validating iLO virtual media deploy. Some parameters were missing "
"in node's driver_info"
msgstr ""

#: ironic/drivers/modules/ilo/deploy.py:710
msgid "Missing 'console_port' parameter in node's driver_info."
msgstr ""

#: ironic/drivers/modules/ilo/deploy.py:757
#, python-format
msgid ""
"The requested action 'boot_into_iso' can be performed only when node "
"%(node_uuid)s is in %(state)s state or in 'maintenance' mode"
msgstr ""

#: ironic/drivers/modules/ilo/deploy.py:764
msgid ""
"Error validating input for boot_into_iso vendor passthru. Some parameters"
" were not provided: "
msgstr ""

#: ironic/drivers/modules/ilo/inspect.py:101
#, python-format
msgid "Server didn't return the key(s): %(key)s"
msgstr ""

#: ironic/drivers/modules/ilo/inspect.py:106
#, python-format
msgid ""
"Essential properties are expected to be in dictionary format, received "
"%(properties)s from node %(node)s."
msgstr ""

#: ironic/drivers/modules/ilo/inspect.py:112
#, python-format
msgid "The node %s didn't return 'properties' as the key with inspection."
msgstr ""

#: ironic/drivers/modules/ilo/inspect.py:118
#, python-format
msgid "Node %(node)s didn't return MACs %(macs)s in dictionary format."
msgstr ""

#: ironic/drivers/modules/ilo/inspect.py:123
#, python-format
msgid "The node %s didn't return 'macs' as the key with inspection."
msgstr ""

#: ironic/drivers/modules/ilo/inspect.py:203
#, python-format
msgid "Inspecting hardware (get_power_state) on %s"
msgstr ""

#: ironic/drivers/modules/ilo/management.py:50
msgid "Priority for reset_ilo clean step."
msgstr ""

#: ironic/drivers/modules/ilo/management.py:53
msgid "Priority for reset_bios_to_default clean step."
msgstr ""

#: ironic/drivers/modules/ilo/management.py:56
msgid ""
"Priority for reset_secure_boot_keys clean step. This step will reset the "
"secure boot keys to manufacturing defaults."
msgstr ""

#: ironic/drivers/modules/ilo/management.py:61
msgid ""
"Priority for clear_secure_boot_keys clean step. This step is not enabled "
"by default. It can be enabled to to clear all secure boot keys enrolled "
"with iLO."
msgstr ""

#: ironic/drivers/modules/ilo/management.py:66
msgid ""
"Priority for reset_ilo_credential clean step. This step requires "
"\"ilo_change_password\" parameter to be updated in nodes's driver_info "
"with the new password."
msgstr ""

#: ironic/drivers/modules/ilo/management.py:94
#, python-format
msgid "Clean step '%s' not found. 'proliantutils' package needs to be updated."
msgstr ""

#: ironic/drivers/modules/ilo/management.py:105
#, python-format
msgid "Clean step %(step)s failed on node %(node)s with error: %(err)s"
msgstr ""

#: ironic/drivers/modules/ilo/management.py:170
msgid "Get boot device"
msgstr ""

#: ironic/drivers/modules/ilo/management.py:213
#, python-format
msgid "Setting %s as boot device"
msgstr ""

#: ironic/drivers/modules/ilo/power.py:40
#: ironic/drivers/modules/ucs/power.py:39
msgid "Number of times a power operation needs to be retried"
msgstr ""

#: ironic/drivers/modules/ilo/power.py:44
#: ironic/drivers/modules/ucs/power.py:43
msgid "Amount of time in seconds to wait in between power operations"
msgstr ""

#: ironic/drivers/modules/ilo/power.py:98
msgid "iLO get_power_status"
msgstr ""

#: ironic/drivers/modules/ilo/power.py:162
#: ironic/drivers/modules/irmc/power.py:88
#, python-format
msgid "_set_power_state called with invalid power state '%s'"
msgstr ""

#: ironic/drivers/modules/ilo/power.py:171
msgid "iLO set_power_state"
msgstr ""

#: ironic/drivers/modules/irmc/common.py:30
msgid "Port to be used for iRMC operations, either 80 or 443"
msgstr ""

#: ironic/drivers/modules/irmc/common.py:34
msgid ""
"Authentication method to be used for iRMC operations, either \"basic\" or"
" \"digest\""
msgstr ""

#: ironic/drivers/modules/irmc/common.py:38
msgid "Timeout (in seconds) for iRMC operations"
msgstr ""

#: ironic/drivers/modules/irmc/common.py:41
msgid "Sensor data retrieval method, either \"ipmitool\" or \"scci\""
msgstr ""

#: ironic/drivers/modules/irmc/common.py:51
msgid "IP address or hostname of the iRMC. Required."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:52
msgid "Username for the iRMC with administrator privileges. Required."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:54
msgid "Password for irmc_username. Required."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:57
msgid ""
"Port to be used for iRMC operations; either 80 or 443. The default value "
"is 443. Optional."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:59
msgid ""
"Authentication method for iRMC operations; either 'basic' or 'digest'. "
"The default value is 'basic'. Optional."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:62
msgid ""
"Timeout (in seconds) for iRMC operations. The default value is 60. "
"Optional."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:64
msgid ""
"Sensor data retrieval method; either 'ipmitool' or 'scci'. The default "
"value is 'ipmitool'. Optional."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:90
#, python-format
msgid "Missing the following iRMC parameters in node's driver_info: %s."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:104
msgid "'irmc_auth_method' has unsupported value."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:107
msgid "'irmc_port' has unsupported value."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:110
msgid "'irmc_client_timeout' is not integer type."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:113
msgid "'irmc_sensor_method' has unsupported value."
msgstr ""

#: ironic/drivers/modules/irmc/common.py:115
#, python-format
msgid ""
"The following type errors were encountered while parsing driver_info:\n"
"%s"
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:78
msgid "Deployment ISO image file name. Required."
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:98
#, python-format
msgid "Value '%s' for remote_image_share_root isn't a directory or doesn't exist."
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:103
#, python-format
msgid ""
"Value '%s' for remote_image_share_type is not supported value either "
"'NFS' or 'CIFS'."
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:107
#, python-format
msgid "The following errors were encountered while parsing config file:%s"
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:130
msgid ""
"Error validating iRMC virtual media deploy. Some parameters were missing "
"in node's driver_info"
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:139
#: ironic/tests/drivers/irmc/test_deploy.py:133
#, python-format
msgid "Deploy ISO file, %(deploy_iso)s, not found for node: %(node)s."
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:171
#: ironic/tests/drivers/irmc/test_deploy.py:230
#, python-format
msgid "Boot ISO file, %(boot_iso)s, not found for node: %(node)s."
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:343
msgid "Copying floppy image file"
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:431
msgid "Inserting virtual cdrom"
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:454
msgid "Ejecting virtual cdrom"
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:487
msgid "Inserting virtual floppy"
msgstr ""

#: ironic/drivers/modules/irmc/deploy.py:510
msgid "Ejecting virtual floppy"
msgstr ""

#: ironic/drivers/modules/irmc/power.py:97
msgid "iRMC set_power_state"
msgstr ""

#: ironic/drivers/modules/msftocs/common.py:26
msgid ""
"Base url of the OCS chassis manager REST API, e.g.: http://10.0.0.1:8000."
" Required."
msgstr ""

#: ironic/drivers/modules/msftocs/common.py:28
msgid ""
"Blade id, must be a number between 1 and the maximum number of blades "
"available in the chassis. Required."
msgstr ""

#: ironic/drivers/modules/msftocs/common.py:31
msgid "Username to access the chassis manager REST API. Required."
msgstr ""

#: ironic/drivers/modules/msftocs/common.py:33
msgid "Password to access the chassis manager REST API. Required."
msgstr ""

#: ironic/drivers/modules/msftocs/common.py:81
#, python-format
msgid "The following parameters were missing: %s"
msgstr ""

#: ironic/drivers/modules/msftocs/common.py:99
#, python-format
msgid "\"%s\" is not a valid \"msftocs_base_url\""
msgstr ""

#: ironic/drivers/modules/msftocs/common.py:106
#, python-format
msgid "\"%s\" is not a valid \"msftocs_blade_id\""
msgstr ""

#: ironic/drivers/modules/msftocs/common.py:109
#, python-format
msgid "\"msftocs_blade_id\" must be greater than 0. The provided value is: %s"
msgstr ""

#: ironic/drivers/modules/msftocs/msftocsclient.py:74
#, python-format
msgid "HTTP call failed: %s"
msgstr ""

#: ironic/drivers/modules/msftocs/msftocsclient.py:87
#, python-format
msgid "Invalid XML: %s"
msgstr ""

#: ironic/drivers/modules/msftocs/msftocsclient.py:91
#, python-format
msgid "Operation failed: %s"
msgstr ""

#: ironic/drivers/modules/ucs/helper.py:35
msgid "IP or Hostname of the UCS Manager. Required."
msgstr ""

#: ironic/drivers/modules/ucs/helper.py:36
msgid "UCS Manager admin/server-profile username. Required."
msgstr ""

#: ironic/drivers/modules/ucs/helper.py:37
msgid "UCS Manager password. Required."
msgstr ""

#: ironic/drivers/modules/ucs/helper.py:38
msgid "UCS Manager service-profile name. Required."
msgstr ""

#: ironic/drivers/modules/ucs/helper.py:81
#, python-format
msgid "%s driver requires these parameters to be set in the node's driver_info."
msgstr ""

#: ironic/drivers/modules/ucs/management.py:97
msgid "setting boot device"
msgstr ""

#: ironic/drivers/modules/ucs/management.py:131
msgid "getting boot device"
msgstr ""

#: ironic/drivers/modules/ucs/power.py:130
msgid "getting power status"
msgstr ""

#: ironic/drivers/modules/ucs/power.py:155
#, python-format
msgid "set_power_state called with invalid power state '%s'"
msgstr ""

#: ironic/drivers/modules/ucs/power.py:172
msgid "setting power status"
msgstr ""

#: ironic/drivers/modules/ucs/power.py:204
msgid "rebooting"
msgstr ""

#: ironic/objects/base.py:159
msgid "Invalid version string"
msgstr ""

#: ironic/objects/base.py:348
#, python-format
msgid "Cannot load '%(attrname)s' in the base class"
msgstr ""

#: ironic/objects/base.py:357
msgid "Cannot save anything in the base class"
msgstr ""

#: ironic/objects/base.py:389
#, python-format
msgid "%(objname)s object has no attribute '%(attrname)s'"
msgstr ""

#: ironic/objects/conductor.py:56
msgid "Cannot update a conductor record directly."
msgstr ""

#: ironic/openstack/common/imageutils.py:76
#, python-format
msgid "Invalid input value \"%s\"."
msgstr ""

#: ironic/openstack/common/imageutils.py:105
msgid "Snapshot list encountered but no header found!"
msgstr ""