Glance v1 is deprecated, '--is-public' is unavailable in
glance v2, this change will use '--visibility' instead in
jeos_building.rst.
Change-Id: Iacd77ef317044ce6ebc32a2882fb4b92bf02c4e3
This makes sure that type checking is done by oslo.config
on the test override values.
Change-Id: Ia8c1cb55fe98e9d06b9b9ff13e5c2d25aa67bff3
Closes-bug: #1517839
Rename source_path to translation_path in translation,
which clarifies, that the path means where we should do
changes.
Change-Id: I8ffc157dee95e9f5507773b3cf4969cf9a2a289b
API calls raising uncaught exceptions have previously caused problems,
especially when deleting stacks or cleaning up after a stack's partial
deletion. This commit explicitely documents this pitfall.
Change-Id: If86ef0deb5b8eaa1a0665c07bfddcfe52994f249
Related-Bug: #1554625
This patch changes:
1. Using `[[local|localrc]]` section of local.conf
instead of localrc file.
2. Add service aodh as enable plugin if using ceilometer
alarm.
Change-Id: I6098a978e57292dc913ed916b79cd372147b6dbe
1. Add a HOT template version 'heat_template_version.2016-10-14'
2. Add Newton version '7.0.0' in doc
Change-Id: I8194adbe9a27f982a6b123dda78849d6e5b33eeb
Heat architecture document has hyperlink to external document
such as AWS cloudformation and it was not formatted properly.
So this patch fixes it.
Change-Id: Ia5bc06b0c2045cd6732039d76204ced89eeecc3e
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.
Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
Restricts update/replace of resource based on
environment 'restricted_actions' entry for a resource.
This also adds a 'preview_update' method to Resource
class which is now leveraged by stack-preview.
Change-Id: Iea80a6572aa696ee607682e5113204d1c82389fa
Blueprint: stack-update-restrict
Yaml don't support a value define like %value%.
For this reason,the example online can't run successfully.
Closes-Bug: #1542591
Change-Id: I0c4adb467fba71a43b2250c1527f198de744dcf3
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.
Closes-Bug: #1529836
Change-Id: I91e44e4d59ae6a6ea7d1aa6fa2b673f1ba230d45
Implement a new mechanism to allow specifying a target in the
environment to send events to. It adds zaqar as the first
implementation.
Depends-On: Ie04f9204f3ba0f75de32253f096f439c512cddee
Change-Id: Icfc3864e08693cb4b4f921641af380b39bcf0bc0
The current script doesn't work under py3. It is using some features
that are deprecated in py3. This patch fixes it.
Change-Id: I475ebd721c5a49a96f86450d4972ea21a42a50b7
Closes-Bug: #1521837
The snippet used to demonstrate wait conditions was incorrect, as it was
trying to use get_attr on the data attribute, which is a string and not
a mapping. Fn::Select can be used to handle it.
Change-Id: Ic9083087a155a37b85c36c0c0cbb53b654fd8b5c
Keystone shell is deprecated in this release, use openstack client
in heat-keystone-setup. And add a deprecation warning to this
script.
Change-Id: I11334f0c8b035723a11f42bcfea054fc358a3e9f
Closes-Bug: #1460884
Guru Meditation Reports (GMR) code in oslo.reports was recently updated
to expect SIGUSR2 as opposed to SIGUSR1, because it is reserved by
Apache 'mod_wsgi' for its own use.
[1] https://review.openstack.org/#/c/223133/ -- guru_meditation_report:
Use SIGUSR2 instead of SIGUSR1
Change-Id: I4dbf1a11d3737c4a8444b3a79de824acecb56d7d
It will better to clone with https as "HTTPS works practically everywhere"
and 9418 port is blocked by many corporate firewalls.
Change-Id: I27edb8919af8ca3617bb50a305edfe7bbbe96836
Adds a new map_merge function for Mitaka which can be used
to merge maps. Values in latter maps override those in earlier
ones.
Also, creates a new HOT template version for Mitaka which includes
the new map_merge function.
Implements: blueprint map-merge-function
Change-Id: I2bdfc70d04a4fa14cefcf928ea5947fbe7529cf9
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
The second section of doc links is aimed at operators, so existing
content which affects operators has been moved here (package based
install, scaling, service man pages).
The yum/apt install pages have been simplified to point at
docs.openstack.org and any other community based installation resources
(RDO, Juju charms).
Change-Id: I3e89a288bf6b64ba286c11df1369e073d2c2a35e
This change renames the first doc link section Getting Started to
Using Heat and makes the content relevant to end users of Heat.
End users author templates, create stacks, and use the heat CLI.
They are not necessarily interested in installing heat from packages or
devstack.
This change breaks out the basic create-stack content into its own page
and links to that from the first Using Heat contents list. The rest of
the getting started content is moved to the Developers section for now,
pending later changes aimed at developers and operators.
Change-Id: I79988e08864c5a87ebc4f8f5a39102d50b26f748