9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
26 lines
873 B
Diff
26 lines
873 B
Diff
From 98503ae07f4a3b6753c9c1dfc1cf7ed6573ca8e8 Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 2 Oct 2017 14:28:46 -0400
|
|
Subject: [PATCH 5/5] WRS: 0001-meta-pass-aodh-api-config.patch
|
|
|
|
---
|
|
SOURCES/openstack-aodh-api.service | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/SOURCES/openstack-aodh-api.service b/SOURCES/openstack-aodh-api.service
|
|
index 06bcd12..a78eb32 100644
|
|
--- a/SOURCES/openstack-aodh-api.service
|
|
+++ b/SOURCES/openstack-aodh-api.service
|
|
@@ -5,7 +5,7 @@ After=syslog.target network.target
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
-ExecStart=/bin/python /usr/bin/gunicorn --bind 192.168.204.2:8042 --pythonpath /usr/share/aodh aodh-api
|
|
+ExecStart=/bin/python /usr/bin/gunicorn --config /usr/share/aodh/aodh-api.conf --pythonpath /usr/share/aodh aodh-api
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
--
|
|
1.9.1
|
|
|