Merge "Add the missing BASE_OS_DISTRO"

This commit is contained in:
Zuul 2018-01-31 09:02:10 +00:00 committed by Gerrit Code Review
commit 9d575a9d22
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ config_owner_group: "root"
# Valid options are [ COPY_ONCE, COPY_ALWAYS ]
config_strategy: "COPY_ALWAYS"
# Valid options are [ centos, oraclelinux, ubuntu ]
# Valid options are ['centos', 'debian', 'oraclelinux', 'rhel', 'ubuntu']
kolla_base_distro: "centos"
# Valid options are [ binary, source ]
kolla_install_type: "binary"

View File

@ -11,7 +11,7 @@
# Valid options are [ COPY_ONCE, COPY_ALWAYS ]
#config_strategy: "COPY_ALWAYS"
# Valid options are [ centos, oraclelinux, ubuntu ]
# Valid options are ['centos', 'debian', 'oraclelinux', 'rhel', 'ubuntu']
#kolla_base_distro: "centos"
# Valid options are [ binary, source ]