diff options
| author | Lingxian Kong <anlin.kong@gmail.com> | 2020-09-16 09:14:25 +1200 |
|---|---|---|
| committer | Lingxian Kong <anlin.kong@gmail.com> | 2020-09-15 21:15:48 +0000 |
| commit | 564edb7f63ffdc8ae9e0e9fb33afbf4bf60902ce (patch) | |
| tree | feb7d8005884d0e3944fb3f7275b6a6c14b548f8 | |
| parent | fee2df6a83cca1afecc7554279da9219abdc7381 (diff) | |
| download | python-troveclient-stable/train.tar.gz | |
Support region in CLItrain-em3.0.1stable/train
Change-Id: Ia0580a599fc2385d54def4e18e0780209b82eff7
| -rw-r--r-- | troveclient/osc/plugin.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/troveclient/osc/plugin.py b/troveclient/osc/plugin.py index 263192b..70c252b 100644 --- a/troveclient/osc/plugin.py +++ b/troveclient/osc/plugin.py @@ -34,7 +34,8 @@ def make_client(instance): LOG.debug('Instantiating database client: %s', trove_client) client = trove_client( auth=instance.auth, - session=instance.session + session=instance.session, + region_name=instance._region_name ) return client |
