summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-08 08:28:14 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-11 08:50:45 +0000
commit4127f89dfaac2c5f98d343babb144e00a0eee0e6 (patch)
tree383766c3aeaaafa7ae7a083ee1ab5b9675ffd67c
parentd7175c9d21db61ce2e8cc89c169f222e679079b4 (diff)
downloaddefinitions-4127f89dfaac2c5f98d343babb144e00a0eee0e6.tar.gz
Fix openstack deployment extension path.
-rwxr-xr-xscripts/release-test-os2
1 files changed, 1 insertions, 1 deletions
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',