yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #85677
[Bug 1863209] Re: [openstacksdk] image name is not set if filename is not passed to create_image method
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
References