diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-03-04 02:36:55 +0000 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-03-04 02:36:55 +0000 |
| commit | a433ddeda77aaa4462694661ecdca71eed6db669 (patch) | |
| tree | 37e3c3a16edc86b7df092548cb856ff1c540b074 /bin | |
| parent | 90e8072df434621a364763f1c7cae0ac0159d630 (diff) | |
| download | nova-a433ddeda77aaa4462694661ecdca71eed6db669.tar.gz nova-a433ddeda77aaa4462694661ecdca71eed6db669.tar.xz nova-a433ddeda77aaa4462694661ecdca71eed6db669.zip | |
Replace objectstore images with S3 image service backending to glance or local
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-manage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index 9bf3a1bb3..0f7604aeb 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -81,7 +81,7 @@ from nova import log as logging from nova import quota from nova import rpc from nova import utils -from nova.api.ec2.cloud import ec2_id_to_id +from nova.api.ec2.ec2utils import ec2_id_to_id from nova.auth import manager from nova.cloudpipe import pipelib from nova.compute import instance_types |
