diff options
| author | Lingxian Kong <anlin.kong@gmail.com> | 2021-07-09 20:31:43 +1200 |
|---|---|---|
| committer | Lingxian Kong <anlin.kong@gmail.com> | 2021-07-09 20:47:13 +1200 |
| commit | 64f3f62368e3f278ce235d1cd22bc3b280d1f860 (patch) | |
| tree | 3a4109130529ec5c84c2bb09fa8e9850ebad418d /troveclient/v1 | |
| parent | 5ce2e998b9cee78121f14cbdf5e06382928e79c9 (diff) | |
| download | python-troveclient-7.1.1.tar.gz | |
Change-Id: Id0853dfb207bbd219755d46a9c0d6b4e897bfbeb
Diffstat (limited to 'troveclient/v1')
| -rw-r--r-- | troveclient/v1/instances.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/troveclient/v1/instances.py b/troveclient/v1/instances.py index 359deb1..75638d7 100644 --- a/troveclient/v1/instances.py +++ b/troveclient/v1/instances.py @@ -141,6 +141,7 @@ class Instances(base.ManagerWithFind): return self._create("/instances", body, "instance") def modify(self, instance, configuration=None): + """This method is deprecated, use update instead.""" body = { "instance": { } |
