~andreserl/maas:minor_ui_fixes_2

Last commit made on 2017-08-02
Get this branch:
git clone -b minor_ui_fixes_2 https://git.launchpad.net/~andreserl/maas
Only Andres Rodriguez can upload to this branch. If you are Andres Rodriguez please log in for upload directions.

Branch merges

Branch information

Name:
minor_ui_fixes_2
Repository:
lp:~andreserl/maas

Recent commits

82317b6... by Andres Rodriguez

If the hostname is unknown in network discovery, when adding do not pre-fill the hostname text box

6aa2adf... by Andres Rodriguez

Minor UI fixes for discovery.

Change 'Device Discovery' for 'Network Discovery'.
Use 'unknown' as hostname for all devices without a discovered hostname.

2662ebc... by Mike Pontillo

Refactor rack registration for beacons

 * Use inlineCallbacks for registerRackWithRegion.
 * Call UpdateInterfaces if the registration was first processed
   minimally (such as without beaconing data).
 * Refactor UpdateInterface tests to ensure that repeated calls
   result in the same topology.

4bd8083... by Newell Jensen

LP: #1704444 -- Catches and raises error message to API/CLI for 500 errors caused by power actions already in progress.

9bb4b3c... by Andres Rodriguez

Open 2.3.0~alpha2

eae082b... by Andres Rodriguez

Switch the 'enable_boot' flag to True by default.

ac0cbf3... by Andres Rodriguez

Prepare master for 2.3.0 alpha 1 release.

Update debian/changelog
Update debian/control
Update docs/changelog.rst

d7f5060... by Justin Kovaric

Ephemeral OS support for boot Caringo storage nodes.

This adds the ability for an operating system to be deployed ephemerally only. Every reboot will just reboot the ephemeral OS, until the machine is released. Currently this only works with the caringo OS type.

203936f... by Newell Jensen

LP: #1706196 - Don't allocate composed machine with tags.

Exclude pod machine composition during allocation if tags are supplied.

5d1b3e0... by Lee Trager

Don't run systemctl daemon-reload.

Users have reported that in some cases running systemctl daemon-reload when installing lldpd during commissioning will hang. This causes the script to timeout and commissioning to fail.