Merge "Make it clearer that hyphen replacement is not automatic"
This commit is contained in:
commit
7ba68f530f
@ -289,9 +289,9 @@ kolla_build_blocks: {}
|
|||||||
# Dict mapping image customization variable names to their values.
|
# Dict mapping image customization variable names to their values.
|
||||||
# Each variable takes the form:
|
# Each variable takes the form:
|
||||||
# <image name>_<customization>_<operation>
|
# <image name>_<customization>_<operation>
|
||||||
# Hyphens in the image name are replaced with underscores. The customization is
|
# Hyphens in the image name must be replaced with underscores. The
|
||||||
# most commonly packages. The operation should be one of override, append or
|
# customization is most commonly packages. The operation should be one of
|
||||||
# remove. The value should be a list.
|
# override, append or remove. The value should be a list.
|
||||||
kolla_build_customizations: {}
|
kolla_build_customizations: {}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -33,9 +33,9 @@ kolla_build_blocks: {}
|
|||||||
# Dict mapping image customization variable names to their values.
|
# Dict mapping image customization variable names to their values.
|
||||||
# Each variable takes the form:
|
# Each variable takes the form:
|
||||||
# <image name>_<customization>_<operation>
|
# <image name>_<customization>_<operation>
|
||||||
# Hyphens in the image name are replaced with underscores. The customization is
|
# Hyphens in the image name must be replaced with underscores. The
|
||||||
# most commonly packages. The operation should be one of override, append or
|
# customization is most commonly packages. The operation should be one of
|
||||||
# remove. The value should be a list.
|
# override, append or remove. The value should be a list.
|
||||||
kolla_build_customizations: {}
|
kolla_build_customizations: {}
|
||||||
|
|
||||||
# Free-form extra configuration for kolla-build.
|
# Free-form extra configuration for kolla-build.
|
||||||
|
@ -109,9 +109,9 @@
|
|||||||
# Dict mapping image customization variable names to their values.
|
# Dict mapping image customization variable names to their values.
|
||||||
# Each variable takes the form:
|
# Each variable takes the form:
|
||||||
# <image name>_<customization>_<operation>
|
# <image name>_<customization>_<operation>
|
||||||
# Hyphens in the image name are replaced with underscores. The customization is
|
# Hyphens in the image name must be replaced with underscores. The
|
||||||
# most commonly packages. The operation should be one of override, append or
|
# customization is most commonly packages. The operation should be one of
|
||||||
# remove. The value should be a list.
|
# override, append or remove. The value should be a list.
|
||||||
#kolla_build_customizations:
|
#kolla_build_customizations:
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user