Drop unnecessary management of swiftclient

One in glance::backend::swift is redundant because
glance::backend::multistore::swift already takes care of
swiftclient.

Also we don't have to install the client when only common default
values are set.

Change-Id: I40cb9274cb802c7dac0f34ee9f5727695c8a205b
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-09-07 13:36:45 +09:00
parent 91491d4b37
commit 2501b49bca
2 changed files with 0 additions and 2 deletions

View File

@@ -62,7 +62,6 @@ class glance::backend::defaults::swift (
$swift_store_retry_get_count = $facts['os_service_default'],
) {
include glance::deps
include swift::client
glance_api_config {
'backend_defaults/swift_store_region': value => $swift_store_region;

View File

@@ -94,7 +94,6 @@ class glance::backend::swift (
$swift_store_auth_user_domain_id = undef,
) {
include glance::deps
include swift::client
warning('glance::backend::swift is deprecated. Use glance::backend::multistore::swift instead.')