summaryrefslogtreecommitdiff
path: root/troveclient/v1/flavors.py
diff options
context:
space:
mode:
Diffstat (limited to 'troveclient/v1/flavors.py')
-rw-r--r--troveclient/v1/flavors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/troveclient/v1/flavors.py b/troveclient/v1/flavors.py
index 56479e2..64238ab 100644
--- a/troveclient/v1/flavors.py
+++ b/troveclient/v1/flavors.py
@@ -41,7 +41,7 @@ class Flavors(base.ManagerWithFind):
:rtype: list of :class:`Flavor`.
"""
return self._list("/datastores/%s/versions/%s/flavors" %
- (datastore, version_id),
+ (datastore, version_id),
"flavors")
def get(self, flavor):