From a864ec466b46566f7bb89e9ade7369d8995cfe1b Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Mon, 25 Apr 2016 22:33:53 +0800 Subject: [PATCH] fix warning when run tox -epy27 :53: (WARNING/2) Literal block expected; none found. also add auto-generated files to ignore list Change-Id: Ia2de53a0248223aa634ffd833697d1f6822f6013 --- .gitignore | 4 +++- specs/template.rst | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 521cf69..53be162 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ doc/build *.egg-info *.pyc -.tox \ No newline at end of file +.tox +AUTHORS +ChangeLog diff --git a/specs/template.rst b/specs/template.rst index 9dd60b8..3e7ad92 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -50,7 +50,7 @@ Some notes about using this template: you should add the APIImpact flag to the commit message. Specifications with the APIImpact flag can be found with the following query:: - https://review.openstack.org/#/q/status:open+project:openstack/ceilometer-specs+message:apiimpact,n,z + https://review.openstack.org/#/q/status:open+project:openstack/ceilometer-specs+message:apiimpact,n,z Problem description