~soren/nova/lp658257

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): mdietz
  • Date: 2010-10-08 21:18:37 UTC
  • mfrom: (332.2.4 rs_api_rename)
  • Revision ID: hudson@openstack.org-20101008211837-j9khriwzr28bdd2k
Renames every instance of "rackspace" in the API and test code base. Also includes a minor patch for the API Servers controller to use images correctly in the absence of Glance. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
LocalImageService(ImageService):
11
11
image ids are random strings.
12
12
 
13
 
RackspaceAPITranslationStore:
 
13
OpenstackAPITranslationStore:
14
14
translates RS server/images/flavor/etc ids into formats required
15
15
by a given ImageService strategy.
16
16
 
17
 
api.rackspace.images.Controller:
 
17
api.openstack.images.Controller:
18
18
uses an ImageService strategy behind the scenes to do its fetching; it just
19
19
converts int image id into a strategy-specific image id.
20
20