PageRenderTime 53ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/neutron/locale/neutron-log-error.pot

https://github.com/marios/neutron
Unknown | 622 lines | 503 code | 119 blank | 0 comment | 0 complexity | f9d8c6f0ef500111faf526e032d9e5e7 MD5 | raw file
Possible License(s): Apache-2.0
  1. # Translations template for neutron.
  2. # Copyright (C) 2014 ORGANIZATION
  3. # This file is distributed under the same license as the neutron project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: neutron 2015.1.dev362.g9b1cda6\n"
  10. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  11. "POT-Creation-Date: 2014-11-20 06:08+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=utf-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Generated-By: Babel 1.3\n"
  19. #: neutron/policy.py:129
  20. #, python-format
  21. msgid ""
  22. "Backward compatibility unavailable for deprecated policy %s. The policy "
  23. "will not be enforced"
  24. msgstr ""
  25. #: neutron/policy.py:317
  26. #, python-format
  27. msgid "Policy check error while calling %s!"
  28. msgstr ""
  29. #: neutron/agent/dhcp_agent.py:147
  30. #, python-format
  31. msgid "Unable to %(action)s dhcp for %(net_id)s."
  32. msgstr ""
  33. #: neutron/agent/dhcp_agent.py:174
  34. #, python-format
  35. msgid "Unable to sync network state on deleted network %s"
  36. msgstr ""
  37. #: neutron/agent/dhcp_agent.py:187
  38. msgid "Unable to sync network state."
  39. msgstr ""
  40. #: neutron/agent/dhcp_agent.py:218
  41. #, python-format
  42. msgid "Network %s info call failed."
  43. msgstr ""
  44. #: neutron/agent/dhcp_agent.py:591 neutron/agent/l3_agent.py:2006
  45. #: neutron/agent/metadata/agent.py:416
  46. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:277
  47. msgid "Failed reporting state!"
  48. msgstr ""
  49. #: neutron/agent/l3_agent.py:507 neutron/tests/unit/test_l3_agent.py:1974
  50. #, python-format
  51. msgid "Error importing interface driver '%s'"
  52. msgstr ""
  53. #: neutron/agent/l3_agent.py:579 neutron/agent/linux/dhcp.py:792
  54. msgid "An interface driver must be specified"
  55. msgstr ""
  56. #: neutron/agent/l3_agent.py:584
  57. msgid "Router id is required if not using namespaces."
  58. msgstr ""
  59. #: neutron/agent/l3_agent.py:602
  60. msgid "RuntimeError in obtaining router list for namespace cleanup."
  61. msgstr ""
  62. #: neutron/agent/l3_agent.py:637
  63. #, python-format
  64. msgid "Failed to destroy stale router namespace %s"
  65. msgstr ""
  66. #: neutron/agent/l3_agent.py:653 neutron/agent/linux/dhcp.py:238
  67. #, python-format
  68. msgid "Failed trying to delete namespace: %s"
  69. msgstr ""
  70. #: neutron/agent/l3_agent.py:855
  71. #, python-format
  72. msgid "Ignoring multiple IPs on router port %s"
  73. msgstr ""
  74. #: neutron/agent/l3_agent.py:1206
  75. #, python-format
  76. msgid "Failed sending gratuitous ARP: %s"
  77. msgstr ""
  78. #: neutron/agent/l3_agent.py:1271
  79. msgid "DVR: no map match_port found!"
  80. msgstr ""
  81. #: neutron/agent/l3_agent.py:1475
  82. msgid "DVR: error adding redirection logic"
  83. msgstr ""
  84. #: neutron/agent/l3_agent.py:1487
  85. msgid "DVR: removed snat failed"
  86. msgstr ""
  87. #: neutron/agent/l3_agent.py:1588
  88. msgid "Missing subnet/agent_gateway_port"
  89. msgstr ""
  90. #: neutron/agent/l3_agent.py:1729
  91. msgid "DVR: Failed updating arp entry"
  92. msgstr ""
  93. #: neutron/agent/l3_agent.py:1778
  94. #, python-format
  95. msgid "The external network bridge '%s' does not exist"
  96. msgstr ""
  97. #: neutron/agent/l3_agent.py:1818
  98. #, python-format
  99. msgid "Failed to fetch router information for '%s'"
  100. msgstr ""
  101. #: neutron/agent/l3_agent.py:1836
  102. #, python-format
  103. msgid "Removing incompatible router '%s'"
  104. msgstr ""
  105. #: neutron/agent/l3_agent.py:1887
  106. msgid "Failed synchronizing routers due to RPC error"
  107. msgstr ""
  108. #: neutron/agent/l3_agent.py:1890
  109. msgid "Failed synchronizing routers"
  110. msgstr ""
  111. #: neutron/agent/l3_ha_agent.py:136
  112. #, python-format
  113. msgid "Unable to process HA router %s without ha port"
  114. msgstr ""
  115. #: neutron/agent/netns_cleanup_util.py:141
  116. #, python-format
  117. msgid "Error unable to destroy namespace: %s"
  118. msgstr ""
  119. #: neutron/agent/linux/async_process.py:164
  120. #, python-format
  121. msgid "An error occurred while killing [%s]."
  122. msgstr ""
  123. #: neutron/agent/linux/async_process.py:186
  124. #, python-format
  125. msgid "An error occurred while communicating with async process [%s]."
  126. msgstr ""
  127. #: neutron/agent/linux/daemon.py:36
  128. #, python-format
  129. msgid "Error while handling pidfile: %s"
  130. msgstr ""
  131. #: neutron/agent/linux/daemon.py:93
  132. msgid "Fork failed"
  133. msgstr ""
  134. #: neutron/agent/linux/daemon.py:135
  135. #, python-format
  136. msgid "Pidfile %s already exist. Daemon already running?"
  137. msgstr ""
  138. #: neutron/agent/linux/dhcp.py:329
  139. #, python-format
  140. msgid ""
  141. "FAILED VERSION REQUIREMENT FOR DNSMASQ. DHCP AGENT MAY NOT RUN CORRECTLY!"
  142. " Please ensure that its version is %s or above!"
  143. msgstr ""
  144. #: neutron/agent/linux/dhcp.py:335
  145. #, python-format
  146. msgid ""
  147. "Unable to determine dnsmasq version. Please ensure that its version is %s"
  148. " or above!"
  149. msgstr ""
  150. #: neutron/agent/linux/dhcp.py:798
  151. #, python-format
  152. msgid "Error importing interface driver '%(driver)s': %(inner)s"
  153. msgstr ""
  154. #: neutron/agent/linux/external_process.py:227
  155. #, python-format
  156. msgid ""
  157. "%(service)s for %(resource_type)s with uuid %(uuid)s not found. The "
  158. "process should not have died"
  159. msgstr ""
  160. #: neutron/agent/linux/external_process.py:247
  161. #, python-format
  162. msgid "respawning %(service)s for uuid %(uuid)s"
  163. msgstr ""
  164. #: neutron/agent/linux/external_process.py:253
  165. msgid "Exiting agent as programmed in check_child_processes_actions"
  166. msgstr ""
  167. #: neutron/agent/linux/interface.py:154
  168. #, python-format
  169. msgid "Failed deleting ingress connection state of floatingip %s"
  170. msgstr ""
  171. #: neutron/agent/linux/interface.py:163
  172. #, python-format
  173. msgid "Failed deleting egress connection state of floatingip %s"
  174. msgstr ""
  175. #: neutron/agent/linux/interface.py:285 neutron/agent/linux/interface.py:330
  176. #: neutron/agent/linux/interface.py:397 neutron/agent/linux/interface.py:439
  177. #, python-format
  178. msgid "Failed unplugging interface '%s'"
  179. msgstr ""
  180. #: neutron/agent/linux/ip_link_support.py:107
  181. msgid "Failed executing ip command"
  182. msgstr ""
  183. #: neutron/agent/linux/iptables_manager.py:446
  184. #, python-format
  185. msgid ""
  186. "IPTablesManager.apply failed to apply the following set of iptables "
  187. "rules:\n"
  188. "%s"
  189. msgstr ""
  190. #: neutron/agent/linux/ovs_lib.py:73 neutron/agent/linux/ovs_lib.py:171
  191. #: neutron/agent/linux/ovs_lib.py:292
  192. #, python-format
  193. msgid "Unable to execute %(cmd)s. Exception: %(exception)s"
  194. msgstr ""
  195. #: neutron/agent/linux/ovs_lib.py:243
  196. msgid ""
  197. "Unable to create VXLAN tunnel port. Please ensure that an openvswitch "
  198. "version that supports VXLAN is installed."
  199. msgstr ""
  200. #: neutron/agent/linux/ovs_lib.py:523
  201. #, python-format
  202. msgid "OVS flows could not be applied on bridge %s"
  203. msgstr ""
  204. #: neutron/agent/linux/ovs_lib.py:533
  205. #, python-format
  206. msgid "Interface %s not found."
  207. msgstr ""
  208. #: neutron/agent/linux/ovs_lib.py:544
  209. #, python-format
  210. msgid "Unable to retrieve bridges. Exception: %s"
  211. msgstr ""
  212. #: neutron/agent/linux/ovs_lib.py:553
  213. #, python-format
  214. msgid "Bridge %s not found."
  215. msgstr ""
  216. #: neutron/agent/linux/ovsdb_monitor.py:51
  217. #, python-format
  218. msgid "Error received from ovsdb monitor: %s"
  219. msgstr ""
  220. #: neutron/agent/metadata/agent.py:156
  221. #: neutron/agent/metadata/namespace_proxy.py:75
  222. msgid "Unexpected error."
  223. msgstr ""
  224. #: neutron/api/extensions.py:483
  225. #, python-format
  226. msgid "Error fetching extended attributes for extension '%s'"
  227. msgstr ""
  228. #: neutron/api/extensions.py:492
  229. #, python-format
  230. msgid ""
  231. "It was impossible to process the following extensions: %s because of "
  232. "missing requirements."
  233. msgstr ""
  234. #: neutron/api/extensions.py:509
  235. #, python-format
  236. msgid "Exception loading extension: %s"
  237. msgstr ""
  238. #: neutron/api/extensions.py:527
  239. #, python-format
  240. msgid "Extension path '%s' doesn't exist!"
  241. msgstr ""
  242. #: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91
  243. #, python-format
  244. msgid ""
  245. "Will not send event %(method)s for network %(net_id)s: no agent "
  246. "available. Payload: %(payload)s"
  247. msgstr ""
  248. #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:106
  249. #, python-format
  250. msgid ""
  251. "No plugin for L3 routing registered. Cannot notify agents with the "
  252. "message %s"
  253. msgstr ""
  254. #: neutron/api/rpc/handlers/l3_rpc.py:71
  255. msgid ""
  256. "No plugin for L3 routing registered! Will reply to l3 agent with empty "
  257. "router dictionary."
  258. msgstr ""
  259. #: neutron/api/v2/base.py:364
  260. #, python-format
  261. msgid "Unable to undo add for %(resource)s %(id)s"
  262. msgstr ""
  263. #: neutron/api/v2/resource.py:97 neutron/api/v2/resource.py:105
  264. #: neutron/api/v2/resource.py:125
  265. #, python-format
  266. msgid "%s failed"
  267. msgstr ""
  268. #: neutron/cmd/sanity_check.py:41
  269. msgid ""
  270. "Check for Open vSwitch VXLAN support failed. Please ensure that the "
  271. "version of openvswitch being used has VXLAN support."
  272. msgstr ""
  273. #: neutron/cmd/sanity_check.py:50
  274. msgid ""
  275. "Check for Open vSwitch patch port support failed. Please ensure that the "
  276. "version of openvswitch being used has patch port support or disable "
  277. "features requiring patch ports (gre/vxlan, etc.)."
  278. msgstr ""
  279. #: neutron/cmd/sanity_check.py:60
  280. msgid ""
  281. "Nova notifications are enabled, but novaclient is not installed. Either "
  282. "disable nova notifications or install python-novaclient."
  283. msgstr ""
  284. #: neutron/cmd/sanity_check.py:70
  285. msgid ""
  286. "Check for Open vSwitch ARP responder support failed. Please ensure that "
  287. "the version of openvswitch being used has ARP flows support."
  288. msgstr ""
  289. #: neutron/cmd/sanity_check.py:80
  290. msgid ""
  291. "Check for VF management support failed. Please ensure that the version of"
  292. " ip link being used has VF support."
  293. msgstr ""
  294. #: neutron/cmd/sanity/checks.py:74
  295. #, python-format
  296. msgid "Unexpected exception while checking supported feature via command: %s"
  297. msgstr ""
  298. #: neutron/cmd/sanity/checks.py:106
  299. msgid "Unexpected exception while checking supported ip link command"
  300. msgstr ""
  301. #: neutron/db/db_base_plugin_v2.py:152
  302. #, python-format
  303. msgid "Unable to generate mac address after %s attempts"
  304. msgstr ""
  305. #: neutron/db/db_base_plugin_v2.py:895
  306. #, python-format
  307. msgid "An exception occurred while creating the %(resource)s:%(item)s"
  308. msgstr ""
  309. #: neutron/db/dvr_mac_db.py:97
  310. #, python-format
  311. msgid "MAC generation error after %s attempts"
  312. msgstr ""
  313. #: neutron/db/dvr_mac_db.py:169
  314. #, python-format
  315. msgid "Could not retrieve gateway port for subnet %s"
  316. msgstr ""
  317. #: neutron/db/l3_agentschedulers_db.py:141
  318. #, python-format
  319. msgid "Failed to reschedule router %s"
  320. msgstr ""
  321. #: neutron/db/l3_agentschedulers_db.py:146
  322. msgid "Exception encountered during router rescheduling."
  323. msgstr ""
  324. #: neutron/db/metering/metering_rpc.py:45
  325. #, python-format
  326. msgid "Unable to find agent %s."
  327. msgstr ""
  328. #: neutron/extensions/l3agentscheduler.py:49
  329. #: neutron/extensions/l3agentscheduler.py:92
  330. msgid "No plugin for L3 routing registered to handle router scheduling"
  331. msgstr ""
  332. #: neutron/openstack/common/excutils.py:76
  333. #, python-format
  334. msgid "Original exception being dropped: %s"
  335. msgstr ""
  336. #: neutron/openstack/common/excutils.py:105
  337. #, python-format
  338. msgid "Unexpected exception occurred %d time(s)... retrying."
  339. msgstr ""
  340. #: neutron/openstack/common/lockutils.py:117
  341. #, python-format
  342. msgid "Could not release the acquired lock `%s`"
  343. msgstr ""
  344. #: neutron/openstack/common/loopingcall.py:95
  345. msgid "in fixed duration looping call"
  346. msgstr ""
  347. #: neutron/openstack/common/loopingcall.py:138
  348. msgid "in dynamic looping call"
  349. msgstr ""
  350. #: neutron/openstack/common/periodic_task.py:202
  351. #, python-format
  352. msgid "Error during %(full_task_name)s: %(e)s"
  353. msgstr ""
  354. #: neutron/openstack/common/policy.py:535
  355. #: neutron/openstack/common/policy.py:815
  356. #, python-format
  357. msgid "Failed to understand rule %s"
  358. msgstr ""
  359. #: neutron/openstack/common/policy.py:545
  360. #, python-format
  361. msgid "No handler for matches of kind %s"
  362. msgstr ""
  363. #: neutron/openstack/common/service.py:269
  364. msgid "Unhandled exception"
  365. msgstr ""
  366. #: neutron/plugins/cisco/models/virt_phy_sw_v2.py:279
  367. #, python-format
  368. msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
  369. msgstr ""
  370. #: neutron/plugins/ml2/drivers/type_gre.py:86
  371. #, python-format
  372. msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
  373. msgstr ""
  374. #: neutron/plugins/ml2/drivers/type_vxlan.py:92
  375. #, python-format
  376. msgid "Skipping unreasonable VXLAN VNI range %(tun_min)s:%(tun_max)s"
  377. msgstr ""
  378. #: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:110
  379. msgid "APIC service agent: failed in reporting state"
  380. msgstr ""
  381. #: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:205
  382. #, python-format
  383. msgid "No such interface (ignored): %s"
  384. msgstr ""
  385. #: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:255
  386. msgid "APIC service agent: exception in LLDP parsing"
  387. msgstr ""
  388. #: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:310
  389. #, python-format
  390. msgid "APIC service agent: can not get MACaddr for %s"
  391. msgstr ""
  392. #: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:326
  393. msgid "APIC host agent: failed in reporting state"
  394. msgstr ""
  395. #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:386
  396. msgid "Error in agent event loop"
  397. msgstr ""
  398. #: neutron/plugins/nuage/syncmanager.py:55
  399. #, python-format
  400. msgid "Cannot complete the sync between Neutron and VSD because of error:%s"
  401. msgstr ""
  402. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:101
  403. msgid "Agent terminated!: Failed to get a datapath."
  404. msgstr ""
  405. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:120
  406. msgid "Agent terminated"
  407. msgstr ""
  408. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:157
  409. msgid "Agent failed to create agent config map"
  410. msgstr ""
  411. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:443
  412. #, python-format
  413. msgid "No local VLAN available for net-id=%s"
  414. msgstr ""
  415. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:458
  416. #, python-format
  417. msgid ""
  418. "Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
  419. "tunneling disabled"
  420. msgstr ""
  421. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:469
  422. #, python-format
  423. msgid ""
  424. "Cannot provision %(network_type)s network for net-id=%(net_uuid)s - no "
  425. "bridge for physical_network %(physical_network)s"
  426. msgstr ""
  427. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:479
  428. #, python-format
  429. msgid ""
  430. "Cannot provision unknown network type %(network_type)s for net-"
  431. "id=%(net_uuid)s"
  432. msgstr ""
  433. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:517
  434. #, python-format
  435. msgid ""
  436. "Cannot reclaim unknown network type %(network_type)s for net-"
  437. "id=%(net_uuid)s"
  438. msgstr ""
  439. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:659
  440. msgid "ofport should have a value that can be interpreted as an integer"
  441. msgstr ""
  442. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:662
  443. #, python-format
  444. msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
  445. msgstr ""
  446. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:840
  447. msgid "Error while synchronizing tunnels"
  448. msgstr ""
  449. #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:880
  450. msgid "Error while processing VIF ports"
  451. msgstr ""
  452. #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:159
  453. msgid ""
  454. "DVR: Failed to obtain a valid local DVR MAC address - L2 Agent operating "
  455. "in Non-DVR Mode"
  456. msgstr ""
  457. #: neutron/plugins/vmware/plugins/base.py:2106
  458. #, python-format
  459. msgid ""
  460. "Rolling back database changes for gateway device %s because of an error "
  461. "in the NSX backend"
  462. msgstr ""
  463. #: neutron/scheduler/l3_agent_scheduler.py:285
  464. #, python-format
  465. msgid "Not enough candidates, a HA router needs at least %s agents"
  466. msgstr ""
  467. #: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:124
  468. #, python-format
  469. msgid "%(method)s: Unable to connect to CSR(%(host)s)"
  470. msgstr ""
  471. #: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:129
  472. #, python-format
  473. msgid "%(method)s: Unexpected error for CSR (%(host)s): %(error)s"
  474. msgstr ""
  475. #: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:159
  476. #, python-format
  477. msgid "Failed authentication with CSR %(host)s [%(status)s]"
  478. msgstr ""
  479. #: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:194
  480. #, python-format
  481. msgid "%(method)s: Request timeout for CSR(%(host)s)"
  482. msgstr ""
  483. #: neutron/services/vpn/device_drivers/cisco_ipsec.py:621
  484. #, python-format
  485. msgid "Unable to create %(resource)s %(which)s: %(status)d"
  486. msgstr ""
  487. #: neutron/services/vpn/device_drivers/cisco_ipsec.py:634
  488. #: neutron/services/vpn/device_drivers/cisco_ipsec.py:662
  489. #, python-format
  490. msgid "Internal error - '%s' is not defined"
  491. msgstr ""
  492. #: neutron/services/vpn/device_drivers/cisco_ipsec.py:741
  493. #, python-format
  494. msgid "Unable to change %(tunnel)s admin state to %(state)s"
  495. msgstr ""
  496. #: neutron/services/vpn/device_drivers/ipsec.py:248
  497. #, python-format
  498. msgid "Failed to enable vpn process on router %s"
  499. msgstr ""
  500. #: neutron/services/vpn/device_drivers/ipsec.py:259
  501. #, python-format
  502. msgid "Failed to disable vpn process on router %s"
  503. msgstr ""