diff --git a/ansible/roles/kolla-build/templates/kolla-build.conf.j2 b/ansible/roles/kolla-build/templates/kolla-build.conf.j2 index 704dc070c..e20e2f721 100644 --- a/ansible/roles/kolla-build/templates/kolla-build.conf.j2 +++ b/ansible/roles/kolla-build/templates/kolla-build.conf.j2 @@ -6,7 +6,7 @@ base={{ kolla_base_distro }} # Method of OpenStack install. Valid options are [ binary, source ] -type={{ kolla_install_type }} +install_type={{ kolla_install_type }} # Docker namespace to use for Kolla images. namespace={{ kolla_docker_namespace }}