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: Ia22163d572a581f2f159396346fbb83cbe7bee94
Partial-Bug: #1582893
This commit is contained in:
Matthew Mosesohn 2016-05-19 14:26:53 +03:00
parent cc4628c865
commit 48f880e957
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": "Master node monitoring password",
"tooltip": "",
"value": True,
},
"mcollective/user": {"label": "Mcollective user",
"tooltip": "",
"value": "mcollective"},