summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/db/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/api.py b/nova/db/api.py
index 3597732b9..e85ce9f16 100644
--- a/nova/db/api.py
+++ b/nova/db/api.py
@@ -48,7 +48,7 @@ flags.DEFINE_string('instance_name_template', 'instance-%08x',
flags.DEFINE_string('volume_name_template', 'volume-%08x',
'Template string to be used to generate instance names')
flags.DEFINE_string('snapshot_name_template', 'snapshot-%08x',
- 'Template string to be used to generate instance names')
+ 'Template string to be used to generate snapshot names')
IMPL = utils.LazyPluggable(FLAGS['db_backend'],