blob: 784d19ec8fd68e65a4d33849a8c0901c4a486f9d (
plain)
1
2
3
4
5
6
7
8
|
---
fixes:
- |
Fix an issue with ``endpoint list`` working slow because it is issuing one GET
request to /v3/services/<id> Keystone API for each endpoint. In case of HTTPS
keystone endpoint and multiple regions it can take significant amount of time.
[Bug `1719413 <https://bugs.launchpad.net/python-openstackclient/+bug/1719413>`_]
|