summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-09 17:51:28 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-09 17:51:28 +0100
commit523af0fe4997b8fb2d215fd9090dee703e619402 (patch)
tree2bcb42788c5122d668c7996a9bfbf452680c16ca
parent0ad2933a46ad829e08da9ec3346feeb3d0d8bb27 (diff)
downloadmorph-523af0fe4997b8fb2d215fd9090dee703e619402.tar.gz
Fix up openstack.write extensionbaserock/pedroalvarez/openstack-exts-fixups
The openstack.write extension was calling a nonexistent method 'check_location'. This metod was moved to openstack.check in the commit ba7d1d1ed3bad002ce36e5d4adf4e3794625091a.
-rwxr-xr-xmorphlib/exts/openstack.write1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphlib/exts/openstack.write b/morphlib/exts/openstack.write
index dc18f9aa..516fe367 100755
--- a/morphlib/exts/openstack.write
+++ b/morphlib/exts/openstack.write
@@ -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()