From 82b06ec29845879280b41971c739adf905205599 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Thu, 6 Feb 2014 22:59:39 +0100 Subject: [PATCH] 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 --- doc/source/webapi/v2.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/webapi/v2.rst b/doc/source/webapi/v2.rst index 2b9d009a9..cd31ca616 100644 --- a/doc/source/webapi/v2.rst +++ b/doc/source/webapi/v2.rst @@ -25,6 +25,9 @@ Meters .. autotype:: ceilometer.api.controllers.v2.Meter :members: +.. autotype:: ceilometer.api.controllers.v2.OldSample + :members: + Samples and Statistics ======================