summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-08 16:28:46 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-11 08:50:45 +0000
commitaf06b9ef3de9ae794132973b45bb8ae4d0da2b68 (patch)
treeecc03761a66b73216773e840269b9813be0a9e6f
parente0829a4106185624a8c57281d8a365d1828c1a68 (diff)
downloaddefinitions-af06b9ef3de9ae794132973b45bb8ae4d0da2b68.tar.gz
Add a couple of TODOs.
-rwxr-xr-xscripts/release-test-os2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/release-test-os b/scripts/release-test-os
index b0ea3c4a..3db27e11 100755
--- a/scripts/release-test-os
+++ b/scripts/release-test-os
@@ -188,6 +188,7 @@ class Deployment(object):
hostname = str(uuid.uuid4())
# Deploy the image to openstack
+ # TODO: Ensure this is cleaned up when something raises an exception
args = ['glance', 'image-create',
'--name', hostname,
'--disk-format', 'raw',
@@ -203,6 +204,7 @@ class Deployment(object):
os.environ['OS_AUTH_URL'])
# Boot an instance from the image
+ # TODO: Ensure this is cleaned up when something raises an exception
# TODO: use python-novaclient
args = ['nova', 'boot',
'--flavor', 'm1.medium',