Create official murano install guide.

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
This commit is contained in:
Felipe Monteiro
2017-03-04 16:37:51 +00:00
parent be6c9ef2c0
commit f72d767a93
13 changed files with 1099 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ commands =
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:install-guide]
commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html
[testenv:api-ref]
# This environment is called from CI scripts to test and publish
# the API Ref to developer.openstack.org.