From 1cb77081b007a0a5d8a87b9fa32f904e87a4d119 Mon Sep 17 00:00:00 2001 From: Henry Gessau Date: Thu, 9 Jun 2016 16:16:25 -0400 Subject: [PATCH] TrivialFix: Fix a bad indentation in a doc file The doc build fails locally because it treats warnings as errors. (In the gate, treating warnings as errors is waiting for [1].) [1] https://review.openstack.org/229951 Change-Id: I84ab0de7a89dca1d53d0a5157d83aff0a1c31d95 --- doc/source/conventions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conventions.rst b/doc/source/conventions.rst index 5cc66a9..eae910c 100644 --- a/doc/source/conventions.rst +++ b/doc/source/conventions.rst @@ -28,7 +28,7 @@ should go into standard neutron instead of this lib (or your repo): and we are not going to force releases quickly because you tried to put it here. Those items will need to be addressed in some other manner (in the case of the Port object, it'll be via an auto-magic container - object that mimics it.) + object that mimics it.) * It is something common, but you need it now. Put it in the repo that needs it, get your stuff working. Then consider making it available in the lib,