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

« back to all changes in this revision

Viewing changes to src/maasserver/models/config.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-03-04 11:49:44 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20130304114944-azcvu9anlf8mizpa
Tags: upstream-1.3+bzr1452+dfsg
ImportĀ upstreamĀ versionĀ 1.3+bzr1452+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        'fallback_master_archive': False,
46
46
        'keep_mirror_list_uptodate': False,
47
47
        'fetch_new_releases': False,
48
 
        'update_from': 'archive.ubuntu.com',
49
 
        'update_from_choice': (
50
 
            [['archive.ubuntu.com', 'archive.ubuntu.com']]),
 
48
        'main_archive': 'http://archive.ubuntu.com/ubuntu',
 
49
        'ports_archive': 'http://ports.ubuntu.com/ubuntu-ports',
 
50
        'cloud_images_archive': 'https://maas.ubuntu.com/images',
51
51
        # Network section configuration.
52
52
        'maas_name': gethostname(),
53
53
        'enlistment_domain': b'local',