mitchellh / vagrant-rackspace

Use Vagrant to manage Rackspace Cloud instances.
MIT License
236 stars 155 forks source link

Updated to allow finding image and flavor using integers or strings. #110

Closed krames closed 10 years ago

krames commented 10 years ago

This fixes issue #109.

Fog still needs to be modified to url encode flavor and image ids.

krames commented 10 years ago

I have also submitted a pr https://github.com/fog/fog/pull/3013 to escape flavor and image ids.