mitchellh / vagrant-rackspace

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

Set the user agent #137

Closed etoews closed 7 years ago

etoews commented 9 years ago

If possible, set the user agent header to be prepended with vagrant/{version} so we know when and how Vagrant is being used on Rackspace.

ghost commented 7 years ago

Did you ever figure this out?

etoews commented 7 years ago

Nope.

ghost commented 7 years ago

Here is a pull request I made to Vagrant that might fix your issue. Simple set the VAGRANT_USER_AGENT env var to what you want, and it should do the rest. We tested it and it works for my team.

https://github.com/mitchellh/vagrant/pull/8386