parse service version from console input bug
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released
|
Medium
|
Rui Chen | ||
Bug Description
When openstackclient parse service version, it will replace all 'os' with '', then if service name ends with os, it could not get right version. for example, when service name is antiddos, then version option is --os-antiddos-
bug code position is shell.py#
```
def _load_plugins(
"""Load plugins via stevedore
osc-lib has no opinion on what plugins should be loaded
"""
# Loop through extensions to get API versions
for mod in clientmanager.
option = mod.API_
```
| Changed in python-openstackclient: | |
| assignee: | nobody → Rui Chen (kiwik-chenrui) |
does this happen with a plugin now? do we need to raise the bug priority?