Add the missing BASE_OS_DISTRO
refer to https://github.com/openstack/kolla/blob/master/kolla/common/config.py#L22 Change-Id: I24197663e6456d257690413ead7a51ce9203e97c
This commit is contained in:
parent
29226edf14
commit
e30f549659
@ -27,7 +27,7 @@ config_owner_group: "root"
|
|||||||
# Valid options are [ COPY_ONCE, COPY_ALWAYS ]
|
# Valid options are [ COPY_ONCE, COPY_ALWAYS ]
|
||||||
config_strategy: "COPY_ALWAYS"
|
config_strategy: "COPY_ALWAYS"
|
||||||
|
|
||||||
# Valid options are [ centos, oraclelinux, ubuntu ]
|
# Valid options are ['centos', 'debian', 'oraclelinux', 'rhel', 'ubuntu']
|
||||||
kolla_base_distro: "centos"
|
kolla_base_distro: "centos"
|
||||||
# Valid options are [ binary, source ]
|
# Valid options are [ binary, source ]
|
||||||
kolla_install_type: "binary"
|
kolla_install_type: "binary"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# Valid options are [ COPY_ONCE, COPY_ALWAYS ]
|
# Valid options are [ COPY_ONCE, COPY_ALWAYS ]
|
||||||
#config_strategy: "COPY_ALWAYS"
|
#config_strategy: "COPY_ALWAYS"
|
||||||
|
|
||||||
# Valid options are [ centos, oraclelinux, ubuntu ]
|
# Valid options are ['centos', 'debian', 'oraclelinux', 'rhel', 'ubuntu']
|
||||||
#kolla_base_distro: "centos"
|
#kolla_base_distro: "centos"
|
||||||
|
|
||||||
# Valid options are [ binary, source ]
|
# Valid options are [ binary, source ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user