Skip to content

Commit

Permalink
Merge "Drop deprecated glance::api::pipeline"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Nov 13, 2024
2 parents b38c8f6 + 0672a97 commit 472a7ca
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
Expand Up @@ -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': }
Expand Down

0 comments on commit 472a7ca

Please sign in to comment.