Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

openstack - select server image & flavor to use #16

Open
drnic opened this issue May 29, 2013 · 1 comment
Open

openstack - select server image & flavor to use #16

drnic opened this issue May 29, 2013 · 1 comment

Comments

@drnic
Copy link
Contributor

drnic commented May 29, 2013

Store as inception.image_id & inception.flavor_id

@drnic
Copy link
Contributor Author

drnic commented May 29, 2013

I guess something like the following needs to go into cyoi:

            hl.choose do |menu|
              menu.prompt = "Choose OpenStack image (Ubuntu):  "
              fog_compute.images.each do |image|
                menu.choice(image.name) do
                  inception_image = image
                  settings["inception"]["image_id"] = inception_image.id
                  save_settings!
                end
              end
            end

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant