~raxnetworking/nova/bare_bones_melange

« back to all changes in this revision

Viewing changes to melange/common/exception.py

  • Committer: Rajaram Mallya
  • Date: 2011-09-09 11:47:00 UTC
  • Revision ID: rajarammallya@gmail.com-20110909114700-ib8zkt3bb0m1ucuc
Rajaram/Vinkesh|ipaddress now stores used_by_tenant to denote tenant using the ipaddress and used_by_device for the instance on which the ip_address is allocated

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
from openstack.common import exception as openstack_exception
19
19
 
20
20
 
21
 
Error = openstack_exception.Error
22
21
ProcessExecutionError = openstack_exception.ProcessExecutionError
23
22
DatabaseMigrationError = openstack_exception.DatabaseMigrationError
24
 
InvalidContentType = openstack_exception.InvalidContentType
25
23
 
26
24
 
27
25
class MelangeError(openstack_exception.OpenstackException):