adds deprecation warning at ceilometer api startup, and updates
documentation, as well as release notes.
API is still in place, for now.
Change-Id: Ib88957001de2a61f9625ca5584a2129216647841
Currently the 'computer.instance.*' event traits map its 'instance_id' as
'instance_id'. But other events like volume, image, network and etc, they
all map their object_id as 'resource_id'. So we support both as the event
consumer can deal the events.traits with in a unified pattern.
Change-Id: I69935fcce228f1b4d490d3ac91251044102a8f11
the configuration README has been removed in https://review.openstack.org/#/c/326882/.
so the configuration document should keep up with it.
Change-Id: Id93e1488fa8c4dfd7e8be468e36533aa7c08582a
Headings, literal text, roles, and text wrapping updated
throughout the file to align with OpenStack rst markup best
practices.
Closes-Bug: #1628144
Change-Id: I2c1ffa3434523f6221a96390b1254601ed6eb6fd
Headings, literal text, and roles updated throughout the file to
align with OpenStack RST markup best practices.
Closes-Bug: #1627771
Change-Id: I89e022a167622367a04f8d1967419162a0eb11e3
Headings, text wrapping, literal text, and roles altered to align
with OpenStack rst markup best practices.
Change-Id: Ia395fefb0a320d75e40b484c21f2119c591c4337
Closes-Bug: #1628146
The "Gnocchi" link in the install doc named custom.rst deprecated
as http://gnocchi.readthedocs.io/en/latest/basic.html. So it
should be up-to-date for users.
Change-Id: I3d71dd44345a673829394a74921815698b636887
Closes-Bug: #1627910
The current option is misnamed, as it does not enable any storing but
just the processing of events from the notification agent to the
collector.
This means that even if you set event_dispatchers=panko and forget to
set store_events=true, nothing will happen.
This patch enable the event processing as soon as something is
configured in the pipeline.
Change-Id: I5a906684f6371b0548ac08cacc13aa238f780f78
Now the direct publish transport is not only for database dispatcher,
but also could been setted to all methods in dispatcher. The source code
change is Change-Id: I9dc48f25ba6d846ee75785ee529798af5085a53a.
This commit is to modify the relevnet document.
Change-Id: I2dd4cab34d0b84e3eedff95134321ae0388affa2
Closes-Bug: #1617126
Add the direct transport of publishing data in Ceilometer document,
namely architecture.rst.
Change-Id: I156068f61001e4e6159bcc4d85f3594d4be97e13
Closes-Bug: #1612648
Changed location of BaseComputePollster class from
ceilometer/compute/__init__.py to
ceilometer/compute/pollsters/__init__.py.
Also changed ceilometer.compute.BaseComputePollster to
ceilometer.compute.pollsters.BaseComputePollster
Change-Id: I82e9bf595dca1959335ad028e7d362291e3fc1d6
Closes-Bug: #1613897
In Ceilometer "Installing Manually" chapter, "Enabling Service
Notifications" section, the Neutron modifications description is
missing.
This change is to describe the modification for neutron.conf.
Closes-Bug: #1594305
Change-Id: Ibb6a071a4b4a8dd2d7e30ce33e9b9cc96b345bb7
Our legacy database doesn't provide alarm capability any more,
however, there is a table in document still mentions it.
Also update this table for hbase statistic limitation.
Change-Id: I195106b23024a289196d9b5ec7cc891f251040e4
openstack role create requires a positional argument name, not optional.
also this patch removes endpoint trailing /, it is redundant and I still
remember once ago there is a bug reported for such issue, which leading
to urls like http://localhost:8777//v2/meters: double slashes
Change-Id: I973a3f60d8bd8f2bc4f8aa9f19c2ce47cd8b8f18
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