Commit Graph

834 Commits

Author SHA1 Message Date
Zuul e53e4bdc24 Merge "inject_image_metadata plugin: Fix documentation" 2024-03-01 06:50:03 +00:00
Abhishek Kekane cd9d521923 [docs] Configure centralized_db cache driver
Documented the usage of centralized_db cache driver and
migration process from SQLite to centralized_db on upgrade.

Related blueprint centralized-cache-db

Change-Id: I4404cd0cb9e7a59ea332b0ad2bac354b53c232d4
2024-02-28 14:43:11 +00:00
Cyril Roelandt dd9b3156cd inject_image_metadata plugin: Fix documentation
The properties and values given to the "inject" option must not be
quoted, otherwise the quotes become part of the values themselves.

Change-Id: Ibcb8b8488253f459f40e6d34f4221832b7ff3839
Closes-Bug: #2028895
2024-02-15 02:31:36 +01:00
Danylo Vodopianov 66566c3286 Add Packed Virtqueue extra spec and image properties
Virtqueue feature was added to the metadata properties for flavor and
images

- Add the hw:virtio_packed_ring flavor extra spec and corresponding
  hw_virtio_packed_ring image property.

Nova spec: https://review.opendev.org/c/openstack/nova-specs/+/868377

Depends-On: https://review.opendev.org/c/openstack/nova/+/876075

Change-Id: Ia8caf39467a91431ca85b2a56ec93a60c41a8e7d
2023-12-05 10:59:18 +02:00
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 4282959698 Merge "Deploy healthcheck middleware as app instead of filter" 2023-05-15 08:23:28 +00:00
Neil Hanlon 4fb03af06d
Add rocky linux to useful image properties os_images list
Change-Id: I4921ef709a0aeb411f50d601ef59a2e8d6e7acad
2023-05-04 10:15:44 -04:00
Takashi Kajinami fa9450d5b5 Deploy healthcheck middleware as app instead of filter
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
2023-05-02 19:21:42 +02:00
Gonéri Le Bouder b27b26a6a8 doc/useful-image-properties: add missing `` to close a code block
Change-Id: I93301d51fb5f750693abbe07cb587d68ed0bd690
2023-02-09 12:39:13 -05:00
Zuul f9597a7b4e Merge "Add multihash info in glance documentation" 2023-02-09 15:50:48 +00:00
Zuul 32c5587d41 Merge "Update the RADOS authentication link" 2023-02-09 15:50:42 +00:00
pragathi93 438758db2f Add multihash info in glance documentation
New docs added for os_hash_algo in user guide and admin guide.

Change-Id: Id78be3935998b9c5acdd0706393117e892e5ab59
Closes-bug:#1871419
2023-02-08 21:30:44 +01:00
Zuul bc9856ea9c Merge "Quota configuration: improve example oslo_limit section" 2022-12-15 18:48:23 +00:00
Zuul 8728466a15 Merge "vmware does't support VirtualSriovEthernetCard" 2022-12-15 18:48:21 +00:00
Zuul da999f4256 Merge "docs: Add note about introduction of per-tenant quotas" 2022-12-15 18:05:13 +00:00
Zuul e183eb429a Merge "Adds purge command to glancemanage man page" 2022-12-15 15:06:16 +00:00
renliang17 3f9d58dedd Update the RADOS authentication link
The original link has failed, update the link
https://docs.ceph.com/en/pacific/rados/configuration/auth-config-ref/.

Change-Id: Iecbcbce1cd8d02cf4db83f2178235fa14e2e1b4f
2022-12-15 15:08:58 +01:00
Stephen Finucane ef835a3cf2 docs: Add note about introduction of per-tenant quotas
This is only a thing since Xena. Make that obvious to the reader.

Change-Id: I36b5ffa31c7ec429d06c64a44d567bbae8edbc99
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-12-02 11:40:31 +00:00
yuqian 475193b11d vmware does't support VirtualSriovEthernetCard
Compute-driver: vmwareapi.VMwareVCDriver does not support
VirtualSriovEthernetCard

Change-Id: I1d4b0dee3c70454c0d595cb4a69606990b96b35a
Partial-Bug: #1779781
2022-11-21 21:57:17 +01: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
Erno Kuvaja e4fd087a84 Minor fix on Interoperable Image Import admin doc
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
2022-08-30 13:35:51 +01:00
Abhishek Kekane f09c338035 Add documentation for glance-download plugin
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
2022-08-26 05:46:12 +00:00
Abhishek Kekane c1a2b9e221 Immediate caching of an image
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
2022-07-19 05:14:38 +00:00
Zuul c66705069b Merge "Remove unicode literal strings" 2022-07-08 07:55:24 +00:00
Zuul 43431d8419 Merge "Doc: Glance group management" 2022-07-07 16:53:08 +00:00
Zuul fcdbf8a4a4 Merge "Doc: fix URL in API call" 2022-07-07 15:42:31 +00:00
Zuul 4335195535 Merge "Fix URLs in the form docs.openstack.org/developer/$project" 2022-07-07 15:42:28 +00:00
taoguo 675cdb92ed Doc: fix URL in API call
Change-Id: I82333377692f0f8d9076ef12e67ea73da60e9fed
2022-07-05 22:16:34 +02:00
Zuul be9da314e7 Merge "doc: update the kvm kw_vif_model driver list" 2022-07-05 20:15:31 +00:00
Cyril Roelandt 0cbdfdde40 Fix URLs in the form docs.openstack.org/developer/$project
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
2022-07-05 19:23:33 +02:00
Danny Al-Gaaf b17f770b5f Adds purge command to glancemanage man page
Closes-Bug: #1647491

Change-Id: I92ec228ebe9ac8eadb56dfe152535d3d6eedd62f
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2022-07-05 03:45:53 +02:00
Gonéri Le Bouder d883e4fd5b doc: update the kvm kw_vif_model driver list
The kw_vif_model driver list has evolved a bit. This commit adds:
- e1000e: I12a5d28d75bc32a76a4f3765cb4db4cbc46c0c75
- vmxnet3 I95203af4ded9a4dbecfb7981b400f0fb988f2d47

Change-Id: I23fbd227274c89735547322cedda565c5987776d
2022-07-04 22:39:25 +02:00
Zuul 752e4ed70d Merge "Document domain-related cinder backend options" 2022-07-01 06:30:51 +00:00
xuanyandong be997b53ab Remove unicode literal strings
Co-Authored-By: Cyril Roelandt <cyril@redhat.com>
Change-Id: Id9e1a5fb9c732c207ee08f0dbf387436a1783174
2022-06-30 19:37:03 +02:00
Zuul 3840fa8d3f Merge "glance-manage can purge all deleted rows" 2022-06-07 19:47:54 +00:00
Abhishek Kekane e1e8e9de40 Doc: Glance group management
Change-Id: If8798525aff5195e77f451dfce6c45cfaf16eaf4
2022-05-30 14:44:12 +00:00
Lance Bragstad 2b607546e1 Use show-policy to render default policy in documentation
Change-Id: Ie5aa98294f7e0b9bdc46ceaa83316d831310b6bc
2022-05-18 15:10:08 +02:00
Zuul f01f31a792 Merge "doc: add aarch64 to list of architecture image properties" 2022-05-18 06:50:32 +00:00
Zuul da3c4a17d6 Merge "add doc about KVM support e1000e vif model" 2022-05-18 06:46:22 +00:00
Thomas Bechtold 25297043e3 doc: add aarch64 to list of architecture image properties
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
2022-05-17 21:14:53 +02:00
Ethan Myers 18bebc1881 fixed typo in multistore documentation
Change-Id: I987ca42a589a3af8e52fbe4f9e68d345fb8bdf5a
2022-05-09 14:13:26 -06:00
Mitya_Eremeev 360dc45680 glance-manage can purge all deleted rows
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
2022-05-05 17:31:35 +03:00
Brian Rosmaita 8cca532fdb Update config doc for cinder backend
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
2022-03-11 12:01:51 -05:00
Zuul c99c3af4ff Merge "Document new properties used by Ironic" 2022-03-09 16:18:50 +00:00
Zuul 241d442582 Merge "doc: Remove info on running under Python 3" 2022-02-16 20:22:12 +00:00
Zuul 88c43d4715 Merge "Cache management API endpoints" 2022-02-15 19:53:47 +00:00
Zuul b085fbecc8 Merge "Remove final six usage" 2022-02-14 20:05:38 +00:00