Add service_token_off to keystone hash

Adding service_token_off to astute.yaml lets us reuse a
fuel-library single class to disable the keystone service
token.

Change-Id: Idb7694b19792a6c43c2752867da7c34b995513d0
Partial-Bug: #1582893
This commit is contained in:
Matthew Mosesohn 2016-05-23 15:05:47 +03:00
parent 582fbcc301
commit 4d88676620
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"},