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
commitabffc90e8a8150a1279f1d9c9722239e832e7172 (patch)
tree56cf35309741d83d1e11791ba91c116ad4530d4e
parent03e794ca09e1583872fcc1c560a5ec7016983cb3 (diff)
downloaddefinitions-abffc90e8a8150a1279f1d9c9722239e832e7172.tar.gz
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.
-rwxr-xr-xopenstack.write1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack.write b/openstack.write
index dc18f9aa..516fe367 100755
--- a/openstack.write
+++ b/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()