When building packages if git is absent, then we should not set
html_last_updated_fmt. It can still be set via the -D switch
when building with sphinx-build.
Change-Id: I992f38ba935536c59217e22d4071f40a69090fc2
Closes-Bug: #1552251
the docs are a bit wordy in some places. our docs are confusing
enough:
- remove notification > polling in architecture page
- remove redundant Events filtering from event_types
- move shuffle/batch options to customisation page
- add http publisher
- remove db choices from architecture page, point to dbreco page
- remove db background referencing single database route
- remove warnings to say db might change, use api (obvious)
- remove stuff about Ceilometer is part Openstack but not tied to it
- move hbase configuration under common hbase section in install
- remove tox compatibility comments since it's > 2 years
- remove random non-devstack/historical text from devstack page
- remove default cinder/nova configurations from devstack page
Change-Id: Ifdbeee358cfcb5d3736608e39067ff2859cc0ed6
oslo.utils has implemented a thread safe fnmatch, we can use it
instead of maintaining a private one.
Change-Id: Idb8a3d9f2b0fb16ec403f2da3ad00ee0d982454e
complex query functionalities for those there APIs are never exist
or plan to do so, leave it in capabilities is misleading to end user,
because they never can be True for any back end storage.
Change-Id: Ie1f640abe4970a0e6ea6fe076961855c9dca66e5
APIImpact: /v2/capabilities response removes some never used fields
This change leverages the Gnocchi Batch API by using it
in the Ceilometer dispatcher for measurements.
It introduces a small behavior change in the dispatcher.
The resource metadata update is now decorrelated from measures posting.
So, even if posting measurements fail, the resource metadata will
be updated.
Change-Id: I140e7301a31bbee50c2c8bc3ff2d78925680a573
- move enabling service notifications into own section
- clean up copy/paste install instructions
- add note to inform performance boast by disabling message signing
- add note to inform API is not required if Gnocchi is used.
- clean up oslo.messaging items
- remove verbose notes
- zmq not ready
- how to use PasteDeploy
- move customisation possibilites into it's own page
Change-Id: Ia42ceec7d2b6c054d065f905b8c0bce1685119aa
meta:version: 6.0.0
meta:series: mitaka
meta:release-type: release
meta:announce: openstack-announce@lists.openstack.org
meta:pypi: no
meta:first: yes
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
iQEcBAABAgAGBQJXBgtbAAoJEDttBqDEKEN6cooIAJ/6F2veOelXqaFoShKvDoxs
Fo2EpJ5j1f5iN5/OVasUaysIveZ5lO69PSXuqTkvzmldzK3GKUTkvb18Eg0Gq0QN
37Jio9WfRG0RrJbWSDopZUh2T7XMndzSIJUQ0GMg3Irx+6+sNdjk1Jdw9ie72qdx
u6J3kY+t9Rw51GifVA5JHNS4uwIgZuYrEMr41P9nm5eGGIKpc44z9oRXN7+54cSl
P4Tn2QdQp9jQGJb8k20tbBpy07PXWk8sPgD89DuHyHH/YyV8h82rlAqZRnY2D8Kk
aezTVxK2xRLYh18pYoMOZdjOD3Siei8cyRqAgu+FBfLJ391OGwZDFh6EpWK86P0=
=g0bX
-----END PGP SIGNATURE-----
Merge tag '6.0.0'
This is a null-merge of the 6.0.0 release tag back into the master
branch so that the 6.0.0 tag will appear in the git commit history of
the master branch. It contains no actual changes to the master branch,
regardless of how our code review system's UI represents it. Please
ask in #openstack-infra if you have any questions, and otherwise try
to merge this as quickly as possible to avoid later conflicts on the
master branch.
Change-Id: I74789b3e18ef6b478a55615a9c4b7ea9200f8e5c
We don't pass any oslo.context object around anymore, we just pass dict
if we really need to send some context information – which we barely
need actually.
And remove oslo.context!
Change-Id: I17d15c043b5c7d508af9a43f50511817f9e81151