Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Fix_missing_version_argument_for_v1_client.patch | Fix missing version argument for v1 client Currently v1 Client class does not work without the version argument explicitly given, but this requirement is quite redundant because v1 Client class, instead of the base Client class, is used. . Restore a few defaults which were removed by [1], to fix direct usage of v1 Client. . [1] b3f3912a71ff1c2e85e5c2e3bed40c744312de3d . diff --git a/barbicanclient/client.py b/barbicanclient/client.py index 309432e..fc1ade6 100644 |
Takashi Kajinami <kajinamit@oss.nttdata.com> | no | upstream, https://review.opendev.org/c/openstack/python-barbicanclient/+/934227 |