summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-11 10:03:13 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-11 10:03:13 +0100
commit0a1587115a7d4b41a6b1bcda7bce2d6e205b2155 (patch)
treeb81ef4233f2bbb18f5daa352a2c01253fe649ada
parent3081f470ff59e7f97679dedc799d9f841c4a9970 (diff)
downloadciat-tester-0a1587115a7d4b41a6b1bcda7bce2d6e205b2155.tar.gz
Fix openstack deployment extension path.
-rwxr-xr-xopenstack/tester2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/tester b/openstack/tester
index 221a597..00699ca 100755
--- a/openstack/tester
+++ b/openstack/tester
@@ -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',