Merge "params: Correct wsgi script path on Debian based hosts"
This commit is contained in:
commit
f21b8436f5
@ -36,7 +36,7 @@ class placement::params {
|
||||
$internal_url = 'http://127.0.0.1'
|
||||
$admin_url = 'http://127.0.0.1'
|
||||
$wsgi_script_source = '/usr/bin/placement-api'
|
||||
$wsgi_script_path = '/var/www/cgi-bin/placement'
|
||||
$wsgi_script_path = '/usr/lib/cgi-bin/placement'
|
||||
$httpd_config_file = '/etc/apache2/sites-available/nova-placement-api.conf'
|
||||
}
|
||||
default: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user