This issue is fixed in openstacksdk so marking it as invalid for Glance. ** Changed in: glance Status: New => Invalid
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1863209 Title: [openstacksdk] image name is not set if filename is not passed to create_image method Status in Glance: Invalid Bug description: I want to create an image without uploading image data using openstacksdk create_image method. sdkconnection.image.create_image(name, allow_duplicates=True, **fields) fields = {"min_disk": min_disk, "min_ram": min_ram, "disk_format": "qcow2", "container_format": "bare", "sha256": <hash>, "visibility": "private"} Image is created successfully but it doesn't have any name to it. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1863209/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp