696d80d4a8
This adds trove-specific contents of the OpenStack Installation Guide in the trove repo per [1]. A separate change will remove the heat contents from the OpenStack Installation Guide for Newton per [2]. This is a verbatim import from the content in openstack-manuals with minimal changes to get content building. Also adds tox.ini environment for install-guide and adds openstackdocs-theme to test-requirements.txt. From lmichaels -- added a statement to the next-steps doc. [1] http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html [2] http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html [3] https://review.openstack.org/#/c/314229/ Partially-Implements: blueprint projectspecificinstallguides Change-Id: Idf8cb90536fd4b4d9a2d0695ef30f498b1283410
50 lines
590 B
Plaintext
50 lines
590 B
Plaintext
vagrant/
|
|
*.pyc
|
|
trove_test.sqlite
|
|
.venv
|
|
run_tests.log
|
|
guest-agent-files.txt
|
|
trove.egg*
|
|
.eggs/
|
|
trove/vcsversion.py
|
|
*py*.egg
|
|
.coverage
|
|
cover/
|
|
dist/
|
|
host-syslog.log
|
|
tags
|
|
.tox
|
|
trovetest.log
|
|
trove/versioninfo
|
|
AUTHORS
|
|
ChangeLog
|
|
trove.iml
|
|
.testrepository
|
|
.pid
|
|
|
|
# Sphinx
|
|
doc/build/*
|
|
doc/source/api/*
|
|
install-guide/build/
|
|
|
|
# Docs
|
|
.DS_Store
|
|
apidocs/.DS_Store
|
|
apidocs/src/.DS_Store
|
|
apidocs/src/samples/.DS_Store
|
|
apidocs/includewars.xml
|
|
apidocs/src/bookinfo.xml
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Generated files
|
|
target/
|
|
publish-docs/
|
|
/build-*.log.gz
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|