Fix the aodh api port

The default api port is set to 8042 in the code
but apache configures it to 8402

Change-Id: I0d00271b6c8f3f2fb498eaa80cc725a1912cdf40
This commit is contained in:
Pradeep Kilambi 2015-08-28 17:30:11 -04:00
parent 457b4da166
commit 9f39eaeb34
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@
# The number of processes and threads is an example only and should
# be adjusted according to local requirements.
Listen 8402
Listen 8042
<VirtualHost *:8402>
<VirtualHost *:8042>
WSGIDaemonProcess aodh-api processes=2 threads=10 user=SOMEUSER display-name=%{GROUP}
WSGIProcessGroup aodh-api
WSGIScriptAlias / /var/www/aodh/app