Commit Graph

14 Commits

Author SHA1 Message Date
junboli e631ccfa81 [install-guide] remove install-guide doc
1. manila/install-guide is completely the same doc as the one in
   the directory of manila/doc/source/install, this change is to
   remove manila/install-guide because I think this is unnecessary
   and also let us maintenance a copy of install-guide doc.
2. remove install-guide in tox.ini file, cause build doc will generate
   install-guide doc.

Change-Id: Ife2d2b366f3f8b2bff8f9dda0f972858e1505a21
2017-09-13 14:38:50 +08:00
Tom Barron 8da4333c7f doc migration: openstackdocstheme completion
Finish the transition to the openstackdocs theme in accord
with the OpenStack manuals project migration spec [1].

Also remove the already broken autodoc build since
it generates warnings (which we treat as errors) with
the new theme setup.

[1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Partial-Bug: #1706181
Needed-By: Ieea33262101a1d2459492c1c8aaac5fe042279f6
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454

Change-Id: Ifc80fc56648cef74c85464321d1850e8c68449a0
2017-08-24 09:15:18 -04:00
zhiguo.li d3e79a9804 Change the way to create image service
The way of creating service image in Shared File Systems installation
guide is outdated. The parameter 'copy_from' is no longer supported by
Glance V2.This patch mainly for changing the way of uploading an image
to glance.
At the same time, this patch modified the structer of this file to make
it more clearly. Some content is splited and three subtitles are added,
they are: 'Create a share type', 'Create a manila server image', and
'Create a share network'.

Change-Id: Ie21f6c63e41d4de4ef94c21e3a2979943d25489a
Closes-Bug: 1709266
2017-08-10 07:54:56 +00:00
YuYang c7a2b21d7d api-ref:Update ref link
update the manila api-ref link and install-guide like use latest.

Change-Id: I17b18630b5082935b71e29a9edb5e03e58610881
2017-05-02 10:41:55 +08:00
Colleen Murphy 54223ca38b Fix important:: directive display in install guide
The highlighted note about the `default_share_type` config option was
being displayed as part of the code snippet above it due to a misaligned
important:: directive. This patch corrects the spacing so that the note
will display correctly.

TrivialFix

Change-Id: I0b86e86aebc9370e0f84ad669c368c0a2a5eccdd
2017-04-05 12:06:19 +02:00
Jenkins 65a6a09c44 Merge "Use https instead of http for git.openstack.org" 2017-02-26 06:23:03 +00:00
melissaml 5ddbc047e7 Use https instead of http for git.openstack.org
Change-Id: I4ec2501d64103a430fdf4eaaf9044c4ff6b92682
2017-02-21 17:20:14 +08:00
Danny Al-Gaaf a8ec3317be doc: verify all rst files
Make use of doc8 to verify all rst files which are not
autogenerated for errors and fail if there are any issues
found. The doc8 checks are now part of the tox 'docs'
environment and ran automatically. Checks can also be called
direcly via 'tox -e docs'.

Fix all issues found by doc8.

Closes-Bug: #1664841

Change-Id: I9215524d35646de7485504e4c5ff86fd91a1d09f
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2017-02-15 07:07:42 +01:00
Goutham Pacha Ravi 3ee1da619c Fix wrong instructions in the install guide
DHSS=False does not imply lack of support for
share management, it implies lack of support for
share server management.

TrivialFix

Change-Id: Idd5b041d102d728212e0d171df605b90b4ff75d3
2016-11-24 01:56:38 +05:30
chenxing e01af35b88 [install] Make the rabbitmq configuration simpler
Update from this commit https://review.openstack.org/#/c/389971/1
in the openstack-manuals project.

Change-Id: I862d3b4e310136c7b9bc151fdfa82b07e8c04978
2016-11-12 14:58:44 +00:00
Jenkins c64115e9a6 Merge "Manila install guide: Fix wrong instructions" 2016-10-12 20:17:19 +00:00
Anh Tran ac89ea065d Remove redundant 'the'
TrivialFix

Change-Id: I131d72082382d0fa003271954065558446e6be55
2016-09-28 09:21:30 +07:00
Goutham Pacha Ravi bc4712e35e Manila install guide: Fix wrong instructions
Previously only the DHSS=True mode was documented
in post install steps. The assumption that the generic driver
was being configured existed in other places as well.

* add DHSS=False documentation as necessary with the
   LVM driver.
* correct assumptions in other places to clarify usage
   of appropriate share driver modes.

Change-Id: Ic1356453e510e8f360269fb45a41379329ce68c2
Closes-Bug: #1616257
2016-09-16 17:35:43 +00:00
Goutham Pacha Ravi dfbe3ea418 In-tree Install Guide
The OpenStack install guide team has recommended that projects
that are not part of the starter-kit:compute [1] (and a few other projects
like Cinder and Horizon) maintain their install guide in-tree. [2]

[1] http://governance.openstack.org/reference/tags/starter-kit_compute.html
[2] http://git.openstack.org/cgit/openstack/docs-specs/tree/specs/newton/project-specific-installguides.rst

Change-Id: I2b49fcfd99b3be40bb1ae7d7b8348abdb5b58b90
Co-Authored-By: Denis Cavalcante <dencaval@gmail.com>
Implements: blueprint manila-in-tree-install-guide
Partially-implements: blueprint projectspecificinstallguides
2016-08-12 08:06:38 -04:00