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

« back to all changes in this revision

Viewing changes to nova/api/openstack/notes.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-10-21 14:37:26 UTC
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20111021143726-dk1m1a0vwov3kyls
Tags: upstream-2012.1~e1~20111020.11229
ImportĀ upstreamĀ versionĀ 2012.1~e1~20111020.11229

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
We will need:
2
 
 
3
 
ImageService
4
 
a service that can do crud on image information.  not user-specific. opaque
5
 
image ids.
6
 
 
7
 
GlanceImageService(ImageService):
8
 
image ids are URIs.
9
 
 
10
 
OpenstackAPITranslationStore:
11
 
translates RS server/images/flavor/etc ids into formats required
12
 
by a given ImageService strategy.
13
 
 
14
 
api.openstack.images.Controller:
15
 
uses an ImageService strategy behind the scenes to do its fetching; it just
16
 
converts int image id into a strategy-specific image id.
17
 
 
18
 
who maintains the mapping from user to [images he owns]?  nobody, because
19
 
we have no way of enforcing access to his images, without kryptex which
20
 
won't be in Austin.