!8 修改预留端口为5000

From: @zhaorenhai
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-02-27 15:50:02 +08:00 committed by Gitee
commit e852585008
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: openstack-keystone
Version: 18.0.0
Release: 2
Release: 3
Summary: OpenStack Identity Service
License: ASL 2.0
URL: https://launchpad.net/keystone
@ -173,8 +173,12 @@ exit 0
%exclude %{python3_sitelib}/keystone/tests
%changelog
* Fri Feb 26 2021 zhaorenhai <zhaorenhai@hotmail.com> - 18.0.0-3
- Change reserved port to 5000
* Sat Feb 20 2021 wangxiyuan <wangxiyuan1007@gmail.org>
- Fix Requires Issue and drop useless file
- Correct python3-sqlalchemy-migrate requirement and drop useless
openstack-keystone.defaultconf file
* Wed Feb 3 2021 wangxiyuan <wangxiyuan1007@gmail.org>
- Support OpenStack Victoria release

View File

@ -1,3 +1,3 @@
# By default, keystone starts a service on IANA-assigned port 35357
# http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt
net.ipv4.ip_local_reserved_ports = 35357
net.ipv4.ip_local_reserved_ports = 5000