novaclient can't parse keystone v3 catalog correctly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Invalid
|
Undecided
|
Yaguang Tang |
Bug Description
V3 service catalog:
[{u'endpoints': [{u'id': u'6c205a937fc94
V2 service catalog:
[{u'endpoints': [{u'adminURL': u'http://
73 for endpoint in endpoints:
74 # Ignore 1.0 compute endpoints
75 if service.get("type") == 'compute' and \
76 endpoint.
77 continue
78 if not filter_value or \
79 endpoint.
80 endpoint[
81 matching_
82
83 if not matching_endpoints:
84 raise novaclient.
85 elif len(matching_
86 raise novaclient.
87 endpoints=
88 else:
affects: | python-neutronclient → python-novaclient |
Changed in python-novaclient: | |
assignee: | nobody → Yaguang Tang (heut2008) |
Fix proposed to branch: master /review. openstack. org/81749
Review: https:/