Doc: Add OldSample to v2.rst

OldSample is still referenced in controllers/v2.py. In order for samples to be
generated in the documentation (thanks to the sample() class method), it must
also be referenced in doc/source/webapi/v2.rst.

Change-Id: Ie5bfe3aa1bc552630dad56eab3b2f921eb2b7690
This commit is contained in:
Cyril Roelandt 2014-02-06 22:59:39 +01:00
parent 693204a37e
commit 82b06ec298
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ Meters
.. autotype:: ceilometer.api.controllers.v2.Meter
:members:
.. autotype:: ceilometer.api.controllers.v2.OldSample
:members:
Samples and Statistics
======================