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

« back to all changes in this revision

Viewing changes to nova/api/openstack/contrib/virtual_storage_arrays.py

  • 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:
489
489
        return faults.Fault(exc.HTTPBadRequest())
490
490
 
491
491
 
492
 
class VsaVCController(servers.ControllerV11):
 
492
class VsaVCController(servers.Controller):
493
493
    """The VSA Virtual Controller API controller for the OpenStack API."""
494
494
 
495
495
    def __init__(self):