congress/doc/source
Tim Hinrichs bc0c346391 Add namespace 'builtin' for builtins
Previously, builtins and helper tables were in the same namespace.
This is problematic because whenever we introduce a new builtin,
it would override any helper tables that a user had written
using that same name.

In this change, all builtins are prefixed with builtin: so we are free
to add as many new builtins as we like.  So that we can officially
deprecate the bare version of builtins (i.e. builtins not prefixed
by builtin:), the bare version is still allowed.  Once the deprecation
period is over, we will remove support for bare builtins.

Change-Id: I0438826289a4219b9d1043f8132ba5d193e8751b
2017-01-05 08:25:35 -08:00
..
inactive Edit remaining docs for kilo 2015-04-24 11:39:32 -07:00
aliases.rst First cut of user-docs 2014-03-18 14:57:55 -07:00
api.rst Editing pass over docs 2016-09-09 10:55:55 -07:00
architecture.rst Removed extra dashes in title lines 2016-07-21 13:13:03 -05:00
cloudservices.rst Minor updates of docs in datasource creation section 2016-11-08 14:38:39 +05:30
codeoverview.rst Remove outdated changes in docs 2016-09-23 15:47:14 +05:30
conf.py [Trivial] Remove unnecessary executable privilege 2016-05-09 23:44:28 +08:00
contributing.rst Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
deployment.rst Update haht docs 2016-09-30 03:02:34 -07:00
enforcement.rst Add reactive enforcement example in doc 2015-11-05 00:19:54 +00:00
ha-deployment.rst start datasource drivers before policy engine 2016-12-09 21:51:54 +00:00
ha-overview.rst Update haht docs 2016-09-30 03:02:34 -07:00
index.rst Editing pass over docs 2016-09-09 10:55:55 -07:00
policy.rst Add namespace 'builtin' for builtins 2017-01-05 08:25:35 -08:00
README.rst Fix few typos 2015-09-19 00:04:34 +05:30
release.rst Newer release notes are not traceable 2016-10-18 05:33:55 +00:00
troubleshooting.rst Fix few typos 2015-09-19 00:04:34 +05:30
tutorial-tenant-sharing.rst Keystone CLI is removed and so replaced with openstack CLI 2016-09-07 05:26:56 +00:00