Merge "Add service_token_off to keystone hash"

This commit is contained in:
Jenkins 2016-05-23 14:34:09 +00:00 committed by Gerrit Code Review
commit 48fd2aa0a8
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": "Disable keystone service token",
"tooltip": "",
"value": "true",
},
"mcollective/user": {"label": "Mcollective user",
"tooltip": "",
"value": "mcollective"},