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
Using the healthcheck middleware as a filter is deprecated and
the middleware should be used as an application[1].
[1] 6feaa13610c450c8486f969703768db5319b4846
This change updates definition and usage of the healthcheck middleware
accordingly to avoid the following deprecation warning.
DeprecationWarning: Using function/method 'Healthcheck.factory()' is
deprecated: The healthcheck middleware must now be configured as
an application, not as a filter.
Closes-Bug: #1937901
Change-Id: Id41e0313a481bea4e2bb14c69f2ad8a2070aa9be
This is only a thing since Xena. Make that obvious to the reader.
Change-Id: I36b5ffa31c7ec429d06c64a44d567bbae8edbc99
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Compute-driver: vmwareapi.VMwareVCDriver does not support
VirtualSriovEthernetCard
Change-Id: I1d4b0dee3c70454c0d595cb4a69606990b96b35a
Partial-Bug: #1779781
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
The III admin doc has grown quite a bit and multiple sections
misleadingly referred that all above options needed to be
configured as if different import-methods depended on
eachother.
Also correcting the statement of default enabled methods.
Change-Id: I19485c1d6bb22e81a8496ddab312e9458ae3cbee
This patch adds documentation and API reference support for
glance download plugin.
Related blueprint glance-download-import
Co-Authored-By: Victor Coutellier <victor.coutellier@gmail.com>
Change-Id: Ie36232f3474d398a913025c8d408f08f879874d8
Till now glance was dependent on periodic job to get image
cached locally and also has dependency on ``cachemanage``
middleware for the same.
This patch removes the periodic job and dependency of
``cachemanage`` middleware and initiates immediate caching
of an image via ``PUT /cache/image_id`` API call.
Co-Author: Dan Smith <dms@danplanet.com>
Implements: blueprint instant-caching
Change-Id: I9ab3f1b7595e22dbb03af95168314352a44eb930
These URLs are now in the form docs.openstack.org/$project/latest. Make
sure to use always use https for these URLs.
Change-Id: I4a75bb6097399efca373d2f9a0e8697eb92312a7
The kw_vif_model driver list has evolved a bit. This commit adds:
- e1000e: I12a5d28d75bc32a76a4f3765cb4db4cbc46c0c75
- vmxnet3 I95203af4ded9a4dbecfb7981b400f0fb988f2d47
Change-Id: I23fbd227274c89735547322cedda565c5987776d
Images for the aarch64 ARM architecture do have the architecture
property set to aarch64.
This is useful to know when trying to filter by properties like:
openstack image list --property architecture=aarch64
Change-Id: Ib4c0130bee302ee886521b74cf5434a0073cecf6
When we want to purge all deleted rows
we use "glance-manage db purge" or
"glance-manage purge_images_table"
then we never know how many deleted rows are still in a table.
So we need to launch the command many times until
the command reports that 0 rows were deleted in every table.
It's inconvenient.
The patch introduced new valid value for "max_rows".
If "max_rows" equals -1 all deleted rows are purged.
Closes-Bug: 1702445
Change-Id: Ia9811d93b1c0b67a1b29a9e8ee3e0fc098c57d4a
Change I6f7f7d1954036 to os-brick requires that the oslo.concurrency
config option 'lock_path' be set, so include instructions to set
this option in the configuration guide.
Change-Id: Ide9a579be7d3961e38ab0c57e513192cfa3c5f8d
Related-bug: #1959663
Update the data migration current release to 'yoga'. Include a
semver pseudo-header in this commit message so that pbr will
increment the major version number, otherwise
glance.tests.unit.gate.test_data_migration_version will break.
Also add a reminder about this to the release cycle tasks list.
Change-Id: Ibdbeb752d29afeb48628587442577ab139be9ac9
Sem-Ver: api-break
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>