Revision fa8c2506
b/snf-cyclades-app/synnefo/api/servers.py | ||
---|---|---|
338 | 338 |
# create this NIC, because if the hooks never run (e.g. building error) |
339 | 339 |
# the VM's public IP address will never be released! |
340 | 340 |
NetworkInterface.objects.create(machine=vm, network=network, index=0, |
341 |
ipv4=address, state="Buidling")
|
|
341 |
ipv4=address, state="BUILDING")
|
|
342 | 342 |
|
343 | 343 |
log.info("Created entry in DB for VM '%s'", vm) |
344 | 344 |
|
Also available in: Unified diff