summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-03-01 21:12:33 +0000
committerGerrit Code Review <review@openstack.org>2015-03-01 21:12:33 +0000
commitebcc41d179969467eb1cca3b679842bd3fef96a8 (patch)
tree7563edccb1fd5471aa41358f0055040db539a779
parent7f5cb6582c937c77df4e7114ae1a56af69df0119 (diff)
parentea9d4f912d13fef508ac772b6d9c7fc2b8e57368 (diff)
downloadpython-troveclient-ebcc41d179969467eb1cca3b679842bd3fef96a8.tar.gz
Merge "Changed documentation for datastore parameter for configuration-create"
-rw-r--r--troveclient/v1/shell.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/troveclient/v1/shell.py b/troveclient/v1/shell.py
index 5f78142..d945c9f 100644
--- a/troveclient/v1/shell.py
+++ b/troveclient/v1/shell.py
@@ -954,7 +954,8 @@ def do_configuration_attach(cs, args):
@utils.arg('values', metavar='<values>',
help='Dictionary of the values to set.')
@utils.arg('--datastore', metavar='<datastore>',
- help='Datastore assigned to the configuration group.')
+ help='Datastore assigned to the configuration group. Required if '
+ 'default datastore is not configured.')
@utils.arg('--datastore_version', metavar='<datastore_version>',
help='Datastore version ID assigned to the configuration group.')
@utils.arg('--description', metavar='<description>',