From 4127f89dfaac2c5f98d343babb144e00a0eee0e6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 8 Sep 2015 08:28:14 +0000 Subject: Fix openstack deployment extension path. --- scripts/release-test-os | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-test-os b/scripts/release-test-os index 221a597f..00699ca3 100755 --- a/scripts/release-test-os +++ b/scripts/release-test-os @@ -323,7 +323,7 @@ class Deployment(object): ssh_host=self.host_machine.ssh_host, id=vm_id, path=rootpath) options = { - 'type': 'openstack', + 'type': 'extensions/openstack', 'location': loc, 'HOSTNAME': hostname, 'DISK_SIZE': '5G', -- cgit v1.2.1