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
(cherry picked from commit 4d88676620)
This commit is contained in:
Matthew Mosesohn 2016-05-23 15:05:47 +03:00
parent 98593fab3e
commit 1a6c62256e
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ class servicepws(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"},