Commit 9d4183e9 authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: SlapOSControler: Fix typo

parent b3a07e85
......@@ -72,7 +72,7 @@ class SlapOSControler(object):
self.slapos_config = os.path.join(working_directory, 'slapos.cfg')
self.log = log
self.proxy_database = os.path.join(working_directory, 'proxy.db')
self.intance_config = {}
self.instance_config = {}
def createSlaposConfigurationFileAccount(self, key, certificate, config):
# Create "slapos_account" directory in the "slapos_directory"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment