From 8b2dbcaaf1ab658c9c81b8025e2fb056fc67484f Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 18 Aug 2016 18:52:51 +0200 Subject: Adjust bifrost node provisioning timeout and fix file permissions This change - increases the node provisioning timeout to 1900 seconds since the original timeout used by upstream bifrost (900 seconds) is not suited for provisioning VMs with Ubuntu. - fixes permissions of the scripts. - removes .gitkeep. This change is not upstreamed since bifrost uses cirros for test & development purposes and it is probably not in their interest to have increased timeout. Change-Id: I4b59a321fa26f8b5895ec577a19d10f5cdcace0f Signed-off-by: Fatih Degirmenci --- prototypes/bifrost/scripts/destroy_env.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 prototypes/bifrost/scripts/destroy_env.sh (limited to 'prototypes/bifrost/scripts/destroy_env.sh') diff --git a/prototypes/bifrost/scripts/destroy_env.sh b/prototypes/bifrost/scripts/destroy_env.sh old mode 100644 new mode 100755 -- cgit 1.2.3-korg