Use generated script instead of app.wsgi
Change-Id: I1315b3f38ae52df40c29196e6f2dd92198bd4237
This commit is contained in:
parent
001fa57e38
commit
760d4dfa0a
@ -29,7 +29,7 @@ class magnum::params {
|
||||
$conductor_service = 'magnum-conductor'
|
||||
$client_package = 'python3-magnumclient'
|
||||
$wsgi_script_path = '/usr/lib/cgi-bin/magnum'
|
||||
$wsgi_script_source = '/usr/lib/python3/dist-packages/magnum/api/app.wsgi'
|
||||
$wsgi_script_source = '/usr/bin/magnum-api-wsgi'
|
||||
}
|
||||
default: {
|
||||
fail("Unsupported osfamily: ${::osfamily} operatingsystem")
|
||||
|
@ -86,7 +86,7 @@ describe 'magnum::wsgi::apache' do
|
||||
when 'Debian'
|
||||
{
|
||||
:wsgi_script_path => '/usr/lib/cgi-bin/magnum',
|
||||
:wsgi_script_source => '/usr/lib/python3/dist-packages/magnum/api/app.wsgi'
|
||||
:wsgi_script_source => '/usr/bin/magnum-api-wsgi'
|
||||
}
|
||||
when 'RedHat'
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user