summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-10-13Remove useless X-ROLE from http headerAlex Yang2-11/+1
X_ROLE in http header is not needed. It will be removed because in keystonemiddleware/auth_token/AuthProtocol.process_request() request.remove_auth_headers() is called. Some incorrect statements like "ROLE: dmin" bring confusion. Change-Id: Ic074425803b6d643502f87543bc527e69aab4e8e Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2016-09-09Update to Creative Commons 4.0joehuang7-15/+6
According to the OPNFV IP Policy, update the license to Creative Commons 4.0 For the document were prepared by the team members from various companies, so the "(c) OPNFV" from the copyritht declaration is removed. Change-Id: I47c8356dfb484cd0960916298e2863f37d6c8827 Signed-off-by: joehuang <joehuang@huawei.com>
2016-08-30Update docs structure according to document structure guidejoehuang10-36/+26
According to the document structure, feature projects are expected to store their documentation as following, <repo>/docs/userguide/feature.usage.rst <repo>/docs/userguide/index.rst <repo>/docs/installationprocedure/feature.configuration.rst <repo>/docs/installationprocedure/index.rst And as per previous release, <repo>/docs/releasenotes/release.notes.rst <repo>/docs/releasenotes/index.rst In multisite repo that we have both an installation instruction and a config guide. Need to combine these and then store them in <repo>/docs/installationprocedure/feature.configuration.rst And add release notes. Change-Id: I9ba0663640063488e232b1342174b10266ac77fc Signed-off-by: joehuang <joehuang@huawei.com>
2016-08-25Adjustments to the docs structure according to directivesSofia Wallin2-8/+8
Moved the installationprocedure/abstract.rst into the installation document. Change-Id: I120b5ab8534bef392d66dc9763a3b68138eede53 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2016-08-14Add kingbird installation, configuration and user guidejoehuang10-21/+828
Kingbird is a sub-project in multisite, and will be released as part of OPNFV Colorado release, add Kingbird installation , configuration and user guide to the Multisite repository, and in later patch includes them into OPNFV documentation. Change-Id: I3f8f3528c495f6f10bfa790763cc7c69017d7bdb Signed-off-by: joehuang <joehuang@huawei.com>
2016-02-26docs: updates to use new doc toolchain and fixesRyota MIBU8-362/+153
JIRA: MULTISITE-25 Change-Id: If7b711d0c8b6ebf955055bcc7a79c63fbf70d006 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-04Add doc and update output according OpenStack spec's updatebrahmaputra.1.0Chaoyi Huang8-4/+1367
Add admin-user-guide and configuration-guide for multisite, and update the output requirement to sync. the change in OpenStack spec, which was reviewed in OpenStack community Change-Id: Icff3dda7e204404f8003d6e06cde45151eb03446 Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
2015-09-10Example as code, documentation template for sphinx buildAric Gardner4-0/+150
This code will be pushed to each project creating a docs/ directory This servers as an example and template for you (the developers) to create your own project documentation Change-Id: Ica7b60e90f5b514ee774b6a9e4c1c70d2f217d24 JIRA:RELENG-15 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>