From 6e9acd5fef13be5bb88b2d090d07e25a16e5c472 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 30 Sep 2022 11:09:28 +0100 Subject: [PATCH] Fix pre-commit issues I should have fixed these when adding pre-commit initially. Change-Id: I082594b6dac985754c307dba6af61a6854d20d35 Signed-off-by: Stephen Finucane --- openstack/cloud/cmd/inventory.py | 4 ---- .../notes/add_image_import_support-6cea2e7d7a781071.yaml | 2 +- releasenotes/notes/volume-quotas-5b674ee8c1f71eb6.yaml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) mode change 100755 => 100644 openstack/cloud/cmd/inventory.py diff --git a/openstack/cloud/cmd/inventory.py b/openstack/cloud/cmd/inventory.py old mode 100755 new mode 100644 index 450669b1f..548ddf15f --- a/openstack/cloud/cmd/inventory.py +++ b/openstack/cloud/cmd/inventory.py @@ -65,7 +65,3 @@ def main(): sys.stderr.write(e.message + '\n') sys.exit(1) sys.exit(0) - - -if __name__ == '__main__': - main() diff --git a/releasenotes/notes/add_image_import_support-6cea2e7d7a781071.yaml b/releasenotes/notes/add_image_import_support-6cea2e7d7a781071.yaml index 22b35ce6b..da0ffe599 100644 --- a/releasenotes/notes/add_image_import_support-6cea2e7d7a781071.yaml +++ b/releasenotes/notes/add_image_import_support-6cea2e7d7a781071.yaml @@ -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 diff --git a/releasenotes/notes/volume-quotas-5b674ee8c1f71eb6.yaml b/releasenotes/notes/volume-quotas-5b674ee8c1f71eb6.yaml index dfb3b1cd6..2507aacf2 100644 --- a/releasenotes/notes/volume-quotas-5b674ee8c1f71eb6.yaml +++ b/releasenotes/notes/volume-quotas-5b674ee8c1f71eb6.yaml @@ -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 \ No newline at end of file