cinder/doc/source/install
wangxiyuan 3cadefbbc1
Remove auth_uri usage
auth_uri in keystonemiddleware was deprecated and will be removed
in Stein.

This patch changed it to auth_url or www_authenticate_uri correctly

Backporting to rocky as the option was deprecated there but our
documentation was still instructing that it be set during installation.

This modifies the cherry-pick to only bring back the documentation
changes. Those should have been updated so deployers started using the
preferred config option. Unfortunately, the doc changes were done along
with code changes that would make existing configs incompatible.
Following the documentation as it is now in the stable branch results in
deprecation warnings in the logs.

Conflict:
    cinder/quota_utils.py
    cinder/test.py
    cinder/tests/unit/contrib/test_quotas.py
    cinder/tests/unit/conf_fixture.py
    cinder/tests/unit/test_quota.py
    cinder/tests/unit/test_qutoa_utils.py

Closes-bug: #1823324
Change-Id: I754f6b27b3ebb87d4479aa366c9ee04af34fcaab
(cherry picked from commit 19dd18b17f)
2019-04-08 15:40:33 -05:00
..
figures [DOC BLD FIX] Fix missing references in documentation 2017-08-07 17:16:20 -05:00
README.rst [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00
cinder-backup-install-obs.rst Switch base to the latest in doc link address 2017-10-10 09:42:54 +08:00
cinder-backup-install-rdo.rst Switch base to the latest in doc link address 2017-10-10 09:42:54 +08:00
cinder-backup-install-ubuntu.rst Switch base to the latest in doc link address 2017-10-10 09:42:54 +08:00
cinder-controller-install-obs.rst Remove auth_uri usage 2019-04-08 15:40:33 -05:00
cinder-controller-install-rdo.rst Remove auth_uri usage 2019-04-08 15:40:33 -05:00
cinder-controller-install-ubuntu.rst Update auth_url value in install docs 2018-05-01 00:17:01 +08:00
cinder-storage-install-obs.rst Remove auth_uri usage 2019-04-08 15:40:33 -05:00
cinder-storage-install-rdo.rst Update auth_url value in install docs 2018-05-01 00:17:01 +08:00
cinder-storage-install-ubuntu.rst Remove auth_uri usage 2019-04-08 15:40:33 -05:00
cinder-storage-install-windows.rst Update Windows docs 2018-01-30 20:15:23 +02:00
cinder-verify.rst import installation guide pages from openstack-manuals 2017-06-27 11:41:07 +00:00
get-started-block-storage.rst [Docs] Pull over Cinder service overview for install 2017-08-10 16:50:33 -05:00
index-obs.rst Change order of installation to match previous 2018-02-21 14:05:29 -06:00
index-rdo.rst Change order of installation to match previous 2018-02-21 14:05:29 -06:00
index-ubuntu.rst Change order of installation to match previous 2018-02-21 14:05:29 -06:00
index-windows.rst Update Windows docs 2018-01-30 20:15:23 +02:00
index.rst Update Windows docs 2018-01-30 20:15:23 +02:00

README.rst

Cinder Installation Documentation (source/install)

Introduction:

This directory is intended to hold any installation documentation for Cinder. Documentation that explains how to bring Cinder up to the point that it is ready to use in an OpenStack or standalone environment should be put in this directory.

The full spec for organization of documentation may be seen in the OS Manuals Migration Spec <https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html>.