From 523af0fe4997b8fb2d215fd9090dee703e619402 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 9 Sep 2014 17:51:28 +0100 Subject: Fix up openstack.write extension The openstack.write extension was calling a nonexistent method 'check_location'. This metod was moved to openstack.check in the commit ba7d1d1ed3bad002ce36e5d4adf4e3794625091a. --- morphlib/exts/openstack.write | 1 - 1 file changed, 1 deletion(-) 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() -- cgit v1.2.1