From 15eb78ede597833c199f7c8dbe4b73f4c9ebf269 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 21 Dec 2016 13:06:11 -0500 Subject: [PATCH] export OS_BAREMETAL_API_VERSION in stackrc This patch updates stackrc so that we actually export the OS_BAREMETAL_API_VERSION that was already getting set in this file. Change-Id: I798bff230b56a37e2f19fbf05645a833b623f1c4 --- elements/undercloud-install/os-apply-config/root/stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/undercloud-install/os-apply-config/root/stackrc b/elements/undercloud-install/os-apply-config/root/stackrc index bb91b3939..735bc9391 100644 --- a/elements/undercloud-install/os-apply-config/root/stackrc +++ b/elements/undercloud-install/os-apply-config/root/stackrc @@ -21,6 +21,6 @@ OS_CLOUDNAME=undercloud export OS_USERNAME export OS_TENANT_NAME export COMPUTE_API_VERSION -export OS_BAREMETAL +export OS_BAREMETAL_API_VERSION export OS_NO_CACHE export OS_CLOUDNAME