You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gone through some of the past pull requests and issues, I've found two around the topic of uploading images to openstack/glance directly from packer:
Neither of these have been merged though. I have started writing my own one outside of packer and would love to get feedback, improve it, and eventually merge it in with master.
I have extended gophercloud to support the creation of images and the uploads of their binaries:
I'm currently working on tests... Got any recommendations/examples on how to mock up the openstack service client? I took a brief look at other tests and they just seemed to avoid talking to external sources.
Thanks,
Ian.
The text was updated successfully, but these errors were encountered:
This issue was originally opened by @imduffy15 as hashicorp/packer#2678. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
Hey All,
I've gone through some of the past pull requests and issues, I've found two around the topic of uploading images to openstack/glance directly from packer:
Neither of these have been merged though. I have started writing my own one outside of packer and would love to get feedback, improve it, and eventually merge it in with master.
I have extended gophercloud to support the creation of images and the uploads of their binaries:
Using this extended gophercloud I've built out a packer plugin to upload a qcow2 or raw file outputted by qemu up
I'm currently working on tests... Got any recommendations/examples on how to mock up the openstack service client? I took a brief look at other tests and they just seemed to avoid talking to external sources.
Thanks,
Ian.
The text was updated successfully, but these errors were encountered: