Grégory Starck 72fb7f84c1 Add: completed keystone pack
Change-Id: I38ce92f0eb5c8d174ab1810903102acde6eeddba
2015-01-16 17:23:14 -05:00

25 lines
730 B
Plaintext

{
"name":"linux-keystone",
"description":"Shinken pack for monitoring OpenStack Keystone",
"path":"",
"macros":{
"_OS_AUTH_URL": {"type": "url",
"description": "Auth URL"
},
"_OS_USERNAME": {"type": "string",
"description": "OpenStack username"
},
"_OS_PASSWORD": {"type": "string",
"description": "OpenStack password"
},
"_OS_TENANT": {"type": "string",
"description": "OpenStack tenant name"
},
"_KS_SERVICES": {"type": "string",
"description": "Keystone services to expect"
},
}