f72d767a93
Currently, murano does not have an official murano install guide located at [0], which affects murano maturity at [1]. This patch creates the official murano install guide following the tutorial here: [2]. Also adds tox entry for generating the install guide. [0] https://docs.openstack.org/project-install-guide/ocata/ubuntu-services.html [1] https://www.openstack.org/software/releases/ocata/components/murano [2] https://docs.openstack.org/contributor-guide/project-install-guide.html Change-Id: I98052b646f3b1e97915aa7382dd2e60eaa4a6137
22 lines
689 B
ReStructuredText
22 lines
689 B
ReStructuredText
===========================
|
|
Application Catalog service
|
|
===========================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
get_started.rst
|
|
install.rst
|
|
verify.rst
|
|
next-steps.rst
|
|
|
|
The Murano Project introduces an application catalog to OpenStack, enabling
|
|
application developers and cloud administrators to publish various cloud-ready
|
|
applications in a browsable categorized catalog. Cloud users -- including
|
|
inexperienced ones -- can then use the catalog to compose reliable application
|
|
environments with the push of a button.
|
|
|
|
This chapter assumes a working setup of OpenStack following the
|
|
`OpenStack Installation Tutorial
|
|
<https://docs.openstack.org/project-install-guide/ocata/>`_.
|