Comment 0 for bug 1240285

Revision history for this message
Dan Nguyen (daniel-a-nguyen) wrote : Add service url command line option and env var

The old trove client interface allowed for switching the service url.
Following refactoring of the trove client we lost the ability.

Currently the trove client will parse the service catalog and select the correct endpoint for the database service.
This is always the production environment.

We would like to use trove client for staging environments.

1) we can add --service_url as a command line option
2) we can read from an environment variable as well