From 6bee8592b1bf661f0b247d804738c7202b37604c Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 10 Dec 2014 06:08:03 +0000 Subject: [PATCH] Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I07afc0351a19e1c855a4659ffc0088674f4fdb6c --- .../locale/de/LC_MESSAGES/neutron-log-info.po | 200 ++-- .../locale/es/LC_MESSAGES/neutron-log-info.po | 200 ++-- .../locale/fr/LC_MESSAGES/neutron-log-info.po | 200 ++-- .../locale/it/LC_MESSAGES/neutron-log-info.po | 199 ++-- .../locale/ja/LC_MESSAGES/neutron-log-info.po | 199 ++-- .../ko_KR/LC_MESSAGES/neutron-log-info.po | 198 ++-- neutron/locale/neutron-log-error.pot | 444 +++---- neutron/locale/neutron-log-info.pot | 196 ++-- neutron/locale/neutron-log-warning.pot | 104 +- neutron/locale/neutron.pot | 1039 ++--------------- .../pt_BR/LC_MESSAGES/neutron-log-info.po | 200 ++-- .../zh_CN/LC_MESSAGES/neutron-log-info.po | 198 ++-- .../zh_TW/LC_MESSAGES/neutron-log-info.po | 198 ++-- 13 files changed, 1438 insertions(+), 2137 deletions(-) diff --git a/neutron/locale/de/LC_MESSAGES/neutron-log-info.po b/neutron/locale/de/LC_MESSAGES/neutron-log-info.po index 37e2a07b9..b5af51d7d 100644 --- a/neutron/locale/de/LC_MESSAGES/neutron-log-info.po +++ b/neutron/locale/de/LC_MESSAGES/neutron-log-info.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" -"PO-Revision-Date: 2014-12-05 22:51+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" +"PO-Revision-Date: 2014-12-10 00:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: German (http://www.transifex.com/projects/p/neutron/language/" "de/)\n" @@ -38,13 +38,13 @@ msgstr "Synchronisation von Status" msgid "Synchronizing state complete" msgstr "" -#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994 +#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999 #: neutron/services/metering/agents/metering_agent.py:281 #, python-format msgid "agent_updated by server side %s!" msgstr "'agent_updated' (Agent aktualisiert) durch Serverseite %s!" -#: neutron/agent/l3_agent.py:1896 +#: neutron/agent/l3_agent.py:1901 msgid "L3 agent started" msgstr "Agent der Ebene 3 gestartet" @@ -151,11 +151,16 @@ msgstr "" msgid "%(action)s failed (client error): %(exc)s" msgstr "" -#: neutron/common/config.py:165 +#: neutron/common/config.py:166 msgid "Logging enabled!" msgstr "Protokollfunktion aktiviert!" -#: neutron/common/config.py:181 +#: neutron/common/config.py:167 +#, python-format +msgid "%(prog)s version %(version)s" +msgstr "" + +#: neutron/common/config.py:186 #, python-format msgid "Config paste file: %s" msgstr "Konfigurations-Paste-Datei: %s" @@ -581,6 +586,7 @@ msgid "Agent out of sync with plugin!" msgstr "Agent nicht synchron mit Plug-in!" #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564 @@ -605,9 +611,109 @@ msgstr "" msgid "Removing port filter" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:76 +#, python-format +msgid "The IP addr of available SDN-VE controllers: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:79 +#, python-format +msgid "The SDN-VE controller IP address: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:235 +msgid "Bad resource for forming a list request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:245 +msgid "Bad resource for forming a show request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:255 +msgid "Bad resource for forming a create request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:267 +msgid "Bad resource for forming a update request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:278 +msgid "Bad resource for forming a delete request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:306 +#, python-format +msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:31 +msgid "Fake SDNVE controller initialized" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:34 +msgid "Fake SDNVE controller: list" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:38 +msgid "Fake SDNVE controller: show" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:42 +msgid "Fake SDNVE controller: create" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:46 +msgid "Fake SDNVE controller: update" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:50 +msgid "Fake SDNVE controller: delete" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:54 +msgid "Fake SDNVE controller: get tenant by id" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:58 +msgid "Fake SDNVE controller: check and create tenant" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:62 +msgid "Fake SDNVE controller: get controller" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147 +msgid "Set a new controller if needed." +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153 +#, python-format +msgid "Set the controller to a new controller: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194 +#, python-format +msgid "" +"Mapping physical network %(physical_network)s to interface %(interface)s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225 +#, python-format +msgid "" +"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" +msgstr "" +"Schleifeniteration hat Intervall (%(polling_interval)s contra %(elapsed)s) " +"überschritten!" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239 +#, python-format +msgid "Controller IPs: %s" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217 #: neutron/plugins/nec/agent/nec_neutron_agent.py:141 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100 #, python-format msgid "RPC agent_id: %s" @@ -1046,6 +1152,10 @@ msgstr "" msgid "Agent tunnel out of sync with plugin!" msgstr "Agententunnel nicht synchron mit Plug-in!" +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173 +msgid "NVSD Agent initialized successfully, now running... " +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198 #, python-format msgid "L2 Agent operating in DVR Mode with MAC %s" @@ -1300,60 +1410,6 @@ msgstr "" msgid "BrocadeSVIPlugin.add_router_interface ports_count %d" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:333 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:336 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168 -#, python-format -msgid "NetScaler driver poolmember creation: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415 -#, python-format -msgid "Found an existing SNAT port for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418 -#, python-format -msgid "Found no SNAT ports for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438 -#, python-format -msgid "Created SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445 -#, python-format -msgid "Removed SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451 -#, python-format -msgid "No SNAT port found for subnet %s. Creating one..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458 -#, python-format -msgid "SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467 -#, python-format -msgid "Removing SNAT port for subnet %s as this is the last pool using it..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:417 -msgid "Starting operation completion handling thread" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:99 #, python-format msgid "Loading Metering driver %s" @@ -1364,30 +1420,6 @@ msgstr "" msgid "Loading interface driver %s" msgstr "" -#: neutron/services/vpn/plugin.py:45 -#, python-format -msgid "VPN plugin using service driver: %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333 -msgid "Sending status report update to plugin" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713 -#, python-format -msgid "FAILED: Create of IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716 -#, python-format -msgid "SUCCESS: Created IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731 -#, python-format -msgid "SUCCESS: Deleted IPSec site-to-site connection %s" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:226 #, python-format msgid "" diff --git a/neutron/locale/es/LC_MESSAGES/neutron-log-info.po b/neutron/locale/es/LC_MESSAGES/neutron-log-info.po index e9e588eb2..217539225 100644 --- a/neutron/locale/es/LC_MESSAGES/neutron-log-info.po +++ b/neutron/locale/es/LC_MESSAGES/neutron-log-info.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" -"PO-Revision-Date: 2014-12-05 22:51+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" +"PO-Revision-Date: 2014-12-10 00:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/neutron/language/" "es/)\n" @@ -37,13 +37,13 @@ msgstr "Sincronizando estado" msgid "Synchronizing state complete" msgstr "" -#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994 +#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999 #: neutron/services/metering/agents/metering_agent.py:281 #, python-format msgid "agent_updated by server side %s!" msgstr "agent_updated por el lado del servidor %s!" -#: neutron/agent/l3_agent.py:1896 +#: neutron/agent/l3_agent.py:1901 msgid "L3 agent started" msgstr "Se ha iniciado al agente L3" @@ -150,11 +150,16 @@ msgstr "" msgid "%(action)s failed (client error): %(exc)s" msgstr "" -#: neutron/common/config.py:165 +#: neutron/common/config.py:166 msgid "Logging enabled!" msgstr "Registro habilitado." -#: neutron/common/config.py:181 +#: neutron/common/config.py:167 +#, python-format +msgid "%(prog)s version %(version)s" +msgstr "" + +#: neutron/common/config.py:186 #, python-format msgid "Config paste file: %s" msgstr "Archivo de configuración de pegar: %s" @@ -582,6 +587,7 @@ msgid "Agent out of sync with plugin!" msgstr "El agente está fuera de sincronización con el plug-in." #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564 @@ -607,9 +613,109 @@ msgstr "" msgid "Removing port filter" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:76 +#, python-format +msgid "The IP addr of available SDN-VE controllers: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:79 +#, python-format +msgid "The SDN-VE controller IP address: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:235 +msgid "Bad resource for forming a list request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:245 +msgid "Bad resource for forming a show request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:255 +msgid "Bad resource for forming a create request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:267 +msgid "Bad resource for forming a update request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:278 +msgid "Bad resource for forming a delete request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:306 +#, python-format +msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:31 +msgid "Fake SDNVE controller initialized" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:34 +msgid "Fake SDNVE controller: list" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:38 +msgid "Fake SDNVE controller: show" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:42 +msgid "Fake SDNVE controller: create" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:46 +msgid "Fake SDNVE controller: update" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:50 +msgid "Fake SDNVE controller: delete" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:54 +msgid "Fake SDNVE controller: get tenant by id" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:58 +msgid "Fake SDNVE controller: check and create tenant" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:62 +msgid "Fake SDNVE controller: get controller" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147 +msgid "Set a new controller if needed." +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153 +#, python-format +msgid "Set the controller to a new controller: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194 +#, python-format +msgid "" +"Mapping physical network %(physical_network)s to interface %(interface)s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225 +#, python-format +msgid "" +"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" +msgstr "" +"La iteración de bucle ha superado el intervalo (%(polling_interval)s frente " +"a %(elapsed)s)." + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239 +#, python-format +msgid "Controller IPs: %s" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217 #: neutron/plugins/nec/agent/nec_neutron_agent.py:141 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100 #, python-format msgid "RPC agent_id: %s" @@ -1047,6 +1153,10 @@ msgstr "" msgid "Agent tunnel out of sync with plugin!" msgstr "Túnel de agente fuera de sincronización con el plug-in. " +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173 +msgid "NVSD Agent initialized successfully, now running... " +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198 #, python-format msgid "L2 Agent operating in DVR Mode with MAC %s" @@ -1301,60 +1411,6 @@ msgstr "" msgid "BrocadeSVIPlugin.add_router_interface ports_count %d" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:333 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:336 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168 -#, python-format -msgid "NetScaler driver poolmember creation: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415 -#, python-format -msgid "Found an existing SNAT port for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418 -#, python-format -msgid "Found no SNAT ports for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438 -#, python-format -msgid "Created SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445 -#, python-format -msgid "Removed SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451 -#, python-format -msgid "No SNAT port found for subnet %s. Creating one..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458 -#, python-format -msgid "SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467 -#, python-format -msgid "Removing SNAT port for subnet %s as this is the last pool using it..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:417 -msgid "Starting operation completion handling thread" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:99 #, python-format msgid "Loading Metering driver %s" @@ -1365,30 +1421,6 @@ msgstr "" msgid "Loading interface driver %s" msgstr "" -#: neutron/services/vpn/plugin.py:45 -#, python-format -msgid "VPN plugin using service driver: %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333 -msgid "Sending status report update to plugin" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713 -#, python-format -msgid "FAILED: Create of IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716 -#, python-format -msgid "SUCCESS: Created IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731 -#, python-format -msgid "SUCCESS: Deleted IPSec site-to-site connection %s" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:226 #, python-format msgid "" diff --git a/neutron/locale/fr/LC_MESSAGES/neutron-log-info.po b/neutron/locale/fr/LC_MESSAGES/neutron-log-info.po index f3b5c19d6..e96c9809d 100644 --- a/neutron/locale/fr/LC_MESSAGES/neutron-log-info.po +++ b/neutron/locale/fr/LC_MESSAGES/neutron-log-info.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" -"PO-Revision-Date: 2014-12-05 22:51+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" +"PO-Revision-Date: 2014-12-10 00:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: French (http://www.transifex.com/projects/p/neutron/language/" "fr/)\n" @@ -38,13 +38,13 @@ msgstr "Etat de synchronisation" msgid "Synchronizing state complete" msgstr "Etat de synchronisation complet" -#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994 +#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999 #: neutron/services/metering/agents/metering_agent.py:281 #, python-format msgid "agent_updated by server side %s!" msgstr "agent_updated au niveau du serveur %s !" -#: neutron/agent/l3_agent.py:1896 +#: neutron/agent/l3_agent.py:1901 msgid "L3 agent started" msgstr "Agent de niveau 3 démarré" @@ -152,11 +152,16 @@ msgstr "" msgid "%(action)s failed (client error): %(exc)s" msgstr "Échec %(action)s (Erreur client): %(exc)s" -#: neutron/common/config.py:165 +#: neutron/common/config.py:166 msgid "Logging enabled!" msgstr "Consignation activée !" -#: neutron/common/config.py:181 +#: neutron/common/config.py:167 +#, python-format +msgid "%(prog)s version %(version)s" +msgstr "" + +#: neutron/common/config.py:186 #, python-format msgid "Config paste file: %s" msgstr "Config du fichier de collage : %s" @@ -582,6 +587,7 @@ msgid "Agent out of sync with plugin!" msgstr "Agent non synchronisé avec le plug-in !" #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564 @@ -606,9 +612,109 @@ msgstr "" msgid "Removing port filter" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:76 +#, python-format +msgid "The IP addr of available SDN-VE controllers: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:79 +#, python-format +msgid "The SDN-VE controller IP address: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:235 +msgid "Bad resource for forming a list request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:245 +msgid "Bad resource for forming a show request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:255 +msgid "Bad resource for forming a create request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:267 +msgid "Bad resource for forming a update request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:278 +msgid "Bad resource for forming a delete request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:306 +#, python-format +msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:31 +msgid "Fake SDNVE controller initialized" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:34 +msgid "Fake SDNVE controller: list" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:38 +msgid "Fake SDNVE controller: show" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:42 +msgid "Fake SDNVE controller: create" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:46 +msgid "Fake SDNVE controller: update" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:50 +msgid "Fake SDNVE controller: delete" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:54 +msgid "Fake SDNVE controller: get tenant by id" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:58 +msgid "Fake SDNVE controller: check and create tenant" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:62 +msgid "Fake SDNVE controller: get controller" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147 +msgid "Set a new controller if needed." +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153 +#, python-format +msgid "Set the controller to a new controller: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194 +#, python-format +msgid "" +"Mapping physical network %(physical_network)s to interface %(interface)s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225 +#, python-format +msgid "" +"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" +msgstr "" +"L'itération de boucle a dépassé l'intervalle (%(polling_interval)s contre " +"%(elapsed)s) !" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239 +#, python-format +msgid "Controller IPs: %s" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217 #: neutron/plugins/nec/agent/nec_neutron_agent.py:141 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100 #, python-format msgid "RPC agent_id: %s" @@ -1050,6 +1156,10 @@ msgstr "Configuration complète de l'équipement %s" msgid "Agent tunnel out of sync with plugin!" msgstr "Tunnel d'agent désynchronisé avec le plug-in !" +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173 +msgid "NVSD Agent initialized successfully, now running... " +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198 #, python-format msgid "L2 Agent operating in DVR Mode with MAC %s" @@ -1303,60 +1413,6 @@ msgstr "" msgid "BrocadeSVIPlugin.add_router_interface ports_count %d" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:333 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:336 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168 -#, python-format -msgid "NetScaler driver poolmember creation: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415 -#, python-format -msgid "Found an existing SNAT port for subnet %s" -msgstr "Port SNAT trouvé pour le sous réseau %s" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418 -#, python-format -msgid "Found no SNAT ports for subnet %s" -msgstr "Ports SNAT non trouvé pour le sous réseau %s" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438 -#, python-format -msgid "Created SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445 -#, python-format -msgid "Removed SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451 -#, python-format -msgid "No SNAT port found for subnet %s. Creating one..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458 -#, python-format -msgid "SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467 -#, python-format -msgid "Removing SNAT port for subnet %s as this is the last pool using it..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:417 -msgid "Starting operation completion handling thread" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:99 #, python-format msgid "Loading Metering driver %s" @@ -1367,30 +1423,6 @@ msgstr "" msgid "Loading interface driver %s" msgstr "" -#: neutron/services/vpn/plugin.py:45 -#, python-format -msgid "VPN plugin using service driver: %s" -msgstr "Plugin VPN utilisant le pilote de service: %s" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333 -msgid "Sending status report update to plugin" -msgstr "Envoi du rapport de mise à jour du plugin" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713 -#, python-format -msgid "FAILED: Create of IPSec site-to-site connection %s" -msgstr "ECHEC: Création de la connexion site à site IPsec %s" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716 -#, python-format -msgid "SUCCESS: Created IPSec site-to-site connection %s" -msgstr "SUCCES: Création de la connexion site à site IPsec %s" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731 -#, python-format -msgid "SUCCESS: Deleted IPSec site-to-site connection %s" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:226 #, python-format msgid "" diff --git a/neutron/locale/it/LC_MESSAGES/neutron-log-info.po b/neutron/locale/it/LC_MESSAGES/neutron-log-info.po index 830c1f82b..52ca9808b 100644 --- a/neutron/locale/it/LC_MESSAGES/neutron-log-info.po +++ b/neutron/locale/it/LC_MESSAGES/neutron-log-info.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" -"PO-Revision-Date: 2014-12-05 22:51+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" +"PO-Revision-Date: 2014-12-10 00:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Italian (http://www.transifex.com/projects/p/neutron/language/" "it/)\n" @@ -38,13 +38,13 @@ msgstr "Stato sincronizzazione" msgid "Synchronizing state complete" msgstr "" -#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994 +#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999 #: neutron/services/metering/agents/metering_agent.py:281 #, python-format msgid "agent_updated by server side %s!" msgstr "agent_updated dal lato server %s!" -#: neutron/agent/l3_agent.py:1896 +#: neutron/agent/l3_agent.py:1901 msgid "L3 agent started" msgstr "Agent L3 avviato" @@ -151,11 +151,16 @@ msgstr "" msgid "%(action)s failed (client error): %(exc)s" msgstr "" -#: neutron/common/config.py:165 +#: neutron/common/config.py:166 msgid "Logging enabled!" msgstr "Accesso abilitato!" -#: neutron/common/config.py:181 +#: neutron/common/config.py:167 +#, python-format +msgid "%(prog)s version %(version)s" +msgstr "" + +#: neutron/common/config.py:186 #, python-format msgid "Config paste file: %s" msgstr "Configurazione file paste: %s" @@ -579,6 +584,7 @@ msgid "Agent out of sync with plugin!" msgstr "Agent non sincronizzato con il plugin!" #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564 @@ -603,9 +609,108 @@ msgstr "" msgid "Removing port filter" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:76 +#, python-format +msgid "The IP addr of available SDN-VE controllers: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:79 +#, python-format +msgid "The SDN-VE controller IP address: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:235 +msgid "Bad resource for forming a list request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:245 +msgid "Bad resource for forming a show request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:255 +msgid "Bad resource for forming a create request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:267 +msgid "Bad resource for forming a update request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:278 +msgid "Bad resource for forming a delete request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:306 +#, python-format +msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:31 +msgid "Fake SDNVE controller initialized" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:34 +msgid "Fake SDNVE controller: list" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:38 +msgid "Fake SDNVE controller: show" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:42 +msgid "Fake SDNVE controller: create" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:46 +msgid "Fake SDNVE controller: update" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:50 +msgid "Fake SDNVE controller: delete" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:54 +msgid "Fake SDNVE controller: get tenant by id" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:58 +msgid "Fake SDNVE controller: check and create tenant" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:62 +msgid "Fake SDNVE controller: get controller" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147 +msgid "Set a new controller if needed." +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153 +#, python-format +msgid "Set the controller to a new controller: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194 +#, python-format +msgid "" +"Mapping physical network %(physical_network)s to interface %(interface)s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225 +#, python-format +msgid "" +"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" +msgstr "" +"L'iterazione loop supera l'intervallo (%(polling_interval)s vs. %(elapsed)s)!" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239 +#, python-format +msgid "Controller IPs: %s" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217 #: neutron/plugins/nec/agent/nec_neutron_agent.py:141 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100 #, python-format msgid "RPC agent_id: %s" @@ -1043,6 +1148,10 @@ msgstr "" msgid "Agent tunnel out of sync with plugin!" msgstr "Il tunnel agent non è sincronizzato con il plugin!" +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173 +msgid "NVSD Agent initialized successfully, now running... " +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198 #, python-format msgid "L2 Agent operating in DVR Mode with MAC %s" @@ -1296,60 +1405,6 @@ msgstr "" msgid "BrocadeSVIPlugin.add_router_interface ports_count %d" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:333 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:336 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168 -#, python-format -msgid "NetScaler driver poolmember creation: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415 -#, python-format -msgid "Found an existing SNAT port for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418 -#, python-format -msgid "Found no SNAT ports for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438 -#, python-format -msgid "Created SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445 -#, python-format -msgid "Removed SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451 -#, python-format -msgid "No SNAT port found for subnet %s. Creating one..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458 -#, python-format -msgid "SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467 -#, python-format -msgid "Removing SNAT port for subnet %s as this is the last pool using it..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:417 -msgid "Starting operation completion handling thread" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:99 #, python-format msgid "Loading Metering driver %s" @@ -1360,30 +1415,6 @@ msgstr "" msgid "Loading interface driver %s" msgstr "" -#: neutron/services/vpn/plugin.py:45 -#, python-format -msgid "VPN plugin using service driver: %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333 -msgid "Sending status report update to plugin" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713 -#, python-format -msgid "FAILED: Create of IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716 -#, python-format -msgid "SUCCESS: Created IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731 -#, python-format -msgid "SUCCESS: Deleted IPSec site-to-site connection %s" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:226 #, python-format msgid "" diff --git a/neutron/locale/ja/LC_MESSAGES/neutron-log-info.po b/neutron/locale/ja/LC_MESSAGES/neutron-log-info.po index 11d68fa9d..56d271db5 100644 --- a/neutron/locale/ja/LC_MESSAGES/neutron-log-info.po +++ b/neutron/locale/ja/LC_MESSAGES/neutron-log-info.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" -"PO-Revision-Date: 2014-12-05 22:51+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" +"PO-Revision-Date: 2014-12-10 00:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/neutron/" "language/ja/)\n" @@ -38,13 +38,13 @@ msgstr "状態の同期中" msgid "Synchronizing state complete" msgstr "" -#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994 +#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999 #: neutron/services/metering/agents/metering_agent.py:281 #, python-format msgid "agent_updated by server side %s!" msgstr "サーバー・サイド %s による agent_updated!" -#: neutron/agent/l3_agent.py:1896 +#: neutron/agent/l3_agent.py:1901 msgid "L3 agent started" msgstr "L3 エージェントが始動しました" @@ -151,11 +151,16 @@ msgstr "" msgid "%(action)s failed (client error): %(exc)s" msgstr "" -#: neutron/common/config.py:165 +#: neutron/common/config.py:166 msgid "Logging enabled!" msgstr "ロギングは有効です" -#: neutron/common/config.py:181 +#: neutron/common/config.py:167 +#, python-format +msgid "%(prog)s version %(version)s" +msgstr "" + +#: neutron/common/config.py:186 #, python-format msgid "Config paste file: %s" msgstr "構成貼り付けファイル: %s" @@ -578,6 +583,7 @@ msgid "Agent out of sync with plugin!" msgstr "エージェントがプラグインと非同期です。" #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564 @@ -602,9 +608,108 @@ msgstr "" msgid "Removing port filter" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:76 +#, python-format +msgid "The IP addr of available SDN-VE controllers: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:79 +#, python-format +msgid "The SDN-VE controller IP address: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:235 +msgid "Bad resource for forming a list request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:245 +msgid "Bad resource for forming a show request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:255 +msgid "Bad resource for forming a create request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:267 +msgid "Bad resource for forming a update request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:278 +msgid "Bad resource for forming a delete request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:306 +#, python-format +msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:31 +msgid "Fake SDNVE controller initialized" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:34 +msgid "Fake SDNVE controller: list" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:38 +msgid "Fake SDNVE controller: show" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:42 +msgid "Fake SDNVE controller: create" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:46 +msgid "Fake SDNVE controller: update" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:50 +msgid "Fake SDNVE controller: delete" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:54 +msgid "Fake SDNVE controller: get tenant by id" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:58 +msgid "Fake SDNVE controller: check and create tenant" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:62 +msgid "Fake SDNVE controller: get controller" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147 +msgid "Set a new controller if needed." +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153 +#, python-format +msgid "Set the controller to a new controller: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194 +#, python-format +msgid "" +"Mapping physical network %(physical_network)s to interface %(interface)s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225 +#, python-format +msgid "" +"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" +msgstr "" +"ループ反復が間隔を超えました (%(polling_interval)s に対して %(elapsed)s)。" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239 +#, python-format +msgid "Controller IPs: %s" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217 #: neutron/plugins/nec/agent/nec_neutron_agent.py:141 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100 #, python-format msgid "RPC agent_id: %s" @@ -1043,6 +1148,10 @@ msgstr "" msgid "Agent tunnel out of sync with plugin!" msgstr "エージェント・トンネルがプラグインと非同期です" +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173 +msgid "NVSD Agent initialized successfully, now running... " +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198 #, python-format msgid "L2 Agent operating in DVR Mode with MAC %s" @@ -1298,60 +1407,6 @@ msgstr "" msgid "BrocadeSVIPlugin.add_router_interface ports_count %d" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:333 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:336 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168 -#, python-format -msgid "NetScaler driver poolmember creation: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415 -#, python-format -msgid "Found an existing SNAT port for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418 -#, python-format -msgid "Found no SNAT ports for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438 -#, python-format -msgid "Created SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445 -#, python-format -msgid "Removed SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451 -#, python-format -msgid "No SNAT port found for subnet %s. Creating one..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458 -#, python-format -msgid "SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467 -#, python-format -msgid "Removing SNAT port for subnet %s as this is the last pool using it..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:417 -msgid "Starting operation completion handling thread" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:99 #, python-format msgid "Loading Metering driver %s" @@ -1362,30 +1417,6 @@ msgstr "" msgid "Loading interface driver %s" msgstr "" -#: neutron/services/vpn/plugin.py:45 -#, python-format -msgid "VPN plugin using service driver: %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333 -msgid "Sending status report update to plugin" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713 -#, python-format -msgid "FAILED: Create of IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716 -#, python-format -msgid "SUCCESS: Created IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731 -#, python-format -msgid "SUCCESS: Deleted IPSec site-to-site connection %s" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:226 #, python-format msgid "" diff --git a/neutron/locale/ko_KR/LC_MESSAGES/neutron-log-info.po b/neutron/locale/ko_KR/LC_MESSAGES/neutron-log-info.po index a4a67bb8a..6cdb5be12 100644 --- a/neutron/locale/ko_KR/LC_MESSAGES/neutron-log-info.po +++ b/neutron/locale/ko_KR/LC_MESSAGES/neutron-log-info.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" -"PO-Revision-Date: 2014-12-05 22:51+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" +"PO-Revision-Date: 2014-12-10 00:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/neutron/" "language/ko_KR/)\n" @@ -37,13 +37,13 @@ msgstr "상태 동기화 중" msgid "Synchronizing state complete" msgstr "" -#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994 +#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999 #: neutron/services/metering/agents/metering_agent.py:281 #, python-format msgid "agent_updated by server side %s!" msgstr "서버측 %s!에 의한 agent_updated" -#: neutron/agent/l3_agent.py:1896 +#: neutron/agent/l3_agent.py:1901 msgid "L3 agent started" msgstr "L3 에이전트가 시작됨" @@ -150,11 +150,16 @@ msgstr "" msgid "%(action)s failed (client error): %(exc)s" msgstr "" -#: neutron/common/config.py:165 +#: neutron/common/config.py:166 msgid "Logging enabled!" msgstr "로깅 사용!" -#: neutron/common/config.py:181 +#: neutron/common/config.py:167 +#, python-format +msgid "%(prog)s version %(version)s" +msgstr "" + +#: neutron/common/config.py:186 #, python-format msgid "Config paste file: %s" msgstr "구성 붙여넣기 파일: %s" @@ -575,6 +580,7 @@ msgid "Agent out of sync with plugin!" msgstr "에이전트가 플러그인과 동기화되지 않았습니다!" #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564 @@ -599,9 +605,107 @@ msgstr "" msgid "Removing port filter" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:76 +#, python-format +msgid "The IP addr of available SDN-VE controllers: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:79 +#, python-format +msgid "The SDN-VE controller IP address: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:235 +msgid "Bad resource for forming a list request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:245 +msgid "Bad resource for forming a show request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:255 +msgid "Bad resource for forming a create request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:267 +msgid "Bad resource for forming a update request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:278 +msgid "Bad resource for forming a delete request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:306 +#, python-format +msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:31 +msgid "Fake SDNVE controller initialized" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:34 +msgid "Fake SDNVE controller: list" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:38 +msgid "Fake SDNVE controller: show" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:42 +msgid "Fake SDNVE controller: create" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:46 +msgid "Fake SDNVE controller: update" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:50 +msgid "Fake SDNVE controller: delete" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:54 +msgid "Fake SDNVE controller: get tenant by id" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:58 +msgid "Fake SDNVE controller: check and create tenant" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:62 +msgid "Fake SDNVE controller: get controller" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147 +msgid "Set a new controller if needed." +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153 +#, python-format +msgid "Set the controller to a new controller: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194 +#, python-format +msgid "" +"Mapping physical network %(physical_network)s to interface %(interface)s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225 +#, python-format +msgid "" +"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" +msgstr "루프 반복이 간격을 초과했습니다(%(polling_interval)s 대 %(elapsed)s)!" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239 +#, python-format +msgid "Controller IPs: %s" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217 #: neutron/plugins/nec/agent/nec_neutron_agent.py:141 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100 #, python-format msgid "RPC agent_id: %s" @@ -1039,6 +1143,10 @@ msgstr "" msgid "Agent tunnel out of sync with plugin!" msgstr "에이전트 터널이 플러그인과 동기화되지 않았습니다!" +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173 +msgid "NVSD Agent initialized successfully, now running... " +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198 #, python-format msgid "L2 Agent operating in DVR Mode with MAC %s" @@ -1292,60 +1400,6 @@ msgstr "" msgid "BrocadeSVIPlugin.add_router_interface ports_count %d" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:333 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:336 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168 -#, python-format -msgid "NetScaler driver poolmember creation: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415 -#, python-format -msgid "Found an existing SNAT port for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418 -#, python-format -msgid "Found no SNAT ports for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438 -#, python-format -msgid "Created SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445 -#, python-format -msgid "Removed SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451 -#, python-format -msgid "No SNAT port found for subnet %s. Creating one..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458 -#, python-format -msgid "SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467 -#, python-format -msgid "Removing SNAT port for subnet %s as this is the last pool using it..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:417 -msgid "Starting operation completion handling thread" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:99 #, python-format msgid "Loading Metering driver %s" @@ -1356,30 +1410,6 @@ msgstr "" msgid "Loading interface driver %s" msgstr "" -#: neutron/services/vpn/plugin.py:45 -#, python-format -msgid "VPN plugin using service driver: %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333 -msgid "Sending status report update to plugin" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713 -#, python-format -msgid "FAILED: Create of IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716 -#, python-format -msgid "SUCCESS: Created IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731 -#, python-format -msgid "SUCCESS: Deleted IPSec site-to-site connection %s" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:226 #, python-format msgid "" diff --git a/neutron/locale/neutron-log-error.pot b/neutron/locale/neutron-log-error.pot index a45973888..356a95c44 100644 --- a/neutron/locale/neutron-log-error.pot +++ b/neutron/locale/neutron-log-error.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: neutron 2015.1.dev641.gccdff95\n" +"Project-Id-Version: neutron 2015.1.dev657.ge55e715\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,98 +48,98 @@ msgstr "" msgid "Network %s info call failed." msgstr "" -#: neutron/agent/dhcp_agent.py:593 neutron/agent/l3_agent.py:1989 +#: neutron/agent/dhcp_agent.py:593 neutron/agent/l3_agent.py:1994 #: neutron/agent/metadata/agent.py:416 #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:148 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:110 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:794 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:213 #: neutron/plugins/nec/agent/nec_neutron_agent.py:179 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:276 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:276 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:131 -#: neutron/services/loadbalancer/agent/agent_manager.py:120 #: neutron/services/metering/agents/metering_agent.py:278 msgid "Failed reporting state!" msgstr "" -#: neutron/agent/l3_agent.py:507 neutron/tests/unit/test_l3_agent.py:1939 +#: neutron/agent/l3_agent.py:512 neutron/tests/unit/test_l3_agent.py:1939 #, python-format msgid "Error importing interface driver '%s'" msgstr "" -#: neutron/agent/l3_agent.py:579 neutron/agent/linux/dhcp.py:809 +#: neutron/agent/l3_agent.py:584 neutron/agent/linux/dhcp.py:809 msgid "An interface driver must be specified" msgstr "" -#: neutron/agent/l3_agent.py:584 +#: neutron/agent/l3_agent.py:589 msgid "Router id is required if not using namespaces." msgstr "" -#: neutron/agent/l3_agent.py:602 +#: neutron/agent/l3_agent.py:607 msgid "RuntimeError in obtaining router list for namespace cleanup." msgstr "" -#: neutron/agent/l3_agent.py:627 +#: neutron/agent/l3_agent.py:632 #, python-format msgid "Failed to destroy stale router namespace %s" msgstr "" -#: neutron/agent/l3_agent.py:643 neutron/agent/linux/dhcp.py:238 +#: neutron/agent/l3_agent.py:648 neutron/agent/linux/dhcp.py:238 #, python-format msgid "Failed trying to delete namespace: %s" msgstr "" -#: neutron/agent/l3_agent.py:845 +#: neutron/agent/l3_agent.py:850 #: neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py:632 #, python-format msgid "Ignoring multiple IPs on router port %s" msgstr "" -#: neutron/agent/l3_agent.py:1192 +#: neutron/agent/l3_agent.py:1197 #, python-format msgid "Failed sending gratuitous ARP: %s" msgstr "" -#: neutron/agent/l3_agent.py:1260 +#: neutron/agent/l3_agent.py:1265 msgid "DVR: no map match_port found!" msgstr "" -#: neutron/agent/l3_agent.py:1465 +#: neutron/agent/l3_agent.py:1470 msgid "DVR: error adding redirection logic" msgstr "" -#: neutron/agent/l3_agent.py:1477 +#: neutron/agent/l3_agent.py:1482 msgid "DVR: removed snat failed" msgstr "" -#: neutron/agent/l3_agent.py:1573 +#: neutron/agent/l3_agent.py:1578 msgid "Missing subnet/agent_gateway_port" msgstr "" -#: neutron/agent/l3_agent.py:1716 +#: neutron/agent/l3_agent.py:1721 msgid "DVR: Failed updating arp entry" msgstr "" -#: neutron/agent/l3_agent.py:1765 +#: neutron/agent/l3_agent.py:1770 #, python-format msgid "The external network bridge '%s' does not exist" msgstr "" -#: neutron/agent/l3_agent.py:1805 +#: neutron/agent/l3_agent.py:1810 #, python-format msgid "Failed to fetch router information for '%s'" msgstr "" -#: neutron/agent/l3_agent.py:1823 +#: neutron/agent/l3_agent.py:1828 #, python-format msgid "Removing incompatible router '%s'" msgstr "" -#: neutron/agent/l3_agent.py:1860 +#: neutron/agent/l3_agent.py:1865 msgid "Failed synchronizing routers due to RPC error" msgstr "" -#: neutron/agent/l3_agent.py:1863 +#: neutron/agent/l3_agent.py:1868 #: neutron/services/metering/agents/metering_agent.py:62 msgid "Failed synchronizing routers" msgstr "" @@ -524,6 +524,7 @@ msgstr "" #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:448 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:383 #: neutron/plugins/nec/agent/nec_neutron_agent.py:222 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:159 msgid "Error in agent event loop" msgstr "" @@ -801,6 +802,64 @@ msgstr "" msgid "Hyper-V Exception: %(hyperv_exeption)s while removing rule: %(rule)s" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:176 +#, python-format +msgid "Error: Could not reach server: %(url)s Exception: %(excp)s." +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:368 +#, python-format +msgid "Did not find tenant: %r" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:234 +#, python-format +msgid "Delete net failed after deleting the network in DB: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:351 +#, python-format +msgid "Delete port operation failed in SDN-VE after deleting the port from DB: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:416 +#, python-format +msgid "" +"Delete subnet operation failed in SDN-VE after deleting the subnet from " +"DB: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:497 +#, python-format +msgid "" +"Delete router operation failed in SDN-VE after deleting the router in DB:" +" %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:541 +msgid "" +"SdnvePluginV2._add_router_interface_only: failed to add the interface in " +"the roll back. of a remove_router_interface operation" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:661 +#, python-format +msgid "Delete floatingip failed in SDN-VE: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:200 +#, python-format +msgid "" +"Interface %(interface)s for physical network %(physical_network)s does " +"not exist. Agent terminated!" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261 +#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1551 +#, python-format +msgid "%s Agent terminated!" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:183 #, python-format msgid "Failed creating vxlan interface for %(segmentation_id)s" @@ -1393,6 +1452,68 @@ msgstr "" msgid "Error while processing VIF ports" msgstr "" +#: neutron/plugins/oneconvergence/plugin.py:237 +msgid "Failed to create subnet, deleting it from neutron" +msgstr "" + +#: neutron/plugins/oneconvergence/plugin.py:301 +#, python-format +msgid "Deleting newly created neutron port %s" +msgstr "" + +#: neutron/plugins/oneconvergence/plugin.py:374 +msgid "Failed to create floatingip" +msgstr "" + +#: neutron/plugins/oneconvergence/plugin.py:413 +msgid "Failed to create router" +msgstr "" + +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:89 +#, python-format +msgid "Login Failed: %s" +msgstr "" + +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:90 +#, python-format +msgid "Unable to establish connection with Controller %s" +msgstr "" + +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:92 +msgid "Retrying after 1 second..." +msgstr "" + +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:102 +msgid "login failed" +msgstr "" + +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:133 +#, python-format +msgid "request: Request failed from Controller side :%s" +msgstr "" + +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:138 +#, python-format +msgid "Response is Null, Request timed out: %(method)s to %(uri)s" +msgstr "" + +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:150 +#, python-format +msgid "" +"Request %(method)s %(uri)s body = %(body)s failed with status %(status)s." +" Reason: %(reason)s)" +msgstr "" + +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:159 +#, python-format +msgid "%(method)s to %(url)s, unexpected response code: %(status)d" +msgstr "" + +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:165 +#, python-format +msgid "Request failed from Controller side with Status=%s" +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:159 msgid "" "DVR: Failed to obtain a valid local DVR MAC address - L2 Agent operating " @@ -1470,11 +1591,6 @@ msgid "" " port details from server" msgstr "" -#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1551 -#, python-format -msgid "%s Agent terminated!" -msgstr "" - #: neutron/plugins/sriovnicagent/eswitch_manager.py:47 #, python-format msgid "Failed to get devices for %s" @@ -1716,83 +1832,83 @@ msgid "" "%(sec_group_id)s" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:888 +#: neutron/plugins/vmware/plugins/service.py:903 #, python-format msgid "Failed to create firewall on vShield Edge bound on router %s" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:895 +#: neutron/plugins/vmware/plugins/service.py:910 msgid "Bad Firewall request Input" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1116 +#: neutron/plugins/vmware/plugins/service.py:1131 #, python-format msgid "Failed to find the edge with vip_id: %s" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1187 +#: neutron/plugins/vmware/plugins/service.py:1202 #, python-format msgid "Failed to create healthmonitor associated with pool id: %s!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1204 +#: neutron/plugins/vmware/plugins/service.py:1219 msgid "Failed to create pool on vshield edge" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1264 +#: neutron/plugins/vmware/plugins/service.py:1279 msgid "Failed to create vip!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1304 +#: neutron/plugins/vmware/plugins/service.py:1319 #, python-format msgid "Failed to update vip with id: %s!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1321 +#: neutron/plugins/vmware/plugins/service.py:1336 #, python-format msgid "Failed to delete vip with id: %s!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1377 +#: neutron/plugins/vmware/plugins/service.py:1392 #, python-format msgid "Failed to update pool with id: %s!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1399 -#: neutron/plugins/vmware/plugins/service.py:1446 -#: neutron/plugins/vmware/plugins/service.py:1469 +#: neutron/plugins/vmware/plugins/service.py:1414 +#: neutron/plugins/vmware/plugins/service.py:1461 +#: neutron/plugins/vmware/plugins/service.py:1484 msgid "Failed to update pool with the member" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1425 +#: neutron/plugins/vmware/plugins/service.py:1440 msgid "Failed to update old pool with the member" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1489 +#: neutron/plugins/vmware/plugins/service.py:1504 #, python-format msgid "Failed to update monitor with id: %s!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1528 +#: neutron/plugins/vmware/plugins/service.py:1543 msgid "Failed to associate monitor with pool!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1559 +#: neutron/plugins/vmware/plugins/service.py:1574 msgid "Failed to update pool with pool_monitor!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1601 +#: neutron/plugins/vmware/plugins/service.py:1616 msgid "Bad or unsupported Input request!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1604 +#: neutron/plugins/vmware/plugins/service.py:1619 #, python-format msgid "" "Failed to update ipsec VPN configuration with vpnservice: " "%(vpnservice_id)s on vShield Edge: %(edge_id)s" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1756 +#: neutron/plugins/vmware/plugins/service.py:1771 #, python-format msgid "Router %s not found" msgstr "" @@ -1948,82 +2064,82 @@ msgstr "" msgid "Failed to delete ipsec vpn configuration with edge_id: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:180 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:185 #, python-format msgid "Failed to create app profile on edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:191 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:196 #, python-format msgid "Failed to create vip on vshield edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:226 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:231 msgid "Failed to get vip on edge" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:243 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:248 #, python-format msgid "Failed to update app profile on edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:251 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:256 #, python-format msgid "Failed to update vip on edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:262 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:267 #, python-format msgid "vip not found on edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:265 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:270 #, python-format msgid "Failed to delete vip on edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:270 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:275 #, python-format msgid "app profile not found on edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:273 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:278 #, python-format msgid "Failed to delete app profile on edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:284 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:289 msgid "Failed to create pool" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:311 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:316 msgid "Failed to get pool on edge" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:323 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:328 msgid "Failed to update pool" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:333 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:338 msgid "Failed to delete pool" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:343 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:348 #, python-format msgid "Failed to create monitor on edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:371 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:376 #, python-format msgid "Failed to get monitor on edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:388 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:393 #, python-format msgid "Failed to update monitor on edge: %s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:399 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:404 msgid "Failed to delete monitor" msgstr "" @@ -2082,30 +2198,6 @@ msgstr "" msgid "Failed fwaas process services sync" msgstr "" -#: neutron/services/firewall/agents/varmour/varmour_api.py:122 -msgid "vArmourRestAPI: Could not establish HTTP connection" -msgstr "" - -#: neutron/services/firewall/drivers/linux/iptables_fwaas.py:62 -#, python-format -msgid "Failed to create firewall: %s" -msgstr "" - -#: neutron/services/firewall/drivers/linux/iptables_fwaas.py:106 -#, python-format -msgid "Failed to delete firewall: %s" -msgstr "" - -#: neutron/services/firewall/drivers/linux/iptables_fwaas.py:119 -#, python-format -msgid "Failed to update firewall: %s" -msgstr "" - -#: neutron/services/firewall/drivers/linux/iptables_fwaas.py:145 -#, python-format -msgid "Failed to apply default policy on firewall: %s" -msgstr "" - #: neutron/services/l3_router/l3_arista.py:113 #, python-format msgid "Error creating router on Arista HW router=%s " @@ -2152,138 +2244,6 @@ msgid "" "router_id=%(router_id)s" msgstr "" -#: neutron/services/loadbalancer/plugin.py:80 -#, python-format -msgid "Delete associated loadbalancer pools before removing providers %s" -msgstr "" - -#: neutron/services/loadbalancer/plugin.py:188 -#, python-format -msgid "Failed to delete pool %s, putting it in ERROR state" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:140 -#, python-format -msgid "Error updating statistics on pool %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:156 -msgid "Unable to retrieve ready devices" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:173 -#: neutron/services/loadbalancer/agent/agent_manager.py:239 -#, python-format -msgid "No device driver on agent: %s." -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:182 -#, python-format -msgid "Unable to deploy instance for pool: %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:193 -#, python-format -msgid "Unable to destroy device for pool: %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:207 -#, python-format -msgid "%(operation)s %(obj)s %(id)s failed on device driver %(driver)s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:393 -#, python-format -msgid "Unable to kill haproxy process: %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:56 -msgid "No NetScaler Control Center URI specified. Cannot connect." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:134 -#, python-format -msgid "SSL error occurred while connecting to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:138 -#, python-format -msgid "Connection error occurred while connecting to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:143 -#, python-format -msgid "Request to %s timed out" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:149 -msgid "Request did not specify a valid URL" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:152 -#, python-format -msgid "Too many redirects occurred for request to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:155 -#, python-format -msgid "A request error while connecting to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:159 -#, python-format -msgid "A unknown error occurred during request to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:166 -#, python-format -msgid "Unable to login. Invalid credentials passed.for: %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:171 -#, python-format -msgid "Failed %(method)s operation on %(url)s status code: %(response_status)s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:280 -#, python-format -msgid "Failed to remove workflow %s. Going to set vip to ERROR status" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:476 -#, python-format -msgid "Post-remove workflow function %r failed" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:701 -msgid "" -"REST client is not able to recover since only one vDirect server is " -"configured." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:741 -msgid "vdirectRESTClient: Could not establish HTTPS connection" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:748 -msgid "vdirectRESTClient: Could not establish HTTP connection" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:765 -#, python-format -msgid "vdirectRESTClient: %(action)s failure, %(e)r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:845 -#, python-format -msgid "Operation %(operation)s failed. Reason: %(msg)s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:906 -#, python-format -msgid "Post-operation function %(func)r failed after operation %(oper)r" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:180 #, python-format msgid "Driver %(driver)s does not implement %(func)s" @@ -2294,52 +2254,6 @@ msgstr "" msgid "Driver %(driver)s:%(func)s runtime error" msgstr "" -#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:124 -#, python-format -msgid "%(method)s: Unable to connect to CSR(%(host)s)" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:129 -#, python-format -msgid "%(method)s: Unexpected error for CSR (%(host)s): %(error)s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:159 -#, python-format -msgid "Failed authentication with CSR %(host)s [%(status)s]" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:194 -#, python-format -msgid "%(method)s: Request timeout for CSR(%(host)s)" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:619 -#, python-format -msgid "Unable to create %(resource)s %(which)s: %(status)d" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:632 -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:660 -#, python-format -msgid "Internal error - '%s' is not defined" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:739 -#, python-format -msgid "Unable to change %(tunnel)s admin state to %(state)s" -msgstr "" - -#: neutron/services/vpn/device_drivers/ipsec.py:248 -#, python-format -msgid "Failed to enable vpn process on router %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/ipsec.py:259 -#, python-format -msgid "Failed to disable vpn process on router %s" -msgstr "" - #: neutron/tests/unit/cisco/l3/device_handling_test_support.py:99 #, python-format msgid "Failed to delete port %(p_id)s for vm instance %(v_id)s due to %(err)s" diff --git a/neutron/locale/neutron-log-info.pot b/neutron/locale/neutron-log-info.pot index 8d66d35dd..81ee733ef 100644 --- a/neutron/locale/neutron-log-info.pot +++ b/neutron/locale/neutron-log-info.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: neutron 2015.1.dev641.gccdff95\n" +"Project-Id-Version: neutron 2015.1.dev657.ge55e715\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -36,13 +36,13 @@ msgstr "" msgid "Synchronizing state complete" msgstr "" -#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994 +#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999 #: neutron/services/metering/agents/metering_agent.py:281 #, python-format msgid "agent_updated by server side %s!" msgstr "" -#: neutron/agent/l3_agent.py:1896 +#: neutron/agent/l3_agent.py:1901 msgid "L3 agent started" msgstr "" @@ -146,11 +146,16 @@ msgstr "" msgid "%(action)s failed (client error): %(exc)s" msgstr "" -#: neutron/common/config.py:165 +#: neutron/common/config.py:166 msgid "Logging enabled!" msgstr "" -#: neutron/common/config.py:181 +#: neutron/common/config.py:167 +#, python-format +msgid "%(prog)s version %(version)s" +msgstr "" + +#: neutron/common/config.py:186 #, python-format msgid "Config paste file: %s" msgstr "" @@ -567,6 +572,7 @@ msgid "Agent out of sync with plugin!" msgstr "" #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564 @@ -591,9 +597,105 @@ msgstr "" msgid "Removing port filter" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:76 +#, python-format +msgid "The IP addr of available SDN-VE controllers: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:79 +#, python-format +msgid "The SDN-VE controller IP address: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:235 +msgid "Bad resource for forming a list request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:245 +msgid "Bad resource for forming a show request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:255 +msgid "Bad resource for forming a create request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:267 +msgid "Bad resource for forming a update request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:278 +msgid "Bad resource for forming a delete request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:306 +#, python-format +msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:31 +msgid "Fake SDNVE controller initialized" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:34 +msgid "Fake SDNVE controller: list" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:38 +msgid "Fake SDNVE controller: show" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:42 +msgid "Fake SDNVE controller: create" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:46 +msgid "Fake SDNVE controller: update" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:50 +msgid "Fake SDNVE controller: delete" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:54 +msgid "Fake SDNVE controller: get tenant by id" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:58 +msgid "Fake SDNVE controller: check and create tenant" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:62 +msgid "Fake SDNVE controller: get controller" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147 +msgid "Set a new controller if needed." +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153 +#, python-format +msgid "Set the controller to a new controller: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194 +#, python-format +msgid "Mapping physical network %(physical_network)s to interface %(interface)s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225 +#, python-format +msgid "Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239 +#, python-format +msgid "Controller IPs: %s" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217 #: neutron/plugins/nec/agent/nec_neutron_agent.py:141 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100 #, python-format msgid "RPC agent_id: %s" @@ -1030,6 +1132,10 @@ msgstr "" msgid "Agent tunnel out of sync with plugin!" msgstr "" +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173 +msgid "NVSD Agent initialized successfully, now running... " +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198 #, python-format msgid "L2 Agent operating in DVR Mode with MAC %s" @@ -1281,60 +1387,6 @@ msgstr "" msgid "BrocadeSVIPlugin.add_router_interface ports_count %d" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:333 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:336 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168 -#, python-format -msgid "NetScaler driver poolmember creation: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415 -#, python-format -msgid "Found an existing SNAT port for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418 -#, python-format -msgid "Found no SNAT ports for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438 -#, python-format -msgid "Created SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445 -#, python-format -msgid "Removed SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451 -#, python-format -msgid "No SNAT port found for subnet %s. Creating one..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458 -#, python-format -msgid "SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467 -#, python-format -msgid "Removing SNAT port for subnet %s as this is the last pool using it..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:417 -msgid "Starting operation completion handling thread" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:99 #, python-format msgid "Loading Metering driver %s" @@ -1345,30 +1397,6 @@ msgstr "" msgid "Loading interface driver %s" msgstr "" -#: neutron/services/vpn/plugin.py:45 -#, python-format -msgid "VPN plugin using service driver: %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333 -msgid "Sending status report update to plugin" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713 -#, python-format -msgid "FAILED: Create of IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716 -#, python-format -msgid "SUCCESS: Created IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731 -#, python-format -msgid "SUCCESS: Deleted IPSec site-to-site connection %s" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:226 #, python-format msgid "" diff --git a/neutron/locale/neutron-log-warning.pot b/neutron/locale/neutron-log-warning.pot index 5212b3dab..c8c20c308 100644 --- a/neutron/locale/neutron-log-warning.pot +++ b/neutron/locale/neutron-log-warning.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: neutron 2015.1.dev641.gccdff95\n" +"Project-Id-Version: neutron 2015.1.dev657.ge55e715\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -56,7 +56,7 @@ msgid "" "port %(port_id)s, for router %(router_id)s will be considered" msgstr "" -#: neutron/agent/dhcp_agent.py:587 neutron/agent/l3_agent.py:1984 +#: neutron/agent/dhcp_agent.py:587 neutron/agent/l3_agent.py:1989 #: neutron/agent/metadata/agent.py:411 #: neutron/plugins/cisco/cfg_agent/cfg_agent.py:321 #: neutron/services/metering/agents/metering_agent.py:273 @@ -65,7 +65,7 @@ msgid "" " will be disabled." msgstr "" -#: neutron/agent/l3_agent.py:528 +#: neutron/agent/l3_agent.py:533 #, python-format msgid "" "l3-agent cannot check service plugins enabled at the neutron server when " @@ -74,19 +74,19 @@ msgid "" "warning. Detail message: %s" msgstr "" -#: neutron/agent/l3_agent.py:540 +#: neutron/agent/l3_agent.py:545 #, python-format msgid "" "l3-agent cannot check service plugins enabled on the neutron server. " "Retrying. Detail message: %s" msgstr "" -#: neutron/agent/l3_agent.py:770 +#: neutron/agent/l3_agent.py:775 #, python-format msgid "Info for router %s were not found. Skipping router removal" msgstr "" -#: neutron/agent/l3_agent.py:1109 +#: neutron/agent/l3_agent.py:1114 #, python-format msgid "Unable to configure IP address for floating IP: %s" msgstr "" @@ -466,6 +466,11 @@ msgid "" "Hyper-V Server 2012 R2 or above." msgstr "" +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:428 +#, python-format +msgid "Ignoring admin_state_up=False for router=%r. Overriding with True" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:83 msgid "VXLAN is enabled, a valid local_ip must be provided" msgstr "" @@ -769,6 +774,10 @@ msgstr "" msgid "Device %s not defined on plugin" msgstr "" +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:110 +msgid "No Token, Re-login" +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:154 #, python-format msgid "" @@ -1104,7 +1113,7 @@ msgid "" "security group %(sec_group_id)s was not found on the backend" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:542 +#: neutron/plugins/vmware/plugins/service.py:557 #, python-format msgid "Did not found lswitch %s in NSX" msgstr "" @@ -1144,28 +1153,6 @@ msgstr "" msgid "No L3 agents can host the router %s" msgstr "" -#: neutron/services/firewall/fwaas_plugin.py:71 -#, python-format -msgid "Firewall %(fw)s unexpectedly deleted by agent, status was %(status)s" -msgstr "" - -#: neutron/services/firewall/agents/varmour/varmour_router.py:102 -#, python-format -msgid "Ignoring multiple IPs on router port %s" -msgstr "" - -#: neutron/services/firewall/agents/varmour/varmour_router.py:285 -msgid "Unable to parse interface mapping." -msgstr "" - -#: neutron/services/firewall/agents/varmour/varmour_router.py:288 -msgid "Unable to read interface mapping." -msgstr "" - -#: neutron/services/firewall/drivers/varmour/varmour_fwaas.py:109 -msgid "Unsupported IP version rule." -msgstr "" - #: neutron/services/loadbalancer/agent_scheduler.py:110 #, python-format msgid "No active lbaas agents for pool %s" @@ -1176,18 +1163,6 @@ msgstr "" msgid "No lbaas agent supporting device driver %s" msgstr "" -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:72 -#, python-format -msgid "Multiple lbaas agents found on host %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:164 -#, python-format -msgid "" -"Cannot update status: %(obj_type)s %(obj_id)s not found in the DB, it was" -" probably deleted concurrently" -msgstr "" - #: neutron/services/loadbalancer/drivers/embrane/driver.py:130 #, python-format msgid "Subnet assigned to pool %s doesn't exist, backend port can't be created" @@ -1200,48 +1175,3 @@ msgid "" "deleted" msgstr "" -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:172 -#, python-format -msgid "Stats socket not found for pool %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:214 -#, python-format -msgid "Error while connecting to stats socket: %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:298 -#, python-format -msgid "pip nport delete failed: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:688 -#, python-format -msgid "Fliping servers. Current is: %(server)s, switching to %(secondary)s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:709 -#, python-format -msgid "vDirect server is not responding (%s)." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:713 -#, python-format -msgid "vDirect server is not active (%s)." -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:115 -#, python-format -msgid "%(method)s: Request timeout%(ssl)s (%(timeout).3f sec) for CSR(%(host)s)" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:645 -#, python-format -msgid "Unable to delete %(resource)s %(which)s: %(status)d" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:727 -#, python-format -msgid "Unable to find connection %s" -msgstr "" - diff --git a/neutron/locale/neutron.pot b/neutron/locale/neutron.pot index f869675d3..8d4c33097 100644 --- a/neutron/locale/neutron.pot +++ b/neutron/locale/neutron.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: neutron 2015.1.dev641.gccdff95\n" +"Project-Id-Version: neutron 2015.1.dev657.ge55e715\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -385,7 +385,7 @@ msgstr "" msgid "Number of threads to use during sync process." msgstr "" -#: neutron/agent/dhcp_agent.py:67 neutron/agent/l3_agent.py:487 +#: neutron/agent/dhcp_agent.py:67 neutron/agent/l3_agent.py:492 #: neutron/agent/metadata/namespace_proxy.py:166 msgid "Location of Metadata Proxy UNIX domain socket" msgstr "" @@ -395,11 +395,11 @@ msgstr "" msgid "Agent updated: %(payload)s" msgstr "" -#: neutron/agent/l3_agent.py:206 +#: neutron/agent/l3_agent.py:211 msgid "Cannot allocate link local address" msgstr "" -#: neutron/agent/l3_agent.py:448 +#: neutron/agent/l3_agent.py:453 msgid "" "The working mode for the agent. Allowed modes are: 'legacy' - this " "preserves the existing behavior where the L3 agent is deployed on a " @@ -411,51 +411,50 @@ msgid "" "centralized node (or in single-host deployments, e.g. devstack)" msgstr "" -#: neutron/agent/l3_agent.py:461 neutron/debug/debug_agent.py:42 +#: neutron/agent/l3_agent.py:466 neutron/debug/debug_agent.py:42 msgid "Name of bridge used for external network traffic." msgstr "" -#: neutron/agent/l3_agent.py:465 +#: neutron/agent/l3_agent.py:470 msgid "TCP Port used by Neutron metadata namespace proxy." msgstr "" -#: neutron/agent/l3_agent.py:469 +#: neutron/agent/l3_agent.py:474 msgid "" "Send this many gratuitous ARPs for HA setup, if less than or equal to 0, " "the feature is disabled" msgstr "" -#: neutron/agent/l3_agent.py:472 +#: neutron/agent/l3_agent.py:477 msgid "" "If namespaces is disabled, the l3 agent can only configure a router that " "has the matching router ID." msgstr "" -#: neutron/agent/l3_agent.py:477 +#: neutron/agent/l3_agent.py:482 msgid "Agent should implement routers with no gateway" msgstr "" -#: neutron/agent/l3_agent.py:479 +#: neutron/agent/l3_agent.py:484 msgid "UUID of external network for routers implemented by the agents." msgstr "" -#: neutron/agent/l3_agent.py:482 +#: neutron/agent/l3_agent.py:487 msgid "Allow running metadata proxy." msgstr "" -#: neutron/agent/l3_agent.py:484 +#: neutron/agent/l3_agent.py:489 msgid "Delete namespace after removing a router." msgstr "" -#: neutron/agent/l3_agent.py:734 +#: neutron/agent/l3_agent.py:739 msgid "" "The 'gateway_external_network_id' option must be configured for this " "agent as Neutron has more than one external network." msgstr "" -#: neutron/agent/l3_agent.py:843 +#: neutron/agent/l3_agent.py:848 #: neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py:630 -#: neutron/services/firewall/agents/varmour/varmour_router.py:100 #, python-format msgid "Router port %s has no IP address" msgstr "" @@ -651,7 +650,7 @@ msgid "Authentication URL" msgstr "" #: neutron/agent/linux/interface.py:61 neutron/agent/metadata/agent.py:77 -#: neutron/common/config.py:46 neutron/plugins/metaplugin/common/config.py:72 +#: neutron/common/config.py:47 neutron/plugins/metaplugin/common/config.py:72 msgid "The type of authentication to use" msgstr "" @@ -664,7 +663,7 @@ msgstr "" msgid "Network service endpoint type to pull from the keystone catalog" msgstr "" -#: neutron/agent/linux/ip_lib.py:26 +#: neutron/agent/linux/ip_lib.py:28 msgid "Force ip_lib calls to use the root helper" msgstr "" @@ -1178,159 +1177,159 @@ msgstr "" msgid "Check for VF management support" msgstr "" -#: neutron/common/config.py:38 +#: neutron/common/config.py:39 msgid "The host IP to bind to" msgstr "" -#: neutron/common/config.py:40 +#: neutron/common/config.py:41 msgid "The port to bind to" msgstr "" -#: neutron/common/config.py:42 +#: neutron/common/config.py:43 msgid "The API paste config file to use" msgstr "" -#: neutron/common/config.py:44 +#: neutron/common/config.py:45 msgid "The path for API extensions" msgstr "" -#: neutron/common/config.py:48 +#: neutron/common/config.py:49 msgid "The core plugin Neutron will use" msgstr "" -#: neutron/common/config.py:50 neutron/db/migration/cli.py:33 +#: neutron/common/config.py:51 neutron/db/migration/cli.py:33 msgid "The service plugins Neutron will use" msgstr "" -#: neutron/common/config.py:52 +#: neutron/common/config.py:53 msgid "The base MAC address Neutron will use for VIFs" msgstr "" -#: neutron/common/config.py:54 +#: neutron/common/config.py:55 msgid "How many times Neutron will retry MAC generation" msgstr "" -#: neutron/common/config.py:56 +#: neutron/common/config.py:57 msgid "Allow the usage of the bulk API" msgstr "" -#: neutron/common/config.py:58 +#: neutron/common/config.py:59 msgid "Allow the usage of the pagination" msgstr "" -#: neutron/common/config.py:60 +#: neutron/common/config.py:61 msgid "Allow the usage of the sorting" msgstr "" -#: neutron/common/config.py:62 +#: neutron/common/config.py:63 msgid "" "The maximum number of items returned in a single response, value was " "'infinite' or negative integer means no limit" msgstr "" -#: neutron/common/config.py:66 +#: neutron/common/config.py:67 msgid "Maximum number of DNS nameservers" msgstr "" -#: neutron/common/config.py:68 +#: neutron/common/config.py:69 msgid "Maximum number of host routes per subnet" msgstr "" -#: neutron/common/config.py:70 +#: neutron/common/config.py:71 msgid "Maximum number of fixed ips per port" msgstr "" -#: neutron/common/config.py:73 +#: neutron/common/config.py:74 msgid "" "DHCP lease duration (in seconds). Use -1 to tell dnsmasq to use infinite " "lease times." msgstr "" -#: neutron/common/config.py:76 +#: neutron/common/config.py:77 msgid "Allow sending resource operation notification to DHCP agent" msgstr "" -#: neutron/common/config.py:79 +#: neutron/common/config.py:80 msgid "Allow overlapping IP support in Neutron" msgstr "" -#: neutron/common/config.py:81 +#: neutron/common/config.py:82 msgid "The hostname Neutron is running on" msgstr "" -#: neutron/common/config.py:83 +#: neutron/common/config.py:84 msgid "" "Ensure that configured gateway is on subnet. For IPv6, validate only if " "gateway is not a link local address. Deprecated, to be removed during the" " K release, at which point the check will be mandatory." msgstr "" -#: neutron/common/config.py:89 +#: neutron/common/config.py:90 msgid "Send notification to nova when port status changes" msgstr "" -#: neutron/common/config.py:91 +#: neutron/common/config.py:92 msgid "" "Send notification to nova when port data (fixed_ips/floatingip) changes " "so nova can update its cache." msgstr "" -#: neutron/common/config.py:95 +#: neutron/common/config.py:96 msgid "URL for connection to nova" msgstr "" -#: neutron/common/config.py:97 +#: neutron/common/config.py:98 msgid "Username for connecting to nova in admin context" msgstr "" -#: neutron/common/config.py:99 +#: neutron/common/config.py:100 msgid "Password for connection to nova in admin context" msgstr "" -#: neutron/common/config.py:102 +#: neutron/common/config.py:103 msgid "The uuid of the admin nova tenant" msgstr "" -#: neutron/common/config.py:104 +#: neutron/common/config.py:105 msgid "The name of the admin nova tenant" msgstr "" -#: neutron/common/config.py:107 +#: neutron/common/config.py:108 msgid "Authorization URL for connecting to nova in admin context" msgstr "" -#: neutron/common/config.py:110 +#: neutron/common/config.py:111 msgid "CA file for novaclient to verify server certificates" msgstr "" -#: neutron/common/config.py:112 +#: neutron/common/config.py:113 msgid "If True, ignore any SSL validation issues" msgstr "" -#: neutron/common/config.py:114 +#: neutron/common/config.py:115 msgid "" "Name of nova region to use. Useful if keystone manages more than one " "region." msgstr "" -#: neutron/common/config.py:117 +#: neutron/common/config.py:118 msgid "" "Number of seconds between sending events to nova if there are any events " "to send." msgstr "" -#: neutron/common/config.py:124 +#: neutron/common/config.py:125 msgid "" "Where to store Neutron state files. This directory must be writable by " "the agent." msgstr "" -#: neutron/common/config.py:157 +#: neutron/common/config.py:158 #, python-format msgid "Base MAC: %s" msgstr "" -#: neutron/common/config.py:186 +#: neutron/common/config.py:191 #, python-format msgid "Unable to load %(app_name)s from configuration file %(config_path)s." msgstr "" @@ -4346,459 +4345,96 @@ msgstr "" msgid "Cannot get VM summary data for: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_api.py:75 -#, python-format -msgid "The IP addr of available SDN-VE controllers: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:78 -#, python-format -msgid "The SDN-VE controller IP address: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:95 +#: neutron/plugins/ibm/sdnve_api.py:96 #, python-format msgid "unable to serialize object type: '%s'" msgstr "" -#: neutron/plugins/ibm/sdnve_api.py:162 -#, python-format -msgid "" -"Sending request to SDN-VE. url: %(myurl)s method: %(method)s body: " -"%(body)s header: %(header)s " -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:175 -#, python-format -msgid "Error: Could not reach server: %(url)s Exception: %(excp)s." -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:182 -#, python-format -msgid "Error message: %(reply)s -- Status: %(status)s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:185 -#, python-format -msgid "Received response status: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:192 -#, python-format -msgid "Deserialized body: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:234 -msgid "Bad resource for forming a list request" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:244 -msgid "Bad resource for forming a show request" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:254 -msgid "Bad resource for forming a create request" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:266 -msgid "Bad resource for forming a update request" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:277 -msgid "Bad resource for forming a delete request" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:305 -#, python-format -msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api.py:367 -#, python-format -msgid "Did not find tenant: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api_fake.py:30 -msgid "Fake SDNVE controller initialized" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api_fake.py:33 -msgid "Fake SDNVE controller: list" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api_fake.py:37 -msgid "Fake SDNVE controller: show" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api_fake.py:41 -msgid "Fake SDNVE controller: create" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api_fake.py:45 -msgid "Fake SDNVE controller: update" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api_fake.py:49 -msgid "Fake SDNVE controller: delete" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api_fake.py:53 -msgid "Fake SDNVE controller: get tenant by id" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api_fake.py:57 -msgid "Fake SDNVE controller: check and create tenant" -msgstr "" - -#: neutron/plugins/ibm/sdnve_api_fake.py:61 -msgid "Fake SDNVE controller: get controller" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:146 -msgid "Set a new controller if needed." -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:152 -#, python-format -msgid "Set the controller to a new controller: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:160 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:161 #, python-format msgid "Original SDN-VE HTTP request: %(orig)s; New request: %(new)s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:170 -#, python-format -msgid "Create network in progress: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:179 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:180 msgid "Create net failed: no SDN-VE tenant." msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:190 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:191 #, python-format msgid "Create net failed in SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:192 -#, python-format -msgid "Created network: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:197 -#, python-format -msgid "Update network in progress: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:217 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:218 #, python-format msgid "Update net failed in SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:223 -#, python-format -msgid "Delete network in progress: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:233 -#, python-format -msgid "Delete net failed after deleting the network in DB: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:238 -#, python-format -msgid "Get network in progress: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:244 -msgid "Get networks in progress" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:254 -#, python-format -msgid "Create port in progress: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:270 -msgid "Create port does not have tenant id info" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:276 -#, python-format -msgid "Create port does not have tenant id info; obtained is: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:297 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:298 #, python-format msgid "Create port failed in SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:299 -#, python-format -msgid "Created port: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:304 -#, python-format -msgid "Update port in progress: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:331 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:332 #, python-format msgid "Update port failed in SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:337 -#, python-format -msgid "Delete port in progress: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:350 -#, python-format -msgid "Delete port operation failed in SDN-VE after deleting the port from DB: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:359 -#, python-format -msgid "Create subnet in progress: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:371 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:372 #, python-format msgid "Create subnet failed in SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:373 -#, python-format -msgid "Subnet created: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:379 -#, python-format -msgid "Update subnet in progress: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:404 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:405 #, python-format msgid "Update subnet failed in SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:410 -#, python-format -msgid "Delete subnet in progress: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:415 -#, python-format -msgid "" -"Delete subnet operation failed in SDN-VE after deleting the subnet from " -"DB: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:424 -#, python-format -msgid "Create router in progress: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:427 -#, python-format -msgid "Ignoring admin_state_up=False for router=%r. Overriding with True" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:437 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:438 msgid "Create router failed: no SDN-VE tenant." msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:445 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:446 #, python-format msgid "Create router failed in SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:447 -#, python-format -msgid "Router created: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:452 -#, python-format -msgid "Update router in progress: id=%(id)s router=%(router)r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:459 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:460 msgid "admin_state_up=False routers are not supported." msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:483 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:484 #, python-format msgid "Update router failed in SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:489 -#, python-format -msgid "Delete router in progress: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:496 -#, python-format -msgid "" -"Delete router operation failed in SDN-VE after deleting the router in DB:" -" %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:501 -#, python-format -msgid "" -"Add router interface in progress: router_id=%(router_id)s " -"interface_info=%(interface_info)r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:509 -#, python-format -msgid "SdnvePluginV2.add_router_interface called. Port info: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:523 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:524 #, python-format msgid "Update router-add-interface failed in SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:526 -#, python-format -msgid "Added router interface: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:530 -#, python-format -msgid "" -"Add router interface only called: router_id=%(router_id)s " -"interface_info=%(interface_info)r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:540 -msgid "" -"SdnvePluginV2._add_router_interface_only: failed to add the interface in " -"the roll back. of a remove_router_interface operation" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:546 -#, python-format -msgid "" -"Remove router interface in progress: router_id=%(router_id)s " -"interface_info=%(interface_info)r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:555 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:556 msgid "No port ID" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:557 -#, python-format -msgid "SdnvePluginV2.remove_router_interface port: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:561 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:562 msgid "No fixed IP" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:566 -#, python-format -msgid "SdnvePluginV2.remove_router_interface subnet_id: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:589 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:590 #, python-format msgid "Update router-remove-interface failed SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:610 -#, python-format -msgid "Create floatingip in progress: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:621 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:622 #, python-format msgid "Creating floating ip operation failed in SDN-VE controller: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:624 -#, python-format -msgid "Created floatingip : %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:629 -#, python-format -msgid "Update floatingip in progress: %r" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:649 +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:650 #, python-format msgid "Update floating ip failed in SDN-VE: %s" msgstr "" -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:655 -#, python-format -msgid "Delete floatingip in progress: %s" -msgstr "" - -#: neutron/plugins/ibm/sdnve_neutron_plugin.py:660 -#, python-format -msgid "Delete floatingip failed in SDN-VE: %s" -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:109 -msgid "Failed reporting state!" -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:137 -msgid "info_update received" -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:142 -#, python-format -msgid "info_update received. New controlleris to be set to: %s" -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:148 -msgid "info_update received. New controlleris set to be out of band" -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:193 -#, python-format -msgid "Mapping physical network %(physical_network)s to interface %(interface)s" -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:199 -#, python-format -msgid "" -"Interface %(interface)s for physical network %(physical_network)s does " -"not exist. Agent terminated!" -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:217 -msgid "Agent in the rpc loop." -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:224 -#, python-format -msgid "Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:238 -#, python-format -msgid "Controller IPs: %s" -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:260 -#, python-format -msgid "%s Agent terminated!" -msgstr "" - -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:266 -msgid "Agent initialized successfully, now running... " -msgstr "" - #: neutron/plugins/ibm/common/config.py:26 msgid "Whether to use a fake controller." msgstr "" @@ -6073,49 +5709,6 @@ msgstr "" msgid "Number of seconds to retry acquiring an Open vSwitch datapath" msgstr "" -#: neutron/plugins/oneconvergence/plugin.py:236 -msgid "Failed to create subnet, deleting it from neutron" -msgstr "" - -#: neutron/plugins/oneconvergence/plugin.py:300 -#, python-format -msgid "Deleting newly created neutron port %s" -msgstr "" - -#: neutron/plugins/oneconvergence/plugin.py:373 -msgid "Failed to create floatingip" -msgstr "" - -#: neutron/plugins/oneconvergence/plugin.py:412 -msgid "Failed to create router" -msgstr "" - -#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:51 -#, python-format -msgid "port_update received: %s" -msgstr "" - -#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:108 -#, python-format -msgid "RPC agent_id: %s" -msgstr "" - -#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:153 -msgid "Port list is updated" -msgstr "" - -#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:158 -msgid "Error in agent event loop" -msgstr "" - -#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:160 -msgid "AGENT looping....." -msgstr "" - -#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:172 -msgid "NVSD Agent initialized successfully, now running... " -msgstr "" - #: neutron/plugins/oneconvergence/lib/config.py:26 msgid "NVSD Controller IP address" msgstr "" @@ -6202,158 +5795,11 @@ msgstr "" msgid "Failed to %(method)s %(resource)s" msgstr "" -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:109 -#, python-format -msgid "Network %(id)s created under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:126 -#, python-format -msgid "Network %(id)s updated under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:147 -#, python-format -msgid "Network %(id)s deleted under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:160 -#, python-format -msgid "Subnet %(id)s created under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:174 -#, python-format -msgid "Subnet %(id)s deleted under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:190 -#, python-format -msgid "Subnet %(id)s updated under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:222 -#, python-format -msgid "Port %(id)s created under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:246 -#, python-format -msgid "Port %(id)s updated under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:259 -#, python-format -msgid "Port %(id)s deleted under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:281 -#, python-format -msgid "Flatingip %(id)s created under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:299 -#, python-format -msgid "Flatingip %(id)s updated under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:313 -#, python-format -msgid "Flatingip %(id)s deleted under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:326 -#, python-format -msgid "Router %(id)s created under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:342 -#, python-format -msgid "Router %(id)s updated under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/nvsdlib.py:352 -#, python-format -msgid "Router %(id)s deleted under tenant %(tenant_id)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:79 +#: neutron/plugins/oneconvergence/lib/plugin_helper.py:80 #, python-format msgid "Unable to connect to NVSD controller. Exiting after %(retries)s attempts" msgstr "" -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:88 -#, python-format -msgid "Login Failed: %s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:89 -#, python-format -msgid "Unable to establish connection with Controller %s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:91 -msgid "Retrying after 1 second..." -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:95 -#, python-format -msgid "Login Successful %(uri)s %(status)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:99 -#, python-format -msgid "AuthToken = %s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:101 -msgid "login failed" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:109 -msgid "No Token, Re-login" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:125 -#, python-format -msgid "request: %(method)s %(uri)s successful" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:132 -#, python-format -msgid "request: Request failed from Controller side :%s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:137 -#, python-format -msgid "Response is Null, Request timed out: %(method)s to %(uri)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:149 -#, python-format -msgid "Request %(method)s %(uri)s body = %(body)s failed with status %(status)s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:153 -#, python-format -msgid "%s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:157 -#, python-format -msgid "%(method)s to %(url)s, unexpected response code: %(status)d" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:163 -#, python-format -msgid "Request failed from Controller side with Status=%s" -msgstr "" - -#: neutron/plugins/oneconvergence/lib/plugin_helper.py:167 -#, python-format -msgid "Success: %(method)s %(url)s status=%(status)s" -msgstr "" - #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:60 #, python-format msgid "" @@ -7323,8 +6769,8 @@ msgstr "" #: neutron/plugins/vmware/plugins/base.py:1435 #: neutron/plugins/vmware/plugins/base.py:1520 -#: neutron/plugins/vmware/plugins/service.py:202 -#: neutron/plugins/vmware/plugins/service.py:1240 +#: neutron/plugins/vmware/plugins/service.py:217 +#: neutron/plugins/vmware/plugins/service.py:1255 #, python-format msgid "Network '%s' is not a valid external network" msgstr "" @@ -7374,75 +6820,75 @@ msgstr "" msgid "Port values not valid for protocol: %s" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:425 +#: neutron/plugins/vmware/plugins/service.py:440 #, python-format msgid "An exception occurred while creating a port on lswitch %s" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:440 +#: neutron/plugins/vmware/plugins/service.py:455 #, python-format msgid "Unable to create port on NSX logical router %s" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:473 +#: neutron/plugins/vmware/plugins/service.py:488 #, python-format msgid "Unable to create integration logic switch for router %s" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:483 +#: neutron/plugins/vmware/plugins/service.py:498 #, python-format msgid "Unable to add router interface to integration lswitch for router %s" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:493 +#: neutron/plugins/vmware/plugins/service.py:508 #, python-format msgid "Unable to create advance service router for %s" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:910 -#: neutron/plugins/vmware/plugins/service.py:1226 +#: neutron/plugins/vmware/plugins/service.py:925 +#: neutron/plugins/vmware/plugins/service.py:1241 msgid "router_id is not provided!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:914 -#: neutron/plugins/vmware/plugins/service.py:1614 +#: neutron/plugins/vmware/plugins/service.py:929 +#: neutron/plugins/vmware/plugins/service.py:1629 #, python-format msgid "router_id:%s is not an advanced router!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:919 +#: neutron/plugins/vmware/plugins/service.py:934 msgid "A firewall is already associated with the router" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1153 +#: neutron/plugins/vmware/plugins/service.py:1168 #, python-format msgid "" "Operation can't be performed, Since resource %(model)s : %(id)s is in " "DELETEing status!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1162 +#: neutron/plugins/vmware/plugins/service.py:1177 #, python-format msgid "Resource %(model)s : %(id)s not found!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1231 +#: neutron/plugins/vmware/plugins/service.py:1246 #, python-format msgid "router_id: %s is not an advanced router!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1499 +#: neutron/plugins/vmware/plugins/service.py:1514 msgid "Vcns right now can only support one monitor per pool" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1576 +#: neutron/plugins/vmware/plugins/service.py:1591 #, python-format msgid "" "Failed to update ipsec vpn configuration on edge, since the router: %s " "does not have a gateway yet!" msgstr "" -#: neutron/plugins/vmware/plugins/service.py:1619 +#: neutron/plugins/vmware/plugins/service.py:1634 #, python-format msgid "a vpnservice is already associated with the router: %s" msgstr "" @@ -7539,22 +6985,22 @@ msgid "" "VSE right now." msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:154 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:159 #, python-format msgid "Invalid %(protocol)s persistence method: %(type)s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:209 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:214 #, python-format msgid "vip_binding not found with id: %(id)s edge_id: %(edge_id)s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:301 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:306 #, python-format msgid "pool_binding not found with id: %(id)s edge_id: %(edge_id)s" msgstr "" -#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:361 +#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:366 #, python-format msgid "monitor_binding not found with id: %(id)s edge_id: %(edge_id)s" msgstr "" @@ -7684,13 +7130,6 @@ msgstr "" msgid "No providers specified for '%s' service, exiting" msgstr "" -#: neutron/services/firewall/fwaas_plugin.py:132 -#, python-format -msgid "" -"Exceeded allowed count of firewalls for tenant %(tenant_id)s. Only one " -"firewall is supported per tenant." -msgstr "" - #: neutron/services/firewall/agents/firewall_agent_api.py:28 msgid "Name of the FWaaS Driver" msgstr "" @@ -7710,30 +7149,6 @@ msgstr "" msgid "Error importing FWaaS device driver: %s" msgstr "" -#: neutron/services/firewall/agents/varmour/varmour_api.py:28 -msgid "vArmour director ip" -msgstr "" - -#: neutron/services/firewall/agents/varmour/varmour_api.py:30 -msgid "vArmour director port" -msgstr "" - -#: neutron/services/firewall/agents/varmour/varmour_api.py:32 -msgid "vArmour director username" -msgstr "" - -#: neutron/services/firewall/agents/varmour/varmour_api.py:34 -msgid "vArmour director password" -msgstr "" - -#: neutron/services/firewall/agents/varmour/varmour_api.py:44 -msgid "An unknown exception." -msgstr "" - -#: neutron/services/firewall/agents/varmour/varmour_api.py:58 -msgid "Invalid login credential." -msgstr "" - #: neutron/services/l3_router/l3_apic.py:57 msgid "L3 Router Service Plugin for basic L3 using the APIC" msgstr "" @@ -7746,52 +7161,6 @@ msgstr "" msgid "BrocadeSVIPlugin: adding redundant router interface is not supported" msgstr "" -#: neutron/services/loadbalancer/plugin.py:89 -#, python-format -msgid "Error retrieving driver for provider %s" -msgstr "" - -#: neutron/services/loadbalancer/plugin.py:97 -#, python-format -msgid "Error retrieving provider for pool %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent.py:34 -msgid "Seconds between periodic task runs" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:38 -msgid "Drivers used to manage loadbalancing devices" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:44 -#, python-format -msgid "Unknown device with pool_id %(pool_id)s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:93 -#, python-format -msgid "Error importing loadbalancer device driver: %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:100 -#, python-format -msgid "Multiple device drivers with the same name found: %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:40 -msgid "Driver to use for scheduling pool to a default loadbalancer agent" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:48 -msgid "Device driver for agent should be specified in plugin driver." -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:153 -#, python-format -msgid "Unknown object type: %s" -msgstr "" - #: neutron/services/loadbalancer/drivers/embrane/config.py:30 msgid "Load Balancer image id (Embrane LB)" msgstr "" @@ -7848,163 +7217,6 @@ msgstr "" msgid "Session persistence %s not supported by Embrane LBaaS" msgstr "" -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:46 -msgid "Location to store config and state files" -msgstr "" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:53 -msgid "The user group" -msgstr "" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:59 -msgid "" -"When delete and re-add the same vip, send this many gratuitous ARPs to " -"flush the ARP cache in the Router. Set it below or equal to 0 to disable " -"this feature." -msgstr "" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:76 -#, python-format -msgid "Error importing interface driver: %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:45 -#, python-format -msgid "NCC Error %d" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:30 -msgid "The URL to reach the NetScaler Control Center Server." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:34 -msgid "Username to login to the NetScaler Control Center Server." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:38 -msgid "Password to login to the NetScaler Control Center Server." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:61 -msgid "IP address of vDirect server." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:63 -msgid "IP address of secondary vDirect server." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:66 -msgid "vDirect user name." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:69 -msgid "vDirect user password." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:72 -msgid "Service ADC type. Default: VA." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:75 -msgid "Service ADC version." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:78 -msgid "Enables or disables the Service HA pair. Default: False." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:82 -msgid "Service throughput. Default: 1000." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:85 -msgid "Service SSL throughput. Default: 100." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:88 -msgid "Service compression throughput. Default: 100." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:91 -msgid "Size of service cache. Default: 20." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:94 -msgid "Name of l2_l3 workflow. Default: openstack_l2_l3." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:98 -msgid "Name of l4 workflow. Default: openstack_l4." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:106 -msgid "Parameter for l2_l3 workflow constructor." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:113 -msgid "Parameter for l2_l3 workflow setup." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:116 -msgid "List of actions that are not pushed to the completion queue." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:120 -msgid "Name of the l4 workflow action. Default: BaseCreate." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:124 -msgid "Resource pool IDs." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:127 -msgid "A required VLAN for the interswitch link to use." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:130 -msgid "" -"Enable or disable Alteon interswitch link for stateful session failover. " -"Default: False." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:647 -#, python-format -msgid "Could not find or allocate IP address for subnet id %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:892 -msgid "Exception was thrown inside OperationCompletionHandler" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/exceptions.py:20 -msgid "An unknown exception occurred in Radware LBaaS provider." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/exceptions.py:24 -msgid "" -"vDirect user/password missing. Specify in configuration file, under " -"[radware] section" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/exceptions.py:29 -#, python-format -msgid "" -"Workflow %(workflow)s is missing on vDirect server. Upload missing " -"workflow" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/exceptions.py:34 -#, python-format -msgid "" -"REST request failed with status %(status)s. Reason: %(reason)s, " -"Description: %(description)s. Success status codes are %(success_codes)s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/exceptions.py:40 -#, python-format -msgid "%(operation)s operation is not supported for %(entity)s." -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:71 msgid "Metering driver" msgstr "" @@ -8025,54 +7237,6 @@ msgstr "" msgid "An interface driver must be specified" msgstr "" -#: neutron/services/vpn/agent.py:27 -msgid "The vpn device drivers Neutron will use" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:41 -msgid "Status check interval for Cisco CSR IPSec connections" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:52 -#, python-format -msgid "Cisco CSR failed to create %(resource)s (%(which)s)" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:56 -#, python-format -msgid "Cisco CSR failed to change %(tunnel)s admin state to %(state)s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:61 -#, python-format -msgid "" -"Required %(resource)s attribute %(attr)s mapping for Cisco CSR is missing" -" in device driver" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:66 -#, python-format -msgid "" -"Device driver does not have a mapping of '%(value)s for attribute " -"%(attr)s of %(resource)s" -msgstr "" - -#: neutron/services/vpn/device_drivers/ipsec.py:47 -msgid "Location to store ipsec server config files" -msgstr "" - -#: neutron/services/vpn/device_drivers/ipsec.py:50 -msgid "Interval for checking ipsec status" -msgstr "" - -#: neutron/services/vpn/device_drivers/ipsec.py:60 -msgid "Template file for ipsec configuration" -msgstr "" - -#: neutron/services/vpn/device_drivers/ipsec.py:66 -msgid "Template file for ipsec secret configuration" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:45 #, python-format msgid "Fatal - %(reason)s" @@ -8104,13 +7268,6 @@ msgid "" "connection %s" msgstr "" -#: neutron/services/vpn/service_drivers/cisco_validator.py:32 -#, python-format -msgid "" -"Cisco CSR does not support %(resource)s attribute %(key)s with value " -"'%(value)s'" -msgstr "" - #: neutron/tests/functional/agent/linux/simple_daemon.py:37 msgid "" "uuid provided from the command line so external_process can track us via " @@ -8159,14 +7316,6 @@ msgstr "" msgid "No host cert for %(server)s in cert %(cert)s" msgstr "" -#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:215 -#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:237 -#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:256 -#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:279 -#, python-format -msgid "Unexpected error code: %s" -msgstr "" - #: neutron/tests/unit/ml2/test_ml2_plugin.py:149 #, python-format msgid "Deleting port %s" diff --git a/neutron/locale/pt_BR/LC_MESSAGES/neutron-log-info.po b/neutron/locale/pt_BR/LC_MESSAGES/neutron-log-info.po index 508f89e06..3d1f8851a 100644 --- a/neutron/locale/pt_BR/LC_MESSAGES/neutron-log-info.po +++ b/neutron/locale/pt_BR/LC_MESSAGES/neutron-log-info.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" -"PO-Revision-Date: 2014-12-05 22:51+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" +"PO-Revision-Date: 2014-12-10 00:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" "neutron/language/pt_BR/)\n" @@ -39,13 +39,13 @@ msgstr "Sincronizando estado" msgid "Synchronizing state complete" msgstr "" -#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994 +#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999 #: neutron/services/metering/agents/metering_agent.py:281 #, python-format msgid "agent_updated by server side %s!" msgstr "agent_updated por lado do servidor %s!" -#: neutron/agent/l3_agent.py:1896 +#: neutron/agent/l3_agent.py:1901 msgid "L3 agent started" msgstr "Agente L3 iniciado" @@ -152,11 +152,16 @@ msgstr "" msgid "%(action)s failed (client error): %(exc)s" msgstr "" -#: neutron/common/config.py:165 +#: neutron/common/config.py:166 msgid "Logging enabled!" msgstr "Criação de log ativada!" -#: neutron/common/config.py:181 +#: neutron/common/config.py:167 +#, python-format +msgid "%(prog)s version %(version)s" +msgstr "" + +#: neutron/common/config.py:186 #, python-format msgid "Config paste file: %s" msgstr "Arquivo de colagem configurado: %s" @@ -577,6 +582,7 @@ msgid "Agent out of sync with plugin!" msgstr "Agente fora de sincronização com o plug-in!" #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564 @@ -601,9 +607,109 @@ msgstr "" msgid "Removing port filter" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:76 +#, python-format +msgid "The IP addr of available SDN-VE controllers: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:79 +#, python-format +msgid "The SDN-VE controller IP address: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:235 +msgid "Bad resource for forming a list request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:245 +msgid "Bad resource for forming a show request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:255 +msgid "Bad resource for forming a create request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:267 +msgid "Bad resource for forming a update request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:278 +msgid "Bad resource for forming a delete request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:306 +#, python-format +msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:31 +msgid "Fake SDNVE controller initialized" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:34 +msgid "Fake SDNVE controller: list" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:38 +msgid "Fake SDNVE controller: show" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:42 +msgid "Fake SDNVE controller: create" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:46 +msgid "Fake SDNVE controller: update" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:50 +msgid "Fake SDNVE controller: delete" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:54 +msgid "Fake SDNVE controller: get tenant by id" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:58 +msgid "Fake SDNVE controller: check and create tenant" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:62 +msgid "Fake SDNVE controller: get controller" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147 +msgid "Set a new controller if needed." +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153 +#, python-format +msgid "Set the controller to a new controller: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194 +#, python-format +msgid "" +"Mapping physical network %(physical_network)s to interface %(interface)s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225 +#, python-format +msgid "" +"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" +msgstr "" +"A iteração do loop excedeu o intervalo (%(polling_interval)s vs. " +"%(elapsed)s)!" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239 +#, python-format +msgid "Controller IPs: %s" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217 #: neutron/plugins/nec/agent/nec_neutron_agent.py:141 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100 #, python-format msgid "RPC agent_id: %s" @@ -1043,6 +1149,10 @@ msgstr "" msgid "Agent tunnel out of sync with plugin!" msgstr "Túnel do agente fora de sincronização com o plug-in!" +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173 +msgid "NVSD Agent initialized successfully, now running... " +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198 #, python-format msgid "L2 Agent operating in DVR Mode with MAC %s" @@ -1296,60 +1406,6 @@ msgstr "" msgid "BrocadeSVIPlugin.add_router_interface ports_count %d" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:333 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:336 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168 -#, python-format -msgid "NetScaler driver poolmember creation: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415 -#, python-format -msgid "Found an existing SNAT port for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418 -#, python-format -msgid "Found no SNAT ports for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438 -#, python-format -msgid "Created SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445 -#, python-format -msgid "Removed SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451 -#, python-format -msgid "No SNAT port found for subnet %s. Creating one..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458 -#, python-format -msgid "SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467 -#, python-format -msgid "Removing SNAT port for subnet %s as this is the last pool using it..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:417 -msgid "Starting operation completion handling thread" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:99 #, python-format msgid "Loading Metering driver %s" @@ -1360,30 +1416,6 @@ msgstr "Carregando driver de medição %s" msgid "Loading interface driver %s" msgstr "" -#: neutron/services/vpn/plugin.py:45 -#, python-format -msgid "VPN plugin using service driver: %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333 -msgid "Sending status report update to plugin" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713 -#, python-format -msgid "FAILED: Create of IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716 -#, python-format -msgid "SUCCESS: Created IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731 -#, python-format -msgid "SUCCESS: Deleted IPSec site-to-site connection %s" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:226 #, python-format msgid "" diff --git a/neutron/locale/zh_CN/LC_MESSAGES/neutron-log-info.po b/neutron/locale/zh_CN/LC_MESSAGES/neutron-log-info.po index 847c0e882..e5a9dd807 100644 --- a/neutron/locale/zh_CN/LC_MESSAGES/neutron-log-info.po +++ b/neutron/locale/zh_CN/LC_MESSAGES/neutron-log-info.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" -"PO-Revision-Date: 2014-12-05 22:51+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" +"PO-Revision-Date: 2014-12-10 00:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/neutron/" "language/zh_CN/)\n" @@ -37,13 +37,13 @@ msgstr "正在使状态同步" msgid "Synchronizing state complete" msgstr "" -#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994 +#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999 #: neutron/services/metering/agents/metering_agent.py:281 #, python-format msgid "agent_updated by server side %s!" msgstr "服务器端 %s 已更新代理!" -#: neutron/agent/l3_agent.py:1896 +#: neutron/agent/l3_agent.py:1901 msgid "L3 agent started" msgstr "已启动 L3 代理" @@ -148,11 +148,16 @@ msgstr "已启用允许排序,因为本机分页需要本机排序" msgid "%(action)s failed (client error): %(exc)s" msgstr "" -#: neutron/common/config.py:165 +#: neutron/common/config.py:166 msgid "Logging enabled!" msgstr "已启用日志记录!" -#: neutron/common/config.py:181 +#: neutron/common/config.py:167 +#, python-format +msgid "%(prog)s version %(version)s" +msgstr "" + +#: neutron/common/config.py:186 #, python-format msgid "Config paste file: %s" msgstr "配置粘贴文件:%s" @@ -573,6 +578,7 @@ msgid "Agent out of sync with plugin!" msgstr "代理与插件不同步!" #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564 @@ -597,9 +603,107 @@ msgstr "" msgid "Removing port filter" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:76 +#, python-format +msgid "The IP addr of available SDN-VE controllers: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:79 +#, python-format +msgid "The SDN-VE controller IP address: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:235 +msgid "Bad resource for forming a list request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:245 +msgid "Bad resource for forming a show request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:255 +msgid "Bad resource for forming a create request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:267 +msgid "Bad resource for forming a update request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:278 +msgid "Bad resource for forming a delete request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:306 +#, python-format +msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:31 +msgid "Fake SDNVE controller initialized" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:34 +msgid "Fake SDNVE controller: list" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:38 +msgid "Fake SDNVE controller: show" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:42 +msgid "Fake SDNVE controller: create" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:46 +msgid "Fake SDNVE controller: update" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:50 +msgid "Fake SDNVE controller: delete" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:54 +msgid "Fake SDNVE controller: get tenant by id" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:58 +msgid "Fake SDNVE controller: check and create tenant" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:62 +msgid "Fake SDNVE controller: get controller" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147 +msgid "Set a new controller if needed." +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153 +#, python-format +msgid "Set the controller to a new controller: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194 +#, python-format +msgid "" +"Mapping physical network %(physical_network)s to interface %(interface)s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225 +#, python-format +msgid "" +"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" +msgstr "循环迭代超过时间间隔(%(polling_interval)s 对 %(elapsed)s)!" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239 +#, python-format +msgid "Controller IPs: %s" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217 #: neutron/plugins/nec/agent/nec_neutron_agent.py:141 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100 #, python-format msgid "RPC agent_id: %s" @@ -1037,6 +1141,10 @@ msgstr "" msgid "Agent tunnel out of sync with plugin!" msgstr "代理隧道与插件不同步!" +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173 +msgid "NVSD Agent initialized successfully, now running... " +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198 #, python-format msgid "L2 Agent operating in DVR Mode with MAC %s" @@ -1290,60 +1398,6 @@ msgstr "" msgid "BrocadeSVIPlugin.add_router_interface ports_count %d" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:333 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:336 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168 -#, python-format -msgid "NetScaler driver poolmember creation: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415 -#, python-format -msgid "Found an existing SNAT port for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418 -#, python-format -msgid "Found no SNAT ports for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438 -#, python-format -msgid "Created SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445 -#, python-format -msgid "Removed SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451 -#, python-format -msgid "No SNAT port found for subnet %s. Creating one..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458 -#, python-format -msgid "SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467 -#, python-format -msgid "Removing SNAT port for subnet %s as this is the last pool using it..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:417 -msgid "Starting operation completion handling thread" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:99 #, python-format msgid "Loading Metering driver %s" @@ -1354,30 +1408,6 @@ msgstr "" msgid "Loading interface driver %s" msgstr "" -#: neutron/services/vpn/plugin.py:45 -#, python-format -msgid "VPN plugin using service driver: %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333 -msgid "Sending status report update to plugin" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713 -#, python-format -msgid "FAILED: Create of IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716 -#, python-format -msgid "SUCCESS: Created IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731 -#, python-format -msgid "SUCCESS: Deleted IPSec site-to-site connection %s" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:226 #, python-format msgid "" diff --git a/neutron/locale/zh_TW/LC_MESSAGES/neutron-log-info.po b/neutron/locale/zh_TW/LC_MESSAGES/neutron-log-info.po index 2d698c4ce..434a0ccb3 100644 --- a/neutron/locale/zh_TW/LC_MESSAGES/neutron-log-info.po +++ b/neutron/locale/zh_TW/LC_MESSAGES/neutron-log-info.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-07 06:07+0000\n" -"PO-Revision-Date: 2014-12-05 22:51+0000\n" +"POT-Creation-Date: 2014-12-10 06:07+0000\n" +"PO-Revision-Date: 2014-12-10 00:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/neutron/" "language/zh_TW/)\n" @@ -37,13 +37,13 @@ msgstr "正在同步化狀態" msgid "Synchronizing state complete" msgstr "" -#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994 +#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999 #: neutron/services/metering/agents/metering_agent.py:281 #, python-format msgid "agent_updated by server side %s!" msgstr "agent_updated 是由伺服器端 %s 執行!" -#: neutron/agent/l3_agent.py:1896 +#: neutron/agent/l3_agent.py:1901 msgid "L3 agent started" msgstr "已啟動 L3 代理程式" @@ -148,11 +148,16 @@ msgstr "已啟用容許排序,因為原生分頁需要原生排序" msgid "%(action)s failed (client error): %(exc)s" msgstr "" -#: neutron/common/config.py:165 +#: neutron/common/config.py:166 msgid "Logging enabled!" msgstr "已啟用記載!" -#: neutron/common/config.py:181 +#: neutron/common/config.py:167 +#, python-format +msgid "%(prog)s version %(version)s" +msgstr "" + +#: neutron/common/config.py:186 #, python-format msgid "Config paste file: %s" msgstr "配置貼上檔案:%s" @@ -572,6 +577,7 @@ msgid "Agent out of sync with plugin!" msgstr "代理程式與外掛程式不同步!" #: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469 +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267 #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035 #: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164 #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564 @@ -596,9 +602,107 @@ msgstr "" msgid "Removing port filter" msgstr "" +#: neutron/plugins/ibm/sdnve_api.py:76 +#, python-format +msgid "The IP addr of available SDN-VE controllers: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:79 +#, python-format +msgid "The SDN-VE controller IP address: %s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:235 +msgid "Bad resource for forming a list request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:245 +msgid "Bad resource for forming a show request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:255 +msgid "Bad resource for forming a create request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:267 +msgid "Bad resource for forming a update request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:278 +msgid "Bad resource for forming a delete request" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api.py:306 +#, python-format +msgid "Non matching tenant and network types: %(ttype)s %(ntype)s" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:31 +msgid "Fake SDNVE controller initialized" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:34 +msgid "Fake SDNVE controller: list" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:38 +msgid "Fake SDNVE controller: show" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:42 +msgid "Fake SDNVE controller: create" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:46 +msgid "Fake SDNVE controller: update" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:50 +msgid "Fake SDNVE controller: delete" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:54 +msgid "Fake SDNVE controller: get tenant by id" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:58 +msgid "Fake SDNVE controller: check and create tenant" +msgstr "" + +#: neutron/plugins/ibm/sdnve_api_fake.py:62 +msgid "Fake SDNVE controller: get controller" +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147 +msgid "Set a new controller if needed." +msgstr "" + +#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153 +#, python-format +msgid "Set the controller to a new controller: %s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194 +#, python-format +msgid "" +"Mapping physical network %(physical_network)s to interface %(interface)s" +msgstr "" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225 +#, python-format +msgid "" +"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" +msgstr "迴圈反覆運算已超出間隔(%(polling_interval)s 與 %(elapsed)s)!" + +#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239 +#, python-format +msgid "Controller IPs: %s" +msgstr "" + #: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808 #: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217 #: neutron/plugins/nec/agent/nec_neutron_agent.py:141 +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109 #: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100 #, python-format msgid "RPC agent_id: %s" @@ -1036,6 +1140,10 @@ msgstr "" msgid "Agent tunnel out of sync with plugin!" msgstr "代理程式通道與外掛程式不同步!" +#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173 +msgid "NVSD Agent initialized successfully, now running... " +msgstr "" + #: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198 #, python-format msgid "L2 Agent operating in DVR Mode with MAC %s" @@ -1289,60 +1397,6 @@ msgstr "" msgid "BrocadeSVIPlugin.add_router_interface ports_count %d" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:333 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:336 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168 -#, python-format -msgid "NetScaler driver poolmember creation: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415 -#, python-format -msgid "Found an existing SNAT port for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418 -#, python-format -msgid "Found no SNAT ports for subnet %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438 -#, python-format -msgid "Created SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445 -#, python-format -msgid "Removed SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451 -#, python-format -msgid "No SNAT port found for subnet %s. Creating one..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458 -#, python-format -msgid "SNAT port: %r" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467 -#, python-format -msgid "Removing SNAT port for subnet %s as this is the last pool using it..." -msgstr "" - -#: neutron/services/loadbalancer/drivers/radware/driver.py:417 -msgid "Starting operation completion handling thread" -msgstr "" - #: neutron/services/metering/agents/metering_agent.py:99 #, python-format msgid "Loading Metering driver %s" @@ -1353,30 +1407,6 @@ msgstr "" msgid "Loading interface driver %s" msgstr "" -#: neutron/services/vpn/plugin.py:45 -#, python-format -msgid "VPN plugin using service driver: %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333 -msgid "Sending status report update to plugin" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713 -#, python-format -msgid "FAILED: Create of IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716 -#, python-format -msgid "SUCCESS: Created IPSec site-to-site connection %s" -msgstr "" - -#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731 -#, python-format -msgid "SUCCESS: Deleted IPSec site-to-site connection %s" -msgstr "" - #: neutron/services/vpn/service_drivers/cisco_csr_db.py:226 #, python-format msgid "" -- 2.45.2