Browse Source
Fixes #140 Change-Id: Iafedefbf2e564760f560ca5f44a44b0cb943fede Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>changes/57/157/2
1 changed files with 45 additions and 0 deletions
@ -0,0 +1,45 @@
|
||||
'\" t |
||||
.\" Title: heat |
||||
.\" Author: [see the "AUTHOR" section] |
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> |
||||
.\" Date: 03/31/2012 |
||||
.\" Manual: System administration commands |
||||
.\" Source: Heat 0.0.1 |
||||
.\" Language: English |
||||
.\" |
||||
.TH "HEAT" "1" "03/31/2012" "HEAT 0\&.0\&.1" "System administration commands" |
||||
.\" ----------------------------------------------------------------- |
||||
.\" * set default formatting |
||||
.\" ----------------------------------------------------------------- |
||||
.\" disable hyphenation |
||||
.nh |
||||
.\" disable justification (adjust text to left margin only) |
||||
.ad l |
||||
.\" ----------------------------------------------------------------- |
||||
.\" * MAIN CONTENT STARTS HERE * |
||||
.\" ----------------------------------------------------------------- |
||||
.SH "NAME" |
||||
heat-metadata \- API server to access and manipulate metadata of Heat stacks |
||||
.SH "SYNOPSIS" |
||||
.sp |
||||
heat-metadata |
||||
.SH "DESCRIPTION" |
||||
.sp |
||||
\fBHeat Metadata\fR provides a restful API to metadata of each stack and resource managed by \fBHeat\fR\&. |
||||
.sp |
||||
It also allows instances to send usage statistics (similar to the CloudWatch |
||||
functionality)\&. |
||||
.sp |
||||
The \fBMetadata server\fR communicates with \fBHeat engine\fR which takes care of the actual database access\&. |
||||
.RE |
||||
.PP |
||||
.SH "AUTHOR" |
||||
.sp |
||||
See the AUTHORS file for a complete list of contributors\&. |
||||
.SH "COPYRIGHT" |
||||
.sp |
||||
Copyright \(co 2012, Red Hat Inc |
||||
.sp |
||||
Heat is released under the terms of the ASL 2 License\&. |
||||
.sp |
||||
Extensive documentation as well as IRC and mailing list info is available on the heat home page: http://heat\&-api\&.org/ |
Loading…
Reference in new issue