fix another typo
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user