Fix docs about using SupportStatus for object after
deprecation period. Also, fix several typos and
format mistakes.
Change-Id: I4d26f9977859ff845d7ff561cdd64180f5b848c4
Closes-bug: #1484868
Currently base_attributes_schema omitted in docs,
so there's no chance to learn about base attributes.
This patch adds base_attributes_schema to docs and
fixes description of "show" base attribute.
Change-Id: Id382e39401d368367f1813e7f9e4508d4dffef72
Closes-bug: #1484142
when using ceilometer, ceilometer-anotification service is required
as it does all the processing. it is missing from the setup docs.
Change-Id: I4773f896dab580343ab445ec772c45dfe2f3ef7b
We still have couple places in docs and tests where use old version of
tag 2015.2. This patch replaces it by new tag 5.0.0.
Change-Id: I80ef87035ac002fa41ce7119d1f1b0dc616ba024
Add documentation page with Support Status usage guide.
It contains information about deprecation process and
description how to use SupportStatus class.
bp deprecating-improvements
Change-Id: Iaee7334006997fc154edaddae3d78e617fb2cb82
qpid-python is only needed if the qpid backend is actually used.
when it is part of requirements.txt, loading of heat-engine
(which is done via stevedore) fails as it forcefully requires
qpid-python then. However heat seems to work just fine without it.
Change-Id: I1c49ec709995da145849d8616fe7207908637fb9
Added the required property 'name' to the KeyPair resource 'my_key' in
the Create a key pair example.
Existing example failed due to missing property 'name'.
Change-Id: If3db4afb0dc5cb69780b03cf2d91c06d5d6996ef
Add HIDDEN status to SupportStatus and it's supporting
in code: hiding objects with HIDDEN status in docs and
resousce-type-list.
bp deprecating-improvements
Change-Id: Iebd77d769966bab321aeaf3e23b7f54e9456ad13
Now that we moved the template_guide in-tree, the hotref sphinx
directive doesn't work anymore and isn't needed. This replaces it with
ref directives and a missing-reference handler managing resources.
Change-Id: I5cba4b96894878a57d577c74dd6ade7fd252b164
This change stops generating JSON (cfn) and YAML example snippets
for resource types. These are ancient and only cause clutter in
the docs.
Change-Id: I94d3a3400f0e9ba8404c2da4364e5f9acc7dc4b2
This commit integrates functionality from the `openstack.common.report`
module into Heat. This enables Heat services to receive SIGUSR1 and
print a Guru Meditation Report to stderr or file. The required modules
were added to 'openstack-common.conf' as well.
Change-Id: I36af98590e5556f012b0e9f79e21585e216b7280
Blueprint: guru-meditation-report
Co-Authored-By: huangtianhua <huangtianhua@huawei.com>
Adds a new intrinsic function to split strings into lists, and optionally
return a specific list item by index (similar to get_attr/get_param path
based attributes).
Syntax is:
str_split: [",", "apples,pears"]
which returns ["apples", "pears"]
Or with an optional index:
str_split: [",", "apples,pears", 1]
which returns "pears"
Change-Id: Ibc7a315bee278b8a49e44475206361b639536688
blueprint: str-split
Bump the HOT version for the Liberty release, currently planned
for 2015-10-15 [1]
This is the same as 2015-04-30 other than the removal of the
last remaining CFN compatible function, Fn::Select, which should
now be replaced by path based attributes/parameters, e.g:
{get_attr: [aResource, anAttribute, <list index>]}
{get_param: [aListParam, <list index>]}
[1] https://wiki.openstack.org/wiki/Liberty_Release_Schedule
Change-Id: I10e5b12b84a6de01dd3f8a37a2d6cb644f319049
The HOT Guide was formerly located in the User
Guide. This patch merges those files into the
heat docs repository in the Template Guide
directory.
Change-Id: I559b1b3edb42b1de40013c37e5967d8898c8a916
Closes-Bug: #1461720
Latest devstack does not support CEILOMETER_BACKEND=mongo
in local.conf. So we need to fix it in the documentation for
newbies.
Change-Id: I48747be9d5c54d496653439d731f0ef77201a4f2
As discussed in the Liberty Design Summit "Moving apps to Python 3"
cross-project workshop, the way forward in the near future is to
switch to the pure-python PyMySQL library as a default.
https://etherpad.openstack.org/p/liberty-cross-project-python3
Also set the OS_TEST_DBAPI_ADMIN_CONNECTION override variable so
that oslo.db opportunistic detection will know to use PyMySQL until
I12b32dc097a121bd43991bc38dd4d289b65e86c1 makes it the default
behavior.
Change-Id: I17e052215ce6e1604cdda848ccc20862452ccbc7
Co-Authored-By: Victor Sergeyev <vsergeyev@mirantis.com>
Currently the headings for Hello World HOT template
and AWS Wordpress Single Instance Template pages is
"Template". This patch modifies the heading
of these pages.
Closes-Bug: #1337108
Change-Id: Ib1aaf1000f085b1b9568ef4f2322e7519703c838
This patch changes "Devstack" to "DevStack" and
"Openstack" to "OpenStack" in HEAT developer
documentation, so that their uses can be unified.
Closes-Bug: #1461456
Change-Id: Ie01b1a87205430672e56a41a51764b975090c1f9
This change adds a new page to the sphinx documentation that lists all
the resources that are not officially supported, such as those marked as
deprecated, unsupported, prototype, etc.
Change-Id: I0a14899f4f9e1539242f898f2d74d2677689d260