Specify port to 8042

(cherry picked from commit e021261d00ec99875b8524a6488d305f21118cd1)
This commit is contained in:
王玺源 2022-03-08 11:48:45 +00:00 committed by openeuler-sync-bot
parent c9b3abe230
commit 46b81f2659
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=simple
User=aodh
ExecStart=/usr/bin/aodh-api -- --logfile /var/log/aodh/api.log
ExecStart=/usr/bin/aodh-api --port 8042 -- --logfile /var/log/aodh/api.log
Restart=on-failure
[Install]

View File

@ -4,7 +4,7 @@
Name: openstack-%{service}
Version: 9.0.1
Release: 2
Release: 3
Summary: OpenStack Telemetry Alarming
License: ASL 2.0
URL: https://github.com/openstack/%{service}.git
@ -377,6 +377,9 @@ exit 0
%changelog
* Tue Mar 08 2022 wangxiyuan <wangxiyuan1007@gmail.com> - 9.0.1-3
- Specify port to 8042
* Fri Nov 12 2021 liusheng <liusheng2048@gmail.com> - 9.0.1-2
- Fix build error