summaryrefslogtreecommitdiff
path: root/trove/common/strategies/cluster/experimental/mongodb/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'trove/common/strategies/cluster/experimental/mongodb/api.py')
-rw-r--r--trove/common/strategies/cluster/experimental/mongodb/api.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/trove/common/strategies/cluster/experimental/mongodb/api.py b/trove/common/strategies/cluster/experimental/mongodb/api.py
index 9c4ea4f7..87efaddd 100644
--- a/trove/common/strategies/cluster/experimental/mongodb/api.py
+++ b/trove/common/strategies/cluster/experimental/mongodb/api.py
@@ -58,7 +58,10 @@ class MongoDbCluster(models.Cluster):
@classmethod
def create(cls, context, name, datastore, datastore_version,
- instances, extended_properties, locality):
+ instances, extended_properties, locality, configuration):
+
+ if configuration:
+ raise exception.ConfigurationNotSupported()
# TODO(amcreynolds): consider moving into CONF and even supporting
# TODO(amcreynolds): an array of values, e.g. [3, 5, 7]