From d2f1d289e9ea72c274e45b93323a7d0423f1388d Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Thu, 8 Sep 2016 18:19:08 -0400 Subject: [PATCH] Update installation tutorial and api-ref instructions This documentation has been brought in-tree in Newton. TrivialFix Change-Id: I943b55b22d23a1b84a886746852165656c5aa01e --- doc/source/devref/documenting_your_work.rst | 55 +++++---------------- 1 file changed, 13 insertions(+), 42 deletions(-) diff --git a/doc/source/devref/documenting_your_work.rst b/doc/source/devref/documenting_your_work.rst index fa02a6d44e..191794e570 100644 --- a/doc/source/devref/documenting_your_work.rst +++ b/doc/source/devref/documenting_your_work.rst @@ -60,35 +60,17 @@ OpenStack Configuration Reference `OpenStack Manuals project `_ -OpenStack Installation Guide ----------------------------- +OpenStack Installation Tutorial +------------------------------- - Instructions regarding setting up manila on OpenStack need to be documented here. -- This guide covers step-by-step deployment of OpenStack services using a +- This tutorial covers step-by-step deployment of OpenStack services using a functional example architecture suitable for new users of OpenStack with sufficient Linux experience. -- The instructions are written together, but with the help of tags are - separated out into per-distro installation guides for hosting on the - documentation website. -- The installation instructions for manila in the Mitaka release lived - alongside the major projects in the installation guide. However, with the - Newton release, the install guide will be part of manila's code tree. -- **Links**: - - - `Mitaka installation guide for openSUSE and SLES - `_ - - `Mitaka installation guide for Red Hat Enterprise Linux and CentOS - `_ - - `Mitaka installation guide for Ubuntu 14.04 - `_ - -- **Repository**: The installation guide is maintained within the - `OpenStack Manuals project - `_. However, with the - Newton release, manila's install guide will live in its project tree. - -.. TODO(gouthamr): add actual links and repo instructions when available. - +- The instructions are written with reference to different distributions. +- The source files for this tutorial live in manila's code tree. +- **Link**: `Draft installation tutorial + `_ OpenStack API Reference ----------------------- @@ -97,23 +79,12 @@ OpenStack API Reference expected HTTP response codes as part of the API reference. - For releases prior to Newton, the API reference was maintained in `Web Application Description Language (WADL) - `_ -- Starting with the Newton release, manila's API reference will be maintained + `_ in + the `api-site `_ project. +- Since the Newton release, manila's API reference is maintained in-tree in custom YAML/JSON format files. -- **Links**: - - - `REST API reference of the Shared File Systems Project v1.0 - `_ - - `REST API reference of the Shared File Systems Project v2.0 - `_ - -- **Repository**: The API reference is maintained within the - `OpenStack API Site repository - `_. However, with the Newton release, - manila's API reference will live in its project tree. - -.. TODO(gouthamr): add actual links and repo instructions when available. - +- **Link**: `REST API reference of the Shared File Systems Project v2.0 + `_ Manila Developer Reference -------------------------- @@ -133,7 +104,7 @@ Manila Developer Reference OpenStack Security Guide -------------------------- +------------------------ - Any feature that has a security impact needs to be documented here. - In general, administrators will follow the guidelines regarding best practices of setting up their manila deployments with this guide.