Renamed based on feedback from another branch

This commit is contained in:
Cerberus
2010-12-27 17:29:45 -06:00
parent b879c74604
commit 431c54ba76
2 changed files with 14 additions and 15 deletions

View File

@@ -22,10 +22,12 @@ from nova import wsgi
from nova.api.openstack import faults
import nova.image.service
def _entity_inst(inst):
""" Coerces the backup schedule into proper dictionary format """
return dict(backupSchedule=inst)
class Controller(wsgi.Controller):
""" The backup schedule API controller for the Openstack API """