Merge "Add deprecation warnings for V1 API"

This commit is contained in:
Jenkins 2013-03-13 01:23:10 +00:00 committed by Gerrit Code Review
commit 258f948ced
2 changed files with 14 additions and 0 deletions

View File

@ -18,6 +18,15 @@
"""Blueprint for version 1 of API.
"""
#############################################################################
#############################################################################
#
# NOTE(dhellmann): The V1 API is being deprecated during Havana, and
# as such it is feature-frozen. Only make bug-fix changes in this file.
#
#############################################################################
#############################################################################
# [ ] / -- information about this version of the API
#
# [ ] /extensions -- list of available extensions

View File

@ -2,5 +2,10 @@
V1 Web API
============
.. warning::
The V1 API is being deprecated during the Havana development
cycle. Please use the V2 API instead.
.. autoflask:: ceilometer.api.v1.app:app
:undoc-static: