Fix docs for maintainer label/instruction
Ie87a1ddf31aefcd0b623fd2837d78de420e76898 introduced the maintainer label. Change-Id: I9ea982b34e9569a8c8d3cdc552a3000f8f8d2685
This commit is contained in:
parent
5380724930
commit
811c653558
@ -68,7 +68,7 @@ common to every Dockerfile. The overall structure for a multi container service
|
||||
is as follows::
|
||||
|
||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||
MAINTAINER {{ maintainer }}
|
||||
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
|
||||
|
||||
{% block << service >>_header %}{% endblock %}
|
||||
|
||||
|
@ -263,7 +263,7 @@ _CLI_OPTS = [
|
||||
_BASE_OPTS = [
|
||||
cfg.StrOpt('maintainer',
|
||||
default='Kolla Project (https://launchpad.net/kolla)',
|
||||
help='The MAINTAINER field'),
|
||||
help='Content of the maintainer label'),
|
||||
cfg.ListOpt('rpm_setup_config', default=[DELOREAN,
|
||||
DELOREAN_DEPS[hostarch]],
|
||||
help=('Comma separated list of .rpm or .repo file(s) '
|
||||
|
Loading…
Reference in New Issue
Block a user