Remove an unnecessary endif

This patch fixes Jinja2 syntax error in ironic.conf.j2.

All kolla-kubernetes configurations was recently removed by [1], but the
commit overlooked to remove a '{% endif %}' statement in ironic.conf.j2.

[1] cacf08f0a6

Change-Id: I115fedfd026f14409b62f9552ff401956909f8a8
Closes-Bug: #1706230
This commit is contained in:
Yotaro Konishi 2017-07-25 09:59:10 +09:00
parent 3e747309bd
commit 133423a3fc
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ api_workers = {{ openstack_service_workers }}
{% if service_name == 'ironic-conductor' %}
[conductor]
api_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ ironic_api_port }}
{% endif %}
automated_clean=false
{% endif %}