~lutostag/ubuntu/trusty/maas/1.5.4

« back to all changes in this revision

Viewing changes to src/provisioningserver/config.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-02-15 12:08:23 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: package-import@ubuntu.com-20140215120823-u7dkitfy0h8tbruh
Tags: upstream-1.5+bzr1948
ImportĀ upstreamĀ versionĀ 1.5+bzr1948

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
 
117
117
    if_key_missing = None
118
118
 
119
 
    port = Int(min=1, max=65535, if_missing=5248)
120
 
 
121
119
 
122
120
class ConfigBootEphemeral(Schema):
123
121
    """Configuration validator for ephemeral boot configuration."""