aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/keystone
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2016-08-08 13:53:55 +0200
committerThomas Duval <thomas.duval@orange.com>2016-08-08 13:53:55 +0200
commit7b46b233d9d6a8c48d52bff2cc6e77869d44d698 (patch)
tree2599aad49ff4bc95debfc20b726ef22e47c74ab7 /keystone-moon/keystone
parente24eec03210b9efc996840fb2e269abe570b46e3 (diff)
Update configurations
Change-Id: I8d65b73e1bfed94241a558660ae99fa22e0c22b4
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.'),
]