fix warning when run tox -epy27
<string>:53: (WARNING/2) Literal block expected; none found. also add auto-generated files to ignore list Change-Id: Ia2de53a0248223aa634ffd833697d1f6822f6013
This commit is contained in:
parent
23c3a269a4
commit
a864ec466b
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,4 +2,6 @@
|
|||||||
doc/build
|
doc/build
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.pyc
|
*.pyc
|
||||||
.tox
|
.tox
|
||||||
|
AUTHORS
|
||||||
|
ChangeLog
|
||||||
|
@ -50,7 +50,7 @@ Some notes about using this template:
|
|||||||
you should add the APIImpact flag to the commit message. Specifications with
|
you should add the APIImpact flag to the commit message. Specifications with
|
||||||
the APIImpact flag can be found with the following query::
|
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
|
Problem description
|
||||||
|
Loading…
Reference in New Issue
Block a user