aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/neutron-l3.yaml
diff options
context:
space:
mode:
authorMartin André <m.andre@redhat.com>2017-03-09 16:48:06 +0100
committerMartin André <m.andre@redhat.com>2017-03-10 08:37:23 +0100
commit1f018babcf4daca989758c2462b27e4137a9cd0f (patch)
tree101be75fef5770b917acdf4e240904ef9f3ad906 /docker/services/neutron-l3.yaml
parent97d891ea481493ada64a6ad4d1d99578119f109e (diff)
Cleanup docker services templates
Use yaml anchors wherever possible for image definition and drop unused anchors. Renamed parameters to Docker*ConfigImage to clarify that an image is specifically used to generate configuration files. Change-Id: I388bd59de7f1d36a3a881fbb723ba5bcba09e637
Diffstat (limited to 'docker/services/neutron-l3.yaml')
-rw-r--r--docker/services/neutron-l3.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/services/neutron-l3.yaml b/docker/services/neutron-l3.yaml
index 61ad8f4a..db4fa863 100644
--- a/docker/services/neutron-l3.yaml
+++ b/docker/services/neutron-l3.yaml
@@ -72,7 +72,7 @@ outputs:
docker_config:
step_4:
neutronl3agent:
- image: &neutron_l3_agent_image
+ image:
list_join:
- '/'
- [ {get_param: DockerNamespace}, {get_param: DockerNeutronL3AgentImage} ]