Follow the keystone install guide by using port 5000
as the default auth_url, this change is to update cinder
install guide to follow that.
Change-Id: I19c60701dbdcf93394ee1c75d2d6660d25c9cbcc
Closes-bug: #1754104
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.
[1]https://review.openstack.org/#/c/508522/
Change-Id: I2a9853b52f23fc4b6a24a0548b9749e976467758
This change updates the Cinder Volume install guide, targeting
Windows deployments.
The Windows iSCSI driver doc has been updated. The Windows SMB
driver was undocumented, which is also addressed by this change.
Closes-Bug: #1746022
Change-Id: I46fadc8df59f7203bc3445c24d3bd6547275ee5b
Our installation guide walks through configuring storage nodes
using the LVM driver. LVM now defaults to thinly provisioned,
which requires thing-provisioning-tools to be installed on the
host. So by default, our instructions will result in failure
when we attempt to perform thin provision operations.
This adds mention of installing the required package for each
platform's instructions to get the necessary tools installed.
It also adds device-mapper-persistent-data to bindep for Red
Hat based platforms to get those thin provisioning tools that
were previously missing for these platforms.
Tools appear to be installed by default on Suse platforms.
Change-Id: I2a84ae99d71c3551814197917d114057430858b7
Closes-bug: #1738409
This commit fixes the document of cinder-controller-install*.rst.
Otherwise, the html docs are a little weird.
Change-Id: I615d5cab95b07f995318266166480a9fd4d713f8
It was decided by the documentation team that we should,
for consistency, call our install documentation 'guides'.
Our pages were listed as 'Tutorials'. This change
corrects the inconsistency.
Change-Id: Id5d915064aa24a5b0c66364ecd618561ed18df9b
Although we had some effort to fix these before, it still left lots
of outdated link address, this patch is to fix them all.
Change-Id: I2f9ee172306bf5a99575e0cb6f5eac0ea87b0483
The index page for our install tutorial should point
back to the top level OpenStack installation tutorial
to give the user information on how to set up the base
OpenStack environment before starting installation.
This patch adds the link and notes that the setup in
there is a prerequisite to executing the Cinder Install
Tutorial.
Change-Id: I42418b30b3978bac24a856c22342ce5db3e42282
The pages under man/ had not been linked to from anywhere. This
was causing Sphinx to issue warnings during build. This patch
corrects that.
There was also a 'todo' directive that wasn't valid that needed
to be removed. This patch also corrects that.
Change-Id: I8ab75b7be921a05e9e4eb023c4dfe90cf4404e6c
Discovered that when we migrated we forgot to bring over
the page that provides an overview of what the different
services are and how they work together.
This patch pulls that page over as well and links it to
the install guide.
Change-Id: Ic178f88d7c190c918b54da2a9815f61bbe51592e
Now that we are in charge of managing our documentation I thought
we should have a section in the Contributor Guide on
how to contribute documentation. This patch adds that.
It also resolves build WARNINGS due to the README files I added
not being included in any toctrees and adds the missing README
file to the install directory.
Change-Id: I8e12628b439a400ebd1ee6d691673a16e2c2f9d2
The configuration, admin and install guides had pointers to
content that didn't get brought over from openstack-manuals.
This patch addresses that missing content.
The install guides ad a number of places where it referenced the
OpenStack Overview content which seemed reasonable to make available
in our documentation for reference. I brought along associated figures
that support that documentation.
The windows-iscsi-volume-driver documentation had pointers to
content in the compute/hypervisor documentation that haven't and
may not be migrated. I pulled the two sections being referenced into
the rst file in Cinder.
The reference in blockstorage-manage-volumes to networking was changed
to use a link to the Neutron documentation.
This eliminates all the Sphinx warnings generated around missing
links to documentation.
Change-Id: I85ad0207ae480d499a34d273895b6a88fb41fda7
There were some syntax problems that came over with the
migration of the install docs in commit:
88be92ee719baff6d5f2f7e7e073b118db2dc2e0
It appears that the docs build for Cinder is more strict
than what was being done in openstack-manuals as the
syntax issues were causing our build to fail. The next step
in our doc migration is to fix these errors so we can do doc
builds.
Change-Id: I7282b2fa2efb50cbb6490ff36f69b123959b6dde