trove/trove/common/strategies
zhanggang 9c0b830567 MongoDB create raise index out of range error
trove/common/strategies/cluster/experimental/mongodb/api.py
In MongoDBCluster.create,  use FOR loop to create config nodes.
But the code"for i in range(1, num_configsvr + 1)" means i start from 1,
while regions[i] in for loop should start from 0, otherwise would cause
the "IndexError: list index out of range" error.

Change-Id: I0e756685a11c6dafd9d44b7f5fe21e9affb10316
Closes-Bug: 1700055
2017-11-08 10:04:23 -05:00
..
cluster MongoDB create raise index out of range error 2017-11-08 10:04:23 -05:00
storage Handle log message interpolation by the logger in common/strategies/ 2017-03-03 15:13:30 +01:00
__init__.py Clusters API Implementation 2014-08-29 11:22:07 -07:00
strategy.py Add i18n translation common 5/5 2016-12-20 07:52:25 -06:00