From 81d8951dbdaa3606b5972429053c7ff4f823f72f Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Tue, 26 May 2020 16:36:45 +0200 Subject: [PATCH] Use GlanceImageImportPlugin instead of ExtraConfig overrides for DCN Following up on change I5c0788bb361323f5a0e69e22d4bd42fa3c1e06ed we shouldn't need to override the puppet hieradata to configure the list of Glance import plugins. The parameter in the Heat templates existed before but it wouldn't override the logic which in the template enabled `image_conversion` plugin even when user would purposely set it to a different list. Change-Id: I7fa9034c25887fb96e2d250f459654e6ee798158 --- .../source/features/distributed_multibackend_storage.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deploy-guide/source/features/distributed_multibackend_storage.rst b/deploy-guide/source/features/distributed_multibackend_storage.rst index 68be2f04..80b10695 100644 --- a/deploy-guide/source/features/distributed_multibackend_storage.rst +++ b/deploy-guide/source/features/distributed_multibackend_storage.rst @@ -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 into a raw format, which is optimal for the Ceph RBD driver. If you need to disable image conversion you may override the -`image_import_plugins` parameter. For example:: +`GlanceImageImportPlugin` parameter. For example:: parameter_defaults: - ControllerExtraConfig: - glance::api::image_import_plugins: [] + GlanceImageImportPlugin: [] The ``ceph.yaml`` file contains the following which sets the name of the Ceph cluster to "central"::