11 Commits

Author SHA1 Message Date
ricolin
35047c131f Replace github with openstack git repo
git.openstack.org is our official server, github is just a
read-only mirror.

Linking to github might also raise the expectation that we use the usual
github workflow which is not the case.

Change-Id: I3b3e8213c264757838c8e5fd33221eebf219cdc8
2015-10-21 09:51:40 +08:00
Pradeep Kumar Singh
355418374b Change "ReST" to "REST" in developer doc
Closes-Bug: #1461023

Change-Id: I4a1142ef25f2cf5f4e1c2b41243173dc6cebcce1
2015-06-03 21:26:29 +05:30
Shilla Saebi
47ea20b8ea changed heat dev docs to comply with conventions
With the incorporation of many projects within OpenStack, it's very important to
use standards in the documentation This is important for formalization as well
as consistency
the proper usage is: heat or Orchestration or Orchestration module
heat should not be capitalized
https://wiki.openstack.org/wiki/Documentation/Conventions

Change-Id: Ia8d7f1429f877e4c88fc9b210948b63443376ba0
2015-04-24 22:03:07 -04:00
Andreas Jaeger
929fa9cfdd Remove heat-cli-guide
The heat command line clients are documented now better in the
OpenStack End User Guide:

http://docs.openstack.org/user-guide/content/heat-stack-create.html
http://docs.openstack.org/user-guide/content/heat_client_commands.html

The content here is thus not needed anymore, as the README.rst says:
"This documentation should eventually end up in the OpenStack
documentation repositories `api-site` and `openstack-manuals`."

Change-Id: I297252d7f8eee383ce6252a5db44111630fbe29b
2014-01-15 08:41:48 +01:00
Diane Fleming
e9916f7fdd update pom.xml files with clouddocs-maven-plugin version 1.12.2
Change-Id: I5d4633bd53697deafe5c2348d581b81186e6ab1c
author: diane fleming
2014-01-10 13:02:32 -06:00
Mike Asthalter
99f4f1bd9a Begin 3 chapters for Orch API Ref Manual
- The original heat wadl (heat-api-1.0.wadl) and the samples have now
been deleted from this repo. The wadl has been renamed and migrated
to the following location along with the samples:
https://github.com/openstack/api-site/blob/master/api-ref/src/wadls/
orchestration-api/src/v1/orchestration-api.wadl

- Inserted api-ref/src/wadls/heat-api/src/README.rst file in repo
that specifies the new wadl location.

- Updated pom file to latest version of clouddocs-maven-plugin.

- Currently clouddocs-maven-plugin 1.11.0 has a bug which creates
new sections for the request and response examples for each API
call. This will be fixed in an upcoming release of the plugin.

- Several remarks are inserted in the manual text and marked with
security="writeronly" so they do not appear in the output. You
are welcome to provide any answers and feedback you may have for
these remarks.

- Fix title for commit to resolve H803 build exception.

- Fix extra spaces in file /wadls/heat-api/src/README.rst, and
wrap lines in commit message at less than 70 characters.

Change-Id: I478b394268f64b41317ab77fff6d6366ddd7efa1
2013-10-09 10:04:33 -05:00
ZhiQiang Fan
82b7aa6c6c Replace OpenStack LLC with OpenStack Foundation
Change-Id: Ia3489a1cff5070b000098e278c772cb823ae688c
Fixes-Bug: #1214176
2013-09-20 02:43:12 +08:00
Steven Dake
ed0fb7e823 Rename Quantum to Neutron
quantumclient is gone upstream and has been replaced by neutronclient.

This patch retains the OS::Quantum::XX namespace

Fixes: bug #1197208

Change-Id: Id48f9598ea1884132d411ad533770ae49494102b
2013-08-06 22:08:27 -07:00
Angus Salkeld
95ac80a0d5 API support for Environments
Support "Environment" section in the create/update body.
We the roll up the parameters and the environment and send
that as json using the rpc "params" argument. So no changes
to the rpc layer are needed. The engine knows how to deal
with both formats in the Environments class.

blueprint envirnonments
Change-Id: I6d6085d5c052a5f9115ecd46891b00d2fad4d1db
2013-06-17 20:26:28 +10:00
Zane Bitter
f8b684d9a8 ReST API: Translate the documentation to WADL
Change-Id: Ib1847ee2266d188f198fdf8fb7feb53770d9c1a5
2013-04-04 19:25:24 +02:00
Steve Baker
c4777794e7 A new documention structure, ready for contributions
Here are some skeletons for the documentation which will need to be written.

doc/source
	A Sphinx based document which will be aimed at heat developers.
    	This also contains .rst files which generate the man files
doc/docbkx/api-ref
	Docbook and WADL for the REST API, with the intent of moving this
	to api-site to publish to api.openstack.org
doc/docbkx/heat-admin
	Docbook manual targeted at Heat admins, with the intent of moving this
        to openstack-manuals to publish to docs.openstack.org
doc/docbkx/heat-cli
	Docbook manual targeted at users of the Heat CLI, with the intent of
	moving this to openstack-manuals to publish to docs.openstack.org

Dude, wheres my man pages?
docs/man
	is deleted, now generated into doc/build/man

Packaging will need to be updated to generate the man pages

Change-Id: Idf2f37086b6f97df18ed57172de2f9e3d4c7706a
2012-12-19 10:22:35 +13:00