Files
python-brick-cinderclient-ext/releasenotes/notes/windows-support-c12b7b922aa43272.yaml
Lucian Petrut 26495b75bb Fix Windows support
With a single line change, we can use this cinder client extension
on Windows. This patch will avoid the os.getuid call, which is
unavailable on Windows.

Note that on Windows, we aren't doing any privilege escalation,
assuming that we already have the required rights.

Here's a sample: http://paste.openstack.org/raw/802466/

Change-Id: Ic554b5df2adee38b97665c578ca69b33c8694ca7
2021-02-19 17:05:58 +02:00

5 lines
47 B
YAML

---
features:
- |
Added Windows support.