Commit Graph

12 Commits

Author SHA1 Message Date
Brian Rosmaita 2fd57d68f5 Correct item numbering in install docs
Indicating a new enumerated point by a '#.' in an included doc
restarts the numbering at 1 instead of continuing the current
sequence.  Move the '#.' sentence out of the included doc and
into the individual install docs so that the points are enumerated
correctly.  Also remove one level of indentation from the included
file and instead indent the 'include' directive.

(Also had to break two lines in register-quotas.rst due to doc8
D001.  Not sure why that suddenly broke now after I shortened
all the lines in that file!)

Change-Id: I53c136c728fcffbca07eb5d0a67f9edc5e723ad0
2023-07-19 17:08:49 +02:00
Cyril Roelandt 0a7c5d6aab Doc: Factorise installation instructions
The instructions are the same for Debian, OBS, RDO and Ubuntu, so there
is no need to duplicate the content.

Change-Id: I5518dca5004135e9537d8c49065130ec5216ea5f
2023-06-21 04:24:36 +02:00
Dan Smith da771fce25 Add unified quotas documentation
Related to blueprint glance-unified-quotas

Change-Id: I59d0b48f0652120eaae39509685345a12447933e
2021-07-02 08:29:07 -07:00
chenxing 3264e779dc Remove glance-registry stuff
The Glance Registry Service and its APIs have been DEPRECATED in the
Queens release and are subject to removal at the beginning of the ‘S’
development cycle, For more information, see the Glance specification
document:
http://specs.openstack.org/openstack/glance-specs/specs/queens/approved/glance/deprecate-registry.html

Change-Id: I37cbe544f6a1575ebf09fa3c0a87120a6b7dbc7a
backport: rocky
2019-06-23 07:59:08 +08:00
Brian Rosmaita 7191c7ac05 Update Ubuntu install guide
The DB creation step for Ubuntu is slightly different from the
other distros.

Change-Id: Ib664da7ac647898f54ffb82bcadcbb6299bb5cc6
Closes-bug: #1784994
2018-08-22 10:01:34 -04:00
Zuul 75b180fe78 Merge "Update auth_uri option to www_authenticate_uri" 2018-04-24 13:27:37 +00:00
caoyuan d3ecbbdc5d Update auth_uri option to www_authenticate_uri
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: I1de0272fb7c20b8efa710d984ff8196c41b30b6b
2018-04-08 15:42:07 +08:00
Brian Rosmaita 57310ad88f Use 'Default' as sample install domain name
The Glance install guide suggests using 'default' as the
user_domain_name and project_domain_name, whereas the Keystone
install guide, which people would be consulting earlier, instructs
the installer to use 'Default'.  Since the name is case-sensitive,
this is causing problems for first-time installers of OpenStack.

Change-Id: Iade47bcd69b7a2a99b990885a0270c962de282a1
Closes-bug: #1747181
2018-04-07 18:02:25 -04:00
Brian Rosmaita 7dfce42027 Update auth_url in install docs
Beginning with the Queens release, the keystone install guide
recommends running all interfaces on the same port.  This patch
updates the glance install guide to reflect that change.

Closes-bug: #1754104

Change-Id: I6134097f4ec78bf34a03f3ce6d8564bd324eb1b3
2018-04-04 17:10:58 -04:00
Brian Rosmaita 53ec4d5ab1 Document Glance Registry deprecation
Update the docs and add a release note.

Partially-implements: bp deprecate-registry

Change-Id: I759d38728a50ba516131e13745df651802fcce63
2017-10-19 10:31:27 -04:00
ericxiett 2f8edeedc8 Fix missing some content of glance database creation.
The indentation of glance database creation was incorrect.
This patch fixes it.

Change-Id: If3ca607258363f5b6e8e1b86e0425fd74da2e62a
Closes-Bug: #1718125
2017-09-19 16:50:14 +08:00
Doug Hellmann 5de99113c6 import the installation guide from openstack-manuals
Change-Id: If8b526e762e20523efc41df960783bfa83026e34
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 14:01:38 +00:00