v3 endpoint related commands access service.name without check
Bug #1406737 reported by
Zhiyuan Cai
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released
|
Undecided
|
Zhiyuan Cai | ||
Bug Description
Currently v3 endpoint create, list and show commands access Service object's name attribute directly without check. However, name is not a required attribute of Service object. So if we create a service without name and create an endpoint with that service, using v3 command, we will get an AttributeError when executing v3 endpoint list and show commands later.
| Changed in python-openstackclient: | |
| assignee: | nobody → Zhiyuan Cai (luckyvega-g) |
| Changed in python-openstackclient: | |
| milestone: | none → m7 |
| Changed in python-openstackclient: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/144857
Review: https:/