Rename misc files
This commit is contained in:
parent
026d49b1ba
commit
17938ab9ca
@ -1,69 +0,0 @@
|
||||
..
|
||||
Copyright (c) 2013 Mirantis, Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
not use this file except in compliance with the License. You may obtain
|
||||
a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
License for the specific language governing permissions and limitations
|
||||
under the License.
|
||||
|
||||
==========
|
||||
murano-api
|
||||
==========
|
||||
|
||||
-----------------------------
|
||||
Murano API Server
|
||||
-----------------------------
|
||||
|
||||
:Author: smelikyan@mirantis.com
|
||||
:Date: 2013-04-04
|
||||
:Copyright: Mirantis, Inc.
|
||||
:Version: 2013.1-dev
|
||||
:Manual section: 1
|
||||
:Manual group: cloud computing
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
========
|
||||
|
||||
murano-api [options]
|
||||
|
||||
DESCRIPTION
|
||||
===========
|
||||
|
||||
murano-api is a server daemon that serves the Murano API
|
||||
|
||||
OPTIONS
|
||||
=======
|
||||
|
||||
**General options**
|
||||
|
||||
**-v, --verbose**
|
||||
Print more verbose output
|
||||
|
||||
**--config-file**
|
||||
Config file used for running service
|
||||
|
||||
**--bind-host=HOST**
|
||||
Address of host running ``murano-api``. Defaults to `0.0.0.0`.
|
||||
|
||||
**--bind-port=PORT**
|
||||
Port that ``murano-api`` listens on. Defaults to `8082`.
|
||||
|
||||
|
||||
FILES
|
||||
=====
|
||||
|
||||
* /etc/murano/murano-api.conf
|
||||
* /etc/murano/murano-api-paste.conf
|
||||
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `Murano <http://murano.mirantis.com>`__
|
@ -1,191 +0,0 @@
|
||||
# Russian translations for PROJECT.
|
||||
# Copyright (C) 2012 ORGANIZATION
|
||||
# This file is distributed under the same license as the PROJECT project.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2013-03-01 17:33+0400\n"
|
||||
"PO-Revision-Date: 2012-04-26 17:40+0800\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: ru <LL@li.org>\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 0.9.6\n"
|
||||
|
||||
#: muranoapi/exefile.py:2
|
||||
msgid "Hello"
|
||||
msgstr "Привет!"
|
||||
|
||||
#: muranoapi/openstack/common/exception.py:104
|
||||
msgid "Uncaught exception"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/jsonutils.py:88
|
||||
#, python-format
|
||||
msgid "Max serialization depth exceeded on object: %d %s"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/log.py:225
|
||||
#, python-format
|
||||
msgid "Deprecated: %s"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/log.py:358
|
||||
#, python-format
|
||||
msgid "syslog facility must be one of: %s"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/log.py:518
|
||||
#, python-format
|
||||
msgid "Fatal call to deprecated config: %(msg)s"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:112
|
||||
#: muranoapi/openstack/common/service.py:275
|
||||
msgid "Full set of CONF:"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:121
|
||||
#: muranoapi/openstack/common/service.py:218
|
||||
#, python-format
|
||||
msgid "Caught %s, exiting"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:164
|
||||
msgid "Parent process has died unexpectedly, exiting"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:200
|
||||
msgid "Forking too fast, sleeping"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:223
|
||||
msgid "Unhandled exception"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:230
|
||||
#, python-format
|
||||
msgid "Started child %d"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:240
|
||||
#, python-format
|
||||
msgid "Starting %d workers"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:257
|
||||
#, python-format
|
||||
msgid "Child %(pid)d killed by signal %(sig)d"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:261
|
||||
#, python-format
|
||||
msgid "Child %(pid)s exited with status %(code)d"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:265
|
||||
#, python-format
|
||||
msgid "pid %d not in child list"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:293
|
||||
#, python-format
|
||||
msgid "Caught %s, stopping children"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/service.py:304
|
||||
#, python-format
|
||||
msgid "Waiting on %d children to exit"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/sslutils.py:52
|
||||
#, python-format
|
||||
msgid "Unable to find cert_file : %s"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/sslutils.py:55
|
||||
#, python-format
|
||||
msgid "Unable to find ca_file : %s"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/sslutils.py:58
|
||||
#, python-format
|
||||
msgid "Unable to find key_file : %s"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/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 ""
|
||||
|
||||
#: muranoapi/openstack/common/wsgi.py:110
|
||||
#, python-format
|
||||
msgid "Could not bind to %(host)s:%(port)s after trying for 30 seconds"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/wsgi.py:372
|
||||
msgid "Unsupported Content-Type"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/wsgi.py:375
|
||||
msgid "Malformed request body"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/wsgi.py:660
|
||||
msgid "Empty body provided in request"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/wsgi.py:666
|
||||
msgid "Unrecognized Content-Type provided in request"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/wsgi.py:670
|
||||
msgid "No Content-Type provided in request"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/wsgi.py:676
|
||||
msgid "Unable to deserialize body as provided Content-Type"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/wsgi.py:726
|
||||
msgid "cannot understand JSON"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/wsgi.py:750
|
||||
msgid "cannot understand XML"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/notifier/api.py:126
|
||||
#, python-format
|
||||
msgid "%s not in valid priorities"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/notifier/api.py:142
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Problem '%(e)s' attempting to send to notification system. "
|
||||
"Payload=%(payload)s"
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/notifier/api.py:172
|
||||
#, python-format
|
||||
msgid "Failed to load notifier %s. These notifications will not be sent."
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/notifier/rabbit_notifier.py:27
|
||||
msgid "The rabbit_notifier is now deprecated. Please use rpc_notifier instead."
|
||||
msgstr ""
|
||||
|
||||
#: muranoapi/openstack/common/notifier/rpc_notifier.py:45
|
||||
#: muranoapi/openstack/common/notifier/rpc_notifier2.py:51
|
||||
#, python-format
|
||||
msgid "Could not send notification to %(topic)s. Payload=%(message)s"
|
||||
msgstr ""
|
||||
|
Loading…
Reference in New Issue
Block a user