Fix pre-commit issues

I should have fixed these when adding pre-commit initially.

Change-Id: I082594b6dac985754c307dba6af61a6854d20d35
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2022-09-30 11:09:28 +01:00
parent 2535ba7a28
commit 6e9acd5fef
3 changed files with 2 additions and 6 deletions

4
openstack/cloud/cmd/inventory.py Executable file → Normal file
View File

@ -65,7 +65,3 @@ def main():
sys.stderr.write(e.message + '\n')
sys.exit(1)
sys.exit(0)
if __name__ == '__main__':
main()

View File

@ -1,7 +1,7 @@
---
features:
- Add ability to create image without upload data at the same time
- Add support for interoperable image import process as introduced in the
- Add support for interoperable image import process as introduced in the
Image API v2.6 at [1]
[1]https://developer.openstack.org/api-ref/image/v2/index.html#interoperable-image-import

View File

@ -1,3 +1,3 @@
---
features:
features:
- Add new APIs, OperatorCloud.get_volume_quotas(), OperatorCloud.set_volume_quotas() and OperatorCloud.delete_volume_quotas() to manage cinder quotas for projects and users