This is not really actively maintained and is duplicate of the one
available in openstack-manuals.
Change-Id: I6617397585e49501a20e758877c4071a1f3b9d84
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
We should only be advertising the multi-backend configuration.
Therefore, we use the "enabled_backends" and "default_backend" options.
Change-Id: I911a87bb4ea908bbabc4b471d88c580a7dd74c81
The instructions are the same for Debian, OBS, RDO and Ubuntu, so there
is no need to duplicate the content.
Change-Id: I5518dca5004135e9537d8c49065130ec5216ea5f
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
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>
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
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
The DB creation step for Ubuntu is slightly different from the
other distros.
Change-Id: Ib664da7ac647898f54ffb82bcadcbb6299bb5cc6
Closes-bug: #1784994
Add a statement about the current state of Glance Python 3.5
support to the install docs.
Change-Id: I2cb2e05f81c22c00aad55d3b8a1d3463ced6cf28
Partial-bug: #1769006
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
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
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
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
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
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
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
The indentation of glance database creation was incorrect.
This patch fixes it.
Change-Id: If3ca607258363f5b6e8e1b86e0425fd74da2e62a
Closes-Bug: #1718125
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>