aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/keystone
diff options
context:
space:
mode:
authorRuan HE <ruan.he@orange.com>2016-08-08 15:34:13 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-08 15:34:13 +0000
commitaf6f8145508476953ba65b4e0f3797f849327214 (patch)
tree1ec604a8f6139732033fb629753764383c526638 /keystone-moon/keystone
parent4d6eef4bff33e13037a1ef34b2031ab3467ee80a (diff)
parent7b46b233d9d6a8c48d52bff2cc6e77869d44d698 (diff)
Merge "Update configurations"
Diffstat (limited to 'keystone-moon/keystone')
-rw-r--r--keystone-moon/keystone/contrib/moon/core.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/keystone-moon/keystone/contrib/moon/core.py b/keystone-moon/keystone/contrib/moon/core.py
index 83657317..943b8e78 100644
--- a/keystone-moon/keystone/contrib/moon/core.py
+++ b/keystone-moon/keystone/contrib/moon/core.py
@@ -54,13 +54,13 @@ OPTS = [
default='policy_root',
help='Local directory where Root IntraExtension configuration is stored.'),
cfg.StrOpt('master',
- default='',
+ default='http://localhost:35357/',
help='Address of the Moon master (if empty, the current Moon is the master).'),
cfg.StrOpt('master_login',
- default='',
+ default='admin',
help='Login of the Moon master.'),
cfg.StrOpt('master_password',
- default='',
+ default='nomoresecrete',
help='Password of the Moon master.'),
]