Merge "Fix naming of Kolla install type config option"

This commit is contained in:
Zuul 2018-10-02 11:00:51 +00:00 committed by Gerrit Code Review
commit c19406016d
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}