Skip to content

Commit

Permalink
Merge "Cinder: Switch to httpd + mod_wsgi"
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 b08e666 + e43c335 commit 5423538
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packstack/puppet/modules/packstack/manifests/cinder.pp
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@
}

class { 'cinder::api':
bind_host => $bind_host,
service_workers => lookup('CONFIG_SERVICE_WORKERS'),
service_name => 'httpd',
default_volume_type => $default_volume_type,
}
class { 'cinder::wsgi::apache':
bind_host => $bind_host,
workers => lookup('CONFIG_SERVICE_WORKERS'),
}

class { 'cinder::scheduler': }

Expand Down

0 comments on commit 5423538

Please sign in to comment.