Skip to content

Commit

Permalink
Drop deprecated glance::api::pipeline
Browse files Browse the repository at this point in the history
This parameter was deprecated a few cycles ago[1].

[1] fa5fcb4ab5f861003be7409fdcf71c94120d0b5e

Change-Id: I7da0f1fedd3ccbbf1e6cdadc9edb0a4c17aae36d
kajinamit committed Nov 1, 2024
1 parent f3de962 commit 0672a97
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packstack/puppet/modules/packstack/manifests/glance.pp
Original file line number Diff line number Diff line change
@@ -33,11 +33,10 @@
}

class { 'glance::api':
bind_host => $bind_host,
pipeline => 'keystone',
workers => lookup('CONFIG_SERVICE_WORKERS'),
enabled_backends => ["${default_store}:${default_store}", "http:http"],
default_backend => $default_store,
bind_host => $bind_host,
workers => lookup('CONFIG_SERVICE_WORKERS'),
enabled_backends => ["${default_store}:${default_store}", "http:http"],
default_backend => $default_store,
}

glance::backend::multistore::http { 'http': }

0 comments on commit 0672a97

Please sign in to comment.