
* Fix errors in infrastructure blueprint one-style-config 1) Update sample config - remove non-existing directory 2) Add 0.4.1 version 3) Rename config file to sample Fixes-Bug: 1270734 * Fixed issue with copy configuration files. Closes-Bug: #1271079 * Removed SysV EL6 standalone file, removed old setup scripts * Fixed typo in daemon executable name * Delete init scripts and agent config dirs so we will update then and not delete cache if murano-repository is unavaliable Closes-bug: 1274470 * Fix accessing nested-dir scripts from nested-dir agent templates. This works the following way: if path to agent template is, .g. <someHash>/template/agent/SqlServerCluster/FailoverCluster.template, nd it references script file '/ImportCoreFunctions.ps1', then it will e searched in '<someHash>/template/agent/scripts/' dir, but if it eferences 'Failover-Cluster.ps1', it will be searched in <someHash>/template/agent/scripts/SqlServerCluster/' dir. o the root-like agent dir '<someHash>/template/agent' corresponds to oot-like scripts dir '<someHash>/template/agent/scripts', and the ctual script file will be searched immediately in root-like scripts dir if it starts with '/' (absolute name), or there will be 'rest-dirs' between root-like scripts dir and the script filename if the script filename is a relative one. 'rest-dirs' is the difference between root-like agent dir and the actual parent dir of the agent template which references the script dir. As you see, the abovementioned example is much clearer than the explanation. Closes-bug: #1271578 * Add forgotten deletion in metadata folder setup * Undo init file parameter remane * Return external network id together with routerId blueprint auto-assign-floating-ip * Fix name for syslog_log_facility param * Update reqirements for a release-0.4.1 Change-Id: I2744eaeef369220c5a8dabb027ba40622be9d242
250 lines
6.2 KiB
Plaintext
250 lines
6.2 KiB
Plaintext
# Translations template for murano-conductor.
|
|
# Copyright (C) 2014 ORGANIZATION
|
|
# This file is distributed under the same license as the murano-conductor
|
|
# project.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: murano-conductor 0.4\n"
|
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
"POT-Creation-Date: 2014-01-20 14:55+0400\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: Babel 1.3\n"
|
|
|
|
#: muranoconductor/config.py:151
|
|
msgid "Invalid syslog facility"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/config.py:225
|
|
#, python-format
|
|
msgid "Loading %(app_name)s from %(conf_file)s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/config.py:236
|
|
#, python-format
|
|
msgid ""
|
|
"Unable to load %(app_name)s from configuration file %(conf_file)s.\n"
|
|
"Got: %(e)r"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/eventlet_backdoor.py:141
|
|
#, python-format
|
|
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/exception.py:103
|
|
msgid "Uncaught exception"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/excutils.py:62
|
|
#, python-format
|
|
msgid "Original exception being dropped: %s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/excutils.py:90
|
|
#, python-format
|
|
msgid "Unexpected exception occurred %d time(s)... retrying."
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/fileutils.py:64
|
|
#, python-format
|
|
msgid "Reloading cached file %s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/lockutils.py:100
|
|
#, python-format
|
|
msgid "Could not release the acquired lock `%s`"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/lockutils.py:166
|
|
#, python-format
|
|
msgid "Got semaphore \"%(lock)s\""
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/lockutils.py:175
|
|
#, python-format
|
|
msgid "Attempting to grab file lock \"%(lock)s\""
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/lockutils.py:185
|
|
#, python-format
|
|
msgid "Created lock path: %s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/lockutils.py:203
|
|
#, python-format
|
|
msgid "Got file lock \"%(lock)s\" at %(path)s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/lockutils.py:207
|
|
#, python-format
|
|
msgid "Released file lock \"%(lock)s\" at %(path)s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/lockutils.py:244
|
|
#, python-format
|
|
msgid "Got semaphore / lock \"%(function)s\""
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/lockutils.py:248
|
|
#, python-format
|
|
msgid "Semaphore / lock released \"%(function)s\""
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/log.py:244
|
|
#, python-format
|
|
msgid "Deprecated: %s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/log.py:336
|
|
#, python-format
|
|
msgid "Error loading logging config %(log_config)s: %(err_msg)s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/log.py:386
|
|
#, python-format
|
|
msgid "syslog facility must be one of: %s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/log.py:556
|
|
#, python-format
|
|
msgid "Fatal call to deprecated config: %(msg)s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/loopingcall.py:84
|
|
#, python-format
|
|
msgid "task run outlasted interval by %s sec"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/loopingcall.py:91
|
|
msgid "in fixed duration looping call"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/loopingcall.py:131
|
|
#, python-format
|
|
msgid "Dynamic looping call sleeping for %.02f seconds"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/loopingcall.py:138
|
|
msgid "in dynamic looping call"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:103
|
|
#: muranoconductor/openstack/common/service.py:271
|
|
msgid "Full set of CONF:"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:112
|
|
#: muranoconductor/openstack/common/service.py:214
|
|
#, python-format
|
|
msgid "Caught %s, exiting"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:123
|
|
msgid "Exception during rpc cleanup."
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:159
|
|
msgid "Parent process has died unexpectedly, exiting"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:196
|
|
msgid "Forking too fast, sleeping"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:219
|
|
msgid "Unhandled exception"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:226
|
|
#, python-format
|
|
msgid "Started child %d"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:236
|
|
#, python-format
|
|
msgid "Starting %d workers"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:253
|
|
#, python-format
|
|
msgid "Child %(pid)d killed by signal %(sig)d"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:257
|
|
#, python-format
|
|
msgid "Child %(pid)s exited with status %(code)d"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:261
|
|
#, python-format
|
|
msgid "pid %d not in child list"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:289
|
|
#, python-format
|
|
msgid "Caught %s, stopping children"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/service.py:300
|
|
#, python-format
|
|
msgid "Waiting on %d children to exit"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/sslutils.py:52
|
|
#, python-format
|
|
msgid "Unable to find cert_file : %s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/sslutils.py:55
|
|
#, python-format
|
|
msgid "Unable to find ca_file : %s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/sslutils.py:58
|
|
#, python-format
|
|
msgid "Unable to find key_file : %s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/sslutils.py:61
|
|
msgid ""
|
|
"When running server in SSL mode, you must specify both a cert_file and "
|
|
"key_file option value in your configuration file"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/sslutils.py:100
|
|
#, python-format
|
|
msgid "Invalid SSL version : %s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/notifier/api.py:129
|
|
#, python-format
|
|
msgid "%s not in valid priorities"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/notifier/api.py:145
|
|
#, python-format
|
|
msgid ""
|
|
"Problem '%(e)s' attempting to send to notification system. "
|
|
"Payload=%(payload)s"
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/notifier/api.py:164
|
|
#, python-format
|
|
msgid "Failed to load notifier %s. These notifications will not be sent."
|
|
msgstr ""
|
|
|
|
#: muranoconductor/openstack/common/notifier/rpc_notifier.py:45
|
|
#: muranoconductor/openstack/common/notifier/rpc_notifier2.py:51
|
|
#, python-format
|
|
msgid "Could not send notification to %(topic)s. Payload=%(message)s"
|
|
msgstr ""
|
|
|