From f38091f2770c10e29cf2b2ef7683b1b069c6e540 Mon Sep 17 00:00:00 2001 From: liusheng Date: Wed, 18 Nov 2015 12:42:15 +0800 Subject: [PATCH] Move the content of ReleaseNotes to README.rst For now, we have added reno for release notes management, and a folder "releasenotes" was added in ceilometer. Because there is a file named "ReleaseNotes" to provide release note location and ceilometer home, it will broken some git operations in case insensitive OS (e.g. Windows). This change simply move the content of ReleaseNotes to README.rst to avoid the problem. Change-Id: Id883bef77eb74c798c8554d61db55e66c8d5e049 --- README.rst | 7 ++++++- ReleaseNotes | 11 ----------- 2 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 ReleaseNotes diff --git a/README.rst b/README.rst index b6505ea63d..8cd4f6b2ba 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,11 @@ ceilometer ========== -See the ReleaseNotes document and the project home for more info. +Release notes can be read online at: + http://docs.openstack.org/developer/ceilometer/releasenotes/index.html +Documentation for the project can be found at: + http://docs.openstack.org/developer/ceilometer/ + +The project home is at: http://launchpad.net/ceilometer diff --git a/ReleaseNotes b/ReleaseNotes deleted file mode 100644 index a068018f43..0000000000 --- a/ReleaseNotes +++ /dev/null @@ -1,11 +0,0 @@ -Release notes are maintained in rst format in - doc/source/releasenotes/ -they can be read online at - http://docs.openstack.org/developer/ceilometer/releasenotes/index.html - -Documentation for the project can be found at: - http://docs.openstack.org/developer/ceilometer/ - -The project home is at: - http://launchpad.net/ceilometer -