~ubuntu-branches/ubuntu/quantal/nova/quantal-security

« back to all changes in this revision

Viewing changes to nova/scheduler/rpcapi.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Adam Gandelman
  • Date: 2012-06-22 12:39:57 UTC
  • mfrom: (1.1.57)
  • Revision ID: package-import@ubuntu.com-20120622123957-hbzwg84nt9rqwg8r
Tags: 2012.2~f2~20120621.14517-0ubuntu1
[ Chuck Short ]
* New upstream version.

[ Adam Gandelman ]
* debian/rules: Temporarily disable test suite while blocking
  tests are investigated. 
* debian/patches/kombu_tests_timeout.patch: Dropped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
"""
20
20
 
21
21
from nova import flags
22
 
import nova.rpc.proxy
 
22
import nova.openstack.common.rpc.proxy
23
23
 
24
24
 
25
25
FLAGS = flags.FLAGS
26
26
 
27
27
 
28
 
class SchedulerAPI(nova.rpc.proxy.RpcProxy):
 
28
class SchedulerAPI(nova.openstack.common.rpc.proxy.RpcProxy):
29
29
    '''Client side of the scheduler rpc API.
30
30
 
31
31
    API version history: