[openstack-dev] [third-party] Nodepool: OpenStackCloudException: Image creation failed: 403 Forbidden: Attribute 'is_public' is reserved. (HTTP 403)
Asselin, Ramy
ramy.asselin at hpe.com
Thu Sep 24 17:04:28 UTC 2015
If anyone is getting the following stack trace in nodepool trying to upload images to their providers:
2015-09-24 09:16:53,639 ERROR nodepool.DiskImageUpdater: Exception updating image dpc in p222fc:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/nodepool/nodepool.py", line 979, in _run
self.updateImage(session)
File "/usr/local/lib/python2.7/dist-packages/nodepool/nodepool.py", line 1023, in updateImage
self.image.meta)
File "/usr/local/lib/python2.7/dist-packages/nodepool/provider_manager.py", line 531, in uploadImage
**meta)
File "/usr/local/lib/python2.7/dist-packages/shade/__init__.py", line 1401, in create_image
"Image creation failed: {message}".format(message=str(e)))
OpenStackCloudException: Image creation failed: 403 Forbidden: Attribute 'is_public' is reserved. (HTTP 403)
This was worked-around / fixed in this patch of shade which merged a few hours ago: https://review.openstack.org/#/c/226492/
It will be released to pypi "soon", but I don't know when. In the meantime you can pip install it from openstack-infra/shade master.
Ramy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150924/8f958864/attachment.html>
More information about the OpenStack-dev
mailing list