From 60d167b3a572b705dfdc9421802099eddad2307f Mon Sep 17 00:00:00 2001 From: mbeierl Date: Fri, 20 Jan 2017 11:40:06 -0500 Subject: Change to Ubuntu 16.04 Change the base image used for the agent VM to Ubuntu 16.04 as the 14.04 image has kernel panic when the Cinder Volume is detached Change-Id: I37e41939826fbc7c1efcc4360b99b1a2b34b8d11 JIRA: STORPERF-97 Signed-off-by: mbeierl --- storperf/resources/hot/storperf-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storperf/resources') diff --git a/storperf/resources/hot/storperf-agent.yaml b/storperf/resources/hot/storperf-agent.yaml index 5d99a26..587b6d8 100644 --- a/storperf/resources/hot/storperf-agent.yaml +++ b/storperf/resources/hot/storperf-agent.yaml @@ -15,7 +15,7 @@ parameters: default: m1.small image: type: string - default: 'StorPerf Ubuntu 14.04' + default: 'Ubuntu 16.04' key_name: type: string default: StorPerf -- cgit 1.2.3-korg