data
doc
extras.d
files
debs
ldap
rpms
rpms-suse
swift
apache-cinder-api.template
apache-horizon.template
apache-keystone.template
apache-neutron.template
apache-nova-api.template
apache-nova-metadata.template
apache-placement-api.template
apts
dnsmasq-for-baremetal-from-nova-network.conf
gate
inc
lib
pkg
playbooks
roles
samples
tests
tools
.gitignore
.gitreview
.mailmap
.zuul.yaml
FUTURE.rst
HACKING.rst
LICENSE
MAINTAINERS.rst
Makefile
README.rst
clean.sh
functions
functions-common
openrc
run_tests.sh
setup.cfg
setup.py
stack.sh
stackrc
tox.ini
unstack.sh
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
![]() |
Listen %PUBLICPORT%
|
||
|
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %D(us)" neutron_combined
|
||
|
|
||
|
<Directory %NEUTRON_BIN%>
|
||
|
Require all granted
|
||
|
</Directory>
|
||
|
|
||
|
<VirtualHost *:%PUBLICPORT%>
|
||
|
WSGIDaemonProcess neutron-server processes=%APIWORKERS% threads=1 user=%USER% display-name=%{GROUP} %VIRTUALENV%
|
||
|
WSGIProcessGroup neutron-server
|
||
|
WSGIScriptAlias / %NEUTRON_BIN%/neutron-api
|
||
|
WSGIApplicationGroup %{GLOBAL}
|
||
|
WSGIPassAuthorization On
|
||
|
ErrorLogFormat "%M"
|
||
|
ErrorLog /var/log/%APACHE_NAME%/neutron.log
|
||
|
CustomLog /var/log/%APACHE_NAME%/neutron_access.log neutron_combined
|
||
|
%SSLENGINE%
|
||
|
%SSLCERTFILE%
|
||
|
%SSLKEYFILE%
|
||
|
</VirtualHost>
|
||
|
|
||
|
|
||
|
%SSLLISTEN%<VirtualHost *:443>
|
||
|
%SSLLISTEN% %SSLENGINE%
|
||
|
%SSLLISTEN% %SSLCERTFILE%
|
||
|
%SSLLISTEN% %SSLKEYFILE%
|
||
|
%SSLLISTEN%</VirtualHost>
|
||
|
|
||
|
Alias /networking %NEUTRON_BIN%/neutron-api
|
||
|
<Location /networking>
|
||
|
SetHandler wsgi-script
|
||
|
Options +ExecCGI
|
||
|
WSGIProcessGroup neutron-server
|
||
|
WSGIApplicationGroup %{GLOBAL}
|
||
|
WSGIPassAuthorization On
|
||
|
</Location>
|