From 11bb78e6732a1ed00688138d87832a673a192e7b Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Mon, 17 Aug 2015 15:30:38 -0400 Subject: [PATCH] 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". https://github.com/stackforge/kolla/blob/67ce01fc625ace5ebef72951fdf59b63af0e9ea6/tools/build.py#L147 Change-Id: Ic17a4f83064173fa9297bc0f92deda11a143a1be Closes-Bug: #1485739 --- etc/kolla/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index 5652016482..ec78f12519 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -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