Commit Graph

16 Commits

Author SHA1 Message Date
Taketani Ryo 5ec55ebe2b doc: Update the installtion guide for RHEL8/CentOS8 and RHEL9/CentOS9
The openstack Ussuri and Victoria versions no longer support the
RHEL7/CentOS7. Update the installtion guide for RHEL8/CentOS8 and RHEL9/CentOS9.

Change-Id: I6c9924c96c1f879b913b39f66878a8f9235ea18f
2023-07-31 04:36:14 +00:00
Vishakha Agarwal 6b37a0abbb Fix doc for package mod_wsgi on Centos8/RHEL8
In the keystone installation for rdo [1], installation of
package mod_wsgi is required. But in Centos8/RHEL8 the
package name is updated to python3-mod_wsgi [2].

This patch updates the keystone doc about the same.

[1]https://docs.openstack.org/keystone/queens/install/keystone-install-rdo.html#install-and-configure-components
[2]https://docs.openstack.org/trove/latest/install/apache-mod-wsgi.html

Change-Id: Ic7aac07ab52275cc3b47481d8278a404909fc39f
Closes-Bug: #1886036
2020-07-10 19:24:21 +05:30
Zuul 1eaeed6282 Merge "Specify keystone is OS user for fernet and credential setup" 2019-09-18 18:54:05 +00:00
chenxing 7fc7ef2a07 Specify keystone is OS user for fernet and credential setup
Change-Id: I40124c809d8b14a6c50edc0f758104ab09656250
Closes-Bug: #1838554
2019-09-17 13:59:07 -05:00
Andreas Jaeger f10f95b455 Docs: Make robust with using real links
Our tools noticed that keystone links to
https://docs.openstack.org/keystone/latest/admin/identity-domain-specific-config.html
which does not exist anymore.

The page was removed but the link to it was not changed. Replace this
and similar links with internal links that will work even if files are
moved - and can be verified, thus sphinx will error in case of broken
targets.

These changes include a few other fixes for broken keystone links, e.g.
to renamed anchors.

For the include files in admin/configuration.rst and
admin/federation/configure_federation.rst: Rename them to *inc.
The files were
published twice (as separate files and on this page) and thus
referencing failed. Renaming avoids this.

Also, put doctree outside of html tree so that it does not get
published.

Change-Id: I3d07637b0046cc88a66bcb51a0a4fe7c146c1549
2019-08-09 20:15:14 +02:00
Gage Hugo bceab5871f Add clarification for context in install guides
This change adds a couple clarifying statements in the three distro
install guides for finalizing an installation:

- Adds a line stating that a user may need to create the ServerName
option in the apache config.

- Clarifies that the environmental variables are the default ones
created when a user runs "keystone-manage bootstrap"

Change-Id: If656433304337c56adcd3a898609b30890c9151b
Closes-Bug: #1817780
2019-05-20 13:34:03 -05:00
Colleen Murphy 4e39e2abe5 Move SSL recommendation to installation guide
As part of the docs consolidation effort, move the SSL recommendation to
the installation guides for each distro. This also corrects the wording:
"running in a web server" is not necessarily secure on its own, the web
server must be configured to use SSL.

Change-Id: If0b547680cbbea4c7f29d82de3f4fe96bd14b4ec
2018-12-10 15:55:13 +01:00
Lance Bragstad 38d25b7b5f Update the RDO installation guide to use port 5000
This makes the RDO guide consistent with the Ubuntu and SLES guides.

Change-Id: Ic935e5335378246b3363f7fd96e958388aa98b50
2018-04-19 19:58:34 +00:00
Zuul e473cab853 Merge "Add prerequisite package note to Keystone install guide" 2018-04-18 17:18:25 +00:00
Russell Tweed f01edae95c Add prerequisite package note to Keystone install guide
Added prerequisite package note and associated link to the main Install Guide
to the Keystone install guide. This is to ensure commands further down the
Keystone guide don't fail unexpectedly.

Change-Id: I189854fbc7f1e05945ab0002c08ee84f7bfad196
Closes-Bug: 1754413
Closes-Bug: 1754417
2018-04-18 14:38:16 +01:00
Zuul dc3de34027 Merge "Update install guides" 2018-04-04 18:34:25 +00:00
Harry Rybacki 4d313b72dd Update install guides
- Ensure myproject and myuser are used throughout the guide
consistently
- Add note that connection's host in keystone.conf must be resolveable

Change-Id: Icaaf6c1b7583ed75b7a6204d7fb1f3506e4e8937
2018-04-04 11:43:32 -04:00
Gage Hugo 69f0e553e0 Fix mispelling of accommodate in install docs
This change fixes the 3 occurrences of "accommodate" being misspelled
in the keystone install documentation.

Change-Id: I2eb50fd1aedb8e7cb7530d640aaa8f183134945c
2018-04-04 10:15:13 -05:00
Colleen Murphy 27762c8220 Update RDO install guide for v3
Bring the RDO install guide into alignment with the Ubuntu and SUSE
guides by removing references to the admin port 35357 that was used for
the keystone v2 API.

Change-Id: Ic2c5452dae0c142ce3311f6b5e6d9590d618fc22
2018-03-24 13:01:17 +01:00
Samriddhi Jain bcae07ebdc Removed unnecessary line breaks from install-guides
Installation guides imported from openstack-manuals have some extra
line breaks. Improved the guides by removing those extra breaks.

Change-Id: Ie0b3489f19188588622a342dd8163d46b557eb23
2017-06-26 22:28:52 +05:30
Samriddhi Jain c69c283bf8 Added keystone installation guides
Currently some keystone installation guide docs are part of
general OpenStack-manuals. Migrating those docs to keystone
documentation so that they can be reviewed effectively by
keystone developers too.

Added installation guides for Ubuntu, openSUSE and
Red Hat Enterprise. The installation guides for Debian will
be added once they are complete in openstack-manuals.

Also changed the toctree structure in install-guides to
include directives so that all sections appear on one page
rather than just links.

Partial-Bug #1694460

Change-Id: I03aecfd1544b559a8fbd1ab11c5474145cff9ff9
2017-06-26 20:58:32 +05:30