Drop Fedora support
Fedora support is never tested, and has been unmaintained for a while. Because we don't expect any actual user using OpenStack on Fedora, this change drops support for Fedora directly. Change-Id: I9ec4a576b576b6eea50a81846f1590ece73350d9
This commit is contained in:
parent
0cfbe2484c
commit
e1b0c4eaa1
4
releasenotes/notes/drop-fedora-7ea493ab73fa8a0f.yaml
Normal file
4
releasenotes/notes/drop-fedora-7ea493ab73fa8a0f.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Fedora is no longer supported.
|
@ -97,30 +97,12 @@ describe 'zaqar::wsgi::apache' do
|
|||||||
:wsgi_script_source => '/usr/lib/python3/dist-packages/zaqar/transport/wsgi/app.py'
|
:wsgi_script_source => '/usr/lib/python3/dist-packages/zaqar/transport/wsgi/app.py'
|
||||||
}
|
}
|
||||||
when 'RedHat'
|
when 'RedHat'
|
||||||
if facts[:operatingsystem] == 'Fedora'
|
{
|
||||||
{
|
:httpd_service_name => 'httpd',
|
||||||
:httpd_service_name => 'httpd',
|
:httpd_ports_file => '/etc/httpd/conf/ports.conf',
|
||||||
:httpd_ports_file => '/etc/httpd/conf/ports.conf',
|
:wsgi_script_path => '/var/www/cgi-bin/zaqar',
|
||||||
:wsgi_script_path => '/var/www/cgi-bin/zaqar',
|
:wsgi_script_source => '/usr/lib/python3.6/site-packages/zaqar/transport/wsgi/app.py'
|
||||||
:wsgi_script_source => '/usr/lib/python3.6/site-packages/zaqar/transport/wsgi/app.py'
|
}
|
||||||
}
|
|
||||||
else
|
|
||||||
if facts[:operatingsystemmajrelease] > '7'
|
|
||||||
{
|
|
||||||
:httpd_service_name => 'httpd',
|
|
||||||
:httpd_ports_file => '/etc/httpd/conf/ports.conf',
|
|
||||||
:wsgi_script_path => '/var/www/cgi-bin/zaqar',
|
|
||||||
:wsgi_script_source => '/usr/lib/python3.6/site-packages/zaqar/transport/wsgi/app.py'
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
:httpd_service_name => 'httpd',
|
|
||||||
:httpd_ports_file => '/etc/httpd/conf/ports.conf',
|
|
||||||
:wsgi_script_path => '/var/www/cgi-bin/zaqar',
|
|
||||||
:wsgi_script_source => '/usr/lib/python2.7/site-packages/zaqar/transport/wsgi/app.py'
|
|
||||||
}
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user