Specify port to 8042
(cherry picked from commit e021261d00ec99875b8524a6488d305f21118cd1)
This commit is contained in:
parent
c9b3abe230
commit
46b81f2659
@ -5,7 +5,7 @@ After=syslog.target network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=aodh
|
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
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: openstack-%{service}
|
Name: openstack-%{service}
|
||||||
Version: 9.0.1
|
Version: 9.0.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: OpenStack Telemetry Alarming
|
Summary: OpenStack Telemetry Alarming
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/openstack/%{service}.git
|
URL: https://github.com/openstack/%{service}.git
|
||||||
@ -377,6 +377,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 12 2021 liusheng <liusheng2048@gmail.com> - 9.0.1-2
|
||||||
- Fix build error
|
- Fix build error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user