From 7b46b233d9d6a8c48d52bff2cc6e77869d44d698 Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Mon, 8 Aug 2016 13:53:55 +0200 Subject: Update configurations Change-Id: I8d65b73e1bfed94241a558660ae99fa22e0c22b4 --- keystone-moon/keystone/contrib/moon/core.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keystone-moon/keystone/contrib') 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.'), ] -- cgit 1.2.3-korg