The name of the default domain in keystone is 'Default', not 'default',
which is its ID. If a user copy and pastes the user_domain_name and
project_domain_name settings from example [filter:authtoken] section
in the install guide, the first time they run 'swift stat' they will
meet a 401 error because keystone is trying to look up domains by name
rather than ID. This patch corrects the docs so that they are
copy-and-paste-proof, and also updates the keystone user creation
example to demonstrate the correct domain ID.
Change-Id: Ic595c2923b71d1c2ff2b4c9a773ea7742fdd029b
Update version from newton to ocata in following files
install-guide/controller-install-rdo.rst
install-guide/source/controller-install-ubuntu.rst.
Change-Id: Ia0108e27d3498d3d6b546e6721e087db66eba4b0
SUSE tests their OpenStack packages on openSUSE Leap 42.2 and SLES 12
SP2, so this patch updates the install guide to address those newer
releases.
Change-Id: Ice6e85fdc8ac77029fde205dd9c63d3b62de3137
Not so long ago, we changed our default port ranges from 60xx to 62xx
but we left the install guide using the old ranges.
Closes-Bug: #1669389
Related-Change: Ie1c778b159792c8e259e2a54cb86051686ac9d18
Change-Id: Ie4fee05b5f7e0c0879a7b42973bca459f7c85408
Many other OpenStack services use a `[X-]OpenStack-Request-Id` header
to return a unique identifier for the request. Swift will now return
`X-Trans-Id` as well as `X-Openstack-Request-Id`.
Change-Id: I56cd4738808b99c0a08463f83c100be51a62db05
Closes-Bug: #1572786
environment-networking.rst and edit_hosts_file.txt were left out
when swift-specific content was moved from OpenStack Installation
Guide to swift install-guide.
Change-Id: I334cca0634e3071a7ea285e6ad49ed9baaf7dca8
Partially-Implements: blueprint projectspecificinstallguides
Closes-Bug: 1605021