~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/network/quantum/nova_ipam_lib.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-01-20 11:54:15 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: package-import@ubuntu.com-20120120115415-h2ujma9o536o1ut6
Tags: upstream-2012.1~e3~20120120.12170
ImportĀ upstreamĀ versionĀ 2012.1~e3~20120120.12170

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from nova import ipv6
24
24
from nova import log as logging
25
25
from nova.network import manager
26
 
from nova.network.quantum import melange_connection as melange
27
 
from nova import utils
28
26
 
29
27
 
30
28
LOG = logging.getLogger("nova.network.quantum.nova_ipam_lib")