Files
python-troveclient/troveclient/v1
Hirotaka Wakabayashi 4815692d8c Uses the "network_id" param creating a cluster
This PR replaces a request parameter name "net-id" with "network_id"
creating a cluster. When creating a cluster, Clusters API internally
calls Instaces API to create a instance. A request parameter name to
create instances has changed[1] but python-troveclient still uses
old parameter name when creating a cluster.

The original problem is instance creation error when creating a
instance that belongs to a cluster. Troves's Instances API has
changed a parameter name from "net-id" to "network_id", but Clusters
API and python-troveclient still uses the "net-id" parameter name.
We need to fix it.

[1]: 5354172407

Task: 44925
Story: 2009958
Change-Id: Ia3d1d6f451296eba34f2389da184c41a7ee9e84e
2022-04-09 18:07:58 +00:00
..
2014-02-04 11:14:58 +04:00
2020-07-16 23:03:53 +12:00
2020-11-13 20:53:10 +13:00
2020-01-12 23:40:33 +13:00
2020-11-13 20:53:10 +13:00
2020-11-21 23:44:42 +00:00
2020-03-31 13:33:41 +02:00
2016-08-25 13:49:08 +00:00
2015-12-10 11:23:53 -05:00