Grégory Starck 163dd1c538 Added pack files for Glance
Change-Id: Ic19c5e63a6d489184833047c7c73885a6efe380b
2015-01-16 17:37:30 -05:00

33 lines
979 B
Plaintext

{
"name":"linux-glance",
"description":"Check Glance service",
# NEXT LINES ARE SAMPLES: YOU CAN DELETE IT
"macros":{
"_OS_AUTH_URL": {"type": "string",
"description": "The Auth API URL",
},
"_OS_USERNAME": {"type": "string",
"description": "The Auth API username",
},
},
"_OS_PASSWORD": {"type": "string",
"description": "The Auth API password",
},
},
"_OS_TENANT_NAME": {"type": "string",
"description": "The Tenant name",
},
},
"_OS_GLANCE_URL": {"type": "string",
"description": "The Glance URL",
},
},
}