diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2012-02-03 00:50:58 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@redhat.com> | 2012-02-03 19:21:54 +0000 |
| commit | 9871c5f963b6d98240635a9a447d14d46133c910 (patch) | |
| tree | f58c68d5e2dbb98c494b142097832f3679d157ce /nova/cloudpipe | |
| parent | 9dadca1f3a8fda00d93f429846dce6bd8ae534a2 (diff) | |
| download | nova-9871c5f963b6d98240635a9a447d14d46133c910.tar.gz nova-9871c5f963b6d98240635a9a447d14d46133c910.tar.xz nova-9871c5f963b6d98240635a9a447d14d46133c910.zip | |
Move cfg to nova.openstack.common
Move it here so that it can be kept in sync with openstack-common using
the new update.py script for code in openstack-common's incubation area.
See here for more details:
http://wiki.openstack.org/CommonLibrary#Incubation
Note: this commit just moves the existing code in Nova with no other
changes. A subsequent commit will sync it with latest openstack-common
so that it is easier see the new changes.
Change-Id: If88d678b1b9bad3d37117de7f7159d7fea8ab4c8
Diffstat (limited to 'nova/cloudpipe')
| -rw-r--r-- | nova/cloudpipe/pipelib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/cloudpipe/pipelib.py b/nova/cloudpipe/pipelib.py index 3c92f72b1..7d43866e6 100644 --- a/nova/cloudpipe/pipelib.py +++ b/nova/cloudpipe/pipelib.py @@ -27,13 +27,13 @@ import string import tempfile import zipfile -from nova.common import cfg from nova import context from nova import crypto from nova import db from nova import exception from nova import flags from nova import log as logging +from nova.openstack.common import cfg from nova import utils # TODO(eday): Eventually changes these to something not ec2-specific from nova.api.ec2 import cloud |
