!5 [sync] PR-4: 【轻量级 PR】:Specify port to 8042

From: @openeuler-sync-bot 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2022-03-08 12:12:26 +00:00 committed by Gitee
commit 117707c97f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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