~soren/nova/lp658257

« back to all changes in this revision

Viewing changes to nova/tests/api/openstack/__init__.py

  • 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:
17
17
 
18
18
import unittest
19
19
 
20
 
from nova.api.rackspace import limited
21
 
from nova.api.rackspace import RateLimitingMiddleware
 
20
from nova.api.openstack import limited
 
21
from nova.api.openstack import RateLimitingMiddleware
22
22
from nova.tests.api.fakes import APIStub
23
23
from webob import Request
24
24