diff --git a/ansible/roles/kolla-build/templates/kolla-build.conf.j2 b/ansible/roles/kolla-build/templates/kolla-build.conf.j2
index 704dc070c99ffa78f1de49ef4a4e71446ee52ed3..e20e2f7217d9fc9e28979b7a0519e8adafe2b706 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 }}