diff --git a/doc/CONTRIBUTING.rst b/doc/CONTRIBUTING.rst index b942fe637d..18a1de5256 100644 --- a/doc/CONTRIBUTING.rst +++ b/doc/CONTRIBUTING.rst @@ -78,6 +78,8 @@ is as follows:: FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }} MAINTAINER {{ maintainer }} + {% block << service >>_header %}{% endblock %} + {% import "macros.j2" as macros with context %} << binary specific steps >>