mitchellh / vagrant-rackspace

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

Added Rackspace provider-specific configuration option: metadata #72

Closed seanorama closed 10 years ago

seanorama commented 10 years ago

Adding Rackspace provider-specific configuration option: metadata

Rackspace API documentation here: http://docs.rackspace.com/servers/api/v2/cs-devguide/content/MetadataSection.html

This was borrowed from the OpenStack plugin: https://github.com/cloudbau/vagrant-openstack-plugin

p.s. My first pull request, so feel free to bash/teach me the right way to do things

krames commented 10 years ago

LGTM! Thanks for the contribution!