yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #06838
[Bug 1258160] [NEW] Got error if create image with v2 and update it with v1
Public bug reported:
When I was test something, I create an empty image with v2 by:
glance --os-image-api-version 2 image-create
And then I update it with v1 like:
glance image-update 82a0c149-7e3e-471b-921f-0df1ad780722 --name flwang_c_1 --disk-format raw --container-format bare
Then there will be an error as below though the update successfully.
int() argument must be a string or a number, not 'NoneType'
** Affects: glance
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1258160
Title:
Got error if create image with v2 and update it with v1
Status in OpenStack Image Registry and Delivery Service (Glance):
New
Bug description:
When I was test something, I create an empty image with v2 by:
glance --os-image-api-version 2 image-create
And then I update it with v1 like:
glance image-update 82a0c149-7e3e-471b-921f-0df1ad780722 --name flwang_c_1 --disk-format raw --container-format bare
Then there will be an error as below though the update successfully.
int() argument must be a string or a number, not 'NoneType'
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1258160/+subscriptions
Follow ups
References