Allow overriding the service type and name
Bug #1462059 reported by
Everett Toews
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python client library for Zaqar |
Confirmed
|
Medium
|
Junyuan Leng |
Bug Description
Different OpenStack cloud often use different service types and service names. Zaqar needs the ability to easily override both service type and name for interoperability.
The env vars should be
ZAQAR_SERVICE_TYPE
ZAQAR_SERVICE_NAME
Trove already does this in its client
Optional arguments:
...
--service-type <service-type> Defaults to database for most actions. env[TROVE_
--service-name <service-name> Defaults to env[TROVE_
...
Changed in python-zaqarclient: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in python-zaqarclient: | |
assignee: | nobody → Junyuan Leng (junyuan-leng) |
To post a comment you must log in.