summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorBrian Waldon <brian.waldon@rackspace.com>2011-06-17 17:32:48 +0000
committerTarmac <>2011-06-17 17:32:48 +0000
commit063ab5928d9aedf56a7421b7a4b5a48f34b3babc (patch)
treefddf8ed2347c4c807dfbb8e9754bab1fbaf26d2b /nova/api
parent48556e36e1c20659fcc4934380ec755e94250718 (diff)
parent5752ff1a2e9941e8e70bdc4fac54dff414d4a180 (diff)
Removes nova/image/local.py (LocalImageService)
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/notes.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/api/openstack/notes.txt b/nova/api/openstack/notes.txt
index 2330f1002..4e95bffc8 100644
--- a/nova/api/openstack/notes.txt
+++ b/nova/api/openstack/notes.txt
@@ -7,9 +7,6 @@ image ids.
GlanceImageService(ImageService):
image ids are URIs.
-LocalImageService(ImageService):
-image ids are random strings.
-
OpenstackAPITranslationStore:
translates RS server/images/flavor/etc ids into formats required
by a given ImageService strategy.