Hi,
I use vagrant with digitalocean plugin. This plugin finds images by slug, but when i create a snaphsot, a slug value of this snapshot is null. So I can’t create a droplet from a snaphshot by Vagrant.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi! Currently slugs are used only for official DO images (e.g. ubuntu-14-04-x64
). However, you are welcome to post a suggestion on our suggestions board.
I’m having the same issue. Is there any solution for this? For our particular project we need the ability to leverage vagrant for spinning up droplets base on our snapshots. Is this possible any other way?