trove/trove/cluster
zhanggang 650235435d Log the right attached configuration id
Method 'rolling_configuration_update' in trove/cluster/models.py.
It allow re-applying the same configuration to an instance.In if code
block, if the instance does not attach any configuration or it has
attached the configuration that the parameter passed, then do attach
thing. "else" block means the instance has attached another config,
should use "instance.configuration.id" instead of "configuration_id",
one is a attached configuration, one is a wanted configuration, and
they are not the same.
Besides, fix a spelling mistake in trove/instance/models.py

Change-Id: I4b6fb338de611ce39a8173dcf4b6e17714c380b9
Closes-Bug: 1693466
2017-06-01 21:53:15 -04:00
..
__init__.py Clusters API Implementation 2014-08-29 11:22:07 -07:00
models.py Log the right attached configuration id 2017-06-01 21:53:15 -04:00
service.py Handle log message interpolation by the logger in cluster/ 2017-02-14 15:50:26 +01:00
tasks.py Add configuration support for clusters 2017-01-19 17:13:43 +00:00
views.py Add configuration support for clusters 2017-01-19 17:13:43 +00:00