~lutostag/ubuntu/utopic/maas/1.5.2

« back to all changes in this revision

Viewing changes to src/maasserver/start_up.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-04-09 19:02:00 UTC
  • mfrom: (1.2.30)
  • Revision ID: package-import@ubuntu.com-20140409190200-jhcri0irlnc5o8r9
Tags: 1.5+bzr2252-0ubuntu1
* New upstream release
  - Add support to install Third Party Drivers. In order for this to be
    used the user will have to go to the Settings page to enable the
    installation of these drivers. (LP: #1305839)
  - Use release images instead of daily. (LP: #1306701)
  - Quote interface name in dhcpd.template, otherwise DHCP server fails
    to start. (LP: #1306335)
  - Fix IntegrityError, when multiple processes are trying to register
    the same component. (LP: #1307415)
  - Add missing armhf commissioning template (LP: #1307780)
* debian/maas-region-controller-min.install: Install drivers.yaml.
* debian/maas-region-controller.postinst: No longer show the
  installation note by default. (LP: #1284652)

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    # Regenerate MAAS's DNS configuration.  This should be reentrant, really.
87
87
    write_full_dns_config(reload_retry=True)
88
88
 
 
89
    # Check whether we have boot images yet.
 
90
    update_import_script_error()
 
91
 
89
92
 
90
93
def post_start_up():
91
94
    """Startup jobs that can run after the critical section."""
92
 
    # Check whether we have boot images yet.
93
 
    update_import_script_error()
94
 
 
95
95
    # Send secrets etc. to workers.
96
96
    NodeGroup.objects.refresh_workers()