drop add_binary_source_envs() macro
With binary install type dropped there is no need for this macro. Change-Id: I7bdd29eb48a23faa04a98e785129d97258f05e64
This commit is contained in:
parent
657820362d
commit
3915785884
@ -10,7 +10,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.add_binary_source_envs() }}
|
||||
{{ macros.configure_user(name='ansible') }}
|
||||
{{ macros.configure_user(name='rabbitmq') }}
|
||||
|
||||
|
@ -76,7 +76,3 @@ RUN usermod --append --home {{ homedir }} --groups kolla {{ name }} \
|
||||
{{ handle_repos(repos, 'disable') }}
|
||||
|
||||
{% endmacro %}
|
||||
|
||||
{% macro add_binary_source_envs() %}
|
||||
ENV KOLLA_INSTALL_TYPE={{ install_type }}
|
||||
{% endmacro %}
|
||||
|
@ -7,7 +7,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.add_binary_source_envs() }}
|
||||
{{ macros.configure_user(name='monasca') }}
|
||||
|
||||
{% if base_package_type == 'rpm' %}
|
||||
|
@ -7,7 +7,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.add_binary_source_envs() }}
|
||||
{{ macros.enable_extra_repos(['opstools', 'powertools']) }}
|
||||
|
||||
{% if base_package_type == 'rpm' %}
|
||||
|
Loading…
Reference in New Issue
Block a user