Merge "Use GlanceImageImportPlugin instead of ExtraConfig overrides for DCN"

This commit is contained in:
Zuul 2020-05-27 00:04:14 +00:00 committed by Gerrit Code Review
commit 9325ce5586
1 changed files with 2 additions and 3 deletions

View File

@ -256,11 +256,10 @@ this setting enabled commands like `glance image-create-via-import`
with `--disk-format qcow2` will result in the image being converted with `--disk-format qcow2` will result in the image being converted
into a raw format, which is optimal for the Ceph RBD driver. If into a raw format, which is optimal for the Ceph RBD driver. If
you need to disable image conversion you may override the you need to disable image conversion you may override the
`image_import_plugins` parameter. For example:: `GlanceImageImportPlugin` parameter. For example::
parameter_defaults: parameter_defaults:
ControllerExtraConfig: GlanceImageImportPlugin: []
glance::api::image_import_plugins: []
The ``ceph.yaml`` file contains the following which sets the name of The ``ceph.yaml`` file contains the following which sets the name of
the Ceph cluster to "central":: the Ceph cluster to "central"::