summaryrefslogtreecommitdiff
path: root/morphlib/exts/openstack.write
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-09 17:57:06 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-09 17:57:06 +0100
commit7b73af4036b4b42c02906be5d8e47a6a361589bd (patch)
tree2bcb42788c5122d668c7996a9bfbf452680c16ca /morphlib/exts/openstack.write
parent47210250a11a0c1542d707fec325ebcab8f85820 (diff)
parent523af0fe4997b8fb2d215fd9090dee703e619402 (diff)
downloadmorph-7b73af4036b4b42c02906be5d8e47a6a361589bd.tar.gz
Merge branch 'baserock/pedroalvarez/openstack-exts-fixups'
Reviewed-by: Daniel Silverstone Reviewed-by: Lars Wirzenius
Diffstat (limited to 'morphlib/exts/openstack.write')
-rwxr-xr-xmorphlib/exts/openstack.write3
1 files changed, 1 insertions, 2 deletions
diff --git a/morphlib/exts/openstack.write b/morphlib/exts/openstack.write
index ac2e2c8a..516fe367 100755
--- a/morphlib/exts/openstack.write
+++ b/morphlib/exts/openstack.write
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (C) 2013 Codethink Limited
+# Copyright (C) 2013 - 2014 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -63,7 +63,6 @@ class OpenStackWriteExtension(morphlib.writeexts.WriteExtension):
raise cliapp.AppException('Wrong number of command line args')
temp_root, location = args
- self.check_location(location)
os_params = self.get_openstack_parameters()