Merge "Add service_token_off to keystone hash"

This commit is contained in:
Jenkins 2016-05-19 15:36:41 +00:00 committed by Gerrit Code Review
commit 5393ca89f6
1 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,11 @@ class ServicePasswords(urwid.WidgetWrap):
"tooltip": "",
"value": pwgen.password(),
},
"keystone/service_token_off": {
"label": "Master node monitoring password",
"tooltip": "",
"value": True,
},
"mcollective/user": {"label": "Mcollective user",
"tooltip": "",
"value": "mcollective"},