24 Commits

Author SHA1 Message Date
Jenkins
4f3ce4db31 Merge "Fix install guide filter:authtoken config example" 2017-05-01 10:17:58 +00:00
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
2017-04-28 15:05:45 +02:00
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
2017-04-25 14:03:35 +00:00
Jenkins
965ad372d5 Merge "Update version in controller-install-debian" 2017-04-25 09:54:02 +00:00
Jenkins
bc92423150 Merge "Update version in finalize-installation-ubuntu" 2017-04-24 12:31:06 +00:00
Jenkins
aade2f9ff0 Merge "Update version in finalize-installation-rdo" 2017-04-24 12:29:10 +00:00
Jenkins
f76c4ebf67 Merge "Update swift version in storage-install-ubuntu." 2017-04-20 10:43:21 +00:00
Jenkins
d51e36db5a Merge "Update swift version in storage-install-rdo.rst." 2017-04-20 10:39:09 +00:00
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
2017-04-18 09:39:08 +02:00
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
2017-04-14 10:25:57 +08:00
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
2017-04-14 10:23:45 +08:00
shaofeng_cheng
feedf50102 Update version in finalize-installation-ubuntu
Update swift version newton to ocata in finalize-installation-ubuntu-debian.rst

Change-Id: If8a445077cbd5956e8506262a2046d0c93c5bd76
2017-04-14 10:19:25 +08:00
shaofeng_cheng
e3420e1728 Update version in controller-install-debian
Update version newton to ocata in controller-install-debian.

Change-Id: Ia3ab4a70f47c43238404d0312a0d5f4303333ff7
2017-04-14 10:09:01 +08:00
shaofeng_cheng
7d7cbefc97 Update version in finalize-installation-rdo
Update version newton to ocata in finalize-installation-rdo.rst.

Change-Id: I172528da6e9dfb9e386743df6cfb60f26db3dd54
2017-04-14 10:04:32 +08:00
Tim Burke
b958466a72 More port number cleanup
Closes-Bug: #1671896
Related-Change: Ie4fee05b5f7e0c0879a7b42973bca459f7c85408
Change-Id: I18db1937a0991497027a4d096fb95cdda81f7d68
2017-03-10 18:28:04 +00:00
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
2017-03-02 16:56:23 +00:00
gengchc2
702c804887 Use https instead of http for git.openstack.org
Trivialfix

Change-Id: I4862d073adecf1cc5312a64795ad890eeddf774d
2017-02-07 11:28:30 +08:00
Jenkins
03c68dd145 Merge "update urls to newton" 2016-11-07 15:46:15 +00:00
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
2016-10-30 20:02:39 -07:00
Thiago da Silva
a8b80f0727 update urls to newton
Change-Id: I9eb8c004e100b16de906d340b54e154cf21ddaab
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2016-10-18 15:33:02 -04:00
npraveen35
bb24695d04 updated output for swift stat
Change-Id: Iff30acb88124e6116803bb79d32d1fc8cbb2d0ce
Closes-Bug: #1622138
2016-09-17 21:05:17 +05:30
Tim Burke
0c22bc2257 Include correct version in install-guide
Change-Id: I8f9de7a824aa327d566c821ec05f97d0bc8931e9
2016-08-31 14:10:27 -07:00
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
2016-08-08 18:59:34 +02:00
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
2016-07-07 08:00:21 +02:00