Change default install type to binary
Currently set to "rdo", however rdo is merely a symlink in the tree and
the default in build.py is "binary".
67ce01fc62/tools/build.py (L147)
Change-Id: Ic17a4f83064173fa9297bc0f92deda11a143a1be
Closes-Bug: #1485739
This commit is contained in:
parent
a6fcb5d02d
commit
11bb78e673
@ -7,7 +7,7 @@
|
||||
config_strategy: "CONFIG_EXTERNAL_COPY_ONCE"
|
||||
|
||||
kolla_base_distro: "centos"
|
||||
kolla_install_type: "rdo"
|
||||
kolla_install_type: "binary"
|
||||
|
||||
# The Public address used to communicate with Openstack
|
||||
# This must be set, but it can be an private ip. It can also be the same as the
|
||||
|
Loading…
Reference in New Issue
Block a user