Debian Patches
Status for python-blazarclient/4.6.0-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| Fix-typo-in-reservation-host-unset-entry-point.patch | Fix "reservation host unset" typo in setup.cfg In commit 5a40d6a "Add host unset command" (Hibiscus 4.6.0) registered the openstackclient entry point as referencing a non-existent UnsetAttributeHost class, whereas the actual class defined in blazarclient/v1/shell_commands/hosts.py is UnsetAttributesHost. . As a result, openstackclient fails to load the plugin and prints: Could not load 'reservation_host_unset': module 'blazarclient.v1.shell_commands.hosts' has no attribute 'UnsetAttributeHost' on every `openstack` invocation, and `openstack reservation host unset` is unavailable. The `blazar host-unset` command was not affected, as blazarclient/shell.py references the correct class name. =================================================================== |
Thomas Goirand <zigo@debian.org> | yes | 2026-09-18 |
