fix another typo

Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short
2015-09-12 20:42:47 -04:00
parent 633af35e62
commit 0d7e26bafa

View File

@@ -179,7 +179,7 @@ class LXDContainerOperations(object):
container_snapshot = {'name': instance.uuid,
'stateful': False}
self.container_utils.container_snapsot(container_snapshot, instance)
self.container_utils.container_snapshot(container_snapshot, instance)
def unrescue(self, instance, network_info):