e23f8d3160a343900599538611acb420db0e61b3
24 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Jenkins
|
4f3ce4db31 | Merge "Fix install guide filter:authtoken config example" | ||
|
Colleen Murphy
|
93ca16c558 |
Fix install guide filter:authtoken config example
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 |
||
|
lijunbo
|
a480f6c5f0 |
Update version from Newton to Ocata
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 |
||
|
Jenkins
|
965ad372d5 | Merge "Update version in controller-install-debian" | ||
|
Jenkins
|
bc92423150 | Merge "Update version in finalize-installation-ubuntu" | ||
|
Jenkins
|
aade2f9ff0 | Merge "Update version in finalize-installation-rdo" | ||
|
Jenkins
|
f76c4ebf67 | Merge "Update swift version in storage-install-ubuntu." | ||
|
Jenkins
|
d51e36db5a | Merge "Update swift version in storage-install-rdo.rst." | ||
|
Colleen Murphy
|
758dad819e |
Update SUSE distro information in install guide
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 |
||
|
shaofeng_cheng
|
ba52db86eb |
Update swift version in storage-install-ubuntu.
Update swift version newton to ocata in storage-install-ubuntu-debian.rst. Change-Id: I21748742f431f6a9d11eecc3f6a3ee5458ca56b1 |
||
|
shaofeng_cheng
|
ab5a69998d |
Update swift version in storage-install-rdo.rst.
Update swift version newton to ocata in storage-install-rdo.rst. Change-Id: Idd2072e921d7354e8c753c73ebe27633c3531805 |
||
|
shaofeng_cheng
|
feedf50102 |
Update version in finalize-installation-ubuntu
Update swift version newton to ocata in finalize-installation-ubuntu-debian.rst Change-Id: If8a445077cbd5956e8506262a2046d0c93c5bd76 |
||
|
shaofeng_cheng
|
e3420e1728 |
Update version in controller-install-debian
Update version newton to ocata in controller-install-debian. Change-Id: Ia3ab4a70f47c43238404d0312a0d5f4303333ff7 |
||
|
shaofeng_cheng
|
7d7cbefc97 |
Update version in finalize-installation-rdo
Update version newton to ocata in finalize-installation-rdo.rst. Change-Id: I172528da6e9dfb9e386743df6cfb60f26db3dd54 |
||
|
Tim Burke
|
b958466a72 |
More port number cleanup
Closes-Bug: #1671896 Related-Change: Ie4fee05b5f7e0c0879a7b42973bca459f7c85408 Change-Id: I18db1937a0991497027a4d096fb95cdda81f7d68 |
||
|
Tim Burke
|
740d683e29 |
Fix port ranges in install guide
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 |
||
|
gengchc2
|
702c804887 |
Use https instead of http for git.openstack.org
Trivialfix Change-Id: I4862d073adecf1cc5312a64795ad890eeddf774d |
||
|
Jenkins
|
03c68dd145 | Merge "update urls to newton" | ||
|
karen chan
|
d0fe922904 |
Mirror X-Trans-Id to X-Openstack-Request-Id
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 |
||
|
Thiago da Silva
|
a8b80f0727 |
update urls to newton
Change-Id: I9eb8c004e100b16de906d340b54e154cf21ddaab Signed-off-by: Thiago da Silva <thiago@redhat.com> |
||
|
npraveen35
|
bb24695d04 |
updated output for swift stat
Change-Id: Iff30acb88124e6116803bb79d32d1fc8cbb2d0ce Closes-Bug: #1622138 |
||
|
Tim Burke
|
0c22bc2257 |
Include correct version in install-guide
Change-Id: I8f9de7a824aa327d566c821ec05f97d0bc8931e9 |
||
|
Petr Kovar
|
8b5578c362 |
[install-guide] Include environment-networking
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 |
||
|
Petr Kovar
|
cf8b93918c |
Add install-guide for swift
This adds swift-specific contents from the OpenStack Installation Guide in the swift repo per [1]. A separate change will remove the swift contents from the OpenStack Installation Guide for Newton per [2]. The swift install-guide structure is based on the Install Guide Cookiecutter [3]. Also adds tox.ini environment for install-guide and adds openstackdocs-theme to test-requirements.txt. [1] http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html [2] http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html [3] http://git.openstack.org/cgit/openstack/installguide-cookiecutter/ Change-Id: I59b92eebaf5acc657b97bcf10d9ff2cf2db05885 Partially-Implements: blueprint projectspecificinstallguides Depends-On: Ifebc65b188c4f2ba35b61c0deae5ec24401df7f9 |