Add description to the help of enable_instance_password
enable_instance_password in tempest.conf is a little
confusing to users who are not so familier with nova.
So this is to add a simple guide for setting its value
(just the same as the value in nova.conf)
Change-Id: I1ee732c3673cac1b64dcadeb1f6f65e3691fd9c6
diff --git a/tempest/config.py b/tempest/config.py
index 3fd20ab..1d89eb0 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -370,7 +370,8 @@
default=True,
help='Enables returning of the instance password by the '
'relevant server API calls such as create, rebuild '
- 'or rescue.'),
+ 'or rescue. This configuration value should be same as '
+ 'nova.conf: DEFAULT.enable_instance_password'),
cfg.BoolOpt('interface_attach',
default=True,
help='Does the test environment support dynamic network '