From cf8b93918cc8a46ebd9035028847d8009d362794 Mon Sep 17 00:00:00 2001 From: Petr Kovar Date: Wed, 15 Jun 2016 18:35:05 +0200 Subject: Add install-guide for swift This adds swift-specific contents from the OpenStack Installation Guide in the swift repo per [1]. A separate change will remove the swift contents from the OpenStack Installation Guide for Newton per [2]. The swift install-guide structure is based on the Install Guide Cookiecutter [3]. Also adds tox.ini environment for install-guide and adds openstackdocs-theme to test-requirements.txt. [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] http://git.openstack.org/cgit/openstack/installguide-cookiecutter/ Change-Id: I59b92eebaf5acc657b97bcf10d9ff2cf2db05885 Partially-Implements: blueprint projectspecificinstallguides Depends-On: Ifebc65b188c4f2ba35b61c0deae5ec24401df7f9 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index 6f237978d..933bc68ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,6 +8,7 @@ coverage nose nosexcover nosehtmloutput +openstackdocstheme>=1.0.3 # Apache-2.0 oslosphinx sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD os-api-ref>=0.1.0 # Apache-2.0 -- cgit v1.2.1