Add release notes to docs
The release notes should also appear in the documentation, one file per release. Change-Id: Iec34a15c9646f21dad0cf176f9607f0e5eee0c94
This commit is contained in:
parent
1a81c60718
commit
2586f28b95
@ -52,6 +52,7 @@ Table of contents
|
||||
configuration
|
||||
api
|
||||
contributing/index
|
||||
releasenotes/index
|
||||
glossary
|
||||
|
||||
.. - installation
|
||||
|
44
doc/source/releasenotes/folsom.rst
Normal file
44
doc/source/releasenotes/folsom.rst
Normal file
@ -0,0 +1,44 @@
|
||||
..
|
||||
Copyright 2012 Nicolas Barcet for Canonical
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
not use this file except in compliance with the License. You may obtain
|
||||
a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
License for the specific language governing permissions and limitations
|
||||
under the License.
|
||||
|
||||
====================
|
||||
Version 0.1 (Folsom)
|
||||
====================
|
||||
|
||||
This is the first release of ceilometer. Please take all appropriate caution
|
||||
in using it, as it is a technology preview at this time.
|
||||
|
||||
It is curently tested to work with OpenStack 2012.2 Folsom. Due to its use of
|
||||
openstack-common, and the modification that were made in term of notification
|
||||
to many other components (glance, cinder, quantum), it will not easily work
|
||||
with any prior version of OpenStack.
|
||||
|
||||
Currently covered components are: Nova, Nova-network, Glance, Cinder and
|
||||
Quantum. Notably, there is no support yet for Swift and it was decided not
|
||||
to support nova-volume in favor of Cinder. A detailed list of meters covered
|
||||
per component can be found at:
|
||||
xxxx
|
||||
|
||||
The only tested and complete database backend is currently MongoDB, the
|
||||
SQLAlchemy one is still work in progress.
|
||||
|
||||
The current best source of information on how to deploy this project is found
|
||||
as the devstack implementation but feel free to come to #openstack-metering on
|
||||
freenode for more info.
|
||||
|
||||
Please note that metering can generate lots of data very quickly. Have a look
|
||||
at the following spreadsheet to evaluate what you will end up with.
|
||||
http://wiki.openstack.org/EfficientMetering#Volume_of_data
|
||||
|
22
doc/source/releasenotes/index.rst
Normal file
22
doc/source/releasenotes/index.rst
Normal file
@ -0,0 +1,22 @@
|
||||
..
|
||||
Copyright 2012 New Dream Network, LLC (DreamHost)
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
not use this file except in compliance with the License. You may obtain
|
||||
a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
License for the specific language governing permissions and limitations
|
||||
under the License.
|
||||
|
||||
============================
|
||||
Release Notes
|
||||
============================
|
||||
|
||||
.. toctree::
|
||||
|
||||
folsom
|
Loading…
Reference in New Issue
Block a user