~lutostag/ubuntu/trusty/maas/1.5.4+keystone

« back to all changes in this revision

Viewing changes to src/provisioningserver/enum.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-04-12 16:46:22 UTC
  • mto: (20.1.1 quantal) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20120412164622-laz1qoxycfrddka0
Tags: upstream-0.1+bzr462+dfsg
ImportĀ upstreamĀ versionĀ 0.1+bzr462+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    # Profile does not exist.
32
32
    NO_SUCH_PROFILE = 5
33
33
 
 
34
    # Error looking up cobbler server.
 
35
    COBBLER_DNS_LOOKUP_ERROR = 6
 
36
 
34
37
    # Non-specific error inside Cobbler.
35
38
    GENERIC_COBBLER_ERROR = 99
36
39