Commit Graph

31 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 97551b953b Doc: remove "stores" and "default_store" options
We should only be advertising the multi-backend configuration.
Therefore, we use the "enabled_backends" and "default_backend" options.

Change-Id: I911a87bb4ea908bbabc4b471d88c580a7dd74c81
2023-06-21 04:24:41 +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
Zuul bc9856ea9c Merge "Quota configuration: improve example oslo_limit section" 2022-12-15 18:48:23 +00:00
jneeee bbc0df8d40 Fix a document description error
use_keystone_quotas should be use_keystone_limits. Just like in
Elsewhere.

Closes-bug: #1992974
Change-Id: I226ca5b77345ff1284d3cc09b4a719f1373ea084
2022-10-14 21:35:59 +08:00
Cyril Roelandt 1409cc94b7 Quota configuration: improve example oslo_limit section
This patch:
- uses "glance" instead of "MY_SERVICE";
- uses the already existing public glance endpoint id rather than
  "ENDPOINT_ID";
- uses the already existing "GLANCE_PASS" rather than introducing
  "MY_PASSWORD".

Closes-Bug: #1990854
Change-Id: I8f5214b879818ec5f1a62d369274ad0d67396b9b
2022-09-27 03:01:13 +02:00
Stephen Finucane eb1fdd8abc doc: Remove info on running under Python 3
There's nothing unusual about this anymore. Python 2 is no longer
supported and Python 3 is the default.

Change-Id: I8cc52a363f75bbcb89699ec65e02ac1c68d772ee
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-01-27 16:38:14 +00: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
Takashi Kajinami 81c6d4d678 [Doc] Remove description about v1 api and glance-registry
Image v1 API and glance-registry has been removed from Glance.
This patch removes all descriptions about these 2 items, since they
are no longer available.

Change-Id: Ic72921523f73dcae5e9c443a55edecb710b2d251
2020-12-17 17:26:06 +09:00
Erno Kuvaja c540d54a35 Fix old --public from install verify docs
Change-Id: I4128eb7e8d6a6827026d4454e1eaba188e19cf3a
Closes-Bug: #1852835
2019-11-18 14:17:08 +00:00
Erno Kuvaja 82697983c0 Use `glance` as example in docs instead of osc
This patch also removes casual suggestion to turn on show multiple
locations. This feature has been idetified as vulnerability and
we should not advise turning it on without explaining the specific
use cases where it might be necessary.

Co-authored-by: Erno Kuvaja <jokke@usr.fi>
Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com>

Change-Id: I65952f70f0216d227ca14d1098d264208913e4e5
2019-09-27 19:21:09 +02:00
Zuul 3d2c1c104f Merge "Remove glance-registry stuff" 2019-09-04 14:34:43 +00:00
zengjia d319acbd64 Update the glance installation page
Modifying Version Description Errors in Web Page

Change-Id: I72fe9b60f9380810e952e90f48ee226c682fff2f
2019-07-04 09:46:04 +08: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
Brian Rosmaita 7f47da7a50 Add py35 statement
Add a statement about the current state of Glance Python 3.5
support to the install docs.

Change-Id: I2cb2e05f81c22c00aad55d3b8a1d3463ced6cf28
Partial-bug: #1769006
2018-05-30 12:55:17 -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 b13987cd41 Update Glance landing pages
Currently https://docs.openstack.org/glance/latest/ is a long
unorganized list of documentation links.  This patch revises that
page and the 'Glance Contribution Guidelines' page to make it
easier to locate content.  Also updates the main heading on other
index pages.

Change-Id: Ieea44dd05f8d164ed4c27f1205fb29b6e66d9660
2018-03-20 16:04:49 -04:00
Brian Rosmaita 9ff7d17890 Update installation guide: no uwsgi for glance
The Pike and Queens release notes recommend against running
Glance under uwsgi.  Add a note to the install guide as another
location where this information is available.

Change-Id: I3aa61ea45a3d3edaa5b8062813fc3e1388556f9f
2018-02-28 10:16:01 -05:00
Nicolas Bock 78501fb550 image-guide: Update cirros image
The current CirrOS image is version v0.4.0. Update the guide to
download this version.

Change-Id: Icf9fce5e46c5044976035942be22a0f4c3f7ca96
2018-02-13 12:02:51 -07:00
Nguyen Van Trung 97dbfb02d7 Add doc8 to pep8 check for glance project
This patch adds a doc8 check of .rst files to the current pep8 check.
It includes fixes to the .rst files that didn't pass the check.

Co-authored-By: Hoang Trung Hieu <hieuht@vn.fujitsu.com>
Change-Id: I5a9299200202576d97760ebf07bceb930888f2d7
2018-01-19 08:20:56 +00: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
Jenkins a1c8966f9f Merge "Fix missing some content of glance database creation." 2017-09-20 17:12:47 +00:00
junboli 7dfaa552f8 Switch base to latest in link address
1. Using the relative pointer to the resource on latest version, and this
   can avoid the manually change on every release.
2. Pretty format the json data.

Change-Id: I5eb5c156f3f730c2c51dc5d917e591a28c059282
2017-09-20 05:30:07 +00: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 eed781b6cb move links to older install guides to the current install guide
Change-Id: I3226609ab90af0c5eaf55fe68c275a4235903352
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-29 16:14:46 -04: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
Doug Hellmann 1c7f556d4f rearrange existing documentation to follow the new layout standard
This change moves existing files, updates a few of the cross-references
and paths, and fixes some formatting. It is not meant to be the final
word on how the main page looks or how the other files are organized,
but it gets everything roughly into shape. If the glance team wants to
make changes, please do those as follow-up patches

This change depends on the spec and on a feature of pbr that allows us
to move where the auto-generated class reference documentation ends up
in the tree.

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb
Change-Id: I9dde267793a5913acb5b1ec028cfb66bc5189783
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-21 14:15:58 -04:00