
* Added new tox command: tox -e docs * Simplified sphinx config file * Removed theme configs. We're going to use default theme from readthedocs Partially implements blueprint: murano-dev-doc-05 Change-Id: I1ae5ec1e5d21ec7117125878bdfd9ae752f6542f
55 lines
900 B
ReStructuredText
55 lines
900 B
ReStructuredText
==========
|
|
murano-api
|
|
==========
|
|
|
|
-----------------------------
|
|
Murano API Server
|
|
-----------------------------
|
|
|
|
:Author: openstack@lists.openstack.org
|
|
:Date: 2013-04-04
|
|
:Copyright: OpenStack Foundation
|
|
:Version: 0.5
|
|
: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-api/murano-api.conf
|
|
* /etc/murano-api/murano-api-paste.conf
|
|
|
|
SEE ALSO
|
|
========
|
|
|
|
* `Murano <http://murano-api.readthedocs.org/>`__
|