softlayer / jumpgate

A simple library to make more clouds compatible with OpenStack.
http://softlayer.github.io/jumpgate/
MIT License
46 stars 30 forks source link

Jumpgate User Agent with the SoftLayer Client #148

Closed sudorandom closed 8 months ago

sudorandom commented 9 years ago

Currently, the user agent that Jumpgate emits when talking to SoftLayer's API is that of the SoftLayer bindings. This issue is to make the SoftLayer client in Jumpgate use a user agent specific to Jumpgate.

The work has already been done for softlayer-python to enabled custom user agents: https://github.com/softlayer/softlayer-python/pull/366

zhiyanliu commented 9 years ago

According to the upstream change [0] has been merged, I'd like to address this issue in jumpgate after that change get released with softlayer-python.

@sudorandom Do you think we could add a new option for user-agent in jumpgate like proxy config?

[0] https://github.com/softlayer/softlayer-python/commit/c926ec2fa23f6177f5a5e2004b637f160416d006